



@font-face {
  font-family: 'kufi';
 src: url('../fonts/NotoKufiArabic-Bold.otf'); /* IE9 Compat Modes */ 
 src: url('../fonts/NotoKufiArabic-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoKufiArabic-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoKufiArabic-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoKufiArabic-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/NotoKufiArabic-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NotoKufiArabic-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}




@import url("https://fonts.googleapis.com/css?family=Pxxoppins:300,400,500,600,700,800");
/* line 3, */


@import url('https://fonts.googleapis.com/css?family=kufi|Changa|El+Messiri|Markazi+Text|Tajawal&display=swap');
 


 *{
	 
	 box-sizing: border-box;
	 direction:rtl;
 }


.banner_text_iner h2{
	color:#fff;
}
body {
    font-family:kufi;

    padding: 0;
    margin: 0;
    font-size: 14px;
	background-color:#FFF;

    font-weight: 300;
	font-size:16px;
	line-height:18px;
	color:#777;
}

p{
	margin:0;
}

a {
    color: #aa0a5f;
}

a, a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}
h1, h2, h3,
h4, h5, h6 {
    color: #333;
	margin:0;
    font-weight: normal;
}

h1 { font-size: 28px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

strong {
  letter-spacing: 1px;
}

code {
  background-color: #ddd;
  border-radius: 3px;
  color: #000;
  font-size: 85%;
  margin: 0;
  padding: 5px 10px;
}

code a {
    color: #333;
}

code a:hover {
    text-decoration: underline;
}

section p {
  line-height: 28px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


.banner_text_iner  img.slikimg{
		
		width:500px;
		float:none;
		margin-top:20px;
	}


	
	

.tan {
  margin-bottom: 10px;
}

.fifteen{
    margin-bottom: 15px;
}

.twenty{
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.title {
    margin: 50px 0 30px;
}

.syntaxhighlighter {
    border: 1px solid #efefef;
    max-height: 100% !important;
    padding: 20px 0;
}


.main-content section {
  margin: 0 5%;
}


.left-sidebar {
    background-color: #e7002e;
    float: left;
    min-height: 100%;
    position: fixed;
    width: 18%;
}


.client-element img{
	
	margin:10% 5%;
	max-width:200px !important;
	width:90% !important;
}

.tech_slider img{
	opacity: 0.5;
}

.banner_text_margin{
	
	margin-right:50px
}

.logo {
	padding-bottom: 30px;
	padding-top: 0;
	margin-top: -15px;
	height: 25px;
	padding-left:20px;
	}
.logo h1{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.left-nav ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
}

.left-nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease-in 0s;
       -moz-transition: all 0.3s ease-in 0s;
        -ms-transition: all 0.3s ease-in 0s;
         -o-transition: all 0.3s ease-in 0s;
            transition: all 0.3s ease-in 0s;
}

.left-nav ul li a:hover, .left-nav ul li .current {
    background-color: #fff;
    color: #000;
}


#main-wrapper {
    float: left;
    margin-left: 18%;
    width: 82%;
}

.content-header {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 30px 0 35px;
    text-align: center;
}

.welcome {
    font-size: 16px;
    line-height: 26px;
    margin: 35px auto 0;
}

.features {
    margin-top: 50px;
}

.features ul li {
    list-style: square outside none;
    margin-bottom: 15px;
}

.features > ul {
    padding-left: 18px;
}

.author {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding: 30px 0;
}

.author-info {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    width: 50%;
}

.section-content {
    font-size: 16px;
    line-height: 25px;
}

.section-content li {
    margin-bottom: 15px;
}

.section-content a:hover {
    text-decoration: underline;
}

.script-source li {
    list-style: square outside none;
    margin-bottom: 10px;
}

#twitter-feed li,
#flickr li {
    line-height: 25px;
    margin-bottom: 10px;
}

#twitter-feed img {
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px #ddd;
    height: auto;
    margin-top: 10px;
    max-width: 100%;
}


.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
}

.gray_bg {
  background-color: #f6f5f1;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.section_padding {
  padding: 130px 0px;
}








.single_padding_top {
  padding-top: 140px !important;
}







.padding_top {
  padding-top: 140px;
}




a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "kufi";
}

p {
  font-family: "Lato";
  line-height: 1.929;
  font-size: 16px;
  margin-bottom: 0px;
  color: #4c4c4c;
  font-weight: 300;
}

.Seed_spirit_replenish_cattle_one_moved_air_crea {
  font-size: 14px;
  font-family: "Roboto";
  color: #777777;
  text-align: right;
  position: absolute;
  left: 1073.988px;
  top: 1367.25px;
  width: 441px;
  height: 95px;
  z-index: 477;
}

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  line-height: 1.222;
}







h3 {
  font-size: 24px;
  line-height: 25px;
}



.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 144, */
h5 {
  font-size: 18px;
  line-height: 22px;
}

/* line 149, */
img {
  max-width: 100%;
}

/* line 152, */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 159, */
.section_tittle {
  margin-bottom: 50px;
  margin-top:00px;
}


/* line 174, */
.section_tittle img {
  margin-bottom: 13px;
}

/* line 177, */
.section_tittle h2 {
  color: #010101;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 39px;
  text-transform: capitalize;
}



.title_white h2{
	color:#fff !important;
}

.title_white{
	color:#fff !important;
}








/* line 201, */
.section_tittle p {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 7px;
}

/* line 207, */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 212, */
.mb_110 {
  margin-bottom: 110px;
}




/* line 234, */
.mb_130 {
  margin-bottom: 130px;
}







/* line 249, */
.padding_bottom {
  padding-bottom: 130px;
}





/* line 264, */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 267, */
.z_index {
  z-index: 9 !important;
  position: relative;
}

/* line 271, */
.gj-datepicker {
  width: 100% !important;
}






/* line 311, */
.section_bg {
  background-color: #f5f5f5;
  padding: 80px 0;
  overflow:hidden;
}

.section_bg_small{
	
  background-color: #f5f5f5;
  padding: 30px 0;
  overflow:hidden;
}

.section_bg_white {
  background-color: #fff;
  padding: 80px 0;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3,  */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19,  */
.submit_btn:hover {
  background: #e7002e;
}

/* line 23,  */
.btn_1 {
  display: inline-block;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 45px;
}

/* line 30,  */
.btn_1 span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #e7002e;
  display: inline-block;
  margin-right: 20px;
  
}

/* line 39,  */
.btn_1:hover {
  color: #e7002e;
}




/* line 59,  */
.btn_2 {
  display: inline-block;
  padding: 12.5px 45px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
  border: 2px solid #fff;
  font-family: "kufi";
}

/* line 69,  */
.btn_2:hover {
  background-color: #fff;
  color: #000;
}



/* line 87,  */
.BG {
  position: absolute;
  left: 881px;
  top: 2664px;
  width: 140px;
  height: 44px;
  z-index: 428;
}

/* line 97,  */
.btn_3 {
  display: inline-block;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
  background-color: #30383b;
}

/* line 106,  */
.btn_3:hover {
  background-color: #f81c1c;
  box-shadow: 0px 15px 20px 0px rgba(248, 28, 28, 0.1);
  color: #fff;
}



/* line 125,  */
.single_page_btn {
  display: inline-block;
  padding: 9.5px 28px;
  border-radius: 50px;
  background-color: #ff6426;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border: 2px solid transparent;
}

/* line 136,  */
.single_page_btn:hover {
  color: #ff6426;
  background-color: #fff;
  border: 2px solid #ff6426;
}


.banner_wide{
	
    background-image: url(../img/kenanasoft-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	
}

.project_img{
	width:80% !important;
	float:right;
}


/* line 155,  */
.btn_4 {
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14.5px 43px;
  background-color: #e7002e;
  border: 2px solid #e7002e;
  margin-top:20px;
  cursor:pointer;
}

/* line 164,  */
.btn_4:hover {
  color: #e7002e !important;
  background-color: transparent;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5,  */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10,  */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14,  */
.blog_area a h2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 16,  */
.blog_area a h2:hover {
  color: #e7002e !important;
}

/* line 24,  */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28,  */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32,  */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36,  */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 49,  */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56,  */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 61,  */
.single-blog a:hover {
  color: #e7002e;
}

/* line 66,  */
.single-blog .date {
  color: #666666;
  text-align: right;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74,  */
.single-blog .tag {
  text-align: right;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84,  */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}



/* line 104,  */
.single-blog .likes {
  margin-right: 16px;
}



/* line 112,  */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116,  */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121,  */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}




/* line 135,  */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}




/* line 157,  */
.full_image.single-blog {
  position: relative;
}

/* line 160,  */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



/* line 179,  */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185,  */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195,  */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200,  */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224,  */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228,  */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234,  */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247,  */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263,  */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267,  */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274,  */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285,  */
.causes_item {
  background: #fff;
}

/* line 288,  */
.causes_item .causes_img {
  position: relative;
}

/* line 291,  */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299,  */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307,  */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320,  */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323,  */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336,  */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346,  */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358,  */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374,  */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378,  */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381,  */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384,  */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389,  */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392,  */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403,  */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410,  */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417,  */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431,  */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438,  */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}



/* line 454,  */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459,  */
.categories_post img {
  max-width: 100%;
}

/* line 463,  */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476,  */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494,  */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501,  */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510,  */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525,  */
.blog_item {
  margin-bottom: 50px;
}

/* line 529,  */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}



/* line 537,  */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541,  */
.blog_details a {
  color: #ff8b23;
}

/* line 544,  */
.blog_details a:hover {
  color: #e7002e;
}

/* line 549,  */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}



/* line 563,  */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567,  */
.blog-info-link li a {
  color: #999999;
}

/* line 571,  */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577,  */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583,  */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588,  */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596,  */
.blog_item_img {
  position: relative;
}

/* line 599,  */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #e7002e;
  padding: 8px 15px;
  border-radius: 5px;
}


/* line 615,  */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}





/* line 627,  */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}




/* line 647,  */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 652,  */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 660,  */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 669,  */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 678,  */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 682,  */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 691,  */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 698,  */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 710,  */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 719,  */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 723,  */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 732,  */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 739,  */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 752,  */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 757,  */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 761,  */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 766,  */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 772,  */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 777,  */
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #e7002e !important;
}

/* line 787,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 792,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 803,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #e7002e;
}

/* line 809,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 816,  */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 824,  */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 827,  */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 837,  */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #e7002e !important;
  color: #fff !important;
}

/* line 849,  */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 855,  */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 955,  */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 976,  */
.blog-pagination {
  margin-top: 80px;
}

/* line 980,  */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 997,  */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1009,  */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1016,  */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1041,  */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1046,  */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1049,  */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1053,  */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1066,  */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1069,  */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1079,  */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}




/* line 1093,  */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}




/* line 1103,  */
.single-post-area .arrow {
  position: absolute;
}

/* line 1106,  */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1113,  */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1118,  */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1122,  */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1126,  */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1129,  */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1136,  */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1139,  */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1148,  */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1152,  */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1156,  */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1174,  */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}



/* line 1183,  */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}



/* line 1196,  */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1200,  */
.single-post-area .blog-author a:hover {
  color: #e7002e;
}

/* line 1205,  */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1210,  */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1217,  */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1222,  */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1226,  */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1232,  */
.single-post-area .navigation-area .nav-left {
  text-align: right;
}

/* line 1235,  */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1239,  */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1244,  */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1251,  */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1256,  */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}


/* line 1267,  */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1270,  */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1274,  */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1279,  */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1286,  */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1291,  */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}


/* line 1306,  */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}


/* line 1317,  */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1324,  */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1333,  */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1336,  */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1340,  */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}





/* line 1361,  */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1364,  */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1370,  */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1377,  */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1383,  */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1400,  */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1408,  */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1412,  */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1420,  */
.comment-form .name {
  padding-left: 0px;
}



/* line 1429,  */
.comment-form .email {
  padding-right: 0px;
}




/* line 1437,  */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1445,  */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1450,  */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1455,  */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1460,  */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1466,  */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1472,  */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1478,  */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1484,  */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* line 4,  */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10,  */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14,  */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18,  */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #e7002e;
}

/* line 22,  */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28,  */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33,  */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35,  */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39,  */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/

.main_menu {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 999;
  padding: 35px 0px;
  background-color:rgb(1,16,57,0.3);
}

/* line 10, fonts */
.main_menu #search_1 i {
  color: #fff;
  font-size:22px;
}

.prev,.next{
	
cursor:pointer;	
}


.service_part  button.owl-next{
	
	top:calc(50% - 19px) ;
	right:-50px ;
}

.service_part  button.owl-prev{
	
	top:calc(50% - 19px) ;
	right:calc(100% - 40px);
}



/* line 14, fonts */
.main_menu #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  
  z-index: 999;
  text-align: center;

  background: #ddd;
  margin-top: -60px;
  height: 100%;
  padding: 50px 20px;
  
  background-image: url(../img/islamic_back.png);
  
}

/* line 27, fonts */
.main_menu #search_input_box ::placeholder {
  color: #aaa;
}

/* line 33, fonts */
.main_menu #search_input_box .form-control {
	border: 0;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    margin-top: 50px;
    width: 100%;
    text-align: right;
    background: #fff;
    padding: 10px;
    height: 50px;
}

/* line 42, fonts */
.main_menu #search_input_box .btn {
    width: 130px;
    height: 50px;
    padding: 10px;
    border: 0;
    background: #e7002e;
    color: #fff;
    margin-top: 25px;
	cursor:pointer;
}

/* line 49, fonts */
.main_menu #search_input_box .ti-close {
	font-weight: 600;
    cursor: pointer;
    padding: 10px;
    padding-right: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
	font-size:30px;
	cursor:pointer;
}

/* line 58, fonts */
.main_menu .search-inner {
  padding: 5px 5px;
}

/* line 62, fonts */
.main_menu .form-control:focus {
  box-shadow: none;
}

/* line 65, fonts */
.main_menu .main_menu_iner {
  display: flex;
  justify-content: space-between;
  direction:ltr;
}

/* line 69, fonts */
.main_menu .menu-trigger span {
  display: block;
  height: 2px;
  background: #ffffff;
  transition: 0.5s;
}

/* line 76, fonts */
.main_menu .menu-trigger span:nth-child(2) {
  margin: 10px 0px 8px;
}

/* line 80, fonts */
.main_menu span.menu-trigger {
  display: inline-block;
  width: 30px;
}

/* line 84, fonts */
.main_menu .menu-trigger {
  cursor: pointer;
}

/* line 87, fonts */
.main_menu .menu-trigger span:nth-child(1) {
  width: 15px;
  float: right;
}

/* line 91, fonts */
.main_menu .menu-trigger span:nth-child(3) {
  width: 23px;
  float: right;
}

/* line 95, fonts */
.main_menu .menu-trigger:hover span:nth-child(1), .main_menu .menu-trigger:hover span:nth-child(3) {
  width: 30px;
}

/* line 98, fonts */
.main_menu .off-canven-menu {
  position: fixed;
  background: #fff;
  width: 400px;
  height: 100vh;
  z-index: 99;
  top: 0;
  padding: 0px 60px;
  transition: 0.5s;
  right: -400px;
}



/* line 115, fonts */
.main_menu .offcanvas-overlay.active {
  opacity: 0.2;
  visibility: visible;
  z-index: 3;
}

/* line 120, fonts */
.main_menu .off-canven-menu.active {
  right: 0;
}

/* line 124, fonts */
.main_menu .menu-btm-tex {
  background: #EFEBFF;
  padding: 7px;
  font-weight: 700;
}

/* line 130, fonts */
.main_menu .off-canven-menu a {
  color: #B6B3C1;
  font-size: 20px;
  display: inline-block;
  padding-right: 20px;
}

/* line 136, fonts */
.main_menu .off-canven-menu a:hover {
  color: #e7002e;
}

/* line 139, fonts */
.main_menu .social-icon {
  margin-bottom: 20px;
}

/* line 142, fonts */
.main_menu .canven-menu-iner {
  padding: 20px 0px;
}

/* line 146, fonts */
.main_menu .off-canven-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 153, fonts */
.main_menu .off-canven-menu ul li a {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8;
  color: #100060;
  font-weight: 600;
  letter-spacing: -0.12px;
  margin: 10px 0px;
}

/* line 162, fonts */
.main_menu .off-canven-menu ul li a:hover {
  color: #e7002e;
}

/* line 165, fonts */
.main_menu .close-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
}

/* line 174, fonts */
.main_menu .off-canven-menu i {
  height: 65px;
  width: 65px;
  background-color: #272822;
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
}

/* line 185, fonts */
.main_menu .off-canven-menu i:hover {
  background-color: #FF0083;
}

/* line 188, fonts */
.main_menu .menu-btm-section {
  position: absolute;
  bottom: 67px;
  max-width: 306px;
}

/* line 193, fonts */
.main_menu .close-icon i {
  position: absolute;
  text-align: center;
  left:0px;
  top: 4%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
}

/* line 205, fonts */
.main_menu .close-icon i:hover {
  position: absolute;
  text-align: center;
  top: 4%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: #E7002E;
}

/* line 218, fonts */
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #04182A;
}

/**************** banner part css start ****************/
/* line 2,  */
.banner_part {
  height:600px;
  position: relative;
  background-size: cover,60px;
  background-image: url(../img/banner_bg_1.png); /* fallback */
  background-image: url(../img/banner_bg_1.png), url(../img/islamic_back.png), linear-gradient(0deg, rgba(16,194,230,1) 0%, rgba(23,82,139,1) 100%);


  background-repeat:no-repeat , repeat;
  background-position: bottom left;

  z-index: 2;
  display: flex;
  align-items: center;
  margin-top:0px;
}





/* line 33,  */
.banner_part .banner_text {
  padding-top: 150px;
}

/* line 35,  */
.banner_part .banner_text h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "kufi";
  margin-bottom: 25px;
  color: #fff;
  position: relative;.banner_part
  z-index: 1;
  letter-spacing: 1px;
  color: #e7002e;
}

/* line 48,  */
.banner_part .banner_text p {
  color: #fff;
  line-height: 1.8;
}

/* line 52,  */
.banner_part .banner_text h1 {
  font-size: 50px;
  font-family: "kufi";
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 1.273;
  color: #fff;
}




/* line 70,  */
.banner_part .banner_text h1 span {
  color: #e7002e;
}

/* line 74,  */
.banner_part .banner_text .btn_1 {
  color: #fff;
  display: flex;
  align-items: center;
}

/* line 78,  */
.banner_part .banner_text .btn_1 img {
  max-width: 20px;
  margin: 0 auto;
  padding-top: 20px;
}

/* line 83,  */
.banner_part .banner_text .btn_1:hover {
  color: #e7002e !important;
}




/* line 100,  */
.banner_part .nav {
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  position: absolute;
  right: -25px;
  top: 50%;
  transition: all 1s;
  transform: rotate(-90deg);
}

/* line 113,  */
.banner_part .nav:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #000 !important;
}


/* line 120,  */
.banner_part .nav span {
  color: #fff;
}

/* line 124,  */
.banner_part .next {
  margin-top: 60px;
  transform: rotate(-90deg);
}

/**************** hero part css end ****************/
/*************** our speciality *****************/
/* line 2,  */
.our_speciality {

  z-index: 99;
  background:#fff;
  left: 0;
  right: 0;
}

/* line 8,  */
.our_speciality .single_special_part {
  background-color: #fff;
  width: 33.33%;
  float: left;
  position: relative;
  padding: 45px 50px;
  border-left: 1px solid #d3d3d3;
}

/* line 16,  */
.our_speciality .single_special_part:first-child {
  border-left: 0px solid transparent;
}





/* line 37,  */
.our_speciality .single_special_part img {
  position: absolute;
  left: 50px;
  top: 50px;
}




/* line 62,  */
.our_speciality .single_special_part .single_special_text {
  padding-left: 85px;
}



/* line 76,  */
.our_speciality .single_special_part .single_special_text p {
  font-size: 14px;
}

/* line 79,  */
.our_speciality .single_special_part .single_special_text h3 {
  font-weight: 600;
  margin-bottom: 24px;
}






/* line 23,  */
.about_part .about_part_text h2 {
  color: #010101;
  font-weight: 600;
  margin-bottom: 27px;
  font-size: 48px;
  line-height: 39px;
}





/* line 63,  */
.about_part .about_img img {
  width: 100%;
  position: `absolute;
  right: 0;
  margin-bottom:30px;
}

/* line 1,  */






/* line 20,  */
.service_part .service_text {
  padding: 0 25px 0 0;
  border-right: 3px solid #e7002e;
  margin-left: 26px;
  direction:rtl;
}







/* line 44,  */
.service_part .mt_less_115 {
  margin-top: -115px;
}


/* line 60,  */
.service_part .owl-prev, .service_part .owl-next {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  right:calc(100% - 50px);
  top: -85px;
  color: #000 !important;
  transition: all 1s;
}

/* line 73,  */
.service_part .owl-prev:hover, .service_part .owl-next:hover {
  background-color: #e7002e !important;
  color: #fff !important;
}

/* line 78,  */
.service_part .owl-prev {
  margin-right: 50px;
}

/* line 82,  */
.single_service_padding {
  padding: 130px 0px;
}




/************** project part starrt**************/
/* line 2,  */
.project_part {
  background-image: url(../img/project/project_bg.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 10,  */
.project_part .project_menu ul li {
  display: inline-block;
}

/* line 15,  */
.project_part .project_menu a {
  padding: 10px 25px;
  border: 1px solid #d3d3d3;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  text-transform: uppercase;
}

/* line 26,  */
.project_part .single_project_text {
	position: relative;
    padding-left: 100px;
    width: 100%;
    padding-top: 30px;
	overflow:hidden;
}


/* line 60,  */
.project_part .single_project_text .client_img {
  position: absolute;
  left: 40px;
  left: 0;
  top: -20px;
  max-width: 78px;
}





/* line 86,  */
.project_part .single_project_text .admin_name {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height:34px;
}







/* line 98,  */
.project_part .single_project_text span {
  font-weight: 300;
  color: #fff;
  display:inline-block;
  
}

/* line 104,  */
.project_part .single_project_text p {
  margin-top: 30px;
}




/* line 122,  */
.project_part .single_project_text .btn_1 {
  display: flex;
  align-items: center;
  direction:rtl;
}



/* line 128,  */
.project_part .single_project_text .btn_1 img {
  max-width: 23px;
  margin: 0 auto;
  padding-top: 17px;
}

/* line 136,  */
.project_part .owl-prev,
.project_part .owl-next {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute; 
  right: calc(100% - 80px);
  top: -65px;
  color: #fff !important;
  transition: all 1s;
}


.clients_part .owl-prev,
.clients_part .owl-next {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute; 
  right: calc(100% - 80px);
  top: -65px;
  color: #000 !important;
  transition: all 1s;
}





/* line 151,  */
.project_part .owl-prev:hover,
.project_part .owl-next:hover {
  background-color: #e7002e !important;
  color: #fff !important;
}

/* line 157,  */
.project_part .owl-prev {
  margin-right: 50px;
}

/* line 162,  */
.project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
  margin-top: 220px;
}




.clients_part .owl-prev:hover,
.clients_part .owl-next:hover {
  background-color: #e7002e !important;
  color: #000 !important;
}

/* line 157,  */
.clients_part .owl-prev {
  margin-right: 50px;
}

/* line 162,  */
.clients_part .single_project_slide .col-lg-6:nth-child(2n+0) {
  margin-top: 220px;
}




/* line 181,  */
.single_page_project .owl-prev, .single_page_project .owl-next {
  right: 0;
  top: -3px;
}

/* line 187,  */
.single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
  margin-top: 70px;
}


/**************** blog post css ******************/
.blog_part {
  position: relative;
  padding: 0 0 140px;
  background: url(../img/blog/blog_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: content;
}




.blog_part .section_tittle h2 {
  margin-bottom: 40px;
}


.blog_part .single_project_text {
  background-color: #f5f5f5;
  padding: 40px 50px 40px;
  position: absolute;
  top: -233px;
  left: 70%;
  right: -69%;
}







.blog_part .single_project_text .single_project_tittle {
  margin-bottom: 25px;
}



/* line 72,  */
.blog_part .single_project_text .single_project_tittle h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 77,  */
.blog_part .single_project_text .single_project_tittle h4 a {
  color: #000;
}

/* line 81,  */
.blog_part .single_project_text .single_project_tittle p {
  font-size: 16px;
}

.blog_part .single_project_text .single_project_tittle span {
  float: right;
  margin-top: -70px;
  font-weight: 600;
  color: #e7002e;
}


.blog_part .single_blog_post {
  margin-bottom: 75px;
}

.blog_part .owl-next {
  height: 60px;
  width: 180px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  transition: all 1s;
  background-color: #e7002e !important;
  color: #fff !important;
  bottom: 37px;
  left: 24.8%;
}




/* line 124,  */
.blog_part .slider-counter {
  position: absolute;
  right: 40%;
  top: 0;
  transform: rotate(90deg);
  font-weight: 600;
}


/* line 144,  */
.single_page_blog {
  padding-top: 130px;
}

/*************** contact us start******************/
/* line 2,  */
.contact_us {
  position: relative;
  z-index: 5;
}

/* line 5,  */
.contact_us .contact_us_iner {
  background-color: #e7002e;
  padding: 95px 0px;
}



/* line 20,  */
.contact_us .contact_us_iner p {
  color: #000;
}

/* line 25,  */
.contact_us .contact_us_iner .contact_us_left_text h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 27px;
}

/* line 31,  */
.contact_us .contact_us_iner .contact_us_left_text span {
  font-size: 14px;
  float: right;
}

/* line 35,  */
.contact_us .contact_us_iner .contact_us_left_text p {
  margin-bottom: 25px;
}




/* line 52,  */
.contact_us .contact_us_iner .contact_us_right_text h5 {
  font-size: 16px;
  font-weight: 600;
}

/* line 56,  */
.contact_us .contact_us_iner .contact_us_right_text h2 {
  font-size: 36px;
  margin-bottom: 34px;
}



/* line 76,  */
.contact_us .contact_us_iner .contact_us_right_text span {
  margin-bottom: 30px;
  display: inline-block;
}

/* line 1,  */
.map_part {
  position: relative;
  z-index: 1;
  margin-top: -225px;
}




/* line 17,  */
.map_part .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 21,  */
.map_part .map {
  height: 770px;
}






/************** home tips css******************/
/* line 2,  */
.home_tips {

  position: relative;
  z-index: 99;
}

/* line 7,  */
.home_tips h1 {
  font-size: 48px;
  font-weight: 600;
}

/* line 11,  */
.home_tips p {
  padding: 23px 0px 82px;
}

.home_tips_video_popup{
	
	position:relative;
}

/* line 26,  */
.home_tips .popup-youtube {
  height: 35px;
  width: 60px;
  display: inline-block;
  background-color: red;
  color: #fff;
  line-height: 44px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

/* line 39,  */
.home_tips .popup-youtube i {
  font-size: 25px;
  margin-left: 6px;
}

/* line 1,  */
.overlay_section {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  height: 635px;
}

/* line 6,  */
.overlay_section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*************** single_page_special ********************/
/* line 2,  */
.single_page_special {
  margin-top: 0px;
  background:#0a243b;
  padding: 100px 0px 100px 0px;
}

/* line 4,  */
.single_page_special .single_page_special_item {
  background-color: #f5f5f5;
  border: 25px solid #fff;
  -webkit-transition: 1s;
  transition: 1s;
  margin-top:100px;
}

/* line 8,  */
.single_page_special .single_page_special_item img {
  max-width: 60px;
  max-height: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}


.single_page_special .single_page_special_item span {
  max-width: 60px;
  max-height: 60px;
  -webkit-transition: 1s;
  transition: 1s;
  color:#dc3545;
  float:left;
}

/* line 13,  */
.single_page_special .single_page_special_item h3 {
  margin: 10px 0px 18px 0;
  -webkit-transition: 1s;
  transition: 1s;
  padding-left:35px;
}

/* line 17,  */
.single_page_special .single_page_special_item p {
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 20,  */
.single_page_special .single_page_special_item .single_slide_item {
  -webkit-transition: 1s;
  transition: 1s;
  padding: 48px;
}

/* line 23,  */
.single_page_special .single_page_special_item .single_slide_item:hover {
  background-color: #071522;
}

/* line 25,  */
.single_page_special .single_page_special_item .single_slide_item:hover h3 {
  color: #fff;
}

/* line 28,  */
.single_page_special .single_page_special_item .single_slide_item:hover p {
  color: #fff;
}

/* line 34,  */
.single_page_special .owl-prev,
.single_page_special .owl-next {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -25px;
  top: -80px;
  color: #fff !important;
  transition: all 1s;
}

/* line 49,  */
.single_page_special .owl-prev:hover,
.single_page_special .owl-next:hover {
  background-color: #e7002e !important;
  color: #fff !important;
}

/* line 55,  */
.single_page_special .owl-prev {
  margin-right: 80px;
}

/************** project  details gallery ******************/
/* line 4,  */
.project_gallery .grid-sizer,
.project_gallery .grid-item {
  width: 23%;
  height: auto;
  margin: 1%;
}



  /* line 13,  */
  .project_gallery .grid-sizer img,
  .project_gallery .grid-item img {
    width: 100%;
  }
}

/* line 20,  */
.project_gallery .grid-item {
  height: auto;
  float: left;
}

/* line 26,  */
.project_gallery .project_img img {
  max-width: 100%;
}

/* line 30,  */
.project_gallery .big_weight {
  width: 48%;
  height: auto;
}



/* line 41,  */
.project_gallery h2 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 80px;
}





/* line 64,  */
.project_details_text, .project_details_sidebar {
  margin-top: 130px;
}






/* line 80,  */
.project_details_text h2 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 48px;
}





/* line 97,  */
.project_details_text p {
  margin-top: 40px;
}






/* line 113,  */
.project_details_sidebar {
  padding: 50px 30px 0 30px;
  border: 1px solid #bdbdbd;
}





/* line 128,  */
.project_details_sidebar h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* line 133,  */
.project_details_sidebar p {
  border-bottom: 1px solid #bdbdbd;
  padding: 25px 0;
  font-weight: 500;
  font-size: 16px;
}

/* line 136,  */
.project_details_sidebar p:last-child {
  border-bottom: 0px solid transparent;
}

/* line 141,  */
.project_details_sidebar p span {
  float: right;
  color: #888888;
  font-weight: 300;
}

/* line 147,  */
.project_details_sidebar i {
  color: #e7002e;
  margin-right: 20px;
}

/**************** copyright part css start ****************/

.copyright_part {
  padding: 20px 0px;
  background:#fff;
}





/* line 16, fonts */
.copyright_part p {
  color: #777777;
  font-family: 300;
}

/* line 20, fonts */
.copyright_part a {
  color: #e7002e;
}




/* line 36, fonts */
.copyright_part .footer-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ff7e5f;
  text-align: center;
  margin-left: 10px;
  color: #fff;
}

/* line 46, fonts */
.copyright_part .footer-social a:hover {
  background-color: #ff7e5f !important;
  color: #fff !important;
}

/* line 51, fonts */
.copyright_part .footer-social a i:hover {
  color: #fff;
}




/* line 82, fonts */
.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/*=================== contact banner start ====================*/
/* line 3,  */
.contact-info {
  margin-bottom: 25px;
}

/* line 6,  */
.contact-info__icon {
  margin-left: 20px;
}

/* line 9,  */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17,  */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23,  */
.contact-info .media-body h3 a:hover {
  color: #e7002e;
}

/* line 29,  */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 38,  */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 46,  */
.form-contact label {
  font-size: 14px;
}

/* line 50,  */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 54,  */
.form-contact .contact-section .btn_4 {
  margin-bottom: 0px !important;
}

/* line 58,  */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 66,  */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 71,  */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 77,  */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 94,  */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 103,  */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 109,  */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 118,  */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 123,  */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 131,  */
.form-group .btn_1 {
  border: 1px solid #d3d3d3;
  padding: 5px 5px 5px 15px;
  margin-top: 10px;
}

/* line 75,  */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80,  */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85,  */
b,
sup,
sub,
u,
del {
  color: #e7002e;
}

/* line 93,  */
h1 {
  font-size: 36px;
}

/* line 97,  */
h2 {
  font-size: 30px;
}

/* line 101,  */
h3 {
  font-size: 24px;
}

/* line 105,  */
h4 {
  font-size: 18px;
}

/* line 109,  */
h5 {
  font-size: 16px;
}

/* line 113,  */
h6 {
  font-size: 14px;
}

/* line 117,  */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127,  */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137,  */
.button-area {
  background: #fff;
}

/* line 138,  */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146,  */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149,  */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155,  */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166,  */
.genric-btn:focus {
  outline: none;
}

/* line 169,  */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173,  */
.genric-btn.large {
  line-height: 45px;
}

/* line 176,  */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179,  */
.genric-btn.small {
  line-height: 25px;
}

/* line 182,  */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185,  */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188,  */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195,  */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199,  */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203,  */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208,  */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211,  */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217,  */
.genric-btn.primary {
  color: #fff;
  background: #e7002e;
  border: 1px solid transparent;
}

/* line 221,  */
.genric-btn.primary:hover {
  color: #e7002e;
  border: 1px solid #e7002e;
  background: #fff;
}

/* line 227,  */
.genric-btn.primary-border {
  color: #e7002e;
  border: 1px solid #e7002e;
  background: #fff;
}

/* line 231,  */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #e7002e;
  border: 1px solid transparent;
}

/* line 237,  */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241,  */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247,  */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251,  */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257,  */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261,  */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267,  */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271,  */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277,  */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281,  */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287,  */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291,  */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297,  */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301,  */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307,  */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311,  */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317,  */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322,  */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328,  */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333,  */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339,  */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347,  */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #e7002e;
}

/* line 353,  */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357,  */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361,  */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365,  */
.progress-table .country {
  width: 28.07%;
}

/* line 368,  */
.progress-table .visit {
  width: 19.74%;
}

/* line 371,  */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375,  */
.progress-table .table-head {
  display: flex;
}

/* line 377,  */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387,  */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391,  */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399,  */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404,  */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408,  */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411,  */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414,  */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417,  */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420,  */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423,  */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426,  */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429,  */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432,  */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441,  */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449,  */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455,  */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459,  */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #e7002e;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473,  */
.ordered-list {
  margin-left: 30px;
}

/* line 475,  */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #e7002e;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480,  */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488,  */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #e7002e;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494,  */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502,  */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #e7002e;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508,  */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515,  */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523,  */
.single-input:focus {
  outline: none;
}

/* line 528,  */
.input-group-icon {
  position: relative;
}

/* line 530,  */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535,  */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540,  */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545,  */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555,  */
.single-textarea:focus {
  outline: none;
}

/* line 560,  */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568,  */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #e7002e;
}

/* line 574,  */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582,  */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588,  */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596,  */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602,  */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609,  */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619,  */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e7002e;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632,  */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639,  */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646,  */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655,  */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663,  */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677,  */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693,  */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696,  */
.primary-switch input:checked + label:before {
  background: #e7002e;
}

/* line 704,  */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711,  */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720,  */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728,  */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742,  */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758,  */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761,  */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769,  */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776,  */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785,  */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798,  */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806,  */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813,  */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822,  */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835,  */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843,  */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850,  */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859,  */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871,  */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876,  */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884,  */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891,  */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900,  */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913,  */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921,  */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928,  */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937,  */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950,  */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958,  */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965,  */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974,  */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986,  */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991,  */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999,  */
.default-select {
  height: 40px;
}

/* line 1001,  */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008,  */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015,  */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022,  */
.default-select .nice-select .list .option.selected {
  color: #e7002e;
  background: transparent;
}

/* line 1026,  */
.default-select .nice-select .list .option:hover {
  color: #e7002e;
  background: transparent;
}

/* line 1033,  */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037,  */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042,  */
.form-select {
  height: 40px;
  width: 100%;
}

/*  */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/*  */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/*  */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067,  */
.form-select .nice-select .list .option.selected {
  color: #e7002e;
  background: transparent;
}

/* line 1071,  */
.form-select .nice-select .list .option:hover {
  color: #e7002e;
  background: transparent;
}

/* line 1078,  */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082,  */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086,  */
.mt-10 {
  margin-top: 10px;
}

/* line 1089,  */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093,  */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096,  */
.mt-30 {
  margin-top: 30px;
}

/* line 1099,  */
.switch-wrap {
  margin-bottom: 10px;
}

/* line 2, s */
.footer-area {
	padding: 20px 0px 40px;
    direction: rtl;
    background: #0a243b url(../img/blue_clouds.png) bottom center;
    background-repeat: no-repeat;
	
}


/* line 9, s */
.footer-area .footer_2 .contact_info {
  position: relative;
}

/* line 13, s */
.footer-area .social_icon {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 15, s */
.footer-area .social_icon a {
  color: #898989;
  margin-left: 20px;
  transition: all .5s;
  float:right;
}

/* line 19, s */
.footer-area .social_icon a:hover {
  color: #fff;
}



/* line 29, s */
.footer-area .single-footer-widget p {
  color: #999999;
  font-size: 15px;
  line-height: 1.8;
}

/* line 35, s */
.footer-area .single-footer-widget h4 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  
}

@media (max-width: 1024px) {

  /* line 35, s */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}
/* line 47, s */
.footer-area .single-footer-widget h5 {
  font-size: 16px;
  color: #fff;
}

/* line 54, s */
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

/* line 56, s */
.footer-area .single-footer-widget ul li a {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

/* line 60, s */
.footer-area .single-footer-widget ul li a:hover {
  color: #e7002e;
}

/* line 64, s */
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}

/* line 69, s */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 72, s */
.footer-area .single-footer-widget input {
  height: 50px;
  border: none;
  width: 80% !important;
  font-weight: 400;
  background: transparent;
  padding-left: 20px;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 20px;
  color: #999999;
  border: 0px solid transparent;
  font-family: "kufi";
  border: 1px solid #3f474b;
}

/* line 86, s */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 91, s */
.footer-area .single-footer-widget .click-btn {
  background-color: #e7002e;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 50px;
  width: 50px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "kufi";
  position: relative;
  left: 0;
}

/* line 105, s */
.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  /* line 91, s */
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  /* line 91, s */
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

/* line 119, s */
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

.footer-area .contact_info p {
  margin-bottom: 10px;
}

/* line 127, s */
.footer-area .contact_info p span {
  color: #fff;
  font-size: 16px;
}

/* line 133, s */
.footer-area .form-control {
  border-radius: 0px !important;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
  height: 48px;
  margin-top: 23px;
}

/* line 140, s */
.footer-area .form-control:focus, .footer-area .form-control:hover {
  outline: none !important;
  border-color: #3f474b;
}

/* line 145, s */
.footer-area .btn {
  margin-top: 23px;
  background-color: #e7002e;
  color: #fff;
  width: 50px;
  border-radius: 0px;
  height: 50px;
}

/* line 154, s */
.footer-area .form-group {
  margin-top: 18px;
}

/* line 157, s */
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/* line 161, s */
.footer-area .copyright_part_text {
  padding-top: 20px;
  margin-top: 83px;
}

/* line 165, s */
.footer-area .copyright_part_text p {
  color: #777777;
}



  /* line 181, s */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}



/* line 191, s */
.footer-area .copyright_part_text a {
  color: #e7002e;
}





/* line 211, s */
.footer-area .copyright_social_icon a {
  margin-left: 20px;
  color: #969697;
}

/* line 217, s */
.footer-area .info {
  color: #e7002e;
}

/* line 220, s */
.footer-area p.footer-text {
  border-top: 1px solid #3c3c3c;
  padding-top: 25px;
}

/************* breadcrumb css start *****************/
/* line 2,  */
.breadcrumb_bg {
  background-image: url("../img/breadcrumb.png") , linear-gradient(0deg, rgba(16,194,230,1) 0%, rgba(23,82,139,1) 100%);  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 5,  */
.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
}

/* line 10,  */
.breadcrumb .breadcrumb_iner {
  height: 500px;
  width: 100%;
  display: table;
}

/* line 14,  */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 17,  */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}



/* line 39,  */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}

/* line 45,  */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 54,  */
.breadcrumb {
  margin-bottom: 0px !important;
}

/*# sourceMappingURL=style.css.map */




























/******** mobile ******/
@media (max-width: 575px) {
	
		
	.banner_text_margin{
	
	margin-right:0px
	}
	
	.banner_text_margin{
	
	margin-right:0px
	}
	
	.banner_part .banner_text {
		padding-top: 80px;
	}
	
	.banner_wide{
	
    background-image: url(../img/kenanasoft-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	
}


		
	.about_part_text{
		padding-top:0px;		
		
	}	
		
	.project_img{
		width:100% !important;
	}	
		
	.project_part .owl-prev,
	.project_part .owl-next {
		
		right:calc(100% - 80px);
	}	
		
	.section_bg,.section_bg_small {
	  background-color: #f5f5f5;
	  padding: 30px 0;
	}

	.section_bg_white {
	  background-color: #fff;
	  padding: 50px 0;
	}	
		
	 .service_part .owl-prev, .service_part .owl-next {

	  right:calc(100% - 80px) !important;
	  top: -58px !important;

	}


	
	banner_part .nav {
		
		right:-20px;
	}
	
	.banner_text_iner  img.slikimg{
		
		width:300px;
		float:left;
		margin-top:20px;
	}
	
	
	
  /* line 58, fonts */
  .copyright_part .footer-text {
    text-align: center;
  }
  /* line 61, fonts */
  .copyright_part .form-group {
    margin-top: 5px;
  }


  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }

  .footer-area .copyright_social_icon {
    text-align: center !important;
    margin-top: 15px;
  }

  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }

  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .section_tittle {

    margin-bottom:20px;
	margin-top:30px;
  }

  .section_padding {
    padding: 70px 0px;
  }

  .single_padding_top {
    padding-top: 70px !important;
  }

  .padding_top {
    padding-top: 70px;
  }

  h2 {
    font-size: 22px;
    line-height: 25px;
  }

  h3 {
    font-size: 20px;
  }

  .mb_110 {
    margin-bottom: 220px;
  }


.mt_130 {
  margin-top: 130px;
}

    .mt_130 {
    margin-top: 70px;
  }

  .mb_130 {
    margin-bottom: 70px;
  }

  .single_page_btn {
    padding: 9.5px 28px;
  }

  .btn_3 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }

  .btn_2 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }

  .btn_1 {
    padding: 9.5px 28px 9.5px 0;
    margin-top: 25px;
    margin-top: 20px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .media {
    display: block;
  }

  .padding_bottom {
    padding-bottom: 70px;
  }

  .about_part .about_part_text {
    padding-left: 0;
    padding-top: 0px;
	padding-bottom:30px;
	direction:rtl;
  }

  .our_speciality .single_special_part .single_special_text h3 {
    margin-bottom: 5px;
  }

  .our_speciality .single_special_part img {
    left: 15px;
    top: 20px;
  }

  .our_speciality .single_special_part {
    width: 100%;
    padding: 20px 15px;
    border-left: 0px solid transparent;
  }

  .banner_part .banner_text .btn_1 {
    padding: 9.5px 28px 9.5px 0;
  }

  .banner_part .banner_text h1 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .main_menu .off-canven-menu {
    right: -300px;
    width: 300px;
  }

  .banner_part {
    height: 650px;
	margin-top:0px;
  }

  .about_part .about_part_text h2 {
    font-size: 30px;
  }

  .about_part .about_part_text .btn_1 {
    margin-bottom: 25px;
  }

  .about_part .about_img img {
    position: relative;
  }

  


  .service_part .service_text {
    padding: 20px 0;
    margin-left: 0;
    border-right: 0px solid #e7002e;
  }

  .service_part .mt_less_115 {
    margin-top: 0;
  }

  .single_service_padding {
    padding: 70px 0px;
  }

  .project_part .single_project_text {
    padding-left: 0;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .project_part .single_project_text .client_img {
    max-width: 50px;
    top: -11px;
  }

  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 20px;
  }

  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 20px;
  }

  .blog_part {
    padding: 0 0 35px;
  }

  .blog_part .single_project_text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 15px;
  }

  .blog_part .single_project_text .single_project_tittle {
    margin-bottom: 10px;
  }

  .blog_part .owl-next {
    left: auto;
    right: 0;
  }

  .blog_part .slider-counter {
    display: none;
  }

  .contact_us .contact_us_iner {
    padding: 30px 15px;
  }

  .contact_us .contact_us_iner .contact_us_right_text {
    margin-top: 25px;
  }

  .project_part .single_project_text .admin_name {
    padding-left: 65px;
  }

  .project_part .single_project_text p {
    margin-top: 25px;
  }

  .contact_us .contact_us_iner .contact_us_right_text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .map_part {
    margin-top: -100px;
  }

  .map_part .map {
    height: 400px;
  }

  .home_tips p {
    padding: 10px 0px 40px;
  }

  .project_gallery .grid-sizer,
  .project_gallery .grid-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .project_gallery .big_weight {
    width: 100%;
    margin: 0;
  }
  .project_gallery .big_weight img {
    width: 100%;
  }
}





/*big mobile or small tablet */

@media (max-width: 600px) {
	
		
	.banner_text_margin{
	
	margin-right:0px
	}
	
	
	.banner_part .banner_text {
    padding-top: 80px;
	}

	.banner_wide{
	
    background-image: url(../img/kenanasoft-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	
}
	
	.project_img{
		width:100% !important;;
	}	
		
	.project_part .owl-prev,
	.project_part .owl-next {
		
		right:calc(100% - 80px);
	}
	
	.clients_part .owl-prev,
	.clients_part .owl-next {
		
		right:calc(100% - 80px);
	}
		
		
	.service_part .owl-prev, .service_part .owl-next {

	  right:calc(100% - 80px) !important;
	  top: -58px !important;

	}


	.banner_part .nav{
		
		right:0px;
	}
	
	.banner_text_iner  img.slikimg{
		
		width:300px;
		float:left;
		margin-top:20px;
	}
	
	
	
  /* line 1174,  */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }

  /* line 1183,  */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}





/* big tablet */

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	  .our_speciality .single_special_part {
			width: 50%;
			padding: 20px 15px 20px 35px;
			border-left: 0px solid transparent;
		  }

		  .our_speciality .single_special_part img {
			left: 15px;
			top: 25px;
			width: 35px;
		  }

		  /* line 62,  */
		  .our_speciality .single_special_part .single_special_text {
			padding-left: 25px;
		  }

		  .our_speciality .single_special_part .single_special_text h3 {
			margin-bottom: 10px;
		  }
	
	
	.service_part .owl-prev, .service_part .owl-next {

		right:calc(100% - 80px) !important;
		top: -58px !important;

	}
	
	.banner_text_iner  img.slikimg{
		
		width:400px;
		float:left;
		margin-top:20px;
	}
	
	
  .single_padding_top {
    padding-top: 70px !important;
  }

  .padding_top {
    padding-top: 70px;
  }

  .section_tittle {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }

    .mt_130 {
    margin-top: 70px;
  }

  .mb_130 {
    margin-bottom: 70px;
  }

  .padding_bottom {
    padding-bottom: 70px;
  }

  .section_padding {
    padding: 70px 0px;
  }

  /* line 293, */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 297, */
  .media {
    display: block;
  }

  .btn_1 {
    padding: 9.5px 28px 9.5px 0;
    margin-top: 20px;
  }

  .btn_2 {
    padding: 9.5px 28px;
  }

  .btn_3 {
    padding: 9.5px 28px;
  }

  .single_page_btn {
    padding: 9.5px 28px;
  }

  /* line 1299,  */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }

  /* line 1429,  */
  .comment-form .email {
    padding-left: 0px;
  }

  .banner_part {
    height: 700px;
	margin-top:0px;
  }

  /* line 100,  */
  .banner_part .nav {
    right: -50px;
  }

  .our_speciality .single_special_part {
    width: 50%;
    padding: 20px 15px;
    border-left: 0px solid transparent;
  }

  .our_speciality .single_special_part img {
    left: 15px;
    top: 25px;
    width: 35px;
  }

  /* line 62,  */
  .our_speciality .single_special_part .single_special_text {
    padding-left: 50px;
  }

  .our_speciality .single_special_part .single_special_text h3 {
    margin-bottom: 10px;
  }

  .about_part .about_part_text {
    padding-left: 0;
    padding-top: 0;
	direction:rtl;
	padding-bottom:30px;
  }

  .about_part .about_part_text h2 {
    font-size: 30px;
  }

  /* line 53,  */
  .about_part .about_part_text .btn_1 {
    margin-bottom: 25px;
  }

  .about_part .about_img img {
    position: relative;
  }

  
  .service_part .service_text {
    padding: 20px 0;
    margin-left: 0;
    border-right: 0px solid #e7002e;
  }

  .service_part .mt_less_115 {
    margin-top: 0;
  }

  .single_service_padding {
    padding: 70px 0px;
  }

  .project_part .single_project_text {
    padding-left: 61px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .project_part .single_project_text .client_img {
    max-width: 50px;
    top: 0;
  }

  .project_part .single_project_text p {
    margin-top: 10px;
  }

  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 100px;
  }

  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 100px;
  }

  .blog_part {
    padding: 0 0 35px;
  }

  .blog_part .single_project_text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 15px;
  }

  .blog_part .single_project_text .single_project_tittle {
    margin-bottom: 10px;
  }

  .blog_part .owl-next {
    left: auto;
    right: 0;
  }

  /* line 122,  */
  .project_part .single_project_text .btn_1 {
    margin-top: 20px;
  }

  .blog_part .slider-counter {
    display: none;
  }

  .contact_us .contact_us_iner {
    padding: 30px 15px;
  }

  .contact_us .contact_us_iner .contact_us_right_text {
    margin-top: 25px;
  }

  .contact_us .contact_us_iner .contact_us_right_text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .map_part {
    margin-top: -100px;
  }

  .map_part .map {
    height: 400px;
  }

  .home_tips p {
    padding: 10px 0px 40px;
  }

  /* line 41,  */
  .project_gallery h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  /* line 64,  */
  .project_details_text, .project_details_sidebar {
    margin-top: 70px;
  }

  /* line 80,  */
  .project_details_text h2 {
    font-size: 30px;
  }

  /* line 97,  */
  .project_details_text p {
    margin-top: 15px;
  }

  /* line 113,  */
  .project_details_sidebar {
    padding: 30px 30px 0 15px;
  }

  
  .copyright_part {

  }

  /* line 75, fonts */
  .copyright_part .footer-text {
    text-align: center;
  
  }

  /* line 2, s */
  .footer-area {
    padding: 70px 0px 0px;
  }

  /* line 24, s */
  .footer-area .single-footer-widget {
    margin-bottom: 40px;
  }

  /* line 35, s */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }


  .footer-area .copyright_part_text {
    text-align: center;
  }

  .footer-area .copyright_social_icon {
    text-align: center !important;
    margin-top: 15px;
  }

  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}









/*meduim tablet */

@media screen and (max-width: 767px) and (min-width: 576px){


.service_part .owl-prev, .service_part .owl-next {

  right:calc(100% - 80px) !important;
  top: -58px !important;


}

.banner_text_iner  img.slikimg{
		
		width:300px;
		float:left;
		margin-top:20px;
	}

		  .footer-area .copyright_part_text {
			text-align: center;
			
		  }

		  .footer-area .copyright_social_icon {
			text-align: center !important;
			margin-top: 15px;
		  }

		  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
			font-size: 35px;
		  }

		  .section_tittle h2 {
			font-size: 25px;
			line-height: 35px;
		  }

			.mt_130 {
			margin-top: 70px;
		  }

		  .mb_130 {
			margin-bottom: 70px;
		  }

		  .padding_bottom {
			padding-bottom: 70px;
		  }

		  /* line 284, */
		  .container-fluid {
			padding-right: 15px;
			padding-left: 15px;
		  }
		  /* line 288, */
		  .media {
			display: block;
		  }

		  .btn_1 {
			padding: 9.5px 28px 9.5px 0;
			margin-top: 20px;
		  }

		  .btn_2 {
			padding: 9.5px 28px;
		  }

		  .btn_3 {
			padding: 9.5px 28px;
		  }

		  .section_padding {
			padding: 70px 0px;
		  }

		  .single_padding_top {
			padding-top: 80px !important;
		  }

		  .padding_top {
			padding-top: 70px;
		  }

		  h2 {
			font-size: 24px;
			line-height: 25px;
		  }

		  .section_tittle {
			margin-bottom: 20px;
			margin-top: 30px;
			
		  }

		  .single_page_btn {
			padding: 9.5px 28px;
		  }

		  /* line 1232,  */
		  .single-post-area .navigation-area .nav-left {
			margin-bottom: 30px;
		  }

		  /* line 1420,  */
		  .comment-form .name {
			padding-right: 0px;
			margin-bottom: 1rem;
		  }

		  .banner_part {
			height: 650px;

			margin-top:0px;
		  }

		  .our_speciality .single_special_part {
			width: 50%;
			padding: 20px 15px 20px 35px;
			border-left: 0px solid transparent;
		  }

		  .our_speciality .single_special_part img {
			left: 15px;
			top: 25px;
			width: 35px;
		  }

		  /* line 62,  */
		  .our_speciality .single_special_part .single_special_text {
			padding-left: 25px;
		  }

		  .our_speciality .single_special_part .single_special_text h3 {
			margin-bottom: 10px;
		  }

		  .about_part .about_part_text {
			padding-left: 0;
			margin-top: 25px;
		  }

		  .about_part .about_part_text h2 {
			font-size: 30px;
		  }

		  /* line 48,  */
		  .about_part .about_part_text .btn_1 {
			margin-bottom: 25px;
		  }

		  .about_part .about_img img {
			position: relative;
		  }

		  
		  

		  .service_part .service_text {
			padding: 20px 0;
			margin-left: 0;
			border-right: 0px solid #e7002e;
		  }

		  .service_part .mt_less_115 {
			margin-top: 0;
		  }

		  .single_service_padding {
			padding: 70px 0px;
		  }

		  .project_part .single_project_text {
			padding-left: 0;
			width: 75%;
			margin-top: 35px;
			margin-bottom: 15px;
		  }

		  .project_part .single_project_text .client_img {
			max-width: 50px;
			top: -11px;
		  }

		  .project_part .single_project_text .admin_name {
			padding-left: 65px;
		  }

		  .project_part .single_project_text p {
			margin-top: 40px;
		  }

		  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
			margin-top: 20px;
		  }

		  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
			margin-top: 20px;
		  }

		  .blog_part {
			padding: 0 0 35px;
		  }

		  .blog_part .single_project_text {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 40px 15px 15px;
		  }

		  .blog_part .single_project_text .single_project_tittle {
			margin-bottom: 10px;
		  }

		  .blog_part .owl-next {
			left: auto;
			right: 0;
		  }

		  .blog_part .slider-counter {
			display: none;
		  }

		  .contact_us .contact_us_iner {
			padding: 30px 15px;
		  }

		  .contact_us .contact_us_iner .contact_us_right_text {
			margin-top: 25px;
		  }

		  .contact_us .contact_us_iner .contact_us_right_text h2 {
			font-size: 25px;
			margin-bottom: 20px;
		  }

		  .map_part {
			margin-top: -100px;
		  }

		  .map_part .map {
			height: 400px;
		  }

		  .home_tips p {
			padding: 10px 0px 40px;
		  }


		  .project_gallery h2 {
			margin-bottom: 40px;
			font-size: 30px;
		  }


		  .project_details_text, .project_details_sidebar {
			margin-top: 70px;
		  }


		  .project_details_text h2 {
			font-size: 30px;
		  }


		  .project_details_text p {
			margin-top: 15px;
		  }

		  .project_details_sidebar {
			padding: 30px 30px 0 15px;
		  }

		  
		  .copyright_part {
			
		  }

		  
		  .copyright_part .footer-text {
			text-align: center;
		
		  }
		  
		  .copyright_part .form-group {
			margin-top: 5px;
		  }
}







/*small mobile */

@media (max-width: 413px) {
	
		
	.banner_text_margin{
	
	margin-right:0px
	}
	
	.banner_part .banner_text {
    padding-top: 40px;
	}
	
	.banner_wide{
	
    background-image: url(../img/kenanasoft-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	
}


	.service_part .owl-prev, .service_part .owl-next {

	  right:calc(100% - 80px) !important;
	  top: -58px !important;

	}

	 .project_part .owl-prev, .project_part .owl-next {

	  right:calc(100% - 80px);
	  top: -58px;

	}
	
	 .clients_part .owl-prev, .clients_part .owl-next {

	  right:calc(100% - 80px);
	  top: -58px;

	}

	.project_img{
		width:100% !important;
	}

	.banner_part .nav{
		right:0px;	
	}
	
	.banner_text_iner  img.slikimg{
		
		width:300px;
		float:left;
	}
	
	
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}


@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

@media (min-width: 900px) {
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}



/* tablet */
@media (min-width: 7688px) {
	

	
  .blog_details {
    padding: 60px 30px 35px 35px;
  }

  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }


  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
{

  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }

  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }

  .single-post-area .quote-wrapper {
    padding: 30px;
  }

  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}


/* normal screen */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
	.service_part .owl-prev, .service_part .owl-next {

		right:calc(100% - 80px) !important;
		top: -120px !important;

	}
	
	.banner_part .nav {
		right:-55px;
	}
	
  /* line 113,  */
  .project_details_sidebar {
    padding: 30px 30px 0 15px;
  }

  /* line 1,  */
  .about_part , .service_part{
    padding: 145px 0 80px;
  }

  .section_padding {
    padding: 80px 0px;
  }

  .single_padding_top {
    padding-top: 70px !important;
  }

  .padding_top {
    padding-top: 80px;
  }

  .section_tittle {
    margin-bottom: 20px;
	margin-top: 30px;
  }

  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }

    .mt_130 {
    margin-top: 70px;
  }

  .padding_bottom {
    padding-bottom: 80px;
  }

  /* line 307, */
  [class*="hero-ani-"] {
    display: none !important;
  }

  .btn_1 {
    margin-top: 20px;
  }

  .banner_part {
    height: 650px;

  }

  .mb_130 {
    margin-bottom: 70px;
  }

  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .our_speciality .single_special_part {
    padding: 25px 30px;
  }

  .our_speciality .single_special_part img {
    left: 15px;
    top: 25px;
    width: 45px;
  }

  /* line 62,  */
  .our_speciality .single_special_part .single_special_text {
    padding-left: 50px;
  }

  .about_part .about_part_text {
    padding-left: 0;
  }

 

  .single_service_padding {
    padding: 80px 0px;
  }

  .project_part .single_project_text {
    padding-left: 90px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .project_part .single_project_text .client_img {
    max-width: 60px;
    top: 0;
  }

  .project_part .single_project_text p {
    margin-top: 10px;
  }

  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 100px;
  }

  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 100px;
  }

  .blog_part {
    padding: 0 0 45px;
  }

  .contact_us .contact_us_iner .contact_us_right_text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .map_part .map {
    height: 500px;
  }

  .home_tips p {
    padding: 10px 0px 40px;
  }

  /* line 41,  */
  .project_gallery h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  /* line 64,  */
  .project_details_text, .project_details_sidebar {
    margin-top: 70px;
  }

  /* line 80,  */
  .project_details_text h2 {
    font-size: 30px;
  }

  /* line 97,  */
  .project_details_text p {
    margin-top: 15px;
  }
}














@media (max-width: 1199px) {
	
.service_part .owl-prev, .service_part .owl-next {

  right:calc(100% - 80px) !important;
  top: -120px !important;

}


  /* line 74,  */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98,  */
  .single-blog .tag:after {
    display: none;
  }

  /* line 112,  */
  .single-blog .single-blog-content {
    padding: 15px;
  }

  /* line 143,  */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149,  */
  .single-blog h4 a {
    font-size: 18px;
  }
}








@media (max-width: 800px) {
  /* line 24,  */
  .single-blog {
    margin-bottom: 30px;
  }
}


/* larg screen */

@media screen and (min-width: 1201px) and (max-width: 1658px) {
	
	.service_part .owl-prev, .service_part .owl-next {

	  right:calc(100% - 80px) !important;
	  top: -120px !important;

	}
	
  /* line 302, */
  .container {
    max-width: 1170px;
  }
}

.banner_part .nav{
	right:-70px;
}




/* line 1,  */
.about_part , .service_part {
  padding: 20px 50px 50px;
}



/* line 6,  */
.about_part .about_part_text {
  padding-left: 78px;
  direction:rtl;
  padding-right:20px;
}