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

.feat a:hover {
	text-decoration: none;
}

.option-box {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9999;
}

.option-box .option-color {
	background: #000;
	color: #fff;
	width: 150px;
	padding: 10px;
	float: left;
	display: none;
}

.option-box .option-color ul li {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	display: inline-block;
	cursor: pointer;
}

.option-box .gear-check {
	padding: 5px;
	color: #fff;
	cursor: pointer;
}


@font-face {
	font-family: myFirstFont2;
	src: url('../fonts/DroidKufi-Regular.ttf');
}

html {
	scroll-behavior: smooth;
}


body {

	overflow: hidden;

	/* background-image:url(../images/bg-pattern.svg); */
}

/*headr */

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	padding-top: 18px;
}

.navbar-brand {
	padding: 20px 20px;
}

.navbar-brand2 {
	margin-top: 0px;
}

.navbar-brand img, .navbar-brand2 img{
	max-height: 85px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000;
}


h1,
h2,
h3,
h4.h5,
lead {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
}

.navbar {
	background-color: transparent;
	margin: 0 auto;
	border-radius: 0px;
	min-height: 0px;
}

.navbar-inverse {
	border: none;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 14px;

}

.navbar-inverse .navbar-brand {
	color: #000;

}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #000;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	/*background-color: #d88a39;*/
	background-color: transparent;
	color: #000;
	border-bottom: 1px solid #d20956;
}

.navbar-nav>li>a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 44px;
}

.dropdown-menu {

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	padding: 0;
	border: none;
	margin-top: -2px;
	min-width: 200px;
	border-radius: 0;


	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}

.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
	text-align: right;
}

.dropdown-menu>li>a {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
	color: #000;

	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
	-webkit-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	-transition: padding 0.5s ease;


}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {

	text-decoration: none;
	/* background-image: linear-gradient(to left, #d20956, #8f4587); */
	padding-left: 25px;

}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #fafafa;
	color: #000;
}

.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}


.dropdown:hover .dropdown-menu {
	display: block;
}



.carousel-container {


	border-radius: 0px;

	border-top-width: 1px;
	border-top-style: solid;
	border-image: linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	border-image-slice: 1;

}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%;

}

.carousel-caption {

	bottom: 70px;
	padding-right: 20px;
	padding-left: 20px;

}

.carousel-caption h3 {
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	padding-left: 20%;
	text-align: left;
}

.carousel-caption p {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-shadow: none;
	padding-left: 25%;

}


.carousel-caption2 {
	background: rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
	bottom: 0px;
	left: 95%;
}



.carousel-indicators li {
	border: none;
	border-radius: 0px;
	background-color: #fff;
}

.carousel-indicators .active {
	background-color: #b16a2b;
	margin: 1px;
}

.carousel-control {

	top: 20%;


}

.carousel-control.left {
	background-image: none;
	background-image: none;

	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.glyphicon-chevron-right {}







.btn-primary2 {
	color: #fff;
	background-color: #c2a15b;
	border: none;
	border-radius: 0px;
	font-size: 12px;
	float: right;
	margin-right: 6%;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
	width: 50%;
	text-align: right;
	padding: 7px;

}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus,
.btn-primary2:active,
.btn-primary2.active,
.open>.dropdown-toggle.btn-primary2 {
	color: #fff;
	background-color: #3e9f37;

}




.more {
	color: #c2a15b;

	text-align: left;

	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;

	padding-left: 30px;
}

.more a {

	color: #d10958;
	text-decoration: none;
}

.more a:hover {

	color: #173e76;
	text-decoration: none;
}

.btn-primary3 {
	color: #fff;
	background-color: #173e76;
	border: none;
	border-radius: 0px;
	font-size: 11px;
	font-family: myFirstFont2, Arial, sans-serif
}

.btn-primary3:hover,
.btn-primary3:focus,
.btn-primary3.focus,
.btn-primary3:active,
.btn-primary3.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #d10958;

}

.btn-primary4 {
	color: #fff;
	background-color: #c2a15b;
	border: none;
	border-radius: 0px;
	font-size: 11px;
	font-family: myFirstFont2, Arial, sans-serif
}

.btn-primary4:hover,
.btn-primary4:focus,
.btn-primary4.focus,
.btn-primary4:active,
.btn-primary4.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #b29c16;

}


.slogan {
	text-align: left;
	color: #057d7c;
	font-style: italic;
	font-size: 11px;
	font-family: myFirstFont2, Arial, sans-serif;
	padding-top: 80px;
}

.breadcrumb-holder {
	border: 1px solid #f5f5f5;
	background-color: #fafafa;
	margin-bottom: 20px;
}

.breadcrumb {
	padding: 15px 0px;
	margin-bottom: 0px;
	list-style: none;
	/* border: 1px solid #f5f5f5; */
	/* border-right: solid 6px #173e76; */
	background-color: transparent;
	font-size: 14px;
	border-radius: 0px;
	font-family: myFirstFont2, Arial, sans-serif;
	margin-top: 0px;
}

.breadcrumb li a {
	color: #2b346c;

}

.breadcrumb li a:hover {
	color: #d10958;
	text-decoration: none;

}

.breadcrumb>.active {
	color: #173e76;
	font-family: myFirstFont2, Arial, sans-serif
}

.slider_shdow {
	width: 100%;
	background-color: #fa9505;
	height: 2px;

}

.shadowdrop2 {
	position: static;
	background-image: url("../images/shadow-bottom2.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 15px;
	width: 100%;
	z-index: 40;
}


/*end of headr */


/*About */

.about {
	padding-top: 5px;
	padding-bottom: 15px;

	min-height: 400px;

}

.about .lead {
	color: #414141;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic;
	text-align: justify;
	line-height: 24px
}

.about h3 {
	color: #173e76;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding-bottom: 10px;
}

.about h1,
.news h1 {
	color: #d10958;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 700;
}

.about span {
	color: #173e76;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

.about img {
	margin-top: 20px;
}

.projects-page {
	padding-top: 5px;
	padding-bottom: 15px;

	min-height: 400px;

}

.projects-page .lead {
	color: #414141;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic;
	text-align: justify;
	line-height: 24px
}

.projects-page h3 {
	color: #c2a15b;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding-bottom: 10px;
}

.projects-page span {
	color: #414141;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

.projects-page img {
	margin-top: 0px;
}

.news-panel {
	background-color: #fafafa;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;

}

.news-panel .lead {
	color: #fff;
	text-align: right;
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
}

.news-panel h3 {
	color: #d10958;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-right: 0px;
	border-left: 1px solid #d10958;
}

.news-panel span {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
}

.news-panel a {

	color: #173e76;

}

.news-panel a:hover {

	color: #d10958;
	text-decoration: none;

}

.sound-link {}

.sound-link a {

	color: #2e2e2e;

}

.sound-link a:hover {

	color: #5d6b1c;
	text-decoration: none;

}

.sound-media {}

.sound-media a {

	color: #2e2e2e;

}

.sound-media a:hover {

	color: #5d6b1c;
	text-decoration: none;

}


#nt-title-container {}

#nt-title {
	text-align: right;
	padding: 0;
}

#nt-title li {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 14px;
	color: #fff;
	list-style: none;
	text-align: right;
}

/*End About */



/*Features */
.features {
	padding-top: 10px;
	padding-bottom: 10px;
}

.features .feat {
	margin-bottom: 20px;

	background: #f9f9f9;

}

.features-p {
	ont-size: 14px;
	font-family: Arial, tahoma, sans-serif;
	padding: 10px;
}

.features h1 {
	font-weight: bold;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	#c2a15b;
}

.features img {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #dddddd;
}

.features-h3 {
	color: #173e76;
	font-weight: bold;
	background: #f2f0f0;
	padding: 10px;
	font-size: 14px;
	border-right: solid 6px #173e76;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}

.features-h4 {
	color: #d10958;
	font-weight: bold;
	background: #f2f0f0;
	padding: 10px;
	font-size: 14px;
	border-right: solid 6px #d10958;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}

.features .feat span.glyphicon-chevron-left {
	font-size: 24px;
	margin-bottom: 10px;
	color: #4D4D4D;
	color: transparent;
	background-image: url("../images/arrow-l3.png");
}

.features .feat span.glyphicon-chevron-right {
	font-size: 24px;
	margin-bottom: 10px;
	color: #4D4D4D;
	color: transparent;
	background-image: url("../images/arrow-r3.png");
}


/*End Features */


/*Testimonials */
.projects-slider {
	margin-left: 20px;

}

.testimonials {
	padding-top: 10px;
	padding-bottom: 10px;



}


.testimonials h1 {
	font-weight: bold;
	color: #c8b01c;
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;


}

.testimonials .lead {
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	color: #3A3A3A;

}

.testimonials span {
	font-size: 16px;
	font-weight: bold;
	color: #921F21;



}

.pro-slide1 {

	margin-right: 10px;
	margin-left: 30px;
}

.testimonials .carousel-control.right {
	margin-right: -50px;

}

.testimonials .carousel-control.left {
	margin-left: -10px;

}


.testimonials .carousel-indicators {
	position: static;
	width: 100%;
	margin-left: auto;
	padding-top: 20px;

}

.testimonials .carousel-indicators li {
	text-indent: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	opacity: 0.5;
	border: 2px solid #E8E8E8;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

.testimonials .carousel-indicators li.active {
	width: 80px;
	height: 80px;
	border: 2px solid #E8E8E8;
	opacity: 1;
	background: none;

}

.testimonials .carousel-indicators li img {
	max-width: 100%;


}

/*End Testimonials */

/*news */
.news {

	padding-bottom: 0px;



}


.news h2 {
	font-weight: bold;
	color: #d10958;
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	line-height: 21px;
	margin-top: 0px;
}

.news img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #CBCBCB;
	margin-right: 0px;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}


.news .lead {
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	color: #3A3A3A;
	line-height: 24px;
	font-size: 14px;
	color: #424242;
	text-align: right;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-left: 10px;

}

.news p {}

.news hr {
	padding-left: 15px;
	color: #AA2022;
}







/*news */




/*Features */
.projects {
	padding-bottom: 7px;
}

.projects .pro {
	margin-bottom: 15px;

	background: #f9f9f9;
}

.projects-p {
	ont-size: 14px;
	font-family: Arial, tahoma, sans-serif;
	padding: 10px;
}

.projects h1 {
	font-weight: bold;
	color: #2e2e2e;
	font-size: 12px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-bottom: 10px;
}

.projects .lead {
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	color: #3A3A3A;

}

.projects img {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	border: none;
}

.projects-h3 {
	color: #173e76;
	font-weight: bold;
	background: #f2f0f0;
	padding: 10px;
	font-size: 14px;
	border-right: solid 6px #173e76;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	padding-right: 10px;
}

.projects .feat span.glyphicon {
	font-size: 24px;
	margin-bottom: 10px;
	color: #4D4D4D;
}

.projects .img-responsive {
	border: none;
	padding: 1px;
}

.projects a:hover {
	text-decoration: none;
}

/*End Features */


/*electronic-services */
.eservices {
	padding-bottom: 10px;
	padding-top: 15px;
	height: auto;
}



.eservices img {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #ebebeb;
}

.eservices li {
	display: inline-block;
	list-style: none;
	margin: 5px;


}


.eservices .img-responsive {

	border: 2px solid #c2a15b;

}

/*end electronic-services */


/*home-video */
.home-video {
	padding-bottom: 5px;
}



.home-video img {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #c2a15b;
}

.home-video li {
	display: inline-block;
	list-style: none;
	margin: 5px;


}


.home-video-v1 {


	margin-top: 17px;

}

/*end electronic-services */





/*Price Table*/

.price_table {

	background: #eee;
	padding-top: 40px;
	padding-bottom: 40px;

}

.price_table h1 {

	margin-bottom: 30px;

}

.price_table .price_box {

	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;


}

.price_table .price_box h2 {
	margin: 5px 0 15px;
}

.price_table .price_box p {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	width: 100px;
	height: 100px;
	background: #f3f3f3;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 100px;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;

}

.price_table .price_box:hover p {
	-webkit-transform: scale(1.1, 1) rotate(360deg);
	-moz-transform: scale(1.1, 1) rotate(360deg);
	-o-transform: scale(1.1, 1) rotate(360deg);
	transform: scale(1.1, 1) rotate(360deg);
	border: 2px solid #dedede;
}

.price_table .price_box ul {
	line-height: 250%;
	font-size: 18px;

}

.price_table .price_box a {
	margin-bottom: 10px;
}

/*End Price Table */

/*Team*/

.our-team {

	width: 100%;
	min-height: 600px;



}

.our-team .team {
	min-height: 600px;
	background: rgba(9, 9, 9, 0.6);
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;


}

.our-team .person {
	margin-bottom: 40px;


}

.our-team h1 {

	margin-bottom: 10px;
	color: #e31862;
	font-size: 14px;
	text-align: center;

}

.our-team .person img {

	margin: 0 auto;
	border: 1px solid #BFBFBF;

}

.our-team p {

	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: center;

}


/*End Team*/




/*subscribe*/

.subscribe {

	padding-bottom: 20px;
	padding-top: 10px;
}


.subscribe h1 {


	color: #fff;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: right;
}

.subscribe p {

	font-size: 11px;
	color: #717171;
	padding-right: 30%;
}

.subscribe .form-control {
	border-radius: 0px;
	margin-left: -5px;
	width: auto;
	border: 0px;
	height: 34px;
	font-size: 11px;
	display: inline-block;
	font-family: myFirstFont2;


}

.subscribe button {
	border-radius: 0px;
	border: 0px;

}

/*subscribe*/

/*login*/

.search {

	margin-bottom: 10px;

	text-align: left;

}

.search .form-control {
	border-radius: 0px;
	margin-left: -5px;
	width: auto;

	height: 34px;
	font-size: 11px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	display: inline-block;
	border: 1px solid #DDDDDD;
}

.search button {
	border-radius: 0px;
	border: 0px;
}

.search .form-control.input-lg {
	margin-right: 5px;
	display: inline-block;
	font-size: 11px;

	line-height: 12px;
	width: 140px;
	color: #6E6E6E;

}





.phone-txt {

	color: #3e9f37;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;

	direction: rtl;
}






/*end login*/

/*pic*/
.album img {
	margin-top: 0;
}

.album,
.album:before {
	width: 100%;
	height: 100%;
	border: 3px solid #FFF;
	box-shadow: 0 0 0 1px #999;
	position: relative;
}

.album:before {
	margin: 0;
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	background: white;
	z-index: -1;
}

.media-gallery {
	width: 100%;
	min-height: 200px;

	float: left;
	direction: rtl;

}

.pic {
	position: relative;
	display: block;
	margin: 10px;
}

.pic img {
	width: 100%;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;



}

.pic2 {

	position: relative;
	display: block;
	margin-bottom: 7px;

}

.pic2 img {
	width: 100%;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

}



.pic2 h1 {

	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;


}

.pic2 a {

	text-decoration: none;


}

.pic2 a:hover {
	text-decoration: none;
}



a .img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

a:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

a .img_overlay_zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;

	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

a:hover .img_overlay_zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

a .img_video_zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/video-z.png);
	background-position: center center;
	background-repeat: no-repeat;

	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

a:hover .img_video_zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

/*pic*/

.video {
	margin-top: 15px;
	border: solid 5px #c6c6c6;
}



/*statistics*/

.statistics {

	background: url(../images/statistics-b.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
}

.statistics .data {

	background-color: rgba(2, 2, 2, 0.9);
	color: #878787;

	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 60px;
}


.statistics h1 {

	letter-spacing: 2px;
	color: #888;
	margin-bottom: 20px;
}

.statistics .stats {

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	margin-bottom: 30px;
}

.statistics .stats:hover {
	color: #fff;


}

.statistics p {

	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0px;
}

.statistics span {

	font-size: 18px;

}

/*statistics*/

/*Skills*/

.skills {

	min-height: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.skills h1 {

	margin-bottom: 50px;
}

.skills h3 {

	margin-top: 0px;
	font-weight: bold;
}

.skills .progress {

	height: 38px;

}

.skills .progress-bar {

	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	text-align: left;
	text-indent: 10px;
}

/*Skills*/


/*clients*/

.clients {

	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ECECEC;

}

.clients img {

	opacity: 0.4;

	filter: alpha(opacity=40);
	margin-bottom: 20px;
	margin-top: 20px;

}

.clients img:hover {

	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*clients*/


/*footer*/

.footer {


	background-image: linear-gradient(to right, #d00c56, #ea1d66);

	color: #fff;
	text-align: right;
}

.footer a {
	color: #fff;
	font-size: 12px;
	text-align: right;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	line-height: 30px;

}

.footer p {
	color: #c8b01c;


}

.footer a:hover {
	color: #173e76;
	text-decoration: none;


}

.footer h3 {
	color: #fff;
	letter-spacing: 0px;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
}

.footer .img-thumbnail {
	border: 1px solid #444;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;


}

.footer .copyright {
	background-color: #173e76;
	color: #fff;
	min-height: 36px;

	font-size: 12px;
	text-align: left;

}

.footer .copyright span {
	color: #7d7d7d;
	font-size: 12px;
	text-align: left;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	line-height: 36px;
}

.footer .three-columns {
	overflow: hidden;

}

.footer .three-columns li {

	width: 25%;
	float: left;
	padding: 5 0;

}

.footer .social-list {
	overflow: hidden;
	margin: 20px 0 10px;

}

.footer .social-list li {

	float: left;
	margin-right: 3px;
	opacity: 0.5;

	filter: alpha(opacity=40);
}

.footer .social-list li:hover {

	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



.footer_cl1 {

	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	min-height: 189px;
}

.footer_cl1 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #05f9ff;
	font-family: Arial, tahoma, sans-serif;
	height: 30px;

}

.footer_cl1 img {
	margin-right: 5px;
	margin-top: 22px;

}



.footer_cl2 {

	padding-bottom: 20px;
	padding-top: 10px;
	border-right: solid 1px #c2a15b;
	min-height: 189px;
	padding-right: 20px;
}

.footer_cl2 a {
	color: #fff;
	font-size: 12px;
	text-align: right;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	line-height: 28px;
	letter-spacing: 1px;
	display: block;

}



.footer_cl2 a:hover {
	color: #c8b01c;
	text-decoration: none;


}


/*Social Icons*/

.social-icons {
	padding-top: 15px;
	text-align: right;
	padding-right: 60px;

}

.social-icons .fa {
	font-size: 30px;
	margin-right: 10px;
}

.social-icons .fa:hover {
	color: #173e76;
}

.social-icons li {

	display: inline-block;
	list-style: none;
	text-indent: -9999px;
	padding-right: 2px;

}

.social-icons li a,
a.social-icon {
	width: 23px;
	height: 23px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
	background-position: 0 -38px;

}

.social_twitter {
	background: url(../images/icons/social/twitter2.svg) no-repeat;
}

.social_facebook {
	background: url(../images/icons/social/facebook2.svg) no-repeat;
}

.social_youtube {
	background: url(../images/icons/social/youtube2.svg) no-repeat;
}

.social_linkin {
	background: url(../images/icons/social/linkin.png) no-repeat;
}

.social_gplus {
	background: url(../images/icons/social/gplus.png) no-repeat;
}

.social_instgram {
	background: url(../images/icons/social/inst2.svg) no-repeat;
}

.social-icons img {
	margin-left: 25px;
	margin-top: 5px;
}

.social-icons p {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 12px;
}



/*Social Icons 2*/


.social-icons2 {
	margin-top: 10px;
	padding-bottom: 10px;

	text-align: left;
}


.social-icons2 li {

	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	text-indent: -9999px;
	padding-right: 2px;

}

.social-icons2 li a,
a.social-icon {
	width: 23px;
	height: 23px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.social-icons2 li:hover a {
	background-position: 0 -38px;
}

.social_twitter2 {
	background: url(../images/icons/social/twitter2.svg) no-repeat;
}

.social_facebook2 {
	background: url(../images/icons/social/facebook2.svg) no-repeat;
}

.social_youtube2 {
	background: url(../images/icons/social/youtube2.svg) no-repeat;
}

.social_instgram2 {
	background: url(../images/icons/social/inst2.svg) no-repeat;
}


/*contact us */

.contact-us {
	background: url(../images/contact-b.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	min-height: 600px;

}

.contact-us p {
	margin-bottom: 40px;
}

.contact-us .fields {
	background: rgba(9, 9, 9, 0.6);
	min-height: 600px;
	color: #ddd;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-us textarea {
	height: 108px;
}

.contact-us .dropdown-menu>li>a {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
	color: #515e17;

	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
	-webkit-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	-transition: padding 0.5s ease;


}

.contact-us .dropdown-menu>li>a:hover,
.contact-us .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #C8C8C8;

}

.contact-us button {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
}

/*Loading*/

.loading-overlay {
	background: #222;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
}

.spinner {
	width: 60px;
	height: 60px;

	position: relative;
	margin: 300px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}



.pageContent {
	width: 96%;
	margin-top: 20px;
	float: left;
	direction: ltr;
	text-align: left;
	padding-bottom: 20px;
}

.pageContent span {
	font-size: 11px;
	color: #4A4A4A;
	line-height: 20px;
	font-family: Arial, tahoma, sans-serif;
}



.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
	border: 1px solid #9A9A9A;
	border-top: none;
	border-left: none;
}

.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

.accordion li {
	background: #F5F5F5;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
}

.accordion li.active>a {
	background: url('../images/close-en.gif') no-repeat center right;
	font-family: Arial, tahoma, sans-serif;
}

.accordion li div {
	padding: 20px;
	background: #FFFFFF;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

.accordion a {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	font-family: Arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	display: block;
	cursor: pointer;
	background: url('../images/open-en.gif') no-repeat center right;
	color: #515151;
}


.form-label {

	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top: 15px;
	padding-bottom: 4px;
	padding-right: 6px;
	text-align: right;

}


.btn-info3 {
	color: #ffffff;
	background-color: #173e76;
	border-color: #173e76;
	height: 34px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
}

.btn-info3:hover,
.btn-info3:focus,
.btn-info3:active,
.btn-info3.active,
.open .dropdown-toggle.btn-info3 {
	color: #ffffff;
	background-color: #d00c56;
	border-color: #b59f15;
}


.btn-info3:active,
.btn-info3.active,
.open .dropdown-toggle.btn-info3 {
	background-image: none;
}

.btn-info3.disabled,
.btn-info3[disabled],
fieldset[disabled] .btn-info3,
.btn-info3.disabled:hover,
.btn-info3[disabled]:hover,
fieldset[disabled] .btn-info3:hover,
.btn-info3.disabled:focus,
.btn-info3[disabled]:focus,
fieldset[disabled] .btn-info3:focus,
.btn-info3.disabled:active,
.btn-info3[disabled]:active,
fieldset[disabled] .btn-info3:active,
.btn-info3.disabled.active,
.btn-info3[disabled].active,
fieldset[disabled] .btn-info3.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info3 .badge {
	color: #5bc0de;
	background-color: #fff;
}

.reg-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right: 10px solid blue;
}

.menu-side2 {
	margin-left: 10px;
	margin-bottom: 20px;


	min-height: 100px;


}

.menu-side2 li {

	border-bottom: 1px solid #DDDDDD;
	list-style: none;
	text-align: left;
	color: #5F5F5F;
	line-height: 25px;
}


.menu-side2 li a {

	color: #5F5F5F;
}

.menu-side2 li a:hover {

	color: #00969a;
	text-decoration: none;

}

.add-comments {}

.add-comments form-label {}

.side-pics {
	background-color: rgb(255, 255, 255);
	box-shadow: 1px 1px 2px 2px rgba(230, 230, 230, 230);
	border-radius: 3px 3px 3px 3px;

	overflow: hidden;
}


.img-responsive2,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;

	background-color: rgb(255, 255, 255);



	overflow: hidden;

}


.color01 {
	background-color: #54816d;


}

.color02 {
	background-color: #4DE3A0;


}

.color03 {
	background-color: #815472;


}

.panel-margin {
	margin-right: 0px;


}

.news-margin {
	margin-right: -20px;
}

.news-margin .lead {
	margin-bottom: 0px;
}

.news-margin hr {
	margin-top: 0;
}

.color05 {
	background-color: #815472;


}




.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.membar {

	margin-top: 15px;


}

.membar li {

	display: inline;
	list-style: none;
	margin: 5px;


}




.membar-panel {

	margin-bottom: 20px;

}

.membar-panel img {

	margin-top: 15px;


}


table {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	direction: rtl;
}

th {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #173e76;
	direction: rtl;

}

td {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: center;
	color: #414141;
	direction: ltr;

}


.icon_fax2 {
	font-size: 12px;
	line-height: 24px;
	background: url('../images/fax.png') left 4px no-repeat;
	padding: 0 0 0 30px;
	color: #5F5F5F;
	margin-top: 5px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-right: 20px;
	direction: ltr;
}

.icon_phone2 {
	font-size: 12px;
	line-height: 24px;
	background: url('../images/icon_mob.png') left 4px no-repeat;
	padding: 0 0 0 30px;
	color: #5F5F5F;
	margin-top: 5px;
	padding-right: 20px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	direction: ltr;
}

.icon_mail2 {
	font-size: 12px;
	line-height: 24px;
	background: url('../images/mail2.png') left 5px no-repeat;
	padding: 0 0 0 30px;
	color: #5F5F5F;
	padding-right: 20px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	direction: ltr;
}


.icon_mail2 a {
	text-align: center;
	color: #5F5F5F;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;


}

.icon_mail2 a:hover {

	color: #c88d1c;
	text-decoration: none;
}





.selectpicker {

	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #D8D8D8;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
	direction: rtl;
}




.radio-inline {
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
}

.hesad-date {

	color: #606060;
	font-size: 11px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	padding-left: 10px;


}

.hesad {

	padding-bottom: 10px;



}


.hesad h1 {
	font-weight: bold;
	color: #c2a15b;
	font-size: 18px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;


}

.hesad h1 a {
	font-weight: bold;
	color: #c2a15b;
	font-size: 18px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	text-decoration: none;

}

.hesad h1 a:hover {
	font-weight: bold;
	color: #3e9f37;
	font-size: 18px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	text-align: right;
	text-decoration: none;
}

.hesad img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
}


.hesad .lead {
	font-size: 14px;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	color: #3A3A3A;
	line-height: 24px;


}

.hesad-p {
	font-size: 14px;
	color: #424242;
	text-align: right;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-top: 10px;


}

.news hr {
	padding-left: 15px;
	color: #AA2022;
}

.visitors {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;

}

.visitors span {
	font-size: 12px;
	color: #c8b01c;
	text-align: center;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	padding-right: 10px;

}

.error-v1-title {
	color: #C00;
	font-size: 180px;
	font-family: myFirstFont2, Helvetica, Arial, sans-serif;
	text-align: center;
}

.error-v1-title2 {
	color: #666;
	font-size: 30px;
	font-family: myFirstFont2, Helvetica, Arial, sans-serif;
	text-align: center;
}

.error-v1-title3 {
	color: #666;
	font-size: 20px;
	font-family: myFirstFont2, Helvetica, Arial, sans-serif;
	text-align: center;
}

.brochure-image {

	margin-top: 10px;
}

.brochure-image img {
	margin: 0 auto;
	margin-top: 20px;


}



.left-bg {
	width: 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	/*background-image: url(../images/logo-patt.svg);*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 635px;
	background-position: right;
}


.img-circle {
	border-radius: 0%;
}



.navbar-inverse .navbar-toggle {
	border-color: #d88a39;

}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #d88a39;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* Level 2 */
/*Loading */




/*.contact-us input,

.contact-us textarea
{
background:rgba(82,78,78,0.8);
color:#fff;
border:none;
	
	}*/

/*End contact us */
.input-group {
	float: right;
	width: 200px;
}




.form-control {
	font-family: myFirstFont2;
}

/*
#topbar {
  background: #263169;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#topbar .contact-info {
font-family: Open Sans;
    font-size: 12px;
  
}


#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  font-family: arial;
    font-size: 12px;
}

#topbar .contact-info i {
  padding: 4px;font-size: 13px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #625f5f;
}
#topbar .contact-info a:hover{
    color: #ecc461;
    text-decoration: none;
}
#topbar .social-links  a {
  color:#fff; 
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #625f5f;
}

#topbar .social-links a:hover {
  color: #ecc461;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
*/

#topbar {
	/* background: #d10958; */
	background-image: linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info {
	font-family: Open Sans;
	font-size: 12px;

}


#topbar .contact-info a {
	line-height: 1;
	color: #fafafa;
	font-family: arial;
	font-size: 12px;
}

#topbar .contact-info i {
	padding: 4px;
	font-size: 13px;
}

#topbar .contact-info .fa-phone {
	padding-left: 12px;
	margin-left: 12px;
	border-left: 1px solid #e9e9e9;
}

#topbar .contact-info a:hover {
	color: #173e76;
	text-decoration: none;
}

#topbar .social-links a {
	color: #fafafa;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	/* border-left: 1px solid #e9e9e9; */
}

#topbar .social-links a:hover {
	color: #173e76;
}

#topbar .social-links a:first-child {
	border-left: 0;
}


.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
	content: counter(stepNum);
	font-family: Bukra, Arial, sans-serif;
	font-weight: 700;

}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
	background-color: #B3B3B3;
}

.multi-steps {
	display: table;
	table-layout: fixed;
	width: 100%;


}

.multi-steps>li {
	counter-increment: stepNum;
	text-align: center;
	display: table-cell;
	position: relative;
	color: #8b8d36;
	font-family: myFirstFont2, Droid Arabic Kufi, sans-serif;
	font-size: 12px;
}

.multi-steps>li:before {
	content: '\f00c';
	content: '\2713;';
	content: '\10003';
	content: '\10004';
	content: '\2713';
	display: block;
	margin: 0 auto 4px;
	background-color: #fff;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #8b8d36;
	border-radius: 50%;

}

.multi-steps>li:after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #8b8d36;
	position: absolute;
	top: 16px;
	right: 50%;
	z-index: -1;

}

.multi-steps>li:last-child:after {
	display: none;
}

.multi-steps>li.is-active:before {
	background-color: #fff;
	border-color: #8b8d36;
}

.multi-steps>li.is-active~li {
	color: #808080;
}

.multi-steps>li.is-active~li:before {
	background-color: #ededed;
	border-color: #ededed;
}

.navbar-toggle {
	position: absolute;
	float: right;
	padding: 9px 10px;
	margin-bottom: 0px;
	background-color: #d10958;
	background-image: none;
	border: 1px solid #4d69b3;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: block !important;
		text-align: center;
	}

	.input-group {
		margin-top: 12px;
		margin-left: 10px;
		float: left;
	}

	.navbar-toggle {
		margin-top: -5px;
		right: 0;
	}
	.navbar-brand2 img{
		max-height: 64px;
	}
	#topbar .contact-info a{
		font-size: 10px;
	}
}

@media (min-width: 800px) {

	.input-group {
		margin-left: 200px;
	}

	.minHt {
		min-height: 97vh;
	}
}

.gell {
	margin-top: 0;
	padding-bottom: 15px;
}

.contact .info-box {
	color: #444444;
	text-align: center;
	padding: 20px 0 0px 0;
	border: 1px solid #f2f0f0;
	margin-bottom: 10px;
	background-color: #fafafa;
}

.contact .info-box i {
	font-size: 32px;
	color: #d10958;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	font-size: 17px;
	font-family: myFirstFont2;
}

blockquote {
	font-family: myFirstFont2;
	color: #444444;
}

.catFltr {
	color: #d10958;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 5px;
	font-weight: 700;
	font-family: myFirstFont2;
	border: 1px solid #d10958;
	border-radius: 7px;
	margin-left: 5px;
	display: inline-block;
	margin-bottom: 12px;
}

.catFltr:hover {
	text-decoration: none;
	color: #fff;
	background-color: #173e76;
}

.catAtv {
	background-color: #173e76;
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #d10958;
}


.openBtn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	padding: 0px 5px;
	font-size: 15px;
	cursor: pointer;
	font-family: myFirstFont2;
	color: #fff;
	padding-right: 8px;
}

.openBtn:hover {
	background: #fafafa;
	color: #000;
}
.openBtn2 {
	background: transparent;
	/* border: 1px solid rgba(0, 0, 0, 0.3); */
	border: none;
	border-radius: 5px;
	padding: 0px 5px;
	font-size: 15px;
	cursor: pointer;
	font-family: myFirstFont2;
	background: -webkit-linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	background: -moz-linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	background: -o-linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	background: linear-gradient(to right, #d00c56, #ea1d66, #824d90, #5b63ab, #466cb8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 8px;
	float: left;
	margin-top: 20px;
}

.openBtn2:hover {
	background: #fafafa;
	color: #000;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	font-family: myFirstFont2;
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay select {
	padding: 5px;
	font-size: 17px;
	border: none;
	float: right;
	width: 29%;
	background: white;
	height: 55px;
	margin-left: 2px;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: right;
	width: 60%;
	background: white;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: right;
	width: 10%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	z-index: 0;
}

@media (max-width: 767px) {
	.overlay button {
		width: 100%;
	}
	.overlay input[type=text] {
		width: 100%;
		font-size: 15px;
		margin-bottom: 4px;
	}
	.overlay select {
		width: 100%;
		font-size: 15px;
		margin-bottom: 4px;
	}
}