.imageT {
   position: relative;
}

.imgText {
   position: absolute;
   top: 0px;
   left: 0px;
   width:100px;
   line-height:35px;
   margin: 0 auto;
   
   font-size:24px;
   color:#fff;
   background:#1B2675;
   text-align:center
}

div a:hover {
    text-decoration: none;
}

div a {
    font-family: arial;
}

div li {
    list-style: none;
}

div p {
    font-family: arial;
}

div span {
    font-family: arial;
}

/*==========  Begin Header style ==========*/
.top_header {
    background-color: #1b2675;
}

.top_header img {
    height: 100px;
    padding-top: 10px;
}

.top_header p {
    font-size: 17px;
    display: inline-block;
    float: right;
    color: white;
    margin-top: 30px;
}

.top_header p i {
    font-size: 22px;
    border: solid 2px white;
    padding: 8px 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.number {
    font-size: 18px;
    margin-left: 5px;
}

nav {
    display: inline-block;
}

.main_navigation1 {
    display: none;
}

.main_navigation ul {
    
    padding: 0;
    
    margin-top: 5px;
}

div .active {
    color: #fe1f17;
}

.main_navigation ul li a:hover {
    color: #fe1f17;
}

.main_navigation ul li {
    float: left;
    margin-right: 25px;
    text-transform: uppercase;
    margin-top: 10px;
}

.main_navigation ul li a {
    color: #1a120f;
    font-weight: 600;
    font-size: 14px;
}

.follow_button {
    
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #979694;
	
}

.follow_button p {
    float: left;
    font-size: 12px;  
    margin-top: 8px;
    margin-right: 15px;
    font-weight: 600;
}

.follow_button ul {
    margin-top: 0px;
}

.follow_button ul li {
    margin-top: 0px;
    margin-right: 10px;
}

.follow_button ul li a {
    background-color: #979694;
    height: 30px;
    width: 30px;
    display: block;
}

.follow_button ul li a i {
    color: white;
    padding: 8px;
    font-size: 16px;
}

.follow_button ul li a i:hover {
    color: #fe1f17;
}

/*==========  Slider ==========*/

.text_slider {
    background-color: black;
    width: 35%;
    opacity: 0.5;
    position: absolute;
    z-index: 5;
    margin-top: 70px;
    height: 270px;
    float: left;
}

.text_block {
    position: absolute;
    z-index: 7;
    margin-top: 100px;
    width: 35%;
    padding-left: 8%;
    color: white;
}

.text_block h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
}

.text_block p {
    color: #fff;
}

.form_slider {
    width: 44%;
    position: absolute;
    z-index: 5;
    margin-top: 180px;
    right: 8%;
    padding-top: 15px;
    padding-bottom: 13px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8)
}

.form_slider select, p, input {
    display: inline-block;
    color: #716f70;
}

.form_slider select {
    margin-left: 8%;
    margin-right: 10px;
    height: 35px;
    width: 25%;
    border: solid 1px #e0e0e0;
}

.form_slider input {
    border: solid 1px #e0e0e0;
    height: 35px;
    width: 40%;
    margin-left: 25px;
    padding-left: 10px;
}

.form_slider button {
    height: 35px;
    width: 45px;
    background-color: #1b2675;
    border: none;
    margin-left: 8px;
}

.form_slider button i {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.rslides_tabs {
    position: absolute;
    z-index: 7;
    right: 8%;
    margin-top: -45px;

}

.rslides1_tabs li {
    float: left;
    background-color: white;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8)
}

.rslides1_tabs li a {
    font-size: 16px;
    opacity: 0;
    display: block;
    width: 15px;
}

.rslides1_tabs .rslides_here {
    background-color: #ccc;
    color: #ccc;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/*========== End Slider ==========*/
.header_line {
    background-color: #1b1310;
    text-align: center;
}

.header_line p {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 1px
}

/*========== Begin 4 boxes properties ==========*/
.properties {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef;
}

.properties .box {
    width: 49%;
    float: left;
    padding: 20px;
    background-color: white;
    border: solid 1px #cac9c9;
    margin-bottom: 10px;
    margin-left: 10px;
	background-color:#1B2675;
}

.box img {
    float: left;
    margin-right: 10px;
}

.box h3 {
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.box p {
    color: #C7C7C7;
    margin-bottom: 0;
}

.box a {
    display: block;
    color: #FFF;
    text-decoration: underline;
}

.select {
    display: none;
}

.products {
    margin-bottom: 50px;
}

.products .container {
    padding-left: 0px;
    padding-right: 0px;
}

.innerpage {
    margin-bottom: 50px;
	background-color:#E9E9E9;
	min-height:300px;
}

.innerpage .container {
    padding-left: 0px;
    padding-right: 0px;
}

/*========== End 4 boxes properties ==========*/
.products .box2 {

    padding-left: 0;
    margin-bottom: 20px;
}

.expert {
    background-color: #1b2675;
    display: block;
    width: 100%;
    height: 258px;
}

.products ul {
    padding-left: 10px;
}

.products h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    margin-left: 25px;

}

.products img {
    padding: 0;
    float: left;
    border-right: solid 1px white;
    max-width: 100%;
    height: auto;

}

.products h4 {
    padding-top: 22px;
    font-weight: 600;
    color: #f6231c;
    text-transform: uppercase;
    font-size: 20px;
}

.products span {
    font-size: 22px;
    display: inline;
    font-weight: 500;
    color: white;
}

.products p {
    color: white;
    display: block;
}

.products ul li {
    color: #999594;
    display: flex;
    margin-right: 15px;
}

.products ul li img {
    margin-right: 10px;
    border-right: none;

}

.products a {
    display: block;
    color: #fd2115;
    text-decoration: underline;
}

/*========== End 6 boxes products ==========*/

/*========== Begin clients ==========*/
.clients {
    line-height: 200px;
    background-color: #dfdfdd;
}

.clients h2 {
    display: block;
    float: left;
    margin-top: 80px;
    padding-right: 2%;
    color: #615d5c;
    font-size: 32px;

}

.firstico {
    border-left: solid 2px #615d5c;
    padding-left: 7%;
}

.clients img {
    margin-right: 3%;
    vertical-align: middle;
}

/*========== End clients ==========*/

/*========== Begin Feedback ==========*/
.feedback {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #fd2115;
}

.feedback h2 {
    color: white;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 30px;
}

.feedback p {
    color: white;
    display: inline-block;
    width: 50%;
    margin-left: 4%;
    margin-right: 4%;
}

.feedback img {
    padding-bottom: 15px;
}

.feedback h5 {
    color: white;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}

.feedback span {
    color: white;
    font-size: 14px;
}
#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 160px;
}
#slides ul {
  list-style: none;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 160px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/*========== End Feedback ==========*/

/*========== Begin Links ==========*/
.links {
    background-color: #2c2c2a;
    padding-bottom: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

.colum h4 {
    color: white;
    text-transform: uppercase;
    margin-top: 40px;
}

.links .colum ul {
    padding-left: 0px;
    margin-bottom: 0;
}

.colum ul li {
    margin-bottom: 2px;
}

.colum ul li a {
    color: #aaaaaa;
}

.colum ul li a:hover {
    color: #fe1f17;
}

.colum ul li p {
    color: #aaaaaa;
}

.colum ul .special {
    font-size: 28px;
    float: left;
    margin-right: 5px;
}

.colum .spec li {
    margin-bottom: 15px;
}

.colum ul li i {
    font-size: 22px;
    margin-right: 15px;
    float: left;
}
.colum ul .edit1 i {
  margin-right: 20px;
}
.colum ul .edit i {
  font-size: 16px;
  margin-right: 15px;
}

.first_two {
    height: 250px;
}

/*========== End Links ==========*/

/*========== Begin Copiridht ==========*/
.copiright {
    padding-top: 50px;
    padding-bottom: 50px;
}

.copiright ul {
    float: right;
}

.copiright ul li {
    float: left;
    color: #aaaaaa;
    margin-left: 5px;
}

.copiright ul li a {
    color: #aaaaaa;
}

.copiright ul li a:hover {
    color: #fe1f17;
}

/*========== End Copiridht ========*/

/*========== Begin Footer ========*/
footer {
    background-color: #e6e6e6;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer h3 {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0px;
}

footer p {
    float: left;
    margin-bottom: 0px;
    margin-left: 20px;
}

footer input {
    width: 68%;
    border: none;
    height: 34px;
    padding-left: 20px;
}

footer button {
    height: 34px;
    width: 31%;
    border: none;
    margin: 0;
    font-size: 14px;
    background-color: #fd2115;
    text-transform: uppercase;
    color: white;
    margin-left: -3px;
}

footer ul li {
    float: left;
    margin-left: 15px;
    font-size: 20px;
    color: #84837f;
}

/***********Iner page ****/

.contact_bg {
		background-color:#DEDEDC;
		margin-bottom:25px;
	}
.listing { padding:20px;}
.mt10 { margin-top:10px;}
.float_left { float:left}
.red_col { color:#AC3D36;}
.blue_col { color:#2A3064;}
.font_col { color:#333;}


/**********Detail Page***********/

 #list_right { background-color:#CECECE; min-height:250px; margin-top:25px; padding:15px; }
 .list_right_ul{ background-color:#242B71; height:40px; line-height:40px; color:#FFF; padding-left:10px; text-align:center }
 .list_right_feat{ background-color:#242B71; color:#FFF; padding:15px; display:inline-block; }
 .bg_col {background-color:#4A4FFF;}
 
 #list_right ul li { float:left; padding-right:15px;}
 #list_right li i { font-size:18px;}
 #listing_img ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
     #listing_img ul li {     
          list-style:none;
          margin-bottom:25px;
		  padding-left:5px;
      }
     #listing_img ul li img {
          cursor: pointer;
		  border:2px solid #666;
		  height:100px;
		  width:100px;
      }
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:600px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }
