/*----------------------------------------------------------------------------------------

	Theme Name: theqa2021

	Theme URI: theqa2021

	Description:theqa2021

	Author: theqa2021

	Author URI: theqa2021

	Version: 1.0

*/

 
 

/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//attigaholding.ly/wp-content/themes/theqa2021/fonts/Cairo-Regular.woff) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
 
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//attigaholding.ly/wp-content/themes/theqa2021/fonts/Cairo-SemiBold.woff) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
 
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//attigaholding.ly/wp-content/themes/theqa2021/fonts/Cairo-Bold.woff) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
 




*{
    font-family: 'Cairo', sans-serif;

    text-decoration: none !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

    font-size: 11px;
    padding-right: 0;

}
.contactforma input.joinnow:hover{
  background-color: #333 !important;
}
body {
  direction: rtl;
}
h1, h2, h3, h4, h5, h6 {

    font-family: 'cairo',tahoma !important;

}
html {
    scroll-behavior: smooth;
}


.fancybox-content img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 700px;
}


*:hover{
    /*! transition: all 0.2s ease-out 0s; */
    text-decoration: none;
}


.item{
    direction: rtl;
}

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

.topsearch input, .topsearch button{
  display: inline-block;
     
}
.topsearch input{
 border: 0px solid #000;
  padding: 10px;
  float: right;
  width: 75%;
line-height: 24px;
border-radius: 10px;
font-size: 13px;
}
.shrink .topsearch{
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.foot1r_content input.wysija-input:focus{
  outline: none;
}
.topsearch{
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  margin-top: 16px;
}
.topsearch button{
  background-color: #E0E0E0;
  border: 0px;
    margin-top: 4px;
  margin-left: 5px;
  float: left;
    border-radius: 5px !important;
}
.topsearch button:hover{
  background-color: brown;
}
.topsearch button:hover:before{
  color: #fff;
}
.topsearch button:before{
font-size: 16px;
   display: block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
 color:#7C7C7C;
 
}
.topsearch input:focus{
outline: none;
}

 
.conte3 {
    display: none;
}
a#loadMore3{
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 30px auto;
  background-color: #D70818;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
  padding: 20px !important;
  color: #fff !important;
}
a#loadMore3:hover{
    background-color: #222D35;
}

 
.shrink {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
}

.shrink img{
    max-width: 70% !important;
}
.shrink .tosicial ul{
    margin-top: 35px;
}



.hvr-bounce-to-top {

    vertical-align:middle;
    -webkit-transform:perspective(1px) translateZ(0);
    transform:perspective(1px) translateZ(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
    position:relative;
    -webkit-transition-property:color;
    transition-property:color;
    -webkit-transition-duration:.5s;
    transition-duration:.5s
}
.hvr-bounce-to-top:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    -webkit-transform:scaleY(0);
    transform:scaleY(0);
    -webkit-transform-origin:50% 100%;
    transform-origin:50% 100%;
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transition-duration:.5s;
    transition-duration:.5s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    border-radius:5px;
}










.hvr-radial-out {
    display:inline-block;
    vertical-align:middle;
    -webkit-transform:perspective(1px) translateZ(0);
    transform:perspective(1px) translateZ(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
    position:relative;

    -webkit-transition-property:color;
    transition-property:color;
    -webkit-transition-duration:.3s;
    transition-duration:.3s
}
.hvr-radial-out:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#6B6B6B;
    border-radius:100%;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}



 
body{
  overflow-x: hidden;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    z-index: 1000 !important;
    bottom: 21px;
    margin: 0 auto !important;
    float: none;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #FFC975;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

 

 


 

.contactforma h5{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color:gray;
    margin-bottom: 40px;
}

.contactforma h5 span{
    font-size: 16px;
    margin-left: 5px;
    color:#333;
}

.contactforma fieldset{
  background-color: transparent !important;
  border: 0px !important;
}
.contactforma h3{
  display: none !important;
}
.contactforma .vfb-legend{
  border-bottom: 0px !important;
}
.contactforma label{
  display: none !important;
}


.title-bkp{
  text-align: center;
  font-size: 22px;
  margin-top: 0px !important;
  background-color: #f1f1f1;
  padding: 20px;
}

.content-bkp h2{
  text-align: center;
  font-size: 17px;
}

.content-bkp form{
  max-width: 80%;
  margin: 40px auto 40px;
  text-align: center;
}
.content-bkp input{
  border: 1px solid #f1f1f1;
  padding: 16px;
  margin-right: 5px;
  border-radius: 5px;
}
.content-bkp input#searchsubmit{
background-color: #E3A849 !important;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 80px;
  border: 0px;
    padding: 14px !important;
}
.content-bkp form label{
  font-size: 15px;
}


.contactforma input{
    margin-bottom: 3px !important;
    height: 55px !important;
    border: 0 !important;
    box-shadow: 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
border-radius: 5px !important;
background-color: #fff;
padding-right: 14px !important;
font-size: 14px !important;
font-weight: bold;
color: #AFAFAF !important;
}
input.vfb-error {
    background-color: #eee !important;
}
.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
 background-color: #fff;
}
.contactforma textarea{
    border: 0 !important;
    box-shadow: 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
    border-radius:5px !important;
    height:190px !important;
    padding: 15px !important;
	background-color: #fff !important;
	font-size: 14px !important;
font-weight: bold;
color: #AFAFAF !important;
margin-bottom: 0 !important;
}
#vfb-3{
  display: none !important;
}


.contactforma input.joinnow{
background-color: #FC8F07 !important;
border: 0 !important;
width: 100%;
line-height: 40px;
font-weight: bold;
font-size: 17px;
color: #fff !important;
font-size: 19px !important;
max-width: 100px;
float: left;
margin-top: 0 !important;
padding-right: 0 !important;
}
#item-vfb-2.vfb-fieldset{
    margin-top:  0 !important;
}
#item-vfb-1.vfb-fieldset{
    margin-bottom:   0 !important;
}

.contactforma button.btn{
    background-color: #E3A849 !important;
    border: 0 !important;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    font-size: 17px;
}

.contactforma form{
    max-width: 100%;
}


 

 





.topmenu .nav {
    display: inline-block;
    /*! background: #FFFFFF; */
    /*! border-radius: 3px; */

    height: 40px;
    margin-top: 12px;
}
.shrink .nav{
    margin-top: 15px !important;
}
.shrink .topsocial_live ul{
    margin-top: 15px !important;
}
.topmenu .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.topmenu .nav ul li {
    position: relative;
    display: inline-block;
    height: 46px;
    border-left: 0px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    margin-left: 14px;
}
.topmenu .nav ul li:first-child,
.topmenu .nav ul li:nth-child(2),
.topmenu .nav ul li:last-child {
    border-left: 0;
}
.topmenu .nav ul li:nth-child(2) a:before,
.topmenu .nav ul li:nth-last-child(2) a:before,
.topmenu .nav ul li:nth-child(2) a:after,
.topmenu .nav ul li:nth-last-child(2) a:after {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.topmenu .nav ul li:nth-child(2) > a:before {

}
.topmenu .nav ul li:nth-last-child(2) a:after {

}

.topmenu .nav ul li:last-child a:hover {
    /*! background: #ffce54; */
}
.topmenu .nav ul li a {
    position: relative;
    display: block;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-weight: 700;
    text-shadow: 0px 1px 0px #D19639;
}
.topmenu .nav ul li a:hover {
    background: #CE9001 !important;
    color: #fff !important;
    border-radius: 5px;
}


.topmenu li i{
    font-size: 30px;
    vertical-align: middle;
    color: #FFF1DC;
}
.topmenu li:first-child{
    margin-left: 0px !important;
}
.head2_sdra.shrink li a{
    color: gray !important;
    text-shadow: 0px 0px 0px !important;
    font-weight: 600 !important;
}

.head2_sdra.shrink li i{
    color: #E6A94B !important;
    text-shadow: 0px 0px 0px !important;
    font-weight: 600 !important;
}


.mencanva{
    display: none;
}





 
#acaart_pagination{
  text-align: center;
  
}
#acaart_pagination span.current{
  background-color: #000;
    display: inline-block;
 
width: 40px;
height: 40px;
  text-align: center;
color: #fff;
font-size: 17px;
font-weight: bold;
border-radius: 5px;
line-height: 40px;
margin-left: 3px;
}
#acaart_pagination a.inactive{
  display: inline-block;
background-color: #E6A94B;
width: 40px;
height: 40px;
  text-align: center;
color: #fff;
font-size: 17px;
font-weight: bold;
border-radius: 5px;
line-height: 40px;
margin-left: 3px;
}
#acaart_pagination a.inactive:hover, #acaart_pagination span.current:hover{
  background-color: #808080;
}















 

.mobmen{
    display: none;
}








.shrink{
    position: fixed;
    width: 100%;
    background-color: #fff;
    top:0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    opacity: 0.9;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s; 


}

.shrink img{
    max-width: 150px;

}
 

 


 
.contacticon, .contacttext{
    display: inline-block;
}
.contacticon{
    width: 30%;
}
.contacttext{
    width: 60%;
}
.contacticon{
    border: 1px solid #F98F07;
    width: 44px;
    margin-left: 10px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    border-radius: 5px;
    vertical-align: top;
    margin-top: 22px;
    background-color: #fff;
}
.contacticon i{
    color: #D70818;
    font-size: 20px;
    vertical-align: middle;
}
.contacttext h2{
    font-size: 15px;
    color: #D70818;
    font-weight: 600;
}
.contacttext a{
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 600;

}
.headercontact{
    margin-top: 13px;
    float: left;
    min-width: 65%;
}

.sidenav{
  display: none;
}
.headercontact:hover .contacticon{
  background-color: #D70818;
  border: 1px solid #D70818;
  border-radius: 100%;
}
.headercontact:hover .contacticon i{
 color: #fff;
 
}
.bottommenu li a{
   padding-right: 15px;
  padding-left: 15px;
 padding-top: 10px;
  padding-bottom: 10px;
}
.bottommenu li:hover a{
background-color: #000;
border-radius: 5px;
}

.bottommenu li:first-child:hover a{
background-color: transparent;
}
.topsocial_th li:hover{
  opacity: 0.7;
}
.topmenu li:hover a{
  color: brown !important;
}
.owl-prev:hover, .owl-next:hover{
  background-color: #FC8F07 !important;
}
.about_block:hover{
  margin-top: -6px;
}
.about_block:hover .ab_icon{
  border-radius: 10px;
}

.lefttextcust:hover, .lefttextcust:hover:before{
  background-color: #D70818;
}
.lefttextcust:hover a{
  color: #fff !important;
} 

.pager p{
  text-align: right;
  line-height: 40px;
  font-size: 15px;
}
.pager{
  padding-top: 20px;
  padding-bottom: 20px;
}

.phoneemail li:hover span{
  border-radius: 100%;
 
}
.phoneemail li:hover a{
  color: #000;
   
}
.phoneemail li:hover{
  background-color: #f1f1f1;
}
.foot1r_content input.wysija-submit:hover{
  background-color: #FC8F07 !important;
}
.fotblockcontent2 li:hover{
  padding-right: 5px;
}
.foot3_th .bottommenu li:hover a{
  color: #000 !important;
  background-color: transparent;
}
.hqtext:hover a{
  color: #000 !important;
}

.shrink li:first-child:hover a{
  background-color: transparent !important;
}
.shrink li:first-child:hover{
  background-color: #222D35 !important;
}














#owl-demo .item{

    color: #324554;

    text-align: center;
}
.customNavigation{
    text-align: center;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.item h1 {

}
.customNavigation {
    display: none;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{

    text-align: center;
    bottom: 44px;
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    background: #A71B40;
    border-radius: 100%;
    filter: Alpha(Opacity=50);/*IE7 fix*/

}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    background: #1E2D3B;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
    background: #fff;
}
.slider_list div.owl-one{
    direction: ltr;
}
.slider_list .active{
    background-color: transparent !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    background-color: #F7B71E;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
#demo {
    direction: ltr;
}



.menutw span.bellows-subtoggle{
    display: none !important;
}






.owl-next:before {
    color: #fff;
    content:"\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 700;
    line-height: 50px !important;
    text-align: center;
}
.owl-prev:before {
    color: #fff;
    content:"\f104";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 700;
    line-height: 50px !important;
    text-align: center;
}
.owl-next {
    float: right !important;
}
.owl-prev, .owl-next {
    background: #111 none repeat scroll 0 0;
    bottom: auto;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 50px;
    margin: 0 ;
    opacity: 1;
    overflow: hidden;
    padding: 7px 3px 5px 5px;
    position: absolute;
    top: 42%;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    z-index: 999;
}
.owl-next {
    right: 30px;
    background-color: #A71616 !important;
    border-radius: 100% !important;
    left: auto;
}
.owl-prev {
    right: auto;
    background-color: #A71616 !important;
    border-radius: 100% !important;
    left: 30px;
}
#demo img {
    width: 100%;
    height: 640px;

}


.mobmen{
    display: none;
}








.shrink .container{
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    top:0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
 
border-radius: 0 !important;
    -webkit-transition: all 2s; // Chrome
    -moz-transition: all 2s; // Mozilla
    -o-transition: all 2s; 
margin: 0px auto !important;

}
 

































.loader2 {
    background-color: #fff !important;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    bottom: 0 !important;
    z-index: 100000;
}



.loader {
    background-color: #fff !important;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    bottom: 0 !important;
    z-index: 100000;
}






.loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}
.sk-chase,
.sk-chase-2 {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-2 {
    top: -40px;
}

.sk-chase-2 .sk-chase-dot::before {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #BD3540;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); } 
}


@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4); 
    } 100%, 0% {
        transform: scale(0.8); 
    } 
}

.slider_th{
    direction: ltr;
}

.head1_th{
    border-top: 3px solid #D70818;
}
.topsocial_th ul{
    text-align: left !important;
    direction: ltr;
    padding-left: 0;
    margin-top: 12px;
}
.topsocial_th li{
    display: inline-block;
    width:32px;
    text-align: center;
    border-radius: 5px;
    height:32px;
    line-height:27px;
}
.topsocial_th li:first-child{
    background-color: #0887D7;
}
.topsocial_th li:nth-child(2){
    background-color: #81C57B;
}
.topsocial_th li:nth-child(3){
    background-color: #EFC501;
}
.topsocial_th li i{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.head1_th{
    min-height: 62px;
}
.head2_th{
    min-height: 107px;
    background: rgb(244,244,244);
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%); 
    padding-bottom: 37px;
}
.logo_th{
    line-height: 107px;
}
.contacticon, .contacttext{
    display: inline-block;
}
.contacticon{
    width: 30%;
}
.contacttext{
    width: 60%;
}
.contacticon{
    border: 1px solid #F98F07;
    width: 44px;
    margin-left: 10px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    border-radius: 5px;
    vertical-align: top;
    margin-top: 22px;
    background-color: #fff;
}
.contacticon i{
    color: #D70818;
    font-size: 20px;
    vertical-align: middle;
}
.shrink li:hover a{
  background-color: #f1f1f1 !important;
}
.contacttext h2{
    font-size: 15px;
    color: #D70818;
    font-weight: 600;
}
.contacttext a{
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 600;

}
.headercontact{
    margin-top: 13px;
    float: left;
    min-width: 65%;
}



.head3_th div.container{
    background-color: #D70818;
    min-height: 74px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    display: block !important;
    margin: -37px auto;
    left: 0;
    right: 0;
}
.shrink li a{
  color: #121212 !important;
}
.shrink li:first-child a{
  color: #fff !important;
}


.about_th{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FEFEFE !important;
}
.photo_th{
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #F9F9F9 !important;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    background-image: url(images/1_28.jpg);
    background-repeat: no-repeat;
    min-height: 667px;
    background-position: 5% bottom;
}
.block_title1, .block_title2{
    text-align: center;
}
.block_title1{
    margin-bottom: 20px;
}
.block_title1 a{
    font-weight: 600;
    font-size: 33px;
    color: #505050;
}
.block_title2 p{
    font-size: 16px;
    color: #6E6E6E;
    display:block;
    max-width:67%;
    margin:0 auto 86px;
    line-height:35px;
}

.fasel_th{
    background-color: #D70818;
    height: 1px;
    max-width: 109px;
    margin: 20px auto;
}
.fasel_th:after{
    content: '';
    display: block;
    background-color: #FC8F07;
    height: 12px;
    width: 12px;
    position: absolute;
    margin: -7px auto;
    left: 0;
    right: 0;
    animation: move-right 4s infinite linear;
}
.fasel_th:before{
    content: '';
    display: block;
    background-color: #fff;
    height: 25px;
    width: 25px;
    position: absolute;
    margin: -9px auto;
    left: 0;
    right: 0;

}
.photo_th .fasel_th:before{
    background-color: #F9F9F9;
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(90deg);
    }
    75% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes move-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(90deg);
    }
    75% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}



.about_block{
    background-color: #ffffff !important;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    min-height: 185px;
    border-radius: 10px;
    padding-top: 57px;
    text-align: center;
}


.ab_icon{
    width: 77px;
    height: 77px;
    display: block;
    margin: -94px auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height:77px;
    border-radius: 100%;
    background-color: #D70818;

}
.ab_icon img{
    max-width: 40px;
    height: 40px;
    color: #fff;
}
.ab_title{
    color: #D70818;
    display: block;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 13px;
}
.ab_smallltitle{
    color: #575757;
    font-size: 13px;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    line-height: 30px;
}

.block_content div.col-md-4:nth-child(2) .about_block{
    background-color: #D70818 !important;
}
.block_content div.col-md-4:nth-child(2) .about_block a{
    color: #fff !important;
}
.block_content div.col-md-4:nth-child(2) .ab_icon{
    background-color: #fff !important;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.photo_loop{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 7px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    padding-bottom: 20px;
    text-align: center;
	position: relative;
}
.photo_loop img{
width: 162px;
height: 162px;
max-width: 100%;
max-height: 100%;
}
.block_content{
    margin-top: 10px
}


.ptitle{
    text-align: center;
    display: block;
    background-color: #D70818;
    max-width: 222px;
    margin: -15px auto 20px;
    min-height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}
.ptitle:before{
    content: '';
    background-color: #9C9C9C;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    margin-right:  -15px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.customer_th a.ptitle{
    background-color: #222D35; 
}
.partner_content{
    direction: ltr;
    margin-top: 41px;
    margin-bottom: 88px;
}
.customer_th{
    background-color: #F6F6F6;
    padding-bottom: 1px;
}
.partner_content img{
    max-width: 162px;
    max-height: 70px;
    margin: 0 auto;
	width: 162px !important;
height: 65px;
}
.customerblock img{
  width: 75px !important;
  height: 75px !important;
}
.partner_content .owl-next, .partner_content .owl-prev{
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
    top: 25%;
}
.partner_content .owl-next:before, .partner_content .owl-prev:before{
    line-height: 40px !important;
}

.rightimg, .lefttextcust{
    display: inline-block;
    float: right;
}
.rightimg{
    width: 20%;
    margin-left: 25px;
    margin-top: 25px;
}
.lefttextcust{
    width: 70%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    text-align: right;
    padding: 20px;
    border-radius: 10px;
}
.lefttextcust a.custnamer{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #D70818;
    margin-bottom: 10px;
}
.lefttextcust a.custtexter{
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #808080;
    line-height: 26px;
}
.lefttextcust:before{
    content: '';
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right:   23%;
    top: 45%;
    left: auto;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 0% 100%, 100% 50%); 
}



.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    z-index: 1000 !important;
    bottom: -60px;
    margin: 0 auto !important;
    float: none;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A8A8A8;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #D60818;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.contact_th{
    background-color: #f9f9f9;
}
.contact_th div.col-md-6:nth-child(2){
    padding-left: 0px;
}
.contact_th div.container{
    padding-left: 0;
    width: 100%;
}
.contact_th{
    padding-bottom: 40px;
}
.phoneemail{
    background-color: #fff;
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    padding-top: 10px;
    margin-top: 51px;
	direction: ltr;
	
}
.fotblockcontent li{
  direction: ltr;
}
.bottommenu li{
  direction: ltr;
}
.phoneemail h4{
    display: block;
    max-width: 60%;
    text-align: center;
    margin: 20px auto 41px;
    line-height: 34px;
    color: #707070;
    font-size: 15px;
}
.phoneemail h4 span{
 
    line-height: 30px;
    color: #D70818;
    font-size: 15px; 
}
.phoneemail li{
    display: inline-block;
    text-align: right !important;
    
    width: 96%;
    margin-left: 10px;
            box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 20px;
    line-height: 49px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.phoneemail li:first-child, .phoneemail li:nth-child(2){
    width: 96% !important;
 
}
.phoneemail li span{
    background-color: #D70818;
    width: 49px;
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    height: 49px;
    display: inline-block;
}
.phoneemail li span i{
    color: #fff;
    font-size: 23px;
    vertical-align: middle;
}
.phoneemail li:first-child span i, .phoneemail li:nth-child(2) span i{
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
}
.phoneemail li a{
    color: gray;
    font-size: 15px;
}
.foot1_th{
    min-height: 123px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.foot1_th .bottomlogo{
    line-height: 123px;
}
.foot2_th{
    background-color: #222D35;
    padding-top: 38px;
    padding-bottom: 35px;
}
.fotblocktitle a{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.fotblocktitle a:after{
    content: '';
height: 4px;
    width: 60px;
    display: block;
    background-color: brown;
    margin-bottom: 20px;
    margin-top: 10px;
}
.fotblockcontent ul:first-child li a{
   color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.fotblockcontent ul:first-child{
    max-width: 80%;
    margin-top: 30px;
}
.fotblockcontent ul:nth-child(2) li{
    display: inline-block;
}
 

.fotblockcontent ul:nth-child(2) li:first-child{
    background-color: transparent;
    width: auto !important;
}
.fotblockcontent ul:nth-child(2) li:nth-child(2){
    background-color: #0887D7;
}
.fotblockcontent ul:nth-child(2) li:nth-child(3){
    background-color: #81C57B;
}
 
.fotblockcontent ul:nth-child(2) li:nth-child(4){
    background-color: #EFC501;
}
.fotblockcontent ul:nth-child(2) li i{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.fotblockcontent ul:nth-child(2) li {
    display: inline-block;
    width: 32px;
    text-align: center;
    border-radius: 5px;
    height: 32px;
    line-height: 27px;
    margin-left: 5px;
}
.fotblockcontent ul:nth-child(2) li a{
    color: #fff;
    font-size:14px;
}
.fotblockcontent ul:nth-child(2){
    margin-top: 30px;
}

.fotblockcontent ul:nth-child(2) li:first-child a:after{
content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size:9px;
    color:#FE8F07;
    margin-left:9px;
}
 
.fotblockcontent ul:first-child li a:before{
content: '\f3c5';
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 17px;
float: right;
color: #FE8F07;
margin-left: 9px; 
}

.fotblockcontent2 li{
    display: inline-block;
    width: 49%;
    line-height: 35px;
}
.fotblockcontent2 li a{
    color: #fff;
    font-size:14px;
}

.fotblockcontent2 li a:before{
content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size:7px;
    margin-top: 2px;
    vertical-align: text-bottom;
    color:#fff;
    margin-left:5px;
    float: right;
}
.fotblockcontent2 ul{
    margin-top: 30px;
}

.hqtext{
    line-height: 75px;
    /*! padding-right: 35px; */
}
.hqtext a{
    font-size: 15px;
    color: #707070;
}

.bottommenu ul{
    text-align: right;
    margin: 0;
}
.bottommenu li{
display: inline-block;
line-height: 75px;
margin-left: 14px;
text-align: right;
}
.bottommenu li:after{
  
  
 
}
.bottommenu li:first-child:after{
    content: '';
}
.bottommenu li a{
color: #fff;
font-size: 16px;
font-weight: bold;
}




:root {
    font-size: 20px;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #ecedf3;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455;
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 19px;
	bottom: 16px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Font Awesome 5 free";
	content: "\f077";
	text-align: center;
	line-height: 46px;
	font-size: 17px;
	color: #c12a07;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	font-weight: 700;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	font-weight: 700;
	color: #000;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #d5d7e8;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
.switch,
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 


@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.map_th img{
    width: 100%;
}

.contactforma h1{
  font-size: 18px;
  text-align: center;
  margin-top: 60px !important;
  display: block;
  color: #818181;
}
.contactforma h1 span{
   font-size: 18px;
  font-weight: 600;
  margin-left: 7px;
   color: #111111;
}
.foot1r_content p, .foot1r_content input.wysija-submit {
    display: inline-block;
    margin-top: 0;
}
.foot1r_content p {
  width: 68%;
margin-left: 6px;
}
.foot1r_content input.wysija-submit {
    background-color: #D70818;
    border: 0px !important;
    line-height: 65px;
    vertical-align: middle;
    width: 20%;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.foot1r_content input.wysija-input {
    line-height: 65px;
    width: 100%;
    border: 0px !important;
    vertical-align: middle;
    border-radius: 5px;
    padding-right: 20px;
    font-size: 14px;
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	    background-image: url(images/9_03.png);
    background-repeat: no-repeat;
    background-position: right 5% bottom 50%;
    font-weight: 600;
    color: #BDBDBD;
    padding-right: 55px;
}
.newsletter_th{
    margin-top: 28px;
}

.topmenu ul{
  margin: 0;
}
.topmenu li{
  display: inline-block;
  line-height: 55px;
 
}
.topmenu li:after{
  content: '|';
  margin-right: 7px;
  margin-left: 7px;
}
.topmenu li a{
  color: #616161;
  font-size: 14px;
  font-weight: 600;
}
.topmenu li:first-child a{
  color: brown;
  font-size: 14px;
  font-weight: 600;
}
.topmenu li:last-child:after{
  content: '';
}
.head3_th div.col-md-9, .head3_th div.container{
  padding: 0;
}
.bottommenu li:first-child{
  background-color: #FC8F07;
  width: 70px;
   margin-left: 14px;
  text-align: center;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.bottommenu li:first-child i{
  font-size: 25px;
  vertical-align: middle;
}
.foot3_th .bottommenu li:first-child{
  background-color: transparent;
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 15px;
}
.foot3_th .bottommenu li a{
  color: #707070;
  font-weight: normal
}
.foot3_th .bottommenu li{
  margin-left: 0;
  text-align: center !important;
}
.foot3_th .bottommenu ul{
text-align: left;
}
.foot3_th .bottommenu li a{
  font-size: 15px;
}
.foot3_th .bottommenu li:after{
  content: '|';
  margin-right: 0px;
  margin-left: 0px;
}
.foot3_th .bottommenu li:first-child:after {
    content: '';
    margin-right: 0px;
    margin-left: 0px;
}


.photo_loop:hover .disphotoeff{
  display: block;
  -webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceIn;
animation-delay: 0.1s;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.disphotoeff{
  display: none;
  position: absolute;
   line-height: 162px;
  right: 0;
  left: 0;
  background:rgb(0,0,0,0.5); 
  height: 162px;
  width: 162px;
  margin: 0 auto;
  max-width: 92%;
}
.disphotoeff i{
  color: #fff;
  font-size: 32px;
}


.slider_th{
    direction: ltr;
    background-image: url(images/1_10.jpg);
    min-height: 200px;
    line-height: 247px;
    text-align: center;
     position: relative;
    background-size: cover;
    background-position: bottom;
}
.slider_th a{
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    position: relative;
    z-index: 10;
}
.slider_th p{
    position: absolute;
    background: rgb(0,0,0,0.7);
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 255px;
}

.custblock{
  text-align: center;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 20px;
}
.custblock img{
  max-width: 100%;
  max-height: 70px;
}

.clear{
  clear: both;
}

.phoalb .photo_loop img{
  min-width: 100% !important;
}
.phoalb .photo_loop:hover .disphotoeff{
  min-width: 95% !important;
}






















@media (max-width: 1199px) {
	.headercontact {
 
    min-width: 90%;
}
}



@media (max-width: 991px) {
	
	.block_content div.col-md-3 {
    display: inline-block;
    width: 32%;
}
.contactforma .visual-form-builder li.vfb-right-half {
    width: 50% !important;
    float: right;
}
.contactforma .visual-form-builder li.vfb-left-half {
    width: 50% !important;
    float: right;
}
.phoneemail li {
    width: 47%;
}
.phoneemail li:first-child, .phoneemail li:nth-child(2) {
    width: 47% !important;
    display: inline-block;
}
	
	
	.disphotoeff {
    display: none;
    position: absolute;
    line-height: 162px;
    right: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    height: 162px;
    width: 100%;
    margin: 0 auto;
    max-width: 92%;
}



.head1_th, .head3_th, .head2_th div.col-md-7 {
 display: none;
}
.head2_th{
 padding-bottom: 0;
}
.block_title2 p {
     max-width: 100%;
 
}
.about_block {
 
    margin-bottom: 74px;
}
.photo_th {
    padding-top: 50px;
    padding-bottom: 50px;
 
    clip-path: none;
    background-image: none;
 
}
.block_content div.col-md-3{
  display: inline-block;
  width: 49%;
}
.contactforma .visual-form-builder li.vfb-right-half{
  width: 100% !important;
  float: none;
}
.contactforma .visual-form-builder li.vfb-left-half{
  width: 100% !important;
  float: none;
}
.phoneemail li:first-child, .phoneemail li:nth-child(2) {
    width: 100% !important;
}
.foot1_th .bottomlogo {
 
    text-align: center;
}
.newsletter_th {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
.foot2_th {
 
    text-align: center;
}
.fotblocktitle a::after {
 
    margin: 13px auto;
}
.fotblockcontent ul:first-child {
    max-width: 100%;
    margin-top: 30px;
}
.fotblockcontent {
    text-align: center !important;
}
.foot2_blocks{
  margin-bottom: 50px;
}

.fotblockcontent2 li {
    display: inline-block;
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #33404A;
    list-style-type: none !important;
}
.fotblockcontent2 li a::before {
    content: none;
 
}
.hqtext {
 
    text-align: center;
}
.bottommenu{
  display: none;
}
.phoneemail ul{
  padding-left: 0;
}
.foot1r_content p {
    width: 100%;
    margin-left: 0px;
}
.foot1r_content input.wysija-submit {
 
    width: 39%;
 
}

.phoneemail h4 {
 
    max-width: 90%;
 
}
.phoneemail li {
 
    width: 100%;
 
}
.contactforma h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 50px !important;
    display: block;
    color: #818181;
    line-height: 38px;
}
.ab_smallltitle {
 
    max-width: 87%;
 
}
.slider_th .owl-nav{
  display: none;
}
.about_th {

    padding-bottom: 0;

}
.logo_th, .mencanva{
  display: inline-block !important;
  
}
.logo_th{
 width: 70%;
}
.logo_th img{
 max-width: 100%;
}
.mencanva{
  width: 15%;
  float: left;
  text-align: center;
 vertical-align: middle;
  
  
}
.mencanva i{
  font-size: 29px;
   line-height: 107px;
   cursor: pointer;
}


 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #1C262D; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 



.photo_loop img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 162px;
}
.bottomlogo img{
  max-width: 100%;
}
.sidenav {
    display: block;
}
.sidenav li{
  padding-left: 0;
  padding-right: 10px;
  border-bottom: 1px solid #34424C;
  line-height: 30px;
}
.sidenav li a{
  font-size: 15px;
  color: #fff;
}

.slider_th p {
    position: absolute;
    background: rgb(0,0,0,0.7);
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 112px;
}

.slider_th {
    direction: ltr;
    background-image: none;
    min-height: 106px;
    line-height: 106px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-color: #222D35;
}
.phoalb div.col-md-3 {
    display: inline-block !important;
    max-width: 49%;
}
.phoalb .photo_loop:hover .disphotoeff {
    min-width: 95% !important;
    max-width: 91%;
    max-height: 124px;
    line-height: 133px;
}
}



@media (max-width: 991px) {
	.phoneemail li:first-child, .phoneemail li:nth-child(2) {
    width: 96% !important;
    display: block;
}
}


@media (max-width: 480px) {
.head1_th, .head3_th, .head2_th div.col-md-7 {
 display: none;
}
.head2_th{
 padding-bottom: 0;
}
.block_title2 p {
     max-width: 100%;
 
}
.about_block {
 
    margin-bottom: 74px;
}
.photo_th {
    padding-top: 50px;
    padding-bottom: 50px;
 
    clip-path: none;
    background-image: none;
 
}
.block_content div.col-md-3{
  display: inline-block;
  width: 49%;
}
.contactforma .visual-form-builder li.vfb-right-half{
  width: 100% !important;
  float: none;
}
.contactforma .visual-form-builder li.vfb-left-half{
  width: 100% !important;
  float: none;
}
.phoneemail li:first-child, .phoneemail li:nth-child(2) {
    width: 100% !important;
}
.foot1_th .bottomlogo {
 
    text-align: center;
}
.newsletter_th {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
.foot2_th {
 
    text-align: center;
}
.fotblocktitle a::after {
 
    margin: 13px auto;
}
.fotblockcontent ul:first-child {
    max-width: 100%;
    margin-top: 30px;
}
.fotblockcontent {
    text-align: center !important;
}
.foot2_blocks{
  margin-bottom: 50px;
}

.fotblockcontent2 li {
    display: inline-block;
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #33404A;
    list-style-type: none !important;
}
.fotblockcontent2 li a::before {
    content: none;
 
}
.hqtext {
 
    text-align: center;
}
.bottommenu{
  display: none;
}
.phoneemail ul{
  padding-left: 0;
}
.foot1r_content p {
    width: 100%;
    margin-left: 0px;
}
.foot1r_content input.wysija-submit {
 
    width: 39%;
 
}

.phoneemail h4 {
 
    max-width: 90%;
 
}
.phoneemail li {
 
    width: 100%;
 
}
.contactforma h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 50px !important;
    display: block;
    color: #818181;
    line-height: 38px;
}
.ab_smallltitle {
 
    max-width: 87%;
 
}
.slider_th .owl-nav{
  display: none;
}
.about_th {

    padding-bottom: 0;

}
.logo_th, .mencanva{
  display: inline-block !important;
  
}
.logo_th{
 width: 70%;
}
.logo_th img{
 max-width: 100%;
}
.mencanva{
  width: 15%;
  float: left;
  text-align: center;
 vertical-align: middle;
  
  
}
.mencanva i{
  font-size: 29px;
   line-height: 107px;
   cursor: pointer;
}


 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #1C262D; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 



.photo_loop img {
    width: 100%;
    height: 100%;
    max-width: 162px;
    max-height: 162px;
}
.bottomlogo img{
  max-width: 100%;
}
.sidenav {
    display: block;
}
.sidenav li{
  padding-left: 0;
  padding-right: 10px;
  border-bottom: 1px solid #34424C;
  line-height: 30px;
}
.sidenav li a{
  font-size: 15px;
  color: #fff;
}

.slider_th p {
    position: absolute;
    background: rgb(0,0,0,0.7);
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 112px;
}

.slider_th {
    direction: ltr;
    background-image: none;
    min-height: 106px;
    line-height: 106px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-color: #222D35;
}
.phoalb div.col-md-3 {
    display: inline-block !important;
    max-width: 49%;
}
.phoalb .photo_loop:hover .disphotoeff {
    min-width: 95% !important;
    max-width: 91%;
    max-height: 124px;
    line-height: 133px;
}
.contact_th {
    padding-bottom: 40px;
    overflow-x: hidden !important;
}
	.owl-carousel .owl-item img {
 
    max-height: 200px;
}
}
/* فقط لسطر موقعنا داخل "كيف تجدنا" */
.footer_th .foot2_th .fotblockcontent ul:first-child{
  max-width: 100% !important;
  width: 100% !important;
}

/* نخلي النص يمين فقط للسطر الأول */
.footer_th .foot2_th .fotblockcontent ul:first-child li,
.footer_th .foot2_th .fotblockcontent ul:first-child li a{
  text-align: right !important;
  direction: rtl !important;
}
