@media all and (min-width: 1400px) {
  .restrain {
    width: 1380px !important;
  }
}
@media all and (max-width: 1151px) and (min-width: 900px) {
  .diag {
    background-position: 75% top !important;
  }
  .restrain {
    width: 880px !important;
  }
  #banner #left {
    width:60% !important;
  }
  #content #right {
    margin-top: 50px !important;
  }
  #logo_footer img {
    width:180px !important;
  }
}
@media all and (max-width: 901px) and (min-width: 700px) {
  .diag {
    background-position: 75% top !important;
  }
  .restrain {
    width: 680px !important;
  }
  #top {
    min-height:380px !important;
  }
  #links li {
    padding-left: 15px !important;
  }
  #banner #left {
    width:70% !important;
  }
  #banner #right {
    right:0px !important;
    height:150% !important;
    margin-top: -110px !important;
  }
  #content #right {
    margin-left: 50px !important;
    width: 35% !important;
    margin-top: 50px !important;
  }
  #services {
  padding: 0px 0px !important;
  width:calc(100% - 0px) !important;
  }
  .service h3 {
    font-size: 16px !important;
    min-height: 30px !important;
  }
  #logo_footer img {
    width:150px !important;
  }
  .con_right, .con_left {
    width: 45% !important;
  }
}
@media all and (max-width: 700px) {
  #service_info .left {
    width:30% !important;
  }
  .mobile_view {
    display: block !important;
  }
  
  #nav {
    top: 0px !important;
  }
  
  #mobile_links_dropdown {
    top: 66px !important;
  }
  
  .desktop_view {
    display: none !important;
  }
  
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  .diag {
    background-position: 100% 0px !important;
    background-size: cover;
  }
  .restrain {
    width: 100% !important;
  }
  #top {
    min-height:448px !important;
  }
  #logo {
    width: 60%;
    text-align: left;
    padding-left: 10px;
  }
  #links {
    width:100%;
    text-align: center !important;
    padding: 0px !important;
    margin-top:10px;
  }
  #links li {
    display: block !important;
    padding-bottom: 10px;
    padding-left: 0px !important;
  }
  #builder_com {
    width:100%;
    text-align: center;
  }
  #heading {
    text-align: center;
  }
  #heading h2 {
    padding-top:50px;
  }
  #banner #left {
    width:calc(100% - 20px) !important;
    padding: 0px 10px !important;
  }
  #banner #right {
    display:none;
  }
  #banner .contact {
    margin-top: 20px !important;
  }
  #content {
    width: calc(100% - 20px) !important;
    padding: 0px 10px !important;
    padding-top: 10px !important;
    background-size: 120% !important;
  }
  #content #left {
    width:100% !important;
    margin-top:0px !important;
  }
  #content #right {
    display: none;
  }
  #services {
    margin-top:0px !important;
    padding: 0px 10px !important;
    width:calc(100% - 20px) !important;
  }
  .service {
    width: 100% !important;
  }
  .service h3 {
    font-size: 16px !important;
    min-height: 30px !important;
  }
  .service img {
    max-width: 100px;
  }
  #service_info .right {
  width:65% !important;
  }
  #logo_footer img {
    width:150px !important;
  }
  #sitemap {
    display: none !important;
  }
  #footer {
    padding-top: 10px !important;
  }
  #contact_footer {
    left:10px;
    text-align:left !important;
    margin:0px !important;
    width: calc(100% - 10px) !important;
  }
  #logo_footer {
    right:10px !important;
  }
  .con_right, .con_left {
    width: 100% !important;
  }
  .con_right {
    margin-top: 30px !important;
  }
  .con_left p {
    font-size: 20px !important;
  }
  .con_left h3 {
    font-size: 16px !important;
    margin-top: -15px;
  }
  .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .serv_text img {
    width:100% !important;
    margin-top: -150px !important;
    border: none !important;
  }
  .img_restrict {
      display: block !important;
      height:150px;
      margin: 20px 0px !important;
  }
}

@media all and (max-width: 500px) {
  #service_info .row .left {
    width: 100% !important;
    height:120px;
    overflow: hidden;
  }
   #service_info .row .left img {
    margin-top: -100px;
   }
  #service_info .row .right {
    width: 100% !important;
    margin-top: 20px;
    margin-left : 0px !important;
  }
  .serv_extra_info_mob {
    display: block !important;
  }
  .serv_extra_info {
    margin-top: 10px !important;
  }
}



* {
    margin: 0;
}

.mobile_view {
  display: none;
}

h1 {
    font-family:cabinbold, arial;
    font-size:50px;
    font-weight:normal;
    color:#fff;
    text-transform: uppercase;
    margin-left: -2px;
}

h2 {
    font-family:cabinbold, arial;
    font-size:20px;
    font-weight:normal;
    color:#fff;
    text-transform: uppercase;
}

h3 {
    font-family:cabinbold, arial;
    font-size:20px;
    font-weight:normal;
    color:#008893;
    text-transform: uppercase;
}

h4 {
    font-family:cabinbold, arial;
    font-size:26px;
    font-weight:normal;
    color:#fff;
}

p {
    font-family:calibri, arial;
    font-size:16px;
}

#to_top {
  position: fixed;
  bottom:20px;
  right: 20px;
  z-index: 10;
  width:50px;
  cursor: pointer;
  display: none;
  border-radius:25px;
}

.restrain {
  position: relative;
  margin: 0 auto;
  width: 1100px;
} 

#top {
  position: relative;
  width: 100%;
  padding: 0px 0px 50px 0px;
  min-height:310px;
}

#slide_pics {
  position: absolute;
  width: 100%;
  height:100%;
  z-index: -1;
}

.slide_pic {
  position: absolute;
  width: 100%;
  height:100%;
  background-position: center;
  background-size: cover;
  display: none;
}

#diag_decor {
  position:absolute;
  top: 0px;
  height:100%;
  width:100%;
  background-color: rgba(0,0,0,0.35);
}

.diag {
  position: absolute;
  height:100%;
  width:100%;
  background-image: url("../img/diag_decor.png");
  background-position: 90% top;
  background-repeat: no-repeat;
}

#nav {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  background-color: rgba(34,34,34,0.85);
  overflow:auto;
  top:20px;
}

#logo {
  position: relative;
  float:left;
}

#logo img {
  width:150px;
}

#mobile_links {
  position: relative;
  float:right;
  text-align: right;
  width:20%;
}

#mobile_links img {
  position: absolute;
  width:30px;
  top:13px;
  right:13px;
  cursor: pointer;
}

#mobile_links_dropdown {
  position: absolute;
  top:86px;
  right: 0px;
  background-color: rgba(43,43,43,0.85);
  z-index: 10;
  padding: 10px 0px;
  display: none;
  width:100%;
}

#mobile_links_dropdown ul {
  display: inline;
  list-style: none;
  padding: 0;
}

#mobile_links_dropdown li {
  text-align: left;
}

#mobile_links_dropdown li a:hover {
  background-color: #fff;
  color:#353535;
}

.activated {
  background-color: #fff;
  color:#353535 !important;
}

#mobile_links_dropdown   li a {
  font-family: "cabinbold", arial;
  text-transform: uppercase;
  color:#fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing:2px;
  display: block;
  padding: 10px 20px;
    -webkit-transition: color 1s, background-color 1s, -webkit-transform 1s;
    transition: color 1s, background-color 1s, transform 1s;
}

#links {
  position: relative;
  float:right;
  text-align: right;
  padding: 19px 0px;
}

#links ul {
  display: inline;
  list-style: none;
  padding: 0;
}

#links li {
  display: inline;
  padding-left: 40px;
}

#links li a {
  font-family: "cabinbold", arial;
  color:#fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius:8px;
  padding: 5px 20px;
    -webkit-transition: color 1s, background-color 1s, -webkit-transform 1s;
    transition: color 1s, background-color 1s, transform 1s;
}

#links li a:hover {
  background-color: #fff;
  color:rgb(34,34,34);
}

#slide_buttons {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom : 5px;
  width:157px;
  height:20px;
}

.slide_button {
  position: relative;
  float: left;
  height:12px;
  width:12px;
  background-color: transparent;
  border-radius: 100%;
  border: solid 2px #fff;
  cursor: pointer;
  margin: 0px 10px
}

#slide_buttons .selected {
  background-color: #fff;
}

.slide_text {
  display:none;
}

#heading {
  position: relative;
  margin-top: 70px;
}

#builder_com {
  position: absolute;
  right: 0px;
}

#builder_com img {
  width: 150px;
  margin-top:-25px;
  cursor:pointer;
}

#heading button {
  background-color: #bc3100;
  font-family: "cabinbold", arial;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 50px;
  border: 0px;
  border-radius: 25px;
  margin-top: 20px;
  cursor:pointer;
}

#heading button:hover {
  -webkit-transition: background-color 1s, -webkit-transform 1s;
  transition: background-color 1s, transform 1s;
  background-color: #ed4206;
}

#banner {
  position: relative;
  width:100%;
  padding: 20px 0px;
  background-color: #008893;
}

#banner #left {
  width:45%;
}

#banner h2 {
  color:#fff;
}

#banner .contact {
  position: relative;
  float:left;
  margin-top: 35px;
}

#left .contact img {
  position: relative;
  float:left;
  width:20px;
  padding: 5px;
  background-color: #bc3100;
  border-radius: 5px;
  margin-right:50px;
  margin-left: 10px;
}

#banner .contact h2 {
  position: relative;
  float:left;
  margin-top: 2px;
}

#banner .contact a {
  position: relative;
  float:left;
  font-family: "cabinbold", arial;
  color:#fff;
  font-size: 15px;
  text-decoration: none;
  margin-top: 5px;
  border-bottom: solid 1px transparent;
}

#banner .contact a:hover {
  -webkit-transition: border 0.5s, -webkit-transform 0.5s;
  transition: border 0.5s, transform 0.5s;
  border-bottom: solid 1px #fff;
}

#banner #right {
  position: absolute;
  right:40px;
  height:200%;
  margin-top: -150px;
}

#content {
  position: relative;
  width:100%;
  background-image: url('../img/bg-drawing.png');
  background-size: 50%;
  background-repeat: no-repeat;
  padding-top: 40px;

}

#content h1 {
  color: #008893;
  margin-top: 0px;
}

#content h2 {
  color: #272727;
}

#content #left {
  position: relative;
  float: left;
  width:50%;
}

#content #left p {
  font-size: 18px !important;
  line-height: 24px;
}

#content p {
  margin-top: 20px;
}

#content #right {
  position: relative;
  margin-left:100px;
  width: 30%;
  margin-top: 30px;
}

#services {
  position: relative;
  float:left;
  margin-top: 40px;
  padding: 0px 40px;
  width:calc(100% - 80px);
}

.service {
  position: relative;
  width:50%;
  float:left;
  margin-top: 40px;
}

.service img {
  width:20%;
  float: left;
  margin-right: 20px;
  background-color: #bc3100;
  border-radius:100%;
}

.service h3 {
  width:70%;
  float: left;
  min-height: 48px;
}

.service button {
  float: left;
  background-color: #272727;
  font-family: "cabinbold", arial;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 50px;
  border: 0px;
  border-radius: 25px;
  margin-top: 20px;
  cursor:pointer;
}

.service button:hover {
  -webkit-transition: background-color 1s, -webkit-transform 1s;
  transition: background-color 1s, transform 1s;
  background-color: #575757;
}


.con_left, .con_right {
  position: relative;
  float:left;
  width:40%;
}

#service_info {
  position: relative;
  margin-top: 40px;
}
#service_info .row {
  position: relative;
  float:left;
  width: 100%;
  margin-top: 20px;
}
#service_info .left, #service_info .right {
  position: relative;
  float:left;
}
#service_info .left {
  width:20%;
}
#service_info .right {
  width:75%;
  margin-left: 20px;
}
#service_info .left img {
  width:100%;
}

.serv_extra_info {
  position: relative;
  float:left;
  width: calc(100% - 20px);
  word-wrap: break-word;
  padding: 10px;
  background-color: rgba(0, 136, 147, 0.05);
  margin-top: 20px;
  display: none;
}

.serv_extra_pic {
  display: none;
}

.serv_extra_info_mob {
  width: 100%;
  display: none;
}

.serv_extra_info p {
  margin-top: 10px !important;
}

.serv_text {
  height:150px;
  overflow: hidden;
}

.serv_text img {
  border: solid 1px #eee;
  width: 250px;
}

.img_restrict {
  position: relative;
  display: inline;
  float: right;
  overflow: hidden;
  text-align: center;
  margin: 20px;
  margin-right: 0px;
}

.serv_text p {
  margin-top: 0px !important;
  margin-bottom: 18px;
  line-height: 24px;
}

.serv_text h3 {
  margin-bottom: 10px;
}

.serv_text h2 {
  color:#bc3100 !important;
  font-size: 18px;
}

.serv_text li {
  font-family: calibri,arial;
  font-size: 16px;
  line-height: 24px;
}

.serv_text ul {
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-image: url('../img/bullet.png');
}

.serv_text .highlight {
  font-weight: bold;
  font-size: 16px !important;
 
}

.serv_text::after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 55px;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  width    : 100%;
  height   : 4em;
}

.open::after {
  content  : none;
}

.see_more, .min {
  border: 0;
  background-color: #bc3100;
  padding: 5px 15px;
  border-radius: 250px;
  color:#fff;
  text-transform: uppercase;
  font-family: "cabinbold", arial;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.min {
  display: none;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

#message_form {
  width:100%;
}
#message_form .row {
  padding: 5px;
}
#message_form input,#message_form textarea {
  width:calc(100% - 10px);
  padding: 5px;
  border: solid 1px #555;
}
#message_form textarea {
  height:50px;
}
#message_form h3 {
  color:#bc3100;
}
#message_form button {
  background-color: #bc3100;
  color:#fff;
  padding: 10px 40px;
  border: none;
  cursor: pointer;
}


#footer {
  position: relative;
  background-color: #008893;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 60px;
}

#footer p {
  color:#fff;
}

#sitemap {
  position: absolute;
  left:0px;
}

#sitemap a {
  font-family: calibri, arial;
  color:#fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

#sitemap a:hover {
  text-decoration: underline;
}

#contact_footer {
  position: relative;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

#contact_footer a {
  font-family: calibri, arial;
  color:#fff;
  font-size: 16px;
  text-decoration: none;
}

#contact_footer a:hover {
  text-decoration: underline;
}

.footer_fade {
  margin-top: 10px;
  opacity: 0.7;
}

#logo_footer {
  position: absolute;
  right:0px;
  text-align: right;
}
