/*
website main colors:

blue - 1f3d73
lite blue - 446493
dark blue - 112844
green - 029f80

*/

/***** global *****/

.right{
float:right;	
}

.left{
float:left;	
}

.rtl{
direction:ltr;
}

.ltr{
direction:ltr;
}

.text_right, .text-right{
text-align:left;	
}

.abs_text_right{
text-align:right !important;	
}

.clear_both{
clear:both;	
}

.center{
text-align:center;	
}

.right-rtl{
text-align:left;
direction:ltr;	
}

.justify-rtl{
text-align:justify;
direction:ltr;	
}

.left-rtl{
text-align:left;
direction:ltr;	
}

.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:ltr;	
}

@media (max-width:992px){
.sm-center{
text-align:center !important;
}
}

@media (max-width:768px){
.xs-center{
text-align:center !important;
}

.xs-margin-top-sm{
margin-top: 10px !important;
}

.xs-margin-top-md{
margin-top: 20px !important;
}

.xs-text-right{
text-align: right !important
}
}

.center-ltr{
text-align:center;
direction:ltr;	
}

.clear_right{
float:left;
clear:left;	
}

.clear_right_only{
clear:left;	
}

.padding_bottom_10{
padding-bottom:10px;	
}

.padding_bottom_20{
padding-bottom:20px;	
}

.padding_bottom_30{
padding-bottom:20px;	
}

.padding_bottom_40{
padding-bottom:40px;	
}

.margin_bottom_10{
margin-bottom:10px;	
}

.margin_bottom_20{
margin-bottom:20px !important;	
}

.margin_bottom_30{
margin-bottom:30px !important;	
}

.margin_bottom_40{
margin-bottom:40px !important;	
}

.margin_bottom_60{
margin-bottom:60px !important;	
}

.margin_bottom_80{
margin-bottom:80px !important;	
}

.margin_top_5{
margin-top:5px;	
}

.margin_top_10{
margin-top:10px;	
}

.margin_top_15{
margin-top:15px;	
}

.margin_top_20{
margin-top:20px;	
}

.margin_top_30{
margin-top:30px;	
}

.margin_top_40{
margin-top:40px;	
}

.margin_top_50{
margin-top:50px;	
}

.margin_top_60{
margin-top:60px;	
}

.btn-blank{
background:none;
border: none;
padding: 0;
font-size: 14px;
font-weight: 500;
color: #029f80;
}

.btn-blank.btn-blank-sm{
border: 2px solid #1f3d73;
padding: 2px 10px;
font-size: 13px;
font-weight: 400;
border-radius: 14px;
}

.btn-blank.btn-blank-lite{
border: 2px solid #ffffff;
color: #ffffff;
}

.btn-blank.btn-blank-dark{
border: 2px solid #000000;
color: #000000;
}

.btn-blank:hover, .btn-blank:focus, .btn-blank.btn-blank-lite :hover, .btn-blank.btn-blank-lite:focus, .btn-blank.btn-blank-dark :hover, .btn-blank.btn-blank-dark:focus{
color: #03b894;
}

.btn:not(.header-btn-collapse-nav) i{
display: inline-block;
padding-right: 4px;
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

@media (max-width:992px){
.pl-xlg{
padding-left:15px !important;	
} 
.pr-xlg{
padding-right:15px !important;		
}
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.abs-pl-none{
padding-left:0px !important;	
} 
.abs-pr-none{
padding-right:0px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}
.abs-pr-xlg{
padding-right: 30px !important; 
}
.abs-pl-xlg{
padding-left: 30px !important; 
}
}

@media (min-width:992px){
.v-bottom {
display: table-cell;
vertical-align: bottom;
float: none !important;
}
}

.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;
}

.no-borders{
border:none !important;
border-radius:0 !important;	
}

.bc-none{
background-color:transparent !important;	
}

.border-radius-none{
border-radius:0 !important;		
}

.border-radius-none img, .border-radius-none span{
border-radius:0 !important;		
}

.white{
color:#ffffff;	
}

.dark{
color:#222222;
}

.bc_white{
background-color:#ffffff;	
}

hr.product {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:5px;
margin-top:30px;
margin-bottom:0;
}

hr.solid {
background: #cccccc none repeat scroll 0 0;
color:#b3b3b3;
height:1px;
margin-top:15px;
margin-bottom:15px;
}

hr.members {
background: #cccccc none repeat scroll 0 0;
color:#b3b3b3;
height:1px;
margin-top:15px;
margin-bottom:50px;
margin-left: 15px;
margin-right: 15px;
float: right;
width: 100%;
}

hr.menu {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:0px;
margin-bottom:0;
}

hr.page {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:30px;
margin-bottom:0;
}

.container-fluid-no-padding{
padding-left:0;
padding-right:0;	
}

/*.container-fluid-no-padding > .row > [class*="col-"]{
padding-left:0;
padding-right:0;	
}
*/
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}

.vbottom {
display: inline-block;
vertical-align: bottom;
float: none;
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.flex{
display:flex;
}

.fullwidth_container {
padding-right: 0;
padding-left: 0;
}

.pr-xxs{
padding-right:2px;
}

.pl-xxs{
padding-left:2px;
}

.pb-xxs{
padding-bottom:4px;
}


/***** bootstrap rtl *****/

.col-md-1-5 {
float: left;
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
float: left;
width: 50%;
}
}

@media (max-width:550px){
.col-md-1-5 {
float: left;
width: 100%;
}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}

@media (min-width:768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
}

@media (min-width:992px){
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}

.nav-pills > li{
float: left;
}

.nav {
padding-right: 0;
}

.dropdown-menu {
left:0;
right:auto;
text-align:left;
direction:ltr;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}

.list-unstyled {
padding-left: 0;
}

/***** header *****/

#header .header-logo a {
display:inline-block;
}

@media (max-width:768px){
#header .header-logo img{
width: 100px;
height: auto;
margin-bottom: 0px;
}
}

.header_phone{
padding: 10px 0px;
color: #ffffff;
margin-left: 20px;
font-weight: 500;
display: inline-block;
font-size: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.header_phone:hover, .header_phone:focus{
color: #029f80;
}

.header_phone i{
display: inline-block;
padding-right: 6px;
padding-left: 6px;
}

@media (max-width:992px){
.header_phone{
margin-right: 10px;
}
}

/***** content *****/

.main{
min-height:700px;
position:relative;
z-index:0;
overflow:hidden;
}

@media (max-width:550px){
.main{
min-height:300px;
}
}

.body_contact .main{
min-height:0px;
}

.page-header-custom-background{
padding: 0;
background-repeat: no-repeat;
background-color: transparent;
border-top: 0;
border-bottom: 0;
vertical-align:bottom;
background-position:center center;
background-size:cover;
overflow:hidden;
position:relative;
min-height:375px;
z-index:1;
}

@media (max-width:992px){
.page-header-custom-background{
min-height:120px;
}
}

.banner_title_wrapper{
position:absolute;	
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
width: 100%;
}

.banner_title{
color:#ffffff;
font-size:36px;
font-weight:700;
line-height:normal;
margin-bottom: 0;
position: relative;
display: inline-block;
}

.banner_title:after{
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 19px;
width: 92px;
content: "";
position: absolute;
left: -105px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
z-index: 1;
background-image: url(../images/adcom3_1.png);
}

@media (max-width:992px){
.banner_title{
font-size:25px;
padding-left: 55px;
}

.banner_title:after{
height: 10px;
width: 48px;
left: 0;
}
}

@media (max-width:768px){
.banner_title{
font-size:20px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 25px;
padding: 0px 0px 2px 1px;
margin-top:10px;
font-size:13px;
color:#444444;
}

.breadcrumb_projects.breadcrumb{
position: absolute;
top: -45px;
z-index: 1;
}

@media (max-width:992px){
.breadcrumb_projects.breadcrumb{
position: static;
}
}

@media (max-width:992px){
.breadcrumb{
margin-bottom: 10px;
margin-top:5px;
}
}

.breadcrumb a{
font-size:13px;
color:#444444;
}

.breadcrumb > li + li::before {
color: #444444;
content: ">";
padding: 0 2px;
margin-right:1px;
margin-left:2px;
}

.breadcrumb > .active{
color: #000000;
}

.pagination{
padding-right:0;	
}

.pagination > li > a{
color:#000000;
background-color:#ffffff;
border:1px solid #000000;
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:#1f3d73 !important;
border-color: #1f3d73;
color: #ffffff;
text-shadow: none;
}

/***** homepage *****/

.rev_slider .tp-bannertimer {
display:none !important;
}

.rev_slider_wrapper{
background-image: url(../images/unixstudio_slider_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

@media (min-width:992px){
.rev_slider_wrapper{
min-height:754px !important;	
height:754px !important;	
}
}

@media (max-width:1600px){
.rev_slider_wrapper{
min-height:600px !important;	
height:600px !important;	
}
}

@media (max-width:992px){
.rev_slider_wrapper{
min-height:400px !important;	
height:400px !important;	
}
}

@media (max-width:768px){
.rev_slider_wrapper{
min-height:250px !important;	
height:250px !important;
}
}

.rev_slider{
border-bottom: none;
}

.hephaistos .tp-bullet{ 
width:11px;
height:11px;
position:absolute;
background-color:#cccccc;
border:none;
border-radius:0;
box-shadow: none;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{
background:#ff8000;
border:none;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{
background:#ff8000;
}


.homepage_services_section{
padding: 60px 0;
margin: 0;
}

@media (max-width:992px){
.homepage_services_section{
padding: 30px 0;
}
}

.homepage_title{
color: #1f3d73;
margin-bottom: 10px;
line-height: normal;
font-size: 30px;
font-weight: 700;
display: inline-block;
position: relative;
padding: 0 100px;
}

.homepage_title:after{
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 20px;
width: 91px;
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
z-index: 1;
background-image: url(../images/adcom1_6.png);
}

.homepage_title:before{
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 20px;
width: 91px;
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
z-index: 1;
background-image: url(../images/adcom1_5.png);
}

.homepage_sub_title{
color: #1f3d73;
font-weight: 400;
font-size: 24px;
line-height: normal;
margin-bottom: 50px;
}

@media (max-width:992px){
.homepage_title{
font-size: 19px;
padding: 0 43px;
}

.homepage_title:after{
height: 9px;
width: 41px;
}

.homepage_title:before{
height: 9px;
width: 41px;
}

.homepage_sub_title{
font-size: 17px;
margin-bottom: 50px;
}
}

.homepage_service_icon{
position: relative;
width: 259px;
height: 260px;
}

.homepage_service_icon:after{
position: absolute;
left: -5px;
bottom: -9px;
width: 269px;
height: 279px;
content: "";
border: 8px solid #029f80;
border-radius: 50%;
border-bottom-color: transparent;
border-top-color: transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}

.homepage_service_col:hover .homepage_service_icon:after, .homepage_service_col a:focus .homepage_service_icon:after{
opacity: 1;
}

.homepage_service_title{
color: #1f3d73;
font-weight: 500;
font-size: 20px;
line-height: 1.2;
margin-bottom: 10px;
margin-top: 15px;
position: relative;
padding: 0 20% 10px 20%;
}

.homepage_service_title:after{
background-color: #1f3d73;
height: 1px;
width: 40px;
content: "";
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
}

.homepage_service_intro{
color: #000000;
font-weight: 400;
font-size: 14px;
line-height: 1.3;
min-height: 60px;
}

.homepage_intro_section{
background-color: #f2f2f2;
margin: 0;
padding: 0;
}

.homepage_intro_section.homepage_intro_section_white{
background-color: #ffffff;
}

.homepage_intro{
font-weight: 400;
font-size: 14px;
line-height: 1.5;
color: #000000;
}

.homepage_intro h2{
font-size:30px;
font-weight:700;
line-height:normal;
margin-bottom:20px;
color: #1f3d73;
position: relative;
margin-top: 50px;
}

.homepage_intro h2:after{
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 19px;
width: 91px;
content: "";
position: absolute;
left: -100px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
z-index: 1;
background-image: url(../images/adcom1_11.png);
}

@media (max-width:992px){
.homepage_intro h2{
font-size:20px;
margin-top: 0px;
padding-left: 40px;
}

.homepage_intro h2:after{
height: 8px;
width: 38px;
left: 0px;
}
}

.homepage_body_section{
background-color: #1f3d73;
margin: 0;
padding: 0;
}

.homepage_intro.homepage_body, .homepage_intro.homepage_body a{
color: #ffffff;
}

.homepage_intro.homepage_body h2{
color: #ffffff;
}

.homepage_clients_section{
padding: 60px 0 50px 0;
margin: 0;
}

.homepage_clients_owl.owl-carousel{
margin-bottom: 0;
}

.homepage_clients_owl.owl-carousel .owl-stage{
margin: 0 auto;
}

.owl-item div{
text-align: center
}

.owl-carousel .owl-item img {
display: inline-block;
text-align: center;
width: auto;
max-width: 100%;
-webkit-transform-style: preserve-3d;
}

.homepage_clients_owl.owl-carousel .owl-nav {
margin-top: 0px;
}

.homepage_clients_owl.owl-carousel .owl-nav .owl-prev::before {
left: -15px;
}

.homepage_clients_owl.owl-carousel .owl-nav .owl-next::before {
right: -15px;
left:auto;
}

.homepage_clients_owl.owl-theme .owl-nav [class*="owl-"] {
color: #1f3d73;
font-size: 35px;
margin: 0px;
padding: 0;
background: none;
border-radius: 0px;
font-weight: 900;
}

@media (max-width:992px){
.homepage_clients_owl.owl-theme .owl-nav [class*="owl-"] {
font-size: 25px;
}

.homepage_clients_owl.owl-carousel .owl-nav .owl-prev::before {
left: -5px;
}

.homepage_clients_owl.owl-carousel .owl-nav .owl-next::before {
right: -5px;
}
}

.owl-carousel .owl-nav .owl-prev::before {
font-family: 'Font Awesome 5 Free' !important;
content: "\f053"
}

.owl-carousel .owl-nav .owl-next::before {
font-family: 'Font Awesome 5 Free' !important;
content: "\f054"
}

.homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:hover, .homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:active, .homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:active:hover,  .homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:hover, .homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:focus, .homepage_clients_owl.owl-theme .owl-nav [class*="owl-"]:focus{
background: none;
color: #029f80 !important;
}

.homepage_contact_bottom_section{
padding: 50px 0;
margin: 0;
background-color: #f2f2f2;
position: relative;
}

.homepage_contact_guidelines_bottom{
color: #1f3d73;
margin-bottom: 40px;
line-height: normal;
font-size: 30px;
font-weight: 700;
}

.contact_form.homepage_contact_form_bottom .form-group{
background-color:transparent;
border: none;
border-bottom: 1px solid #000000;
margin-bottom:49px;	
border-radius:0px;
padding:5px 1px;
}

.contact_form.homepage_contact_form_bottom label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:left;
padding-top:3px;
color:#000000;
}

.contact_form.homepage_contact_form_bottom label.error {
bottom: -16px;
color: #DB070B;
font-size: 12px;
font-weight: 400;
right: 2px;
left:auto;
line-height: 12px;
position: absolute;
}

.contact_form.homepage_contact_form_bottom .form-control{
padding:1px 0px;
width:95%;
color:#000000;
}

.contact_form.homepage_contact_form_bottom textarea.form-control{
height: 20px !important;
}

.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; 
}

.homepage_contact_bottom_section #contactSuccess.alert.homepage_contact_msg{
color:#1f3d73; 
}

/***** sidebar *****/

.sidebar{
margin-bottom:20px;
}

aside ul.sidebar_menu > li{
}

aside ul.sidebar_menu > li > a{
font-weight:600;
font-size:16px;
padding:2px 1px 2px 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#000000;
position:relative;
line-height:normal;
border-bottom: 1px solid #999999;
}

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: #000000;
}

aside ul.sidebar_menu > li > a:before{
font-family: FontAwesome;
content: "\f104";
font-size:14px; 
position: absolute;
left: 0px;
top: 5px;
color: #000000;
}

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{
content: "\f107";
}

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 *****/

.content_title{
font-size:32px;
font-weight:600;
line-height:normal;
margin-bottom:8px;
color: #1f3d73;
}

.content_title_lite.content_title{
color: #ffffff;
}

@media (max-width:768px){
.content_title{
font-size:20px;
}	
}

.content_title.content_title_sm{
font-size:20px;
font-weight:600;
line-height:normal;
margin-bottom:8px;	
}

.content_title.content_title_xs{
font-size:16px;
font-weight:700;
line-height:normal;
margin-bottom:8px;	
}

.content_sub_title{
font-weight: 300;
font-size: 26px;
margin-bottom: 20px;
line-height: normal;
position: relative;
display: inline-block;
padding-left: 25px;
}

.content_body{
line-height:1.4;
clear:right;
margin-bottom:20px;
font-size:15px;
font-weight:400;
color: #000000;
}

.content_body_lite.content_body{
color: #ffffff;
}

.content_body.content_body_lite{
color: #ffffff;
}

.content_body h2{
font-size:25px;
font-weight:500;
line-height:normal;
margin-bottom:15px;
color: #1f3d73;
}

@media (max-width:992px){
.content_body h2{
font-size:20px;
}
}

.content_body_lite.content_body h2{
color: #ffffff;
}

.content_body h3{
color:#000000;
font-size:19px;
line-height:normal;
margin-bottom:10px;
font-weight:500;
}

/*.content_body br{
display: block;
content: "";
margin-top: 8px;
}*/

.content_body .ScreenText{
background-color:#1f3d73;
display:inline;
padding:0 5px;	
}

.content_body ash{
text-decoration:underline;
}

.content_body a{
color: #000000;
}

.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-right: 0;
padding-left: 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:#1f3d73;
position: absolute;
left: 0px;
top: 9px;
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: #000000;
font-weight: 700;
}

.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: FontAwesome;
content: "\f054";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-arrow.mfp-arrow-left::before{
font-family: FontAwesome;
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;
}

.thumb-info .thumb-info-title{
z-index:2;
}

.masonry .masonry-item {
width: 25%;
}

@media (max-width:768px){
.masonry .masonry-item {
width: 50%;
}
}

@media (max-width:550px){
.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;
}

.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:#1f3d73;
opacity: 1;
font-size:60px;
text-align:center;
line-height: 30px;
background-color: #ffffff;
border-radius: 100%;
}

.homepeage_video_wrapper:hover .homepage_video_icon, .homepeage_video_wrapper:focus .homepage_video_icon{
color: #1f3d73;
}

.homepeage_video_wrapper:hover .homepage_video_icon i, .homepeage_video_wrapper:focus .homepage_video_icon i{
}

.sort-source{
direction:rtl;
border-bottom: 2px solid #000000;
}

@media (min-width:992px){
.sort-source{
margin-right: -12px;
margin-left: -12px;
}
}

.sort-source li{
line-height: normal;
display: inline-block;
margin-left: 25px;
}

.sort-source li a{
padding: 0 3px 7px 3px;
color: #000000;
font-size: 18px;
font-weight: 400;
border-bottom: 5px solid transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: -2px;
}

@media (max-width:992px){
.sort-source li{
margin-left: 10px;
margin-bottom: 10px;
}

.sort-source li a{
padding: 0 1px 5px 1px;
color: #000000;
font-size: 16px;
margin-bottom: -12px;
}
}

.sort-source li.active a, .sort-source li a:hover, .sort-source li a:focus{
text-shadow: 1px 0 0 #000000;
border-color: #1f3d73 !important;
}

.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: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper::after {
background: rgba(45, 182, 179, 0.7);
mix-blend-mode: multiply;
}

.homepage_gallery_thumb.thumb-info img {
border-radius: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-title {
color:#ffffff;
background-color:#000000;
font-weight:400;
font-size:16px;
padding: 2px 10px 3px 10px;
line-height:normal;
text-shadow: none;
z-index:10;
left: auto;
right: 5px;
top: auto;
width: auto;
bottom: 5px;
text-align: right;
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;
}

@media (max-width:768px){
.homepage_gallery_thumb.thumb-info .thumb-info-title {
font-weight:400;
font-size:14px;
}
}

html .thumb-info .thumb-info-action-icon-light {
background-color: transparent;
}

html .thumb-info .thumb-info-action-icon-light i {
color: #ffffff;
line-height: 30px;
font-size: 30px !important;
font-weight: 300;
text-align: center;
position: relative;
}

.video_title{
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
line-height: normal;
display: block;
margin-top: 5px;
}

.inner_members_section{
padding: 50px 0;
margin: 0;
}

.members_list_col img{
border-radius: 100%;
}

.member_list_name{
color: #1f3d73;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
line-height: normal;
position: relative;
padding-bottom: 10px;
margin-top: 25px;
}

.member_list_name:after{
background-color: #1f3d73;
height: 1px;
width: 40px;
content: "";
position: absolute;
left: 0;
bottom: 0;
}

@media (max-width:992px){
.member_list_name:after{
transform: translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
left: 50%;
bottom: 0;
}
}

.member_list_title{
display: inline-block;
}

.member_list_intro{
color: #000000;
font-size: 14px;
font-weight: 400;
display: block;
line-height: 1.4;
}

.inner_client_col{

}

.inner_client_col img{
display: table-cell; 
vertical-align: middle; 
text-align: center;
}

@media (max-width:992px){
.inner_client_col img{
max-height: 100px;
}
}


/***** articles *****/

.homepage_blog_box_img{
height: 200px;
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 10px;
border: 1px solid #1f3d73;
background-size: cover;
}

.homepage_blog_caption{
min-height: 100px;
}

.homepage_blog_title{
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
line-height: 1.2;
color:#1f3d73;
}

.homepage_blog_intro{
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
line-height: 1.3;
}

.article_title{
font-size: 26px;
font-weight: 500;
margin-bottom: 20px;
line-height: 1.2;
color:#1f3d73;
}

.share_wrapper{
margin-bottom:15px;	
margin-top:0px;
text-align:left !important;	
}

.share_wrapper *{
text-align:left !important;	
}


/***** contact *****/

.homepage_contact_bottom_info_section{
padding: 60px 0;
margin: 0;
}

.homepage_contact_bottom_info_section .contact_detail{
margin: 0 1% 10px 1%;
vertical-align: middle;
position: relative;
display: inline-block;
width: 23%;
padding: 0 10px;
border-right:1px solid #cccccc;
min-height: 110px;
}

.homepage_contact_bottom_info_section .contact_detail:last-child{
border-right:none;
}

@media (max-width:992px){
.homepage_contact_bottom_info_section{
padding: 30px 0;
}

.homepage_contact_bottom_info_section .contact_detail{
margin: 0 0 25px 0;
vertical-align: middle;
position: relative;
display: inline-block;
width: 100%;
border-right:none;
border-bottom:1px solid #cccccc;
padding-bottom: 10px;
}
}

.homepage_contact_bottom_info_section .contact_detail i{
color: #1f3d73;
display: block;
font-size: 25px;
height: 40px;
padding-left: 0px;
width: 100%;
margin-bottom: 15px;
}


.homepage_contact_bottom_info_section .contact_detail span{
color: #000000;
font-size: 15px;
line-height: 1.6;
width: 100%;
vertical-align: middle;
}

.contact_details .contact_detail i{
color: #ffffff;
}

.contact_details .contact_detail span{
font-size: 18px;
}

.contact_social_title{
color: #ffffff;
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
margin-top: 30px;
line-height: normal;
}

.contact_social_icons.social-icons li a {
background: #d3f1f1;
opacity: 1;
color:#2a8684;
height: 40px;
line-height: 40px;
width: 40px;
font-size:25px;
}

.contact_guidelines{
color:#ff8000; 
margin-bottom:25px;
font-size:25px;
font-weight:700;
line-height: normal;
border-bottom: 1px solid #ff8000;
padding-bottom: 10px;
}

.contact_form .form-group{
background-color:transparent;
border: none;
border-bottom:1px solid #3f5667;
margin-bottom:19px;	
border-radius:0px;
padding:5px 1px;
}

.contact_form label{
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:3px;
color:#3f5667;
}

.contact_form label.error {
bottom: -16px;
color: #3f5667;
font-size: 12px;
font-weight: 400;
left: 2px;
right:auto;
line-height: 12px;
position: absolute;
}

.contact_form .form-control{
padding:1px 0px;
min-width:130px;
color:#3f5667;
width:inherit;
box-shadow: none;
border: none;
height:auto;
background-color:transparent;
}

#contactSuccess.alert.homepage_contact_msg{
color:#1f3d73; 
}

#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: 5px;
text-align: right;
}

.mandatory{
color:#000000;
font-size:14px;
padding-top:3px;
padding-left:1px;	
}

.checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.checkbox label {
color:#000000;
}

.radio label, .checkbox label {
padding-right: 3px;
}

.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: #ffffff;
font-size:30px;
line-height:1.4;
font-weight:700;
padding:15px;
}

.contact_map_section{
margin-top: 15px;
padding: 0;
position: relative;
z-index: 0;
}

.contact_map_section:after{
background-repeat: no-repeat;
background-position: center left;
background-size: contain;
height: 400px;
width: 40%;
content: "";
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-image: url(../images/UNIX9_5.png);
}

@media (max-width: 1600px) {
.contact_map_section:after{
height: 400px;
width: 50%;
}
}

@media (max-width: 992px) {
.contact_map_section:after{
top: auto;
bottom: 0;
background-position: bottom left;
background-size: cover;
}
}

@media (max-width: 768px) {
.contact_map_section:after{
top: auto;
bottom: 0;
background-position: bottom left;
background-size: contain;
}
}

.google-map {
margin: 0px 0 0 0;
}


/***** footer *****/

.whatsapp_btn{
position: fixed;
left: 0px;
bottom: 20px;
z-index: 1000;
}

.whatsapp_btn img{
max-width: 80px;
}

@media (max-width:992px){
.whatsapp_btn img{
max-width: 45px;
}
}


@media (min-width:992px){
.footer_borderd_col{
border-right: 1px solid #000000;
}
}

#footer .list-unstyled li{
margin-bottom:5px;
line-height:normal;
}

.contact_detail{
margin-bottom: 10px;
vertical-align: middle;
position: relative;
font-size: 15px;
font-weight: 500;
}

.contact_detail i{
color: #ffffff;
display: inline-block;
font-size: 16px;
padding-left: 10px;
width: 35px;
text-align: center;
}

.contact_detail a{
line-height: normal;
}

.contact_detail span{
color: #ffffff;
display: inline-block;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
width: calc(90% - 35px);
}

.social-icons li {
box-shadow: none;
margin: 0px 7px 0px 0px;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
border-left:1px solid #446493;
border-radius:0;
}

#footer .social-icons li {
border:none;
}

.social-icons li:first-child {
border-left:none;
}

@media (max-width:992px){
#header .social-icons li:first-child {
border-left:1px solid #446493;
}
}

.social-icons li a {
background: transparent;
opacity: 1;
display: block;
color:#ffffff;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 30px;
font-size:20px;
border-radius:0;
}

.social-icons li.social-icons-waze a img{
max-width: 30px;
height: auto;
}

.newsletterForm_wrapper{
display:block;
padding:0;	
}

#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:13px;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:13px;
line-height:normal;
}

iframe[name=google_conversion_frame] {
display: none !important;
}

.fixed_footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: #2a8684;
height: 44px;
}

.fixed_footer a{
display: inline-block;
padding: 12px 10px 5px 20px;
color: #ffffff;
font-size: 20px;
text-align: center;
position: relative;
margin-left: 10px;
vertical-align: middle;
height: 44px;
width: 30%;
}

.fixed_footer a:after{
content: "";
position: absolute;
left: 0;
top: 0px;
background-color: #ffffff;
width: 1px;
height: 100%;
}

.fixed_footer a.fixed_footer_waze{
padding-top: 10px;
}

/*.fixed_footer a.fixed_footer_waze img{
width: 30px;
height: auto;
}*/

.fixed_footer a:last-child{
margin-left: 0;
}

.fixed_footer a:last-child:after{
display: none;
}


/***** responsive *****/

/*@media (min-width:992px){
.custom_row{
overflow:hidden;	
}

.custom_row > div{
margin-bottom: -99999px;
padding-bottom: 99999px;	
}
}*/

@media (max-width:992px){
.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;
/* optional */
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
/*-webkit-align-items: flex-start;
align-items: flex-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:20px;
}
}

/***** 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;
}
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@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;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .col-xlg-offset-right-12 {
    margin-right: 100%;
  }
  .col-xlg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xlg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xlg-offset-right-9 {
    margin-right: 75%;
  }
  .col-xlg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xlg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xlg-offset-right-6 {
    margin-right: 50%;
  }
  .col-xlg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xlg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xlg-offset-right-3 {
    margin-right: 25%;
  }
  .col-xlg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xlg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xlg-offset-right-0 {
    margin-right: 0;
  }
}


@media (max-width:1600px) and (min-width:992px) {
.col-md-lg-12 {
    width: 100%;
}
.col-md-lg-11 {
    width: 91.66666667%;
}
.col-md-lg-10 {
    width: 83.33333333%;
}
.col-md-lg-9 {
    width: 75%;
}
.col-md-lg-8 {
    width: 66.66666667%;
}
.col-md-lg-7 {
    width: 58.33333333%;
}
.col-md-lg-6 {
    width: 50%;
}
.col-md-lg-5 {
    width: 41.66666667%;
}
.col-md-lg-4 {
    width: 33.33333333%;
}
.col-md-lg-3 {
    width: 25%;
}
.col-md-lg-2 {
    width: 16.66666667%;
}
.col-md-lg-1 {
    width: 8.33333333%;
}
.col-md-lg-offset-12 {
    margin-left: 100%;
}
.col-md-lg-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-lg-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-lg-offset-9 {
    margin-left: 75%;
}
.col-md-lg-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-lg-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-lg-offset-6 {
    margin-left: 50%;
}
.col-md-lg-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-lg-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-lg-offset-3 {
    margin-left: 25%;
}
.col-md-lg-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-lg-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-lg-offset-0 {
    margin-left: 0;
}
.col-md-lg-offset-right-12 {
    margin-right: 100%;
}
.col-md-lg-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-md-lg-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-md-lg-offset-right-9 {
    margin-right: 75%;
}
.col-md-lg-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-md-lg-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-md-lg-offset-right-6 {
    margin-right: 50%;
}
.col-md-lg-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-md-lg-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-md-lg-offset-right-3 {
    margin-right: 25%;
}
.col-md-lg-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-md-lg-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-md-lg-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) {
.open_accessibility_panel{
top: 3px !important;
padding:3px 5px !important;
right: 3px !important;
}
}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

@media (max-width: 992px) {
.accessibility_panel{
top: 48px !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;
font-weight: 900;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f04b";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:0 !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:0 !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 #1DBAA8;
}

.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 #1DBAA8 !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:0px !important;
top:-30px !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;
font-weight: 900;
content: "\f04c";
font-size:15px; 
color:#ffffff; 
text-align: center;
}

.owl_resume_button:before{	
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f04b";
font-size:15px; 
color:#ffffff; 
text-align: center;
}

.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, #footer > a, #footer > .container-fluid > a{
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 #1DBAA8 !important;	
}

#footer > .container > a{
opacity:0;	
}

#footer > .container > a:focus{
opacity:1;
}

