* {
padding: 0;
margin: 0;
border: 0;
outline: none;
box-sizing: border-box
}
*:before,*:after {
box-sizing: border-box
}
body {
background: #fff;
color: #2c2f34;
font-family: "El Messiri",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",Arial,sans-serif;
font-size: 16px;
line-height: 2;
}
a {
color: #333;
text-decoration: none;
}
a:active, a:hover {
outline-width: 0;
}
button{
-webkit-appearance: button;
cursor: pointer;
}
.site {
position: relative;
word-wrap: break-word;
}
.wrapper {
margin-left: auto;
margin-right: auto;
max-width: 700px;
padding: 0 15px;
}
.wrapper-fluid {
margin-left: auto;
margin-right: auto;
max-width: 100%;
padding: 0 15px;
}
.gallery:before,
.gallery:after,
.clear:before,
.clear:after{
content: "";
display: table;
table-layout: fixed;
}
.gallery:after,
.clear:after{
clear: both;
}
.wrapper:after {
clear: both;
content: "";
display: block;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.txtcenter{
text-align: center;
}
.main-navigation ul,
.unstyled{
list-style: none;
}
.list-inline li {
display: inline-block
} .site-header{
box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.logo-link,.widget-card .img-link{
display: inline-block;
height: 100%;
}
.nav-bar {
background: #fff;
box-shadow: 0 0 9px 1px rgba(100,100,100,.3);
}
.menu-items,
.search-wrap,
.sub-menu,
.scrollUp,
.no-js .menu-toggle,
.no-js .search-toggle,
.no-js .dropdown-toggle{
display: none;
}
.wpml-ls-display{
margin-left: .3em;
}
.menu-toggle,
.search-toggle {
background: transparent;
padding: 24px 15px;
}
.js .menu-items.toggled-on,.js .menu-items .sub-menu.toggled-on,.js .search-wrap.toggled-on {
display: block;
}
.search-toggle {
float: right;
}
.menu-items {
border-top: 1px solid rgb(0, 0, 0, 0.1);
padding-right: 10px;
}
.menu-items li{
position: relative;
}
.menu-items > li{
border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.menu-items > li:last-child{
border-bottom: 0;
}
.menu-items a {
color: #000;
font-weight: 600;
white-space: nowrap;
display: block;
padding: 5px 0;
text-decoration: none;
}
.menu-items li:hover > a{
color: #205D86
}
.icon-angle-down {
border: solid #5f6f81;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.dropdown-toggle {
background: 0 0;
display: block;
right: 0;
padding: 9px;
position: absolute;
top: 0;
}
.dropdown-toggle.toggled-on .icon-angle-down {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg)
}
.menu-items .sub-menu {
padding-right: 20px;
}
.search-wrap {
padding: 15px;
border-top: 1px solid #c8d7e1;
box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
}
.search-form {
display: flex;
justify-content: center;
}
.search-input {
border: 1px solid #c8d7e1;
border-radius: 0 5px 5px 0;
width: 80%;
padding: 11px;
-webkit-appearance: textfield;
}
.search-submit {
background: #286192;
border-radius:  0 5px 5px 0;
padding: 0 10px;
} .site-footer{
background-color: #f9f9f9;
border-top: 2px solid #80b82d;
}
.site-footer,
.site-footer a,
.site-footer .block .subtitle{
color: #fff
}
.site-footer a:hover{
text-decoration: underline;
}
.site-footer .block{
padding: 16px;
position: relative;
}
.site-info p{
text-align: justify;
font-size: 15px;
margin-bottom: 15px
}
.site-footer .block .subtitle{
margin-bottom: 33px
}
.site-footer ul li {
margin-bottom: 5px;
}
.footer iframe {
width: 400px;
height: 400px;
border-radius: 10px;
}
.subtitle{
position: relative;
margin-bottom: 33px;
font-size: 22px
}
.subtitle:after {
content: "";
background: #80b82d;
left: 0;
width: 40px;
height: 2px;
position: absolute;
bottom: -9px;
}
.social-follow{
margin-top: 15px
}
.social-share a,
.social-follow li {
width: 40px;
height: 40px;
text-align: center;
line-height: 52px;
border-radius: 50%;
margin: 0 5px 5px 5px;
display: inline-block;
}
.facebook {
background-color: #2f55a4;
}
.twitter {
background-color: #38A1F3;
}
.youtube {
background-color: #ff0000;
}
.site-copyright{
background-color: #011c32;
color: #fff;
padding: 15px
}
.scrollUp{
background-color: #fff;
position: fixed;
bottom: 15px;
left: 30px;
width: 45px;
height: 45px;
line-height: 55px;
border: 1px solid #00539b;
border-radius: 50%;
text-align: center;
}
.js .scrollUp.toggled-on {
display: block;
}
.ms-call-button {
display: flex;
position: fixed;
bottom: 0.3em;
right: 6px;
outline: 0;
cursor: pointer;
z-index: 9999;
}
.ms-call-icon{
display: inline-block;
position: relative;
width: 45px;
height: 44px;
text-align: center;
border-radius: 50%;
background-color: white;
-webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
-moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}
.ms-call-txt{
padding: 0 8px 0 20px;
font-size: 15px;
font-weight: 600;
display: inline-block;
background: #16A085;
color: #fff;
margin-left: -15px;
line-height: 28px;
border-radius: 10px;
height: 31px;
margin-top: 6px;
}
.ms-call-txt{
background: #d83f91;
color: #fff;
}
.ms-call-button.active .ms-call-txt,
.ms-call-button:hover .ms-call-txt{
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
@media only screen and (min-width: 768px){
.wrapper {
max-width: 1200px;
}
}
@media only screen and (min-width: 992px){
.content-right {
width: 70%;
float: right;
}
.side-left{
width: 27%;
float: left;
}
.widget-card {
width: 47.0588235294%;
}
.site-branding{
width: 19%;
}
.site-branding{
vertical-align: middle;
}
.nav-bar{
background-color: transparent;
width: 81%;
box-shadow: none;
}
.mobile-btn{
width: 3%;
}
.mobile-btn{
margin-top: 7px;
}
.mobile-btn{
float: right;
}
.site-branding,
.nav-bar,.site-footer .block{
float: left;
}
.site-branding .wrapper{
text-align: right;
padding: 0
}
.search-wrap{
position: absolute;
right: 10%;
background: #fff;
top: 84px;
line-height: 30px;
}
.js .menu-items{
display: block;
border: 0
}
.dropdown-toggle, .menu-toggle,
.wpml-ls-statics-footer{
display: none;
}
.menu-items > li{
display: inline-block;
border: 0;
padding: 26px 0;
}
.menu-items > li > a {
border-left: 1px solid rgba(0,0,0,0.1);
padding: 0 25px;
}
.menu-items li.has-child>a:after {
content: " ";
border: solid #343434;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin-right: 5px;
position: relative;
top: -3px;
right: -10px;
}
.menu-items .sub-menu {
background: #fff;
position: absolute;
top: 68px;
left: 0;
min-width: 180px;
padding-right: 0;
border-radius: 2px;
-webkit-box-shadow: 0 20px 29px 0 rgba(0,0,0,.4);
box-shadow: 0 20px 29px 0 rgba(0,0,0,.4);
border: 1px solid #e5e5e5;
z-index: 5;
}
.menu-items li.has-child:hover .sub-menu {
display: block;
}
.menu-items .sub-menu a{
padding: 5px 20px;
border-bottom: 1px solid #e5e5e5;
}
.site-info{
width: 38%;
}
.second-menu{
width: 21%;
padding-left: 15px;
padding-right: 15px;
}
.terms{
width: 40%;
text-align: justify;
}
.site-footer .wrapper{
padding: 30px 0;
}
.site-info{
margin-left: 25%
}
}