@import url('https://fonts.googleapis.com/css?family=Open+Sans');







/** slide  **/
/******************************************/

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
    height: 150px;
    max-height: 150px;
}
.slick-arrow.slick-hidden {
    display: none;
}

.parentType
{
  //height:400px;
  /*box-shadow: 1px 1px 3px 1px lightgray;
  margin-bottom: 10px;*/
  background-color: white;
  border-radius: 0%;
    box-shadow: 1px 1px 3px 1px #eee;
    border: 1px solid #eee;
}



/*****************************************************/

body
{
	font-family: Open Sans;
  text-shadow:0;
 // background-color:#eee;
}
.navbar-default
{
    background-color:#506788;
   //background-color: #0482b5;
  color: rgb(46, 83, 181);
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  border: 0px solid #0482b5;
  margin-bottom: 0px;	
}
.navbar-default .navbar-nav>li>a
{
	color: #fff;
	font-size: 15px;
}
.navbar-default .navbar-nav>li>a::after
{
	//content :'|';
	//padding: 10px;
}
.navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover
{
	color:#eee;
}
.navbar-default .navbar-nav>li
{
	border-right:1px solid #eee;
}
.navbar-default .navbar-nav>li:last-child
{
	border-right:1px solid #506788;
}
.header_contact_info
{
	background-color: white;
	//height: 100px;
	padding-right: 0px;
	padding-left: 0px;

}
.toolbar
{
	background-color:rgb(80, 103, 136);//rgb(26, 42, 65);
	height: 40px;
	padding-top:7px;
}
.timeNow
{
   color: white;
	//color: #fff;
    padding-top:10px;
    font-size: 14px;
    padding-left: 20px;
}
.description_form_guranted
{
    padding-left:10px;
}
.socialIcon
{
	color: white;
	float: right;
}
.socialIcon>a
{
	font-size: 25px;
  color: white;
}
.contact_info_icons
{
	//height: 80px;
	//background-color: red;
	/*max-height: 100px;
    min-height: 100px;*/
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom:20px;

}
.container
{
	padding-right: 0px;
	padding-left: 0px;
}
.newLogo
{
	height: auto;
	width: 160px;
	//background-color: blue;
	padding: 10px;
	display: inline-block;
	padding-top:23px;
}
.LogoSection
{
	display: inline-block;
	height: 90px;
	max-height: 90px;
}
.Contact_Section
{
	display: inline-block;
}
.Call_US
{
	display: inline-block;
  	  margin-left: 50px;
      padding-left: 14px;
	//background-color: red;
	width: 200px;
	border-right: 1px solid #eee;
}
.Contact_Section>ul>li 
{
	display: inline-block;
	//padding: 10px;
}
.phoneNumber
{
	font-size: 14px;
	
	font-weight:bold;
	padding-left:1px;
	padding-right: 15px;
	border-right: 1px solid #eee;
	//font-family: 'DroidArabicKufiRegular'; 

}
.phoneNumber>label
{
	margin-bottom: 1px;
	padding-left: 5px;
}
.location
{
	font-size: 13px;
}
/*.phoneNumber:last-child
{
	border-right: 1px solid white;
}
.phoneNumber>label
{
	  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
}*/

.iconContact
{
	//font-size: 20px;
	display: inline-block;
	color:gray;
	//color: rgb(133, 127, 169);
    font-size: 29px;
    padding-right: 0px;
}

.text_input
{
	color: #0482b5;
	font-weight:bold;
	font-size:12px;
}

.container_contact_ul
{
	padding-top:30px;
}
.dropdown-menu>li
{
    border-bottom:1px solid #eee;
}
.dropdown-menu>li>a
{
	padding-right: 15px;
}

.button_scroll
{
	display: none;
	padding-top: 30px;
	padding-right: 0px;
}
.show_navbar_in_small_screen
{
	display: none;
}
.navbar-toggle
{
	border: 1px solid #eee;
}
.icon-bar
{
	background-color: black
}
.section_carousel1
{
	//background-color: red;
	height: 450px;
	width: 100%;
	border:1px solid #eee;
}
.section_carousel1>h1
{
	background-color: red;
	display: none;
}
.slide
{
	  height: 470px;
  min-height: 470px;
  max-height: 470px;
  margin-top: -20px;
}
.carousel_container
{
	padding-right: 0px;
	padding-left: 0px;
  /*overflow: hidden;
  position: relative;*/

}
.carousel-indicators
{
	//background-color: red;
}
.carousel-indicators .active
{
	background-color: blue;
}
.section_carousel1>h2
{
	background-color: blue;
	//display: none;
}
.carousel-caption
{
	//background-color:white;
	height: 100%;
	right: 0px;
	left: 0px;
  text-shadow:none;
  top:0px;
  bottom: 0px;
}
.carousel-inner
{
	height: 100%;
}

.carousel-caption>h1
{
	margin-bottom: 2px;
}
.heading_fetures
{
   /* display: inline-block;
    padding: 10px;
    position: absolute;
    width: 400px;
    font-size: 26px;
    font-weight: 0;
    color: white;
    font-weight: bold;
    line-height: 2em;
    font-size: 30px;*/

    white-space: normal;
    position: absolute;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: bisque;
    width: 500px;
    //color: rgb(0, 92, 163);
    text-transform: uppercase;
    visibility: inherit;
    text-align: center;
    border-width: 0px;
    letter-spacing: 0px;
   
    opacity: 1;
    padding: 10px;
  
    z-index: 20;
}
.section_contact_us
{
  padding-top:20px;
}
.JoinUs
{
  border:1px solid #eee;
  margin-top:50px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  background-color:white;
}

.requiredStar
{
  color:orange;
}
.icons
{
  display: none;
}
.MashareqinputCv
{
  height: auto;
}
.title_JoinUs
{
  background-color: #175B84;
  font-size: 20px;
   
    padding: 10px;
    color:white;

}
.descript_join_us
{
     background-color: #F4BB30;
  font-size: 15px;
    margin-bottom: 20px;
    padding: 10px;
    padding-left:15px;
    color:white;
    
}
.Description_fetures
{
    display: inline-block;
    padding: 10px;
    position: absolute;
    color:gold;
    width: 500px;
    //color: white;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    visibility: inherit;
     //letter-spacing: .5px;
    z-index: 20;
   /* white-space: normal;
    position: absolute;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: white;
    //color: rgb(0, 92, 163);
    text-transform: uppercase;
    visibility: inherit;
    text-align: center;
    border-width: 0px;
    letter-spacing: 0px;
    min-height: 121px;
    max-height: 121px;
    opacity: 1;
    padding: 10px;
    width: 400px;*/
}

.tab1>.Description_fetures,.tab1>.heading_fetures
{
	bottom: -100px; 
	right: 50px;
}
.tab2>.Description_fetures,.tab2>.heading_fetures
{
	bottom: 300px; 
    right: 50px;
    visibility: hidden;
    //background-color: white;
    width: 500px
}
.tab3>.heading_fetures
{
    bottom: 400px; 
    right: 50px;
    visibility: hidden;
    //background-color: white;
    z-index: 1;
}
.tab3>.Description_fetures
{
    bottom: 300px; 
    right: 50px;
    visibility: hidden;
    //background-color: white;
    z-index: 2;
}
.tab4>.heading_fetures
{
  -webkit-transform: rotateY(40deg);
   transform: rotateY(40deg);
   bottom: 0px;
   visibility: hidden;
}
.tab4>.Description_fetures
{
  /* -webkit-transform: rotateX(150deg);
   transform: rotateX(150deg);*/
   visibility: hidden;
   bottom: 300px
}
.img_place
{
  height: 550px;
  width: 100%;
}
.overflow_carousel
{
  z-index: 10;
  //background-color:#0482b5;
  position: absolute;
  right: 0px;
  left: 0px;
  height: 100%;
  //opacity: .3;
 // 

 //background: linear-gradient(transparent,#1d2b31)!important;
  background: linear-gradient(transparent,gray)!important

}
.section_guranted
{
  //height: 500px;
  background-color: #eee;
  padding-top:20px;
  //margin-top:50px;
  padding-bottom: 20px;


 

}
.title_why_us
{
   white-space: normal;
   
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: rebeccapurple;
    text-transform: uppercase;
    visibility: inherit;
    //text-align: center;
    border-width: 0px;
    letter-spacing: 0px;
   
    opacity: 1;
    padding: 10px;
    padding:20px;
    z-index: 20;
}
.section_why_us
{
  background-color: #eee;
  //height: 300px
}
.show_Features
{
  font-size: 21px;
  padding: 10px;
  padding-left: 30px;
  display: none;
}
.show_Features>.fa-check-circle
{
  //font-size: 17px;
  padding-left: 15px;
  color: teal;
}
.form_guranted
{
  background-color:white;
  //height: 400px;
  // border-left: 1px solid #eee;
  
  //border-radius:50px;
  //box-shadow: 1px 1px 3px 1px lightgray;

 
  box-shadow: 1px 1px 3px 1px lightgray;
  padding: 30px;
  padding-top: 15px;

}
.heading_form_guranted
{
    white-space: normal;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: rebeccapurple;
    text-transform: uppercase;
    visibility: inherit;
    //text-align: center;
    border-width: 0px;
    letter-spacing: 0px;
   
    opacity: 1;
    padding: 10px;
  
    z-index: 20;
}
.form-group>input:not([type='image']) 
{
  background-color: white;
  height: 40px;
  border-radius: 5px;
  margin-top:10px;
  margin-left: 10px;
  border: 1px solid lightgray;

}
.MashareqinputCv
{
  height: auto;
  margin-left: 0px;
}

.fileUpload
{
  position: relative;
  width: 130px;
  height: 40px;
  cursor: pointer;
}
.file_upload_in_join_us
{
  position: relative;
  height: 60px;
  cursor: pointer;
}
.fileUpload>.real_Upload_File
{
  position: absolute;
  width: 130px;
  height: 40px;
  opacity: 0;
  z-index: 10;
  height: 100px;
  cursor: pointer;

}
.file_upload_in_join_us>.real_Upload_File
{
  position: absolute;
  width: 130px;
  height: 40px;
  opacity: 0;
  z-index: 10;
  height: 100px;
  cursor: pointer;

}
.nice_Upload
{
  position: absolute;
  width: 130px;
  height: 40px;
  z-index: 5;
  margin-left: 10px;
  cursor: pointer;

}
.field_button
{
  padding:10px;
  cursor: pointer;
}
.button_send
{
    white-space: normal;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    opacity: 1;
    padding: 10px;
    z-index: 20;
    text-align: center;
    background-color:#f4bb30;
    border-radius: 20px;
}
.section_about_us
{
  //height: 500px;
  //background-color:#eee;
  //margin-top:20px;
  background-size: cover;
  background-position: fixed;
  padding-top:50px;
  position: relative;
  padding-bottom: 20px;
}
.overflowOurPrices
{
   z-index: 10;
  background-color: rgb(26, 42, 65);
  position: absolute;
  right: 0px;
  left: 0px;
  height: 100%;
  opacity: .8;
  top: 0px;

 // background: linear-gradient(transparent,#0482b5)!important;
 //background: linear-gradient(transparent,#1d2b31)!important;
 //background: linear-gradient(transparent,#0482b5)!important


}
.AboutUs
{
  //height: 300px;
  //border-top:2px solid white;
  position: relative;
  z-index: 1000;
}
.title_section_about
{
   // background-color: rgb(26, 42, 65);
    white-space: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    opacity: 1;
    padding: 20px;
    z-index: 20;
    text-align: center;
    padding-bottom:0px;
    
}
.title2
{
  color: gold;
}
.title_section_about::after
{
  
  border-bottom:1px solid white;
}
.readMore
{
  color: white;
  padding: 10px;
  border: 1px solid white;
}
.container_contact_ul>div:last-child>.phoneNumber
{
   border-right:0px solid #eee;
}
.hr_in_page
{
  width:150px;
  border:1px solid black;
  margin-left:20px;
}
.about_text
{
    padding: 20px;
    color: white;
    text-align: center;
    white-space: normal;
    font-size: 17px;
    line-height:1.5em;
    //font-weight: 700;
    color: white;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 1px;
    overflow-wrap: break-word;
}
.all_inner_in_about
{
  padding: 20px;
}
.section_inner_about
{
  height: 80px;
  background-color: rgb(64, 122, 124);
  text-align: center;
    white-space: normal;
    font-size: 17px;
    line-height:1.5em;
    //font-weight: 700;
    color: orange;
    visibility: inherit;
    padding: 10px;
}
.section_inner_about>.icon 
{
  font-size: 40px;
  padding-right: 5px;
  padding-left: 5px;
}
.text_inner_about
{
  color: white;
  font-weight: 600;
  font-size: 14px;
   padding-right: 5px;
  padding-left: 5px;
}
.section_our_Services
{
  //height: 400px;
  padding-top:20px;
  //margin-top:20px;
  padding-bottom: 20px;
  background-color:#eee;

}
.inner_section_services
{
  //height: 300px;
  //background-color: white;
  //box-shadow: 1px 1px 2px 1px lightgray;
  //text-align: center;
  padding: 0px;
  //border: 1px solid #eee;
  padding-bottom:10px;
  min-height:420px;
}
.img_platform
{

  height: 200px;
  max-height: 200px;
  min-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.img_platform>img
{
  height: 100%;
  width: 100%;
}
.services_title_in_inner
{
    padding:5px;
    white-space: normal;
    font-size: 17px;
    line-height:1.5em;
    font-weight: 700;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 1px;
    text-transform:capitalize;
    padding-top:10px;
    color: #008080;
}
.services_description_in_inner
{
    padding:5px;
    white-space: normal;
    font-size: 14px;
    line-height:1.5em;
    font-weight: 700;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    //word-spacing: 1px;
    text-transform:capitalize;
    padding-top:10px;
}
.readArticle
{
  padding-left: 3px;
}
.ReadMore_services
{
  background-color: #407A7C;
  border-radius: 2%;
  color: white;
  padding: 10px;
 
}
.title_in_services
{
  color: rgb(64, 122, 124);
  padding-bottom: 10px;
}
.read_more_for_section_services
{
  padding: 20px;
  padding-top:50px;
  text-align: center;
}
.read_more_in_end_for_section_services
{
  //background-color: white;
  //border: 1px solid white;
  color: gray;
  font-size: 20px;
}
.about_of_section
{
  text-align: center;
  padding: 20px;
  padding-bottom: 20px;
  line-height: 2em;
}
.section_our_prices
{
 // height: 600px;
  background-size: cover;
  padding-top:20px;
  padding-bottom: 20px;
}
.in_salaries
{
  color: white;
  z-index: 20;
}
.section_salary_inner
{
  height:auto;
 /* max-height: 310px;*/
  min-height: 400px;
  background-color: rgb(64, 122, 124);
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom:20px;
  background-color:transparent;
  border:1px solid #eee;
  
}
.title_inner_prices
{
    text-align: center;

    padding:5px;
    white-space: normal;
    font-size: 25px;
    line-height:1.5em;
    font-weight: 700;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    //word-spacing: 1px;
    text-transform:capitalize;
    padding-top:20px;
    color: orange;
}
.title_inner_prices>span 
{
  padding-top:20px;

}
.description_inner_price
{
   text-align: right;

    padding:5px;
    white-space: normal;
    font-size: 15px;
    line-height:1.5em;
    //font-weight: 700;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    //word-spacing: 1px;
    //text-transform:capitalize;
    padding-top:10px;
    color: white;
    overflow: hidden;
    /*min-height: 180px;
    max-height:180px;
    height: 180px; */
    padding-bottom:10px;
    
}
.small_description_prices
{
  font-size: 12px;
  color: white;
  font-weight: 100;
  padding-left: 10px;
}
.section_articles_inner
{
  height: 370px;
  min-height: 370px;
  max-height: 370px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  background-color:rgb(43, 51, 64);
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  border:0px solid #eee;
}

.section_articles_inner>.img_platform
{
  height: 180px;
  max-height: 180px;
  min-height: 180px;
}
.section_articles_inner>.services_title_in_inner
{
  color: white;
  text-align: center;
  padding-bottom: 5px;
}
.section_articles_inner>.description_inner_price
{
  font-size: 15px;
  padding-top:10px;
  line-height:1.6em;
}
.overflow_article
{
  background-color: rgb(64, 122, 124);
  position: absolute;
  right: 0px;
  left: 0px;
  height: 0%;
  z-index: 100;
  opacity: .9;
  //display: none;
}
.readMore_Button_In_Article
{
  position: absolute;;
  left: 35%;
  top:50%;
  z-index: 500;
  visibility: hidden;

  //display: none;
}
.readMore_Button_In_Article>a 
{
  background-color: black;
}
.read_more_for_section_articles
{
  color: white;
  z-index: 100;
}
.read_more_in_end_for_section_articles
{
  background-color: transparent;
  color: white;
  border: 0px solid white;
}
.section_our_clients
{
  height: 400px;
  background: #f9f9f9!important;

}
.title_section_clients
{
  color: black;
}
.section_contact_us
{
  //height: 300px;
  background-color: rgb(26, 42, 65);
}
.title_section_contact_us
{
  color: white;
  text-align: left;
}
.contact_us_details
{
    color: white;
    padding: 10px;
    text-align: left;
    white-space: normal;
    font-size: 15px;
    line-height:1.5em;
    //font-weight: 700;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 1px;
    text-transform:capitalize;
    padding-top:10px;
    padding-left: 30px;

}
.contact_us_details>div 
{
  padding: 10px;
}
.messageContact
{
  padding-left: 30px;

    color: white;
    text-align: left;
    white-space: normal;
    font-size: 14px;
    line-height:1.5em;
    font-weight: 100;
    visibility: inherit;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 1px;
    text-transform:capitalize;
    padding-top:10px;
}
.hr_contact
{
    margin-left: 34px;
    width: 100px;
    border: 1px solid rgb(64, 122, 124);
    background-color: rgb(64,122,124);
}
.showMap
{
  height: 350px;
  padding-top:20px;
}
.showMap>iframe
{
  height: 100%;
  width: 100%;
}
.footer
{
  padding: 10px;
  color: white;
  text-align:center;
  min-height:130px;
}
.contact_us_icon_social>a 
{
  font-size: 25px;
  color: white;
}
.overFlow_Salary
{
  height: 100%;
  right: 0px;
  left: 500px;
  position: absolute;
  background-color: black;
  z-index: 400;
  opacity: .7;
}
.carousel-indicators>li
{
  background-color: rebeccapurple;
}
.button_salary_in_over
{
  position: absolute;
  z-index: 600;
  font-size: 32px;
  left: 27%;
  top: 50%;
  color: orange;
  visibility: hidden;
}
.img_position
{
  height: 200px;
  width: 200px;
}
.section_single_page
{
  padding: 20px;
}
.img_show_in_single_page
{
  height: 300px;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img_show_in_single_page>img 
{
  height: 100%;
  float: left;
  margin-left: 10px;
}
.overflow_img_in_single
{
  height: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  background-color: black;
  z-index: 100;
  opacity: .5;
}
.all_text_with_image
{
  display: inline;
  float: left;
  line-height: 1.8em;
  width:100%;
}
.text_single_page
{
    text-align: justify;
    text-indent: 2em;
}
.title_text
{
  //text-align: center;
}
.text_mission
{
  text-align: center;
  padding: 20px;
}
.text_vision
{

  text-align: center;
  padding: 20px;
}
.slide>img
  {
    height: 130px;
  }

/******************************/


















@media(max-width: 1006px){
  .newLogo
  {
  	//margin-left: 25%;
  }
  .phoneNumber
  {
  	padding-left: 15px;
  	border: 0px solid white;
  }
  .container_contact_ul>div 
  {
  	margin-top: 10px;
  	border: 0px solid white;
  }
  .Contact_Section
  {
  	padding-right: 0px;
  	padding-left: 0px;
  	background-color:#506788;
  	color: white;
  	padding-bottom: 10px;
  }
  .Contact_Section>.container_contact_ul>div>span
  {
  	color: white;
  }
   .Contact_Section>.container_contact_ul>div>span>label
   {
   	 color: white;
   }
  .container_contact_ul
  {
  		padding-right: 0px;
  	padding-left: 0px;
  }
  .navbar-default
  {
  	//display: none;
  }
  .button_scroll
  {
  	display: block;
  }
 
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header
  {
  	margin-right: 0px;
  	margin-left: 0px;
  }
  .navbar
  {
  	min-height: 0px;
  }
  .navbar_mobile
  {
  	//display: none;
  }
  .navbar_in_xs_screen>button
  {
  	display: none;
  }
  .iconContact
  {
    font-size: 19px;
  }
  .LogoSection
  {
    padding-bottom: 28px;
  }
   .services_title_in_inner
  {
    font-size: 15px;
  }
  .description_inner_price
  {
    font-size: 13px;
  }
  .section_articles_inner
  {
    height: 400px;
  }
  .section_inner_about
  {
    margin-bottom: 10px;
    margin-top:10px;
  }
  .inner_section_services
  {
    margin-bottom: 15px;
    margin-top:15px;
  }

}
@media(min-width: 1060px){
	.container_contact_ul>div 
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media(max-width: 800px){
  .readMore_Button_In_Article
  {
    left: 45%;
  }
   .button_salary_in_over
  {
    left: 45%;
  }
  .overFlow_Salary
  {
    left: 700px;
   
  }
  .section_salary_inner
  {
      margin-top:20px; 
  }

}

@media(max-width:500px){
  .title_why_us
  {
    font-size: 22px;
  }
  .text_show_Features
  {
    font-size: 15px;
  }
  .show_Features 
  {
    padding-left: 0px;
  }
  .heading_form_guranted
  {
    font-size: 22px;
  }
  .about_text
  {
    font-size: 15px;
  }
  .section_inner_about>.icon
  {
    font-size: 25px;
  }
  .section_inner_about
  {
    margin-top:15px;
    margin-bottom: 15px;
  }
  .inner_section_services
  {
    margin-bottom: 15px;
    margin-top:15px;
  }
  .section_salary_inner
  {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .slide>img
  {
    height: 130px;
  }
  .messageContact
  {
    font-size: 14px;
  }
  .services_title_in_inner
  {
    font-size: 15px;
  }
  .description_inner_price
  {
    font-size: 13px;
  }
  .section_articles_inner
  {
    height: 400px;
  }
  
   .readMore_Button_In_Article
  {
    left: 35%;
  }
  .button_salary_in_over
  {
    left: 35%;
  }

}


/******************************************/


.carousel .item {
    -webkit-transition: opacity 10s; 
    -moz-transition: opacity 10s; 
    -ms-transition: opacity 10s; 
    -o-transition: opacity 10s; 
    transition: opacity 10s;
    background-color:white;
}
.carousel .active.left {
    left:0;opacity:0;z-index:2;
}
.carousel .next {
    left:0;opacity:1;z-index:1;
}



/******************************************/


.carousel-inner>.item>img
{
  /*height: 100%;*/
  width: 100%;
}
@media(min-width: 1200px){
    .carousel-inner>.item
    {
      height: 600px;
      width: 100%;
    }
  
}

@media(max-width: 1200px){
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a
  {
    color: white;
  }
}

.contact_in_footer
{
  background-color: transparent;
}




.text_show_Features
{
    display:inline-block;
}
.show_Features>.fa-check-circle
{
    display:inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    background-color:#f4f4f4;
}
.description_inner_price
{
    text-align:left;
}

.show_navigation_bottom
{
    position:fixed;
    bottom:0px;
    right:0px;
    left:0px;
    
    z-index:10000;
    background-color:white;
    padding:20px;
    background-color:rgb(26, 42, 65);
    color:white;
    box-shadow: 1px 1px 5px black;
}
.show_navigation_bottom>a
{
    background-color:#F4BB30;
    border-color:#F4BB30;
    margin-right:10px;
}

@media(max-width:772px){
     .show_navbar_in_small_screen
  {
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#0482b5; 
  }
  .navbar_mobile 
  {
      display:none;
  }
  .show_Features > .fa-check-circle
  {
      padding-left:0px;
  }
  .navbar-default .navbar-nav>li
  {
      padding:5px;
  }
  .show_navigation_bottom
  {
      font-size:12px;
  }
  .footer
  {
      min-height:200px;
  }
  
}

.loading
{
    position:fixed;
    background-color:red;
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    z-index:100000000000;
}





.loading
{
    background-color:white;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 74px;
  margin-left:50%;
  margin-top:20%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid orange;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


@media(min-width:1200px){
  .contain_sections
  {
      padding-right: 80px;
      padding-left: 0px;
  }    
}
@media(max-width:700px){
    .lds-ripple 
    {
        margin-left:44%;
    }
    .socialIcon>a
    {
        margin-right:10px;
    }
}









