@import "fonts/style.css";
body {font-family: yekan, tahoma, sans-serif}
.bgnavbar {
	padding: 1.2rem 1rem 2rem 1rem;
	background: -moz-linear-gradient(top, rgba(17,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(17,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(17,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80110000', endColorstr='#00ffffff',GradientType=0 );
	transition: all ease 0.5s;
}

.fixed-top2 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

a, div, span, img {transition: all ease 0.3s;}
.navbar-nav {direction: ltr; text-align: left; padding-right: 0;}


.navbar-dark .navbar-nav .nav-link {color: #fff; transition: all ease 0.5s; }
.navbar-dark .navbar-nav .nav-link:hover {color: #FFD2F4; text-shadow: #FF4CF3 0 0 3px;}

.navbar-light .navbar-nav .nav-link {color: #000; transition: all ease 0.5s; }
.navbar-light .navbar-nav .nav-link:hover {color: #701BB4; text-shadow: rgba(14, 0, 165, 0.35) 0 0 3px;}

.carousel-caption {direction: ltr; color: rgba(0, 0, 0, 0.49);}

.ml-auto {margin-left: 0 !important; margin-right: auto !important;}

.carousel-caption.c1 {
	left: 5%;
	bottom: 150px;
}
.carousel-caption.c2, .carousel-caption.c3, .carousel-caption.cc{
	left: 0;
	right: 0;
	bottom:50px;
}
.carousel-caption.c4{
	left: auto;
	right: 10%;
	bottom:150px;
}
.c3 p, .c1 p,  .c2 p,  .cc p {font-size: 14px;}
.c1 h3 {color: #000}

.c2 h3 {color: #fff}
.c2 p {color: #f7f7f7}

.c4 h3 {color: #000}
.c2 h3 {color: #DDB01F}
.cc h3 {color: #fff}
.cc p {color: #F8F8F8}
.c3 h3 {color: #220D41}
.c3 p {color: #474747}



.center-align {text-align: center !important;}
.right-align {text-align: left !important;}
.left-align {text-align: right !important;}

.continer-wraper {padding: 20px 0;}
.continer-wraper .title {
	font-size: 42px;
	color: #666666;
}
.continer-wraper .title span {
	color: #E676DD;
}

.continer-wraper::before, .continer-wraper::after {
	content: '';
	display: block;
	clear: both;
}

.separate {
	display: table;
	margin: 15px auto 25px;
}

.separate2 {
	
	display: block;
	height: 1px;
	width: 90%;
	max-width: 300px;
	margin: 15px auto;
	background: rgb(245,245,249);
	background: -moz-linear-gradient(left, rgba(245,245,249,1) 0%, rgba(217,217,219,1) 50%, rgba(245,245,249,1) 100%);
	background: -webkit-linear-gradient(left, rgba(245,245,249,1) 0%,rgba(217,217,219,1) 50%,rgba(245,245,249,1) 100%);
	background: linear-gradient(to right, rgba(245,245,249,1) 0%,rgba(217,217,219,1) 50%,rgba(245,245,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endColorstr='#f5f5f9',GradientType=1 );
 }

.separate::after, .separate::before {
	content: '';
	display: block;
	height: 1px;
	width: 121px;
	background: #eae6e6;
 }

.continer-wraper .separate i {
	font-size: 20px;
	float: left;
	color: #eae6e6;
	margin: -9px 15px 0;
}

.separate::before {
	float: left;
}
.separate::after {
	float: right;
}
.continer-wraper .description {direction: ltr; text-align: justify; font-size: 16px; line-height: 32px; color: #868686;}

.bg-araclinic {
	transition: all ease 0.5s;
	background: rgba(52, 49, 165, 0.8);
	background: rgba(9, 6, 23, 0.8);
	
}
.bg-araclinic:hover {
	background: rgba(28, 17, 99, 0.8);
	
}
.bg-araclinic .title {color: #474747;}

.bg-araclinic .description {
	color: #E4E4E6;
	line-height: 40px;
	padding: 50px 0;
	transition: all ease 0.5s;
}

.overflowhidden {overflow: hidden;}

.btn-ara {
	color: #fff;
	padding: 10px 50px;
	transition: all ease 0.5s;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	
	background-image: linear-gradient(to right,#aaaaff 0%,#fcbaf8 51%,#fcbaf8 100%) !important;
	background-size: 200% auto;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
}

.btn-ara:hover {text-decoration: none; color: #fff;
	background-size:100% auto;
	background-image: linear-gradient(to right,#fcbaf8 0%,#aaaaff 51%,#aaaaff 100%) !important;
}

.wow:first-child {
	visibility: hidden;
}

.ara-gallery {overflow: hidden}
.ara-gallery::after {clear: both; display: table; content: " ";}
.ara-gallery-col {float: right; width: 25%; height: 220px; background-color: #BFBFC1; overflow: hidden; vertical-align: top;
	position: relative;
}
.ara-gallery-col:hover img {

}
.ara-gallery-col .imgs {
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all 1.1s;
	-webkit-transition: all 1.1s;
	transition: all 1.1s;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.ara-gallery-col:hover .imgs {-moz-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);   }

.ara-gallery-col:hover .ara-gallery-overly {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4f4fa5', endColorstr='#ccf6b7f5',GradientType=1 );
	opacity: 1;
}

.ara-gallery-overly {height: 100%; width: 100%; text-align: center; position: relative;
	transition: all ease 0.5s;
	opacity: 0.00;
	filter: alpha(opacity =0);
	background: -moz-linear-gradient(left, rgba(79,79,165,0.8) 0%, rgba(246,183,245,0.8) 100%);
	background: -webkit-linear-gradient(left, rgba(79,79,165,0.8) 0%,rgba(246,183,245,0.8) 100%);
	background: linear-gradient(to right, rgba(79,79,165,0.8) 0%,rgba(246,183,245,0.8) 100%);
	line-height: 50px;
	padding-top: 50px;
	color: #fff;
	z-index: 2;
}

.ara-gallery-overly .btn-ara {
	box-shadow: rgba(66, 66, 132, 0.63) 0 0 3px 0px;
}

.pad-sup {padding: 1.5rem auto;}

.bg-support {
	background-image: url("../images/sup.jpg");
	background-position: center;
	background-size: 100% auto;
	transition: all ease 0.5s;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bg-support:hover {background-size: 110% auto;}

.flotings::after {
	content: " ";
	display: table;
	clear: both;
}
.flotings {margin: 0 0.5%; overflow: hidden; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.bgcover {background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.bgcover .myimgs {
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all 1.1s;
	-webkit-transition: all 1.1s;
	transition: all 1.1s;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.right-float {float: left;}
.left-float {float: right;}
.float35 {width: 45%;  vertical-align: top; overflow: hidden; height: 260px; }
.float65 {width: 55%; background-color: #F9F9F9; vertical-align: top; overflow: hidden; height: 260px;}
.ftitle {direction: ltr; height: 45px; line-height: 45px; overflow: hidden; text-align: left; padding: 0 15px 0 15px; color: #3B3B3B; font-size: 16px;}
.fcontent {direction: ltr; text-align: justify; color: #757575; font-size: 13px; padding: 0 15px; line-height: 22px; height: 145px; max-height: 145px; overflow-y: auto;}

.pad-15 {padding: 15px;}
.dirrtl {direction: ltr}

.marg-top {margin-top: 20px;}

.bg-secondary .title {color: #f9f9f9;}

.flotings {float: left; width: 49%; overflow: hidden; vertical-align: top;}

.bg-support .container {width: 100%; max-width: 100%;}

.scrolled.bgnavbar {padding: 0.5rem 1rem 0.8rem 1rem; background: rgb(255, 255, 255); box-shadow: #8E8E8E 0 0 5px 0}

.justyfytext {direction: ltr; text-align: justify;}
.card-body {font-size: 14px;}
.card-body .btn-warning {direction: ltr;}

.card-body .justyfytext {height: 130px; overflow: hidden;}

#my-news-ara .card:hover {box-shadow: #ccc 0 0 10px;}
.bg-fotter {background-color: #F5F5F9;}
.footer-ends {background-color: #E7E7F2; min-height: 50px; padding: 10px 20px;
text-align: center; font-size: 13px; direction: ltr; line-height: 24px; color: #7a7992;}
.footer-ends a {color: #336CDC;}
.footer-ends a:hover {color: #CF73DC; }

.btn-ara-social {
	color: #FEF9FF;
	width: 40px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 22px;
	transition: all ease 0.5s;
	display: inline-block;;
	background-image: linear-gradient(to right,#aaaaff 0%,#fcbaf8 51%,#fcbaf8 100%) !important;
	background-size: 300% auto;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;
	opacity: 0.8;
}
.btn-ara-social i {line-height: 40px;}
.btn-ara-social:hover {color: #fff; background-size: 200%; opacity: 1; margin-top: -20px; position: relative;}
.paddinging-footer {padding:50px 0 10px 0;}
.footericons {padding-top: 40px;}

.tooltip {font-family: yekan, tahoma, sans-serif;}

.map-home {overflow: hidden; box-shadow: #A3A3A3 0 0 5px; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.footer-contact-title {direction: left; text-align: left; padding-bottom:5px; font-size: 25px; color: #5959a9; border-bottom: 1px solid #ddd; margin-bottom: 10px;}
.footer-contact-info {direction: left; text-align: left; font-size: 13px; color: #9396A6; padding-top: 7px;}
.footer-contact-info i {color: #888590;}

#back-to-top {
	border-radius: 50%;
	transition: all 0.4s;
	width: 45px;
	height: 45px;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 30px;
	background-color: rgba(245, 166, 252, 0.8);
	color: #FFFFFF;
	z-index: 992;
	text-align: center;
	font-size: 19px;
	line-height: 45px;
	outline: none;
	cursor: pointer;
}
#back-to-top.show {
	display: block;
	animation: fadeInUp 1s both;
}

.min-header {background-color: #474747; background-position: center; background-repeat: no-repeat; background-size: cover;
	background-attachment: fixed; background-image: url('../images/bloger.jpg'); text-align: center;}
#min-header {height: 280px; background-color: rgba(0, 0, 0, 0.60); line-height:40px; padding-top: 210px; text-align: center; }
#min-header h1 {font-size: 22px; direction: ltr; color: rgba(180, 180, 180, 0.75);  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}
.continer-body {direction: ltr; text-align: right; padding: 20px 0; font-family: yekan, tahoma, sans-serif !important; line-height: 32px;}
.container-box * {font-family: yekan, tahoma, sans-serif !important;}
.container-box i {font-family: 'Font Awesome 5 Free' !important;}
.container-box {padding-bottom: 10px;}
.continer-body img {max-width: 100%;}
.continer-date {padding: 5px 1px; font-size: 14px; text-align: left; color: #939393; border-bottom: 1px solid #ddd; margin-bottom: 14px;}
.continer-date i {color: #ddd; font-size: 14px;}

.continer-body h3 {margin: 0; padding: 15px 0 20px 0; color: #8B44DD;}

.miniconer {display: inline-block; cursor: pointer; width: 40px; height: 40px; background-color: #fff; box-shadow: #9C9C9C 0 0 5px; font-size: 22px; color: #CFBFF5;
	-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%; position: absolute; z-index: 9; margin-top: -20px; line-height: 40px; overflow: hidden;}

.footer-meta {
	margin-top: 37px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 20px;
	box-shadow: -1px 1px 9px 0px #DADACD, 0 0 0 0px rgba(0, 0, 0, 0.08);
}

#share-buttons {text-align: left;}
#share-buttons img {width: 11%; max-width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#share-buttons a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#share-buttons a:hover {text-decoration: none !important;}

.box-continer {padding-top: 30px;
	background:url('../images/bgcontiner.png') top center repeat-x;
}
#lightbox-container-image-box, #lightbox-container-image-data-box {max-width: 100%;}
#lightbox-container-image-box #lightbox-image {max-width: 100%;}

#container1 {margin-bottom: 15px;}

@media (max-width: 1000px) {
	.ara-gallery-col {width: 50%; height: 260px;}
}

@media (max-width: 1200px) and (min-width: 1081px) {

}

@media (max-width: 1080px) and (min-width: 681px) {
	.flotings {background-color: #F9F9F9;}
	.float35 {width: 30%; }
	.float65 {width: 70%;}
	.bgcover {line-height: 350px; text-align: center;}
	.bgcover .myimgs {display:inline-block; position:inherit; width: 120px; height: 120px; -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;
	box-shadow: #ddd 0 0 5px;}
}

@media (max-width: 800px) and (min-width: 681px) {
	.float35 {width: 22%; }
	.float65 {width: 78%;}
	.bgcover {line-height: 330px;}
	.bgcover .myimgs {width: 70px; height: 70px;}
}

@media (max-width: 820px) {
	.bg-support {background-size: cover;}
	.bg-support:hover {background-size: cover;}
	.bg-support .continer-wraper {padding: 10px 0;}
	
	.ara-gallery-col {height: 230px;}
}

@media (max-width: 680px) {
	.flotings {float: none; width: 100%; margin: 0 0 15px 0;}
	.flotings .btn-primary {display: block; width: 100%;}
	
	.ara-gallery-col {width: 100%; height: 350px;}
	.ara-gallery-overly {padding-top: 117px;}
}

@media (max-width: 520px){
	.flotings {background-color: #F9F9F9;}
	.float35 {width: 30%; }
	.float65 {width: 70%;}
	
	.bgcover {line-height: 350px; text-align: center;}
	.bgcover .myimgs {display:inline-block; position:inherit; width: 120px; height: 120px; -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;
		box-shadow: #ddd 0 0 5px;}
	
	.ftitle {font-size: 15px;}
	.fcontent {font-size: 12px;}
	
	#min-header h1 {font-size: 16px;}
	.container-box {text-align: justify}
}

@media (max-width: 450px){
	.bgcover {line-height: 330px;}
	.bgcover .myimgs {width: 90px; height:90px;}
	
	.ara-gallery-col {width: 100%; height: 240px;}
	.ara-gallery-overly {padding-top: 60px;}
	.ftitle {font-size: 13px;}
	.fcontent {font-size: 11px;}
	
	.ara-news-bx .title {font-size: 25px !important;}
	
	.c3 p, .c1 p,  .c2 p,  .cc p {font-size: 13px !important;}
	.carousel-caption h3 {font-size: 16px !important;}
}

@media (max-width: 380px){
	.float35 {width: 20%; }
	.float65 {width: 80%;}
	.bgcover .myimgs {width: 55px; height:55px;}
	
	.continer-wraper .description {line-height: 26px; font-size: 14px;}
	.continer-wraper .title {font-size: 30px;}
	.ara-learn-bx .continer-wraper .title {font-size: 25px;}
	
	.separate::after, .separate::before {width: 80px;}
	
}


