@charset "utf-8";
/* CSS Document */

body{direction: ltr;}
body p {
     direction: rtl !important;
    text-align: right!important;
}
.navbar.bg-light { direction: ltr;}
.cl_wrp {
    display: flex !important;
    width: 100%; direction: ltr;
}
.flo_tex i.fa {
    margin-right: 12px;margin-left:auto;
}
.slide_in_wrp .slick-dots{left: 10px; right: auto}
.tex_wrp h1 { text-align: right;}
section.sec_six .tex_over h1{text-align: right;}
section.section_four .text-right h1{text-align: right;}
section.form_sec h1{text-align: right;}
section.form_sec h3 a{text-align: right;}
.icons{    text-align: right;}
footer .container{direction: ltr;}
.custom-html-widget{ text-align: left;}
.sec_navtabs .nav-tabs {
   /* align-items: flex-end !important;
    justify-content: flex-end !important;*/
	    flex-direction: row-reverse;
}
#menu-mainmenu li a{text-align: right;}
footer .col-lg-7 input{text-align: right;}
.found_slide_one .row{flex-direction: row;}
section.found_slide_one .slick-dots{right: auto; left: 10px;}
section.found_slide_one .blc_ovr{right:-40px; left: auto;}
section.found_slide_one .tx_wrp h1{text-align: right;}
section.found_sec_new .row, section.fd_sec_five .row, section.fd_sec_two .row, section.sec_five .row, section.form_sec .row{flex-direction: row;}
section.fd_sec_four .row{flex-direction:row-reverse;}
section.fd_sect_three .tx_ovly h4{text-align: right;}
section.fd_sec_five .text-right h1{text-align: right;}
section.fd_sec_two .text-right h1{text-align: right;}
section.fd_sect_three .col-lg-12 h1{text-align: right;}

.cl_wrp .text_wrp h1{text-align: right;}
section.sec_five .tex_wrp h1{text-align: right;}
section.event_sec h1{text-align: right;}
section.event_sec .blc_ovr{  left: auto; right: -30px}
.sec_navtabs .nav-tabs li {
    padding-right: 0;padding-left: 25px;
}
.hd_img{text-align: right;}
section.fd_sect_three.on_capro_three .slick-dots {
    left: -5px;
	right:auto;
}

@media only screen and (max-width: 767px){
	.cl_wrp {
		width: 100%;    flex-direction: column-reverse;
	}
	.slide_in_wrp .slick-dots{left: 0;}
}