@font-face {
font-family: 'Cairo';
src: url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-Bold.woff2) format('woff2'),
url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-Regular.woff2) format('woff2'),
url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-SemiBold.woff2) format('woff2'),
url(//taskeen.ly/demo/wp-content/themes/taskeen2025/fonts/Cairo-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
font-family: "Cairo", sans-serif;
text-decoration: none !important;
transition: all 0.7s ease-in-out;
}
.clear {
clear: both;
}
a:focus {
outline: none;
}
.contactpage2 .contactloop i {
color: var(--maincolor);
font-size: 1.5rem;
background-color: #fff;
display: flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
border-radius: 10px;
border: 1px solid var(--maincolor);
}
.clear {
clear: both;
}
html {
scroll-behavior: smooth;
}
img {
max-width: 100%;
}
:hover {
text-decoration: none;
}
body {
box-sizing: border-box;
overflow-x: hidden;
margin: 0;
}
h1 {
font-size: 2.3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.7rem;
}
h4 {
font-size: 1.56rem;
}
h5 {
font-size: 1.05rem;
}
h6 {
font-size: 1rem;
}
::selection {
background-color: var(--maincolor);
color: #fff;
}
:root {
--maincolor: #004758;
--secondcolor: #f47a4d;
--gradient: linear-gradient(90deg,rgba(16, 100, 123, 1) 0%, rgba(0, 71, 88, 1) 100%);
--borderRadius : 20px;
}
ul {
padding: 0;
margin: 0
}
li{
list-style-type: none;
}
#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
background: #000;
}
a:focus {
outline: 0px !important;
}
.header_menu .sub-menu {
opacity: 0;
position: absolute;
width: 273px !important;
transform: translateY(16px);
box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
pointer-events: none;
background-color: var(--maincolor) !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px;
overflow: hidden;
flex-direction: column;
gap: 0;
}
.header_menu li.menu-item-has-children a:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 15px;
margin-right: 9px;
transition-duration: 0.5s;
transition-delay: 0.1s;
display: inline-block;
}
.header_menu li.menu-item-has-children li a:after {
display: none;
}
.header_menu li.menu-item-has-children a:hover:after {
transform: rotate(180deg);
transition-duration: 0.5s;
transition-delay: 0.1s;
}
.header_menu li:hover .sub-menu {
opacity: 1;
z-index: 10000 !important;
width: 220px;
background: var(--footerbg);
transform: translateY(0px);
border-bottom-right-radius: 30px;
pointer-events: visible;
}
.header_menu li li:before {
height: 100% !important;
z-index: -1;
border-radius: 0 !important;
border-bottom-right-radius: 30px !important;
}
.header_menu li li:hover {
background-color: var(--secondcolor);
}
.topmenu li ul ul{
display: none;
}
.topmenu li ul ul ul li{
display: none;
}
.topmenu li ul ul li:hover ul li{
display: block;
}
.topmenu li ul li:hover ul {
display: block;
left: 100%;
right: 0;
top: 0;
}
.header_menu li.current-menu-item li a::before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li li {
border-bottom: 1px solid #051d5e;
width: 100%;
max-height: 53px !important;
display: block;
min-height: 53px !important;
line-height: 53px !important;
display: block;
margin-right: 0;
text-align: right;
margin-left: 0;
}
header .header_menu .sub-menu li a{
color: #fff !important;
font-size: 1rem !important;
font-weight: normal !important;
line-height: 50px !important;
}
.header_menu li li:last-child {
border-bottom: 0px;
}
.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
background-color: #1f1f1f
}
.header_menu li li a {
color: #fff !important;
font-size: 1.4rem;
text-shadow: 0px 0px 0px transparent;
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
line-height: 20px !important;
text-overflow: ellipsis;
min-height: 53px;
}
header div.header_menu li li a:before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li {
position: relative;
}
.header_menu li {
display: inline-block;
position: relative;
}
.home .header_menu li a {
color:#fff;
}
.header_menu li a {
position: relative;
color: #fff;
font-weight: 700 !important;
padding-right: 10px;
padding-left: 10px;
padding-top: 0;
padding-bottom: 0;
font-size: 1.2rem !important;
z-index: 1;
display: block;
line-height: 41px;
}
.header_menu li.current-menu-item:hover:before {
background-color: var(--maincolor) !important;
right: 0;
}
.category .loopblock{
margin-bottom: 30px;
}
.topmenu li:hover a{
color: #fff !important;
}
.topmenu li:before{
content: '';
background-color: var(--maincolor);
display: block;
position: absolute;
width: 0%;
height: 100%;
top: 0;
left: 0;
border-radius: 10px;
transition: all 0.5s ease-in-out
}
.topmenu li:hover:before{
width: 100%;
}
.topmenu li:after{
content: '';
background-image: var(--gradient);
display: block;
position: absolute;
width: 0%;
height: 100%;
top: 0;
left: 0;
border-radius: 5px;
transition: all 0.5s ease-in-out;
transition-delay: 0s;
transition-delay: 0.2s;
margin: 0 auto;
right: 0;
}
.topmenu li:hover:after{
width: 100%;
}
.header_menu li.current-menu-item:before {
display: none;
right: 0;
}
.header_menu li li:before {
display: none;
}
.header_menu ul {
gap: 14px;
display: flex;
justify-content: start;
text-align: right;
margin-top: 0;
align-items: center;
height: auto;
}
.header_menu ul ul {
min-height: auto
}
.shrink .row:nth-child(1){
display: none !important;
}
.shrink .navsection{
background-image:  none !important;
}
.shrink{
background-image: var(--gradient) !important;
background-color: transparent !important;
padding-block: 13px;
z-index: 11111 !important;
}
.slider_site .sitebutton li{
direction: rtl;
}
.slider_site .sitebutton li i{
color: var(--maincolor);
vertical-align:  inherit;
font-size: 1rem
}
header .row{
align-items: center;
}
.postimg img{
float: none !important;
width: 100%;
min-height: 400px;
margin-top: 11px;
margin-bottom: 22px;
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
#acaart_pagination {
text-align: center;
margin-top: 29px;
margin-bottom: 0;
}
#acaart_pagination span {
background-color: var(--maincolor);
color: #fff;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
margin-right: 10px;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
}
#acaart_pagination a{
display: none
}
#articlezsela{
padding: 10px;
padding-top: 0;
border: 1px solid #f1f1f1;
border-bottom: 1px solid var(--maincolor);
}
#acaart_pagination .inactive {
font-size: 15px;
font-weight: 600;
background-color: #000;
color: #fff;
margin-right: 10px;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.contactforma h1 {
text-align: center;
margin-bottom: 40px;
background-color: var(--maincolor);
border-radius: 10px;
padding: 20px;
color: #fff;
font-weight: bold;
font-size: 2.5rem;
}
.site_mapo iframe {
width: 100%;
min-height: 350px;
border: 0px;
margin-top: 0;
}
.socialbottom li:hover{
background-color: var(--maincolor);
border-color: var(--maincolor)
}
.contactloop{
display: flex;
gap: 20px;
border: 0px solid #1e4483;
border-radius: 10px;
align-items: center;
height: 120px;
padding: 18px;
margin-top: 20px;
background-image: var(--gradient);
}
.contactloop i{
color: #fff;
font-size: 2rem;
background-color: var(--secondcolor);
display: flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
border-radius: 10px;
}
.contacttext span{
font-weight: bold;
margin-bottom: 5px;
display: block;
font-size: 1.3rem;
color: #fff;
}
.contacttext p{
margin: 0;
color: #fff;
}
.contactforma button.wpforms-submit {
background-color: var(--secondcolor) !important;
font-weight: 600;
text-shadow: 0px 0px 0px #b7822a;
height: 60px !important;
width: 150px;
border-radius: 5px !important;
font-weight: bold !important;
font-size: 1.5rem !important;
}
#wpforms-form-103 input, #wpforms-form-103 textarea{
border-radius: 10px !important;
}
.contactforma input {
margin-bottom: 3px !important;
height: 61px !important;
border: 1px solid #eee !important;
width: 90%;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
border-radius: 0px !important;
padding-right: 14px !important;
font-size: 17px !important;
min-width: 100% !important;
color: #111 !important;
border-radius: 5px !important;
}
.contactforma input:focus {
outline: none;
}
.contactforma label.vfb-error {
color: red;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}
.contactforma {
margin-bottom: 50px;
}
.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
display: inline-block;
width: 49%;
margin-bottom: 20px;
}
.contactforma .vfb-item-submit input {
margin-top: 0;
background-color: var(--maincolor) !important;
color: #fff !important;
border: 0px !important;
padding-left: 0 !important;
max-width: 150px;
text-align: center;
box-shadow: 0 0 0 transparent !important;
float: left;
border-radius: 10px !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 22px !important;
}
.vfb-section-2 li:first-child {
display: none;
}
#contact_map .contactforma {
margin-top: 50px;
}
.contactforma textarea {
width: 100%;
border: 1px solid #eee !important;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
border-radius: 0px !important;
height: 118px !important;
padding: 15px !important;
font-size: 14px !important;
font-weight: bold;
color: #111 !important;
margin-bottom: 0 !important;
border-radius: 5px !important;
}
.contactforma label {
display: none;
margin-bottom: 19px !important;
font-size: 15px;
margin-top: 20px;
font-weight: normal !important;
}
.nolable label {
display: none !important;
}
.contactforma .vfb-legend h3 {
font-size: 16px !important;
border: 1px solid #f1f1f1;
padding: 15px;
background-color: #fff;
margin-top: 0;
margin-bottom: 30px;
border-bottom: 4px solid #f1f1f1;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: #000;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
z-index: 11111;
} .sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
} .sidenav a:hover {
color: #f1f1f1;
} .sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
background-color: var(--maincolor) !important;
margin-left: 50px;
border-radius: 100%;
} #main {
transition: margin-left .5s;
padding: 20px;
} @media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.mobileicon {
display: none;
}
.rightformcontent .vfb-item-secret {
display: none !important;
}
.mobileicon {
width: 13%;
float: left !important;
margin-top: 36px;
text-align: left !important;
direction: ltr;
}
.mobileicon span {
background-color: #333;
width: 30px;
height: 4px;
text-align: right !important;
display: block;
margin-bottom: 7px;
}
.mobileicon span:nth-child(2) {
max-width: 23px;
}
.mobileicon a {
display: block;
cursor: pointer;
}
.sidenav {
display: block;
}
#mySidenav li {
border-bottom: 1px solid #151515;
line-height: 37px;
}
.sidenav a {
font-size: 17px !important;
color: #fff;
padding-right: 18px;
}
.sidenav a:hover {
color: #fff !important;
}
.closebtn {
background: var(--maincolor) !important;
text-align: center;
padding: 0px !important;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
margin-top: 20px !important;
color: #fff !important;
}
a.closebtn:hover {
color: #fff !important;
}
.sidenav li.menu-item-has-children .sub-menu {
display: none;
}
.sidenav li.menu-item-has-children a {
position: relative;
}
.sidenav li.menu-item-has-children a:after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 10px;
position: absolute;
right: 30px;
top: 20%;
margin-top: 10px;
z-index: 100;
}
.sidenav li.menu-item-has-children a::after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 6px;
position: absolute;
left: 23px;
top: 24%;
margin-top: 10px;
z-index: 100;
clip-path: polygon(51% 100%, 0 0, 100% 0);
right: auto;
}
.sidenav li.menu-item-has-children li a::after {
width: 0px;
height: 0px;
clip-path: none;
}
.sidenav li.menu-item-has-children a.active {
background-color: var(--maincolor);
}
img {
max-width: 100%;
}
.mobicon {
display: none !important;
}
.header_menu li.menu-item-has-children ul li.current-menu-item a {
color: #fff !important;
width: 100%;
}
.header_menu li.menu-item-has-children ul li.current-menu-item {
line-height: 53px !important;
background-color: #1f1f1f;
}
.header_menu li a:hover {
color: #fff;
border-radius: 0px;
}
.header_menu li.current-menu-item li a {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li.current_page_item:before {
content: '';
width: 0%;
height: 100%;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
transform: none;
z-index: -1;
background-color: var(--maincolor);
transition: all .5s ease-in-out;
border-radius: 5px;
}
.header_menu li.current_page_item:hover:before{
width: 100%
}
.header_menu li.current_page_item:hover a{
color: #fff !important;
}
.header_menu li.current-menu-item:hover a:before {
height: 100%;
opacity: 1;
}
.header_menu li.current-menu-item li a {
padding-inline: 16px !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li:hover a {
color: #fff;
}
h2.title-bkp {
color: var(--maincolor);
text-align: center;
}
.content-bkp h2 {
color: #fff;
}
.shrink {
position: fixed !important;
width: 100% !important;
z-index: 1111 !important;
top: 0;
}
.clear {
clear: both;
}
.totopa {
display: none;
}
.totopa2:hover {
background-color: var(--secondcolor);
border-radius: 0;
}
.totopa2:hover i {
color: #fff;
}
.totopa2 {
display: block;
position: fixed;
right: 20px;
background-color: var(--maincolor);
width: 45px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
height: 45px;
z-index: 100;
border: 0px solid #fff;
bottom: 28px;
text-align: center;
line-height: 45px;
overflow: hidden;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.totopa2 i {
color: #fff;
font-size: 19px;
position: absolute;
bottom: 0;
right: 0;
left: 0px;
}
.totopa2 i.upclass {
bottom: 12px;
}
.totopa2 i.bottomclass {
bottom: -124px;
}
.totopa2:hover i.upclass {
bottom: 50px;
}
.totopa2:hover i.bottomclass {
bottom: 10px;
}
.header_menu li:hover a {
color: var(--maincolor);
}
.regionfull2 {
text-align: center;
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.header_menu li.current_page_item {
position: relative;
border-radius: 5px;
}
.header_menu li.current_page_item a {
color: #fff !important;
background-color: var(--maincolor);
}
.header_menu li.current-menu-item a {
background-color: var(--secondcolor);
border-radius: 21px;
color: #fff !important;
padding-inline: 20px;
}
.header_menu li li.current-menu-item a {
background-color: #000;
border-radius: 0px;
color: #fff !important;
}
.header_menu li.current-menu-item a:hover{
background-color: #000
}
.home .header_menu li.current-menu-item a:hover{
background-color: transparent;
}
.home .header_menu li.current-menu-item a {
color: #fff !important;
border: 0px solid var(--maincolor);
border-radius: 10px !important;
background-color: var(--maincolor);
}
.catpagenew .case_card a.card-title {
font-size: 1.1rem;
display: block;
}
.contactforma .wpforms-field-container {
display: flex !important;
flex-wrap: wrap;
gap: 20px;
}
.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
width: 49% !important;
padding: 0 !important;
}
.contactforma .wpforms-field-phone{
width: 100%
}
.contactforma .wpforms-field-textarea {
width: 100% !important;
padding: 0 !important;
}
.contactforma {
margin-top: 26px;
}
.contactforma .wpforms-submit-container {
text-align: left;
margin-left: 0px;
margin-top: 40px !important;
}
.contactforma h4,
.contactforma h3 {
padding: 20px;
border-radius: 10px;
font-weight: normal;
color: #fff;
font-weight: 400;
width: 100%;
text-align: center;
background-color: var(--secondcolor);
}
#wpforms-submit-82:hover {
background-color: var(--secondcolor) !important;
}
.contactforma22 ul {
border: 1px solid #f1f1f1;
padding: 20px;
border-radius: 10px;
}
.contactforma22 li {
list-style-type: none;
line-height: 35px;
border-bottom: 1px dashed;
padding-bottom: 5px;
padding-top: 5px;
}
.contactforma22 li:last-child {
border: 0;
}
.contactforma22 li a {
color: #333;
font-size:1.7rem;
}
.contactforma22 li i {
color: var(--maincolor);
margin-right: 10px;
font-size: 2rem;
vertical-align: middle;
}
.slider_th {
text-align: center;
min-height: 274px;
position: relative;
z-index: 1;
clip-path: none;
margin-bottom: 35px;
border-radius: 0px;
background-image: none;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
.category-description p{
font-size: 1rem;
line-height: 2;
padding-right: 20px;
position: relative;
}
.category-description p:before{
content: '';
width: 5px;
top: 0;
height: 100%;
background-image:  var(--gradient);
display: block;
position: absolute;
border-radius: 5px;
right: 0
}
.slider_th h2 {
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.slider_th h1 {
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
text-shadow: 0px 1px 0px var(--maincolor);
}
.slider_th p {
display: block;
position: absolute;
z-index: -1;
background-color: rgb(0,0,0,0.7);
width: 100%;
height: 100%;
box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
}
.slider_th .gradienbg{
background-image: linear-gradient(to bottom, transparent, var(--maincolor));
height: 150px
}
.slider_th  {
border-bottom-right-radius: 100px;
overflow: hidden;
border-bottom-left-radius: 100px;
background-image: url(http://taskeen.ly/demo/wp-content/uploads/2025/08/slider-2.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-top: 16px;
}
#statics_site .col-md-3:first-child .static_card::before{
display: none;
}
.single .slider_th span {
font-size: 1.9rem;
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.postcontent span.postspan{
height: 364px;
position: relative;
display: block;
margin-right: auto;
margin-left: 0px;
margin-right: 26px !important;
position: relative;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.single .postcontent img {
margin-right: auto;
border-top: none;
width: 300px;
height: 300px;
position: absolute;
left: 0;
right: 0;
display: block;
margin: 0 auto;
bottom: 0;
top: 42px;
max-width: 100%;
}
.postcontent p {
line-height: 40px;
font-size: 1.8rem;
padding-top: 30px;
}
.postcontent h2{
font-weight: 400;
line-height: 45px;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} 
.loader {
width: 48px;
height: 48px;
margin: auto;
position: relative;
top: 50%;
}
.loader:before {
content: '';
width: 48px;
height: 5px;
background: #f1f1f1;
position: absolute;
top: 60px;
left: 0;
border-radius: 50%;
animation: shadow324 0.5s linear infinite;
}
.loader:after {
content: '';
width: 100%;
height: 100%;
background: var(--maincolor);
position: absolute;
top: 0;
left: 0;
border-radius: 10px;
animation: jump7456 0.5s linear infinite;
}
@keyframes jump7456 {
15% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, .9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow324 {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
.spinner {
width: 56px;
height: 56px;
display: grid;
border: 4.5px solid #0000;
border-radius: 50%;
border-color: #f1f1f1 #0000;
animation: spinner-e04l1k 1s infinite linear;
top: 50%;
left: 0;
position: absolute;
right: 0;
margin: 0 auto;
}
.spinner::before,
.spinner::after {
content: "";
grid-area: 1/1;
margin: 2.2px;
border: inherit;
border-radius: 50%;
}
.spinner::before {
border-color: var(--maincolor) #0000;
animation: inherit;
animation-duration: 0.5s;
animation-direction: reverse;
}
.spinner::after {
margin: 8.9px;
}
@keyframes spinner-e04l1k {
100% {
transform: rotate(1turn);
}
}
.logo_site img{
width: 268px;
height: 82px;
object-fit: contain
}
.contact_lang li:first-child{
border: 1px solid var(--maincolor)
}
.contact_lang li a{
color: var(--maincolor);
font-size:1.05rem;
}
.contact_lang li{
height: 61px;
}
.contact_lang{
min-height: 109px;
}
.navsection{
background-image:  var(--gradient);
min-height: 73px;
}
.social-top li i{
color: #fff;
font-size: 1.3rem
}
.block_counter{
box-shadow: 0px 0px 14.72px 1.28px rgba(0, 0, 0, 0.03); 
min-height: 126px;
font-size: 1.1rem
}
.block_counter i{
background-image: var(--gradient);
min-width: 88px;
height: 88px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 2.2rem;
color: #fff;
}
.counterblock .col-md-3:nth-child(odd) i{
background-image: none !important;
background-color: #fff;
border: 1px solid var(--secondcolor);
color:  var(--secondcolor);
}
.s1_r, .s1_r img, .s1_l, .s1_l img{
width: 326px;
height: 340px;
overflow: hidden;
object-fit: cover;
}
.s1_text {
bottom: -5px !important;
background-color: var(--secondcolor);
min-height: 67px;
min-width: 369px;
}
.s1_r{
right: 0
}
.s1_l{
left: 31px;
top: 60px;
}
.s1_r, .s1_l, .s1_text {
outline:  8px solid #fff
}
.clear{
clear: both
}
#about_counter p, #our_project p.projecttext{
font-size: 1.1rem;
line-height: 45px;
text-align: justify
}
.allrightitems {
max-height: 395px;
min-height: 395px;
}
#about_counter p a , #our_project p.projecttext a{
font-weight: bold;
color: var(--maincolor)
}
#why_us:before{
content: '';
background-image: var(--gradient);
position: absolute;
top: 0;
display: block;
width: 100%;
height: 400px;
z-index: -1;
border-top-right-radius: 70px;
border-bottom-left-radius: 70px;
}
.topshort{
font-size: 1.1rem;
line-height: 40px;
font-weight: 600
}
#why_us{
background-color: #f8f8f8;
z-index: 1
}
.whyblock{
box-shadow: 0px 0px 14.72px 1.28px rgba(0, 0, 0, 0.03);
background-color: #fff;
text-align: center;
border: 10px solid #fff;
border-radius: 20px;
padding-bottom: 20px;
}
.whyblock img{
width: 100%;
height: 181px;
object-fit: cover;
border-radius: 20px;
margin-bottom: 20px;
}
.whyblock strong{
font-size: 1.4rem;
color: #111;
}
.whyblock p{
width: 85%;
margin: 0 auto;
line-height: 30px;
font-size: 1.05rem;
}
#our_project .s1_l{
left: 0
}
#our_project{
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 43%, rgba(248, 248, 248, 1) 100%);
}
.seemora{
background-image: var(--gradient);
width: 241px;
height: 60px;
}
.topfooter{
border-top: 10px solid var(--secondcolor);
border-top-left-radius: 70px;
background-color: #111;
border-bottom-right-radius: 150px;
}
.footertitle:before{
content: '';
background-image: url(//taskeen.ly/wp-content/themes/taskeen2025/images/2_33.png);
width: 16px;
height: 29px;
display: inline-flex;
align-items: center;
margin-left: 10px;
}
.footertitle {
display: flex;
margin-bottom: 20px;
}
.footermenu li a{
color: #fff;
}
.footermenu li{
min-width: 49%;
list-style-type: disc;
color: #fff;
list-style-position: inside;
border-bottom: 1px solid #1b1b1b;
padding-block: 14px
}
.footermenu li:last-child {
border-bottom: none;
}
.footermenu li:nth-last-child(2) {
border-bottom: none;
}
.footermenu2 *{
color: #fff
}
.footermenu2 li span{
font-weight: bold;
}
.footermenu2 li i{
margin-left: 5px;
font-size:1.2rem;
}
.footermenu2{
margin-top: 40px;
}
.boottomfooter{
height: 74px;
border-bottom: 5px solid #146a81
}
.boottomfooter .social-top li{
background-image:  var(--gradient);
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}
.boottomfooter .social-top li i{
font-size: 1.1rem
} 
.footermenu2 a{
font-size: 1.1rem;
font-weight: bold;
}
.footermenu2 span{
font-size: 1rem
}
.whyus .col-md-12:nth-child(even) .whyblock{
flex-direction: row-reverse
}
.whyus .whyblock {
gap: 40px;
margin-bottom: 30px;
padding: 20px;
}
.whyus .whyblock span, .whyus .whyblock span img{
min-width: 400px;
display: block;
min-height: 250px;
object-fit: cover;
}
.whyus .whyblock strong, .whyus .whyblock p{
text-align: right !important;
margin: 0;
min-width: 100% !important;
display: block;
}
.whyus .whyblock strong{
font-size: 1.7rem;
margin-bottom: 10px;
}
.whyus .whyblock p{
line-height: 2.3
}
.slider_site img{
max-height: 585px;
width:100%;
}
.slider_site{
direction: ltr;
margin: 15px;
border-radius: 40px;
overflow: hidden;
border-right-color: var(--secondcolor);
border-right-width: 5px;
border-right-style: solid;
max-height: 585px
}
.slidertext {
display: flex;
flex-direction: column;
text-align: right;
right: 4%;
max-width: 40%;
z-index: 2;
top: 25%;
}
.slidertext span{
font-size: 2.1rem;
font-weight: bold;
color: #fff;
display: block;
margin-bottom: 20px;
}
.slidertext p{
font-size: 1.15rem;
line-height: 2;
direction: rtl;
color: #fff;
font-weight: 600;
text-align: justify;
}
.overly {
background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 12%, rgba(5, 75, 95, 1) 78%);
width: 100%;
height: 100%;
z-index: 1;
display: block;
top: 0;
right: 0
}
.sliderbuttons{
display: flex;
gap: 20px;
}
.sliderbuttons li{
background-color: #fff;
width: 187px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
}
.sliderbuttons li a{
color: #064d60;
font-weight: bold;
font-size: 1.4rem
}
.sliderbuttons li:nth-child(2){
background-color: var(--secondcolor)
}
.sliderbuttons li:nth-child(2) a{
color: #fff
}
.projecttext{
max-width: 95%
}
.animate {
transform: translateY(25px);
opacity: 0;
transition: all 0.5s ease-in-out;
}
.slider_site .animate{
transition-delay: 0.5s
}
.animate.in-view {
transform: translateY(0px);
opacity: 1
}
.singlepost p{
line-height: 2.1;
font-size: 1rem
}
.postimg img{
border-radius: 40px;
width: 100%;
height: 400px;
object-fit: cover
}
.media-item{
overflow: hidden;
}
.slider_site .owl-nav{
position: absolute;
bottom: 10%;
left: 2%
}
.slider_site .owl-nav button{
background-color: var(--secondcolor) !important;
width: 55px;
height: 55px;
border-radius: 100% !important;
line-height: 45px !important; 
display: block;
position: relative;
}
.slider_site .owl-nav button span{
color: #fff;
font-size: 3rem;
}
.slider_site .owl-nav button.owl-next{
background-image:  var(--gradient) !important;
}
.media-item img{
min-height: 200px;
max-height: 200px;
width: 100%;
object-fit: cover;
}
.forvideo{
position: relative;
}
.forvideo i{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
background-color: rgb(0,0,0,0.7);
width: 70px;
height: 70px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.fade-image {
opacity: 0;
transition: opacity 0.6s ease-in-out;
}
.fade-image.visible {
opacity: 1;
}
@media (min-width: 993px) and (max-width: 1201px) {
.topfooter .container{
min-width: 100%;
margin: 0
}
.topfooter{
border-bottom-right-radius: 50px !important;
}
.slidertext {
top: 19%;
}	
}
@media (min-width: 768px) and (max-width: 992px) {
.topfooter .col-md-3,
.topfooter .col-md-4,
.topfooter .col-md-5
{
width: 100% !important;
}
}
@media (min-width: 320px) and (max-width: 992px) {
.navsection, .contact_lang{
display: none !important;
}
header .col-md-3:first-child{
display: flex;
width: 100%;
}
.mobicon{
display: flex !important;
width: 20%;
justify-content: center;
align-items: center;
}
.mobicon i{
font-size: 1.8rem;
color: #04495d;
cursor: pointer
}
.logo_site{
width: 80%;
}
.topfooter h4{
text-align: center;
display: flex;
justify-content: center;
margin-block: 20px;
padding: 20px;
border-radius: 25px;
border: 1px dashed #10647b
}
.topfooter h4:before{
display: none !important;
}
.topfooter{
border-bottom-right-radius: 0 !important;
}
.boottomfooter {
height: auto;
border-bottom: 5px solid #146a81;
padding-block: 20px;
text-align: center;
}
.boottomfooter h6{
justify-content: center;
margin-bottom: 20px;
}
.social-top{
justify-content: center
}
.topfooter h5{
text-align: justify
}
.slidertext {
left: 0;
right: 0;
}
.sliderbuttons li {
width: 156px;
height: 52px;
border-radius: 15px;
}
.sliderbuttons {
justify-content: center;
margin-top: 28px !important;
}
.slidertext p{
display: none !important;
}
.slidertext{
max-width: 100% !important;
width: 100%
}
.slidertext span{
font-size: 1.7rem !important;
margin: 0 auto !important;
display: block !important;
text-align: center !important;
width: 100% !important;
}
.slider_site .owl-dots{
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.slider_site .owl-dots .active span{
background-color:  var(--secondcolor) !important;
}
.slider_site .owl-dots span{
background-color: #fff !important;
}
.slidertext {
top: 17%;
}
.block_counter {
flex-direction: column;
padding-inline: 0 !important;
justify-content: center !important;
text-align: center;
padding-block: 20px;
margin-bottom: 20px;
}
.allrightitems {
display: flex;
flex-wrap: wrap;
gap: 15px;   
position: relative !important;
}
.allrightitems span {
flex: 1 1 45%; 
position: relative !important;
}
.allrightitems span:nth-child(3) {
flex-basis: 100%;
text-align: center;
}
.allrightitems span.s1_l, .allrightitems span.s1_r{
width: 48%;
top: 0;
height: 200px
}
.allrightitems span.s1_l img, .allrightitems span.s1_r img{
height: 200px;
object-fit: cover;
}
.allrightitems span.s1_l{
left: 0
}
.allrightitems{
height: auto;
min-height: auto !important;
}
#about_counter h1{
text-align: center;
margin-top: 21px;
}
.topshort {
margin-inline: 0 !important;
width: 100% !important;
}
.whyblock{
margin-bottom: 20px;
}
#why_us{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
#our_project h3{
text-align: center;
}
.projecttext {
max-width: 100%;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.65rem;
}
.s1_text {
min-width: 100%;
}
.slider_site {
margin: 0;
border-radius: 0;
border-right-width: 0px;
}
.counterblock.py-4{
padding-bottom: 0 !important;
}
header{
padding-block: 10px
}
.logo_site img{
max-width: 200px;
}
.seemora {
margin: 0 !important;
}
.slider_th h2 {
width: 100%;
}
.slider_th {
border-bottom-right-radius: 0;
margin-top: 0;
border-bottom-left-radius: 0;
min-height: 157px;
}
.whyblock.d-flex{
flex-direction: column !important;
text-align: center !important;
justify-content: center !important;
}
#why_us .whyblock.d-flex img, .whyus .whyblock span{
max-width: 100% !important;
width: 100% !important;
min-width: 100% !important;
}
#why_us .whyblock.d-flex p{
text-align: justify !important;
}
.singlepost p {
text-align: justify;
}
.postimg img {
height: 300px;
object-fit: cover;
max-height: 300px;
min-height: 300px;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
width: 100% !important;
padding: 0 !important;
}
.slider_th h1 {
width: 100%;
}
}html{direction:rtl}body{direction:rtl}.list-unstyled{padding-right:0;padding-left:initial}.list-inline{padding-right:0;padding-left:initial;margin-right:-5px;margin-left:0}dd{margin-right:0;margin-left:initial}@media (min-width:768px){.dl-horizontal dt{float:right;clear:right;text-align:left}.dl-horizontal dd{margin-right:180px;margin-left:0}}blockquote{border-right:5px solid #eee;border-left:0}.blockquote-reverse,blockquote.pull-left{padding-left:15px;padding-right:0;border-left:5px solid #eee;border-right:0;text-align:left}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.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:right}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{left:100%;right:auto}.col-xs-pull-11{left:91.66666667%;right:auto}.col-xs-pull-10{left:83.33333333%;right:auto}.col-xs-pull-9{left:75%;right:auto}.col-xs-pull-8{left:66.66666667%;right:auto}.col-xs-pull-7{left:58.33333333%;right:auto}.col-xs-pull-6{left:50%;right:auto}.col-xs-pull-5{left:41.66666667%;right:auto}.col-xs-pull-4{left:33.33333333%;right:auto}.col-xs-pull-3{left:25%;right:auto}.col-xs-pull-2{left:16.66666667%;right:auto}.col-xs-pull-1{left:8.33333333%;right:auto}.col-xs-pull-0{left:auto;right:auto}.col-xs-push-12{right:100%;left:0}.col-xs-push-11{right:91.66666667%;left:0}.col-xs-push-10{right:83.33333333%;left:0}.col-xs-push-9{right:75%;left:0}.col-xs-push-8{right:66.66666667%;left:0}.col-xs-push-7{right:58.33333333%;left:0}.col-xs-push-6{right:50%;left:0}.col-xs-push-5{right:41.66666667%;left:0}.col-xs-push-4{right:33.33333333%;left:0}.col-xs-push-3{right:25%;left:0}.col-xs-push-2{right:16.66666667%;left:0}.col-xs-push-1{right:8.33333333%;left:0}.col-xs-push-0{right:auto;left:0}.col-xs-offset-12{margin-right:100%;margin-left:0}.col-xs-offset-11{margin-right:91.66666667%;margin-left:0}.col-xs-offset-10{margin-right:83.33333333%;margin-left:0}.col-xs-offset-9{margin-right:75%;margin-left:0}.col-xs-offset-8{margin-right:66.66666667%;margin-left:0}.col-xs-offset-7{margin-right:58.33333333%;margin-left:0}.col-xs-offset-6{margin-right:50%;margin-left:0}.col-xs-offset-5{margin-right:41.66666667%;margin-left:0}.col-xs-offset-4{margin-right:33.33333333%;margin-left:0}.col-xs-offset-3{margin-right:25%;margin-left:0}.col-xs-offset-2{margin-right:16.66666667%;margin-left:0}.col-xs-offset-1{margin-right:8.33333333%;margin-left:0}.col-xs-offset-0{margin-right:0;margin-left:0}@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:right}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{left:100%;right:auto}.col-sm-pull-11{left:91.66666667%;right:auto}.col-sm-pull-10{left:83.33333333%;right:auto}.col-sm-pull-9{left:75%;right:auto}.col-sm-pull-8{left:66.66666667%;right:auto}.col-sm-pull-7{left:58.33333333%;right:auto}.col-sm-pull-6{left:50%;right:auto}.col-sm-pull-5{left:41.66666667%;right:auto}.col-sm-pull-4{left:33.33333333%;right:auto}.col-sm-pull-3{left:25%;right:auto}.col-sm-pull-2{left:16.66666667%;right:auto}.col-sm-pull-1{left:8.33333333%;right:auto}.col-sm-pull-0{left:auto;right:auto}.col-sm-push-12{right:100%;left:0}.col-sm-push-11{right:91.66666667%;left:0}.col-sm-push-10{right:83.33333333%;left:0}.col-sm-push-9{right:75%;left:0}.col-sm-push-8{right:66.66666667%;left:0}.col-sm-push-7{right:58.33333333%;left:0}.col-sm-push-6{right:50%;left:0}.col-sm-push-5{right:41.66666667%;left:0}.col-sm-push-4{right:33.33333333%;left:0}.col-sm-push-3{right:25%;left:0}.col-sm-push-2{right:16.66666667%;left:0}.col-sm-push-1{right:8.33333333%;left:0}.col-sm-push-0{right:auto;left:0}.col-sm-offset-12{margin-right:100%;margin-left:0}.col-sm-offset-11{margin-right:91.66666667%;margin-left:0}.col-sm-offset-10{margin-right:83.33333333%;margin-left:0}.col-sm-offset-9{margin-right:75%;margin-left:0}.col-sm-offset-8{margin-right:66.66666667%;margin-left:0}.col-sm-offset-7{margin-right:58.33333333%;margin-left:0}.col-sm-offset-6{margin-right:50%;margin-left:0}.col-sm-offset-5{margin-right:41.66666667%;margin-left:0}.col-sm-offset-4{margin-right:33.33333333%;margin-left:0}.col-sm-offset-3{margin-right:25%;margin-left:0}.col-sm-offset-2{margin-right:16.66666667%;margin-left:0}.col-sm-offset-1{margin-right:8.33333333%;margin-left:0}.col-sm-offset-0{margin-right:0;margin-left:0}}@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:right}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{left:100%;right:auto}.col-md-pull-11{left:91.66666667%;right:auto}.col-md-pull-10{left:83.33333333%;right:auto}.col-md-pull-9{left:75%;right:auto}.col-md-pull-8{left:66.66666667%;right:auto}.col-md-pull-7{left:58.33333333%;right:auto}.col-md-pull-6{left:50%;right:auto}.col-md-pull-5{left:41.66666667%;right:auto}.col-md-pull-4{left:33.33333333%;right:auto}.col-md-pull-3{left:25%;right:auto}.col-md-pull-2{left:16.66666667%;right:auto}.col-md-pull-1{left:8.33333333%;right:auto}.col-md-pull-0{left:auto;right:auto}.col-md-push-12{right:100%;left:0}.col-md-push-11{right:91.66666667%;left:0}.col-md-push-10{right:83.33333333%;left:0}.col-md-push-9{right:75%;left:0}.col-md-push-8{right:66.66666667%;left:0}.col-md-push-7{right:58.33333333%;left:0}.col-md-push-6{right:50%;left:0}.col-md-push-5{right:41.66666667%;left:0}.col-md-push-4{right:33.33333333%;left:0}.col-md-push-3{right:25%;left:0}.col-md-push-2{right:16.66666667%;left:0}.col-md-push-1{right:8.33333333%;left:0}.col-md-push-0{right:auto;left:0}.col-md-offset-12{margin-right:100%;margin-left:0}.col-md-offset-11{margin-right:91.66666667%;margin-left:0}.col-md-offset-10{margin-right:83.33333333%;margin-left:0}.col-md-offset-9{margin-right:75%;margin-left:0}.col-md-offset-8{margin-right:66.66666667%;margin-left:0}.col-md-offset-7{margin-right:58.33333333%;margin-left:0}.col-md-offset-6{margin-right:50%;margin-left:0}.col-md-offset-5{margin-right:41.66666667%;margin-left:0}.col-md-offset-4{margin-right:33.33333333%;margin-left:0}.col-md-offset-3{margin-right:25%;margin-left:0}.col-md-offset-2{margin-right:16.66666667%;margin-left:0}.col-md-offset-1{margin-right:8.33333333%;margin-left:0}.col-md-offset-0{margin-right:0;margin-left:0}}@media (min-width:1200px){.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:right}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{left:100%;right:auto}.col-lg-pull-11{left:91.66666667%;right:auto}.col-lg-pull-10{left:83.33333333%;right:auto}.col-lg-pull-9{left:75%;right:auto}.col-lg-pull-8{left:66.66666667%;right:auto}.col-lg-pull-7{left:58.33333333%;right:auto}.col-lg-pull-6{left:50%;right:auto}.col-lg-pull-5{left:41.66666667%;right:auto}.col-lg-pull-4{left:33.33333333%;right:auto}.col-lg-pull-3{left:25%;right:auto}.col-lg-pull-2{left:16.66666667%;right:auto}.col-lg-pull-1{left:8.33333333%;right:auto}.col-lg-pull-0{left:auto;right:auto}.col-lg-push-12{right:100%;left:0}.col-lg-push-11{right:91.66666667%;left:0}.col-lg-push-10{right:83.33333333%;left:0}.col-lg-push-9{right:75%;left:0}.col-lg-push-8{right:66.66666667%;left:0}.col-lg-push-7{right:58.33333333%;left:0}.col-lg-push-6{right:50%;left:0}.col-lg-push-5{right:41.66666667%;left:0}.col-lg-push-4{right:33.33333333%;left:0}.col-lg-push-3{right:25%;left:0}.col-lg-push-2{right:16.66666667%;left:0}.col-lg-push-1{right:8.33333333%;left:0}.col-lg-push-0{right:auto;left:0}.col-lg-offset-12{margin-right:100%;margin-left:0}.col-lg-offset-11{margin-right:91.66666667%;margin-left:0}.col-lg-offset-10{margin-right:83.33333333%;margin-left:0}.col-lg-offset-9{margin-right:75%;margin-left:0}.col-lg-offset-8{margin-right:66.66666667%;margin-left:0}.col-lg-offset-7{margin-right:58.33333333%;margin-left:0}.col-lg-offset-6{margin-right:50%;margin-left:0}.col-lg-offset-5{margin-right:41.66666667%;margin-left:0}.col-lg-offset-4{margin-right:33.33333333%;margin-left:0}.col-lg-offset-3{margin-right:25%;margin-left:0}.col-lg-offset-2{margin-right:16.66666667%;margin-left:0}.col-lg-offset-1{margin-right:8.33333333%;margin-left:0}.col-lg-offset-0{margin-right:0;margin-left:0}}th{text-align:right}@media screen and (max-width:767px){.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:initial}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-left:0;border-right:initial}}.radio label,.checkbox label{padding-right:20px;padding-left:initial}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-right:-20px;margin-left:auto}.radio-inline,.checkbox-inline{padding-right:20px;padding-left:0}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-right:10px;margin-left:0}.has-feedback .form-control{padding-left:42.5px;padding-right:12px}.form-control-feedback{left:0;right:auto}@media (min-width:768px){.form-inline label{padding-right:0;padding-left:initial}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{margin-right:0;margin-left:auto}}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{left:15px;right:auto}.caret{margin-right:2px;margin-left:0}.dropdown-menu{right:0;left:auto;float:left;text-align:right}.dropdown-menu.pull-right{left:0;right:auto;float:right}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group>.btn,.btn-group-vertical>.btn{float:right}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-right:-1px;margin-left:0}.btn-toolbar{margin-right:-5px;margin-left:0}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:right}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-right:5px;margin-left:0}.btn-group>.btn:first-child{margin-right:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group{float:right}.btn-group.btn-group-justified>.btn,.btn-group.btn-group-justified>.btn-group{float:none}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn .caret{margin-right:0}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-right:0}.input-group .form-control{float:right}.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-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:first-child{border-right:1px solid #ccc;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-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:last-child{border-left:1px solid #ccc;border-right:0}.input-group-btn>.btn+.btn{margin-right:-1px;margin-left:auto}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-left:-1px;margin-right:auto}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-right:-1px;margin-left:auto}.nav{padding-right:0;padding-left:initial}.nav-tabs>li{float:right}.nav-tabs>li>a{margin-left:auto;margin-right:-2px;border-radius:4px 4px 0 0}.nav-pills>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-right:2px;margin-left:auto}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-right:0;margin-left:auto}.nav-justified>.dropdown .dropdown-menu{right:auto}.nav-tabs-justified>li>a{margin-left:0;margin-right:auto}@media (min-width:768px){.nav-tabs-justified>li>a{border-radius:4px 4px 0 0}}@media (min-width:768px){.navbar-header{float:right}}.navbar-collapse{padding-right:15px;padding-left:15px}.navbar-brand{float:right; margin-top: 0px;}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:11px;text-align:center}}.navbar-toggle{float:left;margin-left:15px;margin-right:auto}@media (max-width:767px){.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 25px 5px 15px}}@media (min-width:768px){.navbar-nav{float:right}.navbar-nav>li{float:right}.navbar-nav.navbar-right:last-child{margin-left:-15px;margin-right:auto}.navbar-nav.navbar-right.flip{float:left!important}.navbar-nav.navbar-right .dropdown-menu{left:0;right:auto}}@media (min-width:768px){.navbar-text{float:right}.navbar-text.navbar-right:last-child{margin-left:0;margin-right:auto}}.pagination{padding-right:0}.pagination>li>a,.pagination>li>span{float:right;margin-right:-1px;margin-left:0}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{margin-right:-1px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-right:0;padding-left:initial}.pager .next>a,.pager .next>span{float:left}.pager .previous>a,.pager .previous>span{float:right}.nav-pills>li>a>.badge{margin-left:0;margin-right:3px}.alert-dismissable,.alert-dismissible{padding-left:35px;padding-right:15px}.alert-dismissable .close,.alert-dismissible .close{right:0;left:21px}.progress-bar{float:right}.media>.pull-left{margin-right:10px}.media>.pull-left.flip{margin-right:0;margin-left:10px}.media>.pull-right{margin-left:10px}.media>.pull-right.flip{margin-left:0;margin-right:10px}.media-list{padding-right:0;padding-left:initial;list-style:none}.list-group{padding-right:0;padding-left:initial}.list-group-item>.badge{float:left}.list-group-item>.badge+.badge{margin-right:5px;margin-left:auto}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-right-radius:3px;border-top-left-radius:0}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;border-top-left-radius:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:none}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:none;border-left:0}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{right:0;left:auto}.close{float:left}.modal-footer{text-align:left}.modal-footer .btn+.btn{margin-left:auto;margin-right:5px}.modal-footer .btn-group .btn+.btn{margin-right:-1px;margin-left:auto}.modal-footer .btn-block+.btn-block{margin-right:0;margin-left:auto}.popover{left:auto;text-align:right}.popover.top>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.top>.arrow:after{margin-right:-10px;margin-left:auto}.popover.bottom>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.bottom>.arrow:after{margin-right:-10px;margin-left:auto}.carousel-control{right:0;bottom:0}.carousel-control.left{right:auto;left:0;}.carousel-control.right{left:auto;right:0;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;right:auto;margin-right:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;left:auto;margin-left:-10px}.carousel-indicators{right:50%;left:0;margin-right:-30%;margin-left:0;padding-left:0}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:0;margin-right:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-left:0;margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}}.pull-right.flip{float:left!important}.pull-left.flip{float:right!important}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}