h1 {
  color: red;
}

::selection {
  color: white;
  background: #ff8618;
}
::-moz-selection {
  color: white;
  background: #ff8618;
}

iframe {
  margin-top: 70px;
  height: 450px;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

table {
  width: 700px;
  float: none;

  padding: 10px;
  border: solid 1px #86c64d;
  border-collapse: collapse;
  text-align: center;
  margin-top: 10px;
  margin: 0 auto;
  color: #656565;
  font-size: 13px;
  line-height: 18px;
}

tr,
td {
  border: solid 1px #dcdcdc;
  border-collapse: collapse;
  padding: 10px;
}

/* new for event card */
/* styles.css */

/* Basic styling for event cards */
.event-card {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.event-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.event-card-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.event-card-content p {
  font-size: 16px;
  margin-bottom: 5px;
}

/* Responsive design */
@media only screen and (min-width: 768px) {
  /* Adjust styles for tablets and larger screens */
  .event-card {
    width: 48%;
    margin-right: 2%;
  }

  /* Clear the float every 2 event cards */
  .event-card:nth-child(2n) {
    margin-right: 0;
    clear: both;
  }
}

@media only screen and (min-width: 992px) {
  /* Adjust styles for medium screens (tablets landscape and larger) */
  .event-card {
    width: 31%;
    margin-right: 2%;
  }

  /* Clear the float every 3 event cards */
  .event-card:nth-child(3n) {
    margin-right: 0;
    clear: both;
  }
}

@media only screen and (min-width: 1200px) {
  /* Adjust styles for large screens (desktops) */
  .event-card {
    width: 23.5%;
    margin-right: 2%;
  }

  /* Clear the float every 4 event cards */
  .event-card:nth-child(4n) {
    margin-right: 0;
    clear: both;
  }
}

/* end event cards */

/*===Add New css===*/

.event-programs {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  padding: 0;
  margin-bottom: 65px;
  margin-top: 20px;
}

.gallery-box {
  width: 320px;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  margin-right: 32px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.gallery-box img {
  width: 100%;
  height: 248px;
  margin: 0;
  padding: 0;
  float: left;
}

.hidden-text-block {
  height: 248px;
  float: left;
  width: 100%;
  position: absolute;
  opacity: 0;
  background: rgba(6, 6, 6, 0.64);
  webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.hidden-text-block a {
  color: #fff;
  width: 100px;
  margin: 107px auto;
  display: block;
  font-family: Raleway-Bold;
  border: solid 2px #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.hidden-text-block a:hover {
  color: #fff;
}

.gallery-box:hover .hidden-text-block {
  opacity: 1;
  webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.event-text-block {
  width: 292px;
  height: 60px;
  float: left;
  background: #fff;
  margin: 0;
  padding: 14px 14px;
}

.event-text-block h6 {
  margin: 0;
  text-align: left;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #656565;
  font-family: Raleway-Bold;
}

.event-text-block span {
  padding: 0;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  margin-top: 5px;
  color: #656565;
  float: left;
}

.banner-logo2 {
  margin-top: 0;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.banner-logo2 img {
  float: left;
}

.partner-logo-sect {
  width: 100%;
  margin: 0;
  height: auto;
  float: left;
  margin-top: 20px;
  margin-left: -15px;
}

.logo-seccct {
  float: left;
  width: 180px;
  margin: 0;
}

.logo-seccct h3 {
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: start;
  text-align: center;
  margin: 0;
  margin-bottom: 7px;
  font-weight: 100;
}

.logo-seccct img {
  width: 115px;
  margin: 0 auto;
  display: block;
}
/*==== End New css====*/

.box22 {
  width: 300px;
  height: auto;
  margin-right: 38px;
  float: left;

  padding-bottom: 25px;
}

.box22 img {
  width: 40px;
  height: auto;
  margin: 0 auto;
  display: block;
  float: left;
  margin-top: 35px;
}

.yy {
  margin-left: 55px;
}

.box22 h3 {
  text-align: left;
  font-family: Raleway-Bold;
  color: #656565;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  height: 20px;
  float: left;
  width: 100%;
}

.box22 p {
  text-align: justify !important;
  font-size: 12px !important;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0;
  float: left;
}

.chosse-uss {
  width: 525px;
  float: right;
}

.apply_section form h3 {
  font-size: 18px;
  font-weight: 300;
  color: #00afef;
  /* text-transform: uppercase; */
  font-family: Ralweay-bold;
  font-family: Raleway-Bold;
  letter-spacing: 1px;
}

.apply_section form input[type="radio"] {
  width: 12px;
  height: 12px;
  float: left;
  /* background: #299471; */
  box-shadow: none;
  margin: 0 20px;
  margin-right: 8px;
}

.apply_section form span {
  float: left;
  font-size: 13px;
  color: #656565;
  letter-spacing: 1px;
  font-weight: 300;
  width: 120px;
  margin-bottom: 10px;
}

.apply_section form select {
  float: right;
  float: right;
  width: 400px;
  height: 50px;
  margin-bottom: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #f8f9f9;
  outline: none;
  resize: none;
  padding: 10px;
  border-bottom: solid 2px rgba(64, 196, 154, 0.48);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: Raleway-Regular;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

a:hover {
  color: #c70d1e;
}

#responsive-div {
  display: none;
}

#ttr {
  display: block;
}

.hh2 {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.cntct-frm-secctt {
  width: 450px;
  float: left;
  margin: 0;
  padding-top: 95px;
}

.cntct-frm-secctt img {
  width: 25px;
  float: left;
  margin-right: 10px;
}

.cntct-frm-secctt h1 {
  font-size: 30px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Raleway-Bold;
}

.cntct-frm-secctt h1 span {
  color: #ff8618;
}

.pw {
  color: #888;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
  float: left;
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway.ttf);
}

@font-face {
  font-family: Raleway-Bold;
  src: url(../fonts/Raleway-Bold.ttf);
}

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

body {
  margin: 0px 0px;
  font-family: Raleway-Regular;
  font-weight: 300;
}

p {
  color: orange;
}
.fixmenu {
  position: fixed;
  width: 300px;
  height: 450px;
  left: 50px;
  top: 50px;
  z-index: 100;
}

.cntct-map-add {
  float: right;
  width: 550px;

  height: auto;
  margin-top: -75px;
}

.cntct-map-add p {
  font-size: 13px !important;
  text-align: left;
  color: #656565;
  line-height: 19px !important;
  padding: 0;
  margin: 0;
  padding-bottom: 11px !important;
}

.cntct-map-add p img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-top: -7px;
}

#logo {
  position: absolute;
  width: 250px;
  height: 170px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  top: 50%;
  margin-top: -90px;
  left: 100px;
  z-index: 10;
}

.menuitem {
  position: relative;
  font-size: 30px;
  top: 90px;
  margin: 0px -7px;
  padding: 5px 20px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.menuitem:hover {
  background-color: #e90014;
  color: white;
  font-weight: 700;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#slide1 {
}

#overlay-back2 {
  display: none;
}

#container {
  position: fixed;
  width: 100%;
  height: 100%;
}

#slide2 {
  width: 100%;
  /*background-color: #ddd;
    background-image: url(../img/pat.jpg);
    background-size: 25%;
    background-repeat: repeat;*/
  background: #fdfdfd;
  left: 100%;
  /*box-shadow: 0px 0px 50px rgba(0,0,0,0.3);*/
  z-index: 30;
}

#slide6 {
  width: 100%;
  /*background-color: #ddd;
    background-image: url(../img/pat.jpg);
    background-size: 25%;
    background-repeat: repeat;*/
  background: #fdfdfd;
  left: 500%;
  /* box-shadow: 0px 0px 50px rgba(0,0,0,0.3);*/
  z-index: 30;
}

#slide7 {
  width: 100%;
  /*background-color: #ddd;
    background-image: url(../img/pat.jpg);
    background-size: 25%;
    background-repeat: repeat;*/
  background: #fdfdfd;
  left: 600%;
  /* box-shadow: 0px 0px 50px rgba(0,0,0,0.3);*/
  z-index: 30;
}

#slide4 {
  width: 100%;
  /*background-color: #ddd;
    background-image: url(../img/pat.jpg);
    background-size: 25%;
    background-repeat: repeat;*/
  background: #fdfdfd;
  left: 300%;
  /*box-shadow: 0px 0px 50px rgba(0,0,0,0.3);*/
  z-index: 30;
}

#slide3 {
  background-color: #ddd;
  left: 200%;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bg1 {
  background-image: url(../img/main-banner.jpg);
}

.gradient {
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  background-size: contain;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
}

.para {
  position: relative;
  color: #656565;
  width: 100%;
  height: auto;
  top: 0%;
  margin-top: 0px;
  line-height: 22px;
  font-size: 13px;
  letter-spacing: 1px;
  right: 0%;
  margin-right: 0px;
  text-align: justify;
}

.title {
  font-size: 30px;
  position: relative;
  top: 0%;
  margin-top: 0px;
  margin-right: 0px;

  color: #555;
  right: 0%;
  font-family: Raleway-Bold;
}

.title span {
  color: #ff8618;
}

.marker {
  position: absolute;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#aboutm {
  background-image: url(../img/watermark.png);
  background-size: 300px 300px;
  left: 0%;
  top: 50%;
  margin-top: 0px;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  margin-top: 5px;
  opacity: 0.2;
}

#tel {
  background-image: url(../img/watermark.png);
  left: 50%;
  top: 50%;
  margin-top: 0px;
  z-index: 20;
  margin-left: -150px;
  background-size: 300px 300px;
  opacity: 0.2;
}

#icon11 {
  display: none;
}

#icon2 {
  width: 1000px;
  height: 200px;
  background-image: url(../img/txt2.svg);
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -100px;
  z-index: 20;
  background-size: 100%;
}

#icon22 {
  display: none;
}

#bg2 {
  background-image: url(../img/2014012217097048.jpg);
}

#bg3 {
  background-image: url(../img/bg.jpg);
  display: none;
}

#lamp {
  background-image: url(../img/watermark.png);
  background-size: 300px 300px;
  left: 0%;
  top: 50%;
  margin-top: 0px;
  z-index: 20;
  margin: 0 auto;
  right: 0;
  opacity: 0.2;
}

#consult {
  left: 0%;
  margin-top: 14%;
}

#consult span {
  color: #ff8618;
}

#consultpara {
  left: 0%;
}

.circletxt {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -45px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #555;
}

.circle21 {
  position: absolute;
  left: 75%;
  margin-left: -320px;
  width: 600px;
  height: 300px;
  background-image: url(../img/watermark.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  z-index: 100;
  background-size: 300px 300px;
  margin-top: 440px;
  opacity: 0.2;
}

.circle2 {
  position: absolute;
  width: 500px;
  height: 150px;
  background-image: url(../img/circle.svg);
  background-size: contain;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
}

#cirtxt2 {
  font-weight: 500;
  font-size: 25px;
  color: black;
  margin-top: -20px;
}

.service {
  width: 350px;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  border: 1px solid #555;
  border-radius: 100px;
  border-style: dashed;
  float: left;
  margin: 5px;
  transition-duration: 0.2s;
}

.hidden {
  display: none;
}

#slide5 {
  left: 400%;
  background: #fdfdfd;
}

#slide6 {
  background-color: ;
  left: 500%;
}

.headtext {
  position: relative;
  color: #fff;
  top: 0%;
  margin-top: 0px;
  font-size: 20px;
  letter-spacing: 1px;
  left: 0px;
  /* text-transform: uppercase; */
  /* right: 0; */
  /* margin: 0 auto; */
  text-align: justify;
  /* font-weight: 600; */
  font-family: Raleway-Bold;
}

.scrolltext {
  position: relative;
  color: #fff;
  top: 0%;
  margin-top: 0px;
  font-size: 38px;

  /* text-transform: uppercase; */
  letter-spacing: 2px;

  font-family: Raleway-Bold;
  /* font-weight: 700; */
}

.scrolltext img {
  float: left;
  width: 220px;
  height: auto;
  margin: 5px 0;
}

.scrolltext span {
  font-size: 20px;
  line-height: 26px;
  float: left;
  letter-spacing: 1px;
}

.scroll p {
  font-family: Raleway-Bold;
  color: #f38d1e;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 0;
  text-align: center;
  float: left;
  width: 100%;
}

.scroll {
  position: absolute;
  width: 150px;
  height: auto;
  /*top: 60%;*/
  top: 69%;
  margin-top: 100px;

  left: 165px;
}

#scrollicon {
  width: 30px;
  height: 30px;
  background-image: url(img/scroll.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  animation: scroller 1.5s infinite;
  -webkit-animation: scroller 1.5s infinite;
}

#menu {
  position: fixed;
  width: 120px;
  height: 120px;
  background-image: url(img/menu.png);
  right: 0px;
  top: 0px;
  background-size: cover;
  z-index: 1000;
  opacity: 0.7;
}

#close {
  position: fixed;
  width: 120px;
  height: 120px;
  background-image: url(img/close.png);
  right: -120px;
  top: 0px;
  background-size: cover;
  z-index: 1000;
  opacity: 0.7;
}

#menu:hover {
  opacity: 1;
  cursor: pointer;
}

#close:hover {
  opacity: 1;
  cursor: pointer;
}

#scrolltxt {
  position: relative;
  z-index: 2;
  font-size: 13px;
  color: white;
  margin-top: 10px;
  opacity: 0.5;
  animation: fader 1.5s infinite;
  -webkit-animation: fader 1.5s infinite;
}

#footer {
  position: relative;
  width: 100%;
  left: 0px;
  height: 30px;
  text-align: center;
  top: 120px;
  font-size: 10px;
  z-index: 1000;
  color: white;
}

#footermenu {
  position: fixed;
  width: 330px;
  left: 0px;
  height: 25px;
  text-align: center;
  bottom: 0px;
  font-size: 10px;
  z-index: 1000;
  color: #fff;
}

#logomini {
  position: relative;
  width: 200px;
  height: 84px;
  background-image: url(../img/logo.png);
  background-size: 200px auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  left: 0px;
  top: -200px;
}

#menufix {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
}

.menubox {
  position: absolute;
  width: 500px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  display: none;
}

.menurow {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  opacity: 0.8;
  height: 45px;
}

.menurow:hover {
  color: white;
  font-weight: 700;
  opacity: 1;
}

#loader {
  position: absolute;
  top: 300%;
  width: 100px;
  height: 100px;
  left: 300%;
  background-image: url(doodle.png);
}

.bgmenu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  background-image: url(doodle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#bar2 {
  margin-top: 45px;
}

.socialbar {
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: center;
  top: 50%;
  margin-top: 80px;
}

.social {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid black;
  border-style: dashed;
  margin: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition-duration: 0.2s;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
}

.social2 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid white;
  border-style: dotted;
  margin: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition-duration: 0.2s;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.social:hover {
  background-color: white;
  opacity: 1;
}

#ss1 {
  background-image: url(face.svg);
}

#ss2 {
  background-image: url(insta.svg);
}

#ss3 {
  background-image: url(mail.svg);
}

#ss4 {
  background-image: url(pin.svg);
}

#cssda {
  position: fixed;
  width: 70px;
  height: 130px;
  background-image: url(img/cssda.png);
  background-position: center;
  background-size: contain;
  right: 0px;
  top: 50%;
  margin-top: -65px;
  z-index: 1000000000;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: portrait) {
  #cssda {
    display: none;
  }

  #sp1 {
    margin-top: -35px;
  }
  #sp3 {
    margin-top: -35px;
  }
  .slide {
    position: relative;
  }
  #slide1 {
    left: 0%;
  }
  #slide2 {
    left: 0%;
    background-size: 140%;
    height: auto;
  }
  #slide3 {
    left: 0%;
    height: 300px;
  }
  #slide4 {
    left: 0%;
    background-size: 140%;
    width: 100%;
    height: auto;
  }
  #slide5 {
    left: 0%;
    height: auto;
    padding-bottom: 20px;
  }
  #slide6 {
    left: 0%;
    height: 300px;
    background-size: 140%;
  }
  #container {
    position: absolute;
  }
  #bg1 {
    background-image: url(../img/main-banner.jpg);
  }
  #bg2 {
    background-image: url(../img/2014012217097048.jpg);
  }
  #bg3 {
    background-image: url(../img/bg.jpg);
  }
  #logo {
    width: 200px;
    height: 80px;
    left: 50%;
    margin-left: -90px;
    top: 50%;
    margin-top: 50px;
  }
  .headtext {
    font-size: 13px;
    width: 100%;
    margin-left: 0;
    left: 0;
    height: auto;
    text-align: left;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #footermenu {
    display: none;
  }
  .scroll {
    display: none;
  }
  .scrolltext {
    position: relative;
    color: #fff;
    top: 0%;
    margin-top: 0px;
    font-size: 35px;
    font-size: 13px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-size: 19px;
    font-family: Raleway-Bold;
    /* font-weight: 700; */
  }
  #menu {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
  }
  #close {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
    margin-right: 10px;
  }
  .para {
    width: 100%;
    left: 0;
    margin-left: 0px;
    height: auto;

    margin-top: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
  }

  #consult {
    left: 0;
    top: 0;
    float: left;
    margin: 25px 0 20px 0;
    width: 100%;
  }
  #consultpara {
  }
  .title {
    width: 100%;
    left: 0;
    margin-left: 0px;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 0px;
    font-size: 21px;
  }
  .marker {
    width: 250px;
    height: 250px;
  }
  #aboutm {
    top: 10%;
    margin-top: 0px;
    left: 45%;
    display: none;
  }
  #lamp {
    top: 5%;
    margin-top: 0px;
    left: 45%;
  }
  #tel {
    top: 90px;
    margin-top: -100px;
    left: 50%;
    margin-left: -125px;
    display: none;
  }
  #icon1 {
    display: none;
  }
  #icon11 {
    display: block;
    height: 400px;
    width: 150px;
    background-image: url(img/txt11.svg);
    right: 30px;
    z-index: 20;
    background-size: contain;
    margin-top: 50px;
  }
  #icon2 {
    display: none;
  }
  #icon22 {
    display: block;
    height: 400px;
    width: 150px;
    background-image: url(img/txt22.svg);
    right: 30px;
    z-index: 20;
    margin-top: -50px;
    background-size: contain;
  }
  .circle {
    left: 50%;
    width: 350px;
    margin-left: -175px;
    top: 25%;
    margin-top: 0px;
  }
  #servicbox {
    left: 5%;
    width: 90%;
    margin-left: 0px;
    top: 25%;
    margin-top: 180px;
    box-sizing: border-box;
  }
  .hidden {
    display: block;
  }
  .service {
    box-sizing: border-box;
    font-size: 13px;
    width: 100%;
    padding: 10px 30px;
  }
  #touch {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    left: 0px;
    margin-top: 0px;
  }
  #menufix {
    display: none;
  }
  #logomini {
    display: none;
  }
  #loader {
    display: none;
  }
  .bgmenu {
    width: 150%;
    left: -25%;
  }
  .menurow {
    height: 30px;
    font-size: 23px;
  }
  .menubox {
    margin-top: -90px;
  }
  .socialbar {
    margin-top: 100px;
  }
  #footer {
    display: none;
  }
  #contact {
    font-size: 13px;
    margin-top: 45px;
  }
  .social {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  #bar2 {
    margin-top: -10px;
  }
  #pretxt {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
  #cssda {
    display: none;
  }
  .slide {
    position: relative;
  }
  #slide1 {
    left: 0%;
  }
  #slide2 {
    left: 0%;
    background-size: 100%;
  }
  #slide3 {
    left: 0%;
  }
  #slide4 {
    left: 0%;
    background-size: 100%;
    width: 100%;
    height: auto;
  }
  #slide5 {
    left: 0%;
  }
  #slide6 {
    left: 0%;
  }
  #container {
    position: absolute;
  }

  #bg3 {
    background-image: url(../img/bg.jpg);
  }
  #logo {
    width: 170px;
    left: 45px;
    margin-top: -70px;
    height: 70px;
  }

  #footermenu {
    display: none;
  }
  .scroll {
    display: none;
  }

  #menu {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
  }
  #close {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
    margin-right: 10px;
  }

  #consult {
  }
  #consultpara {
    left: 10%;
    top: 25%;
  }

  .headtext {
    font-size: 14px;
  }

  .title {
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: center;
  }
  .marker {
    width: 250px;
    height: 250px;
  }
  #aboutm {
    top: 10%;
    margin-top: 0px;
    left: 45%;
  }
  #lamp {
    top: 5%;
    margin-top: 0px;
    left: 45%;
  }
  #tel {
    top: 90px;
    margin-top: 0px;
    left: 50%;
    margin-left: -125px;
  }
  #icon1 {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  #icon2 {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .circle {
    left: 50%;
    width: 350px;
    margin-left: -175px;
    top: 25%;
    margin-top: 170px;
  }
  #servicbox {
    left: 5%;
    width: 90%;
    margin-left: 0px;
    top: 25%;
    margin-top: 180px;
    box-sizing: border-box;
  }
  .hidden {
    display: block;
  }
  .service {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 10px 30px;
  }
  #touch {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    left: 0px;
    margin-top: 30px;
  }
  #menufix {
    display: none;
  }
  #logomini {
    display: none;
  }
  #loader {
    display: none;
  }
  .bgmenu {
    width: 100%;
    left: 0%;
  }
  .menurow {
    height: 30px;
    font-size: 23px;
  }
  .menubox {
    margin-top: -90px;
  }
  .socialbar {
    margin-top: 100px;
  }
  #footer {
    display: none;
  }
  #contact {
    font-size: 12px;
    margin-top: 65px;
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .social {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  #bar2 {
    margin-top: -10px;
  }
  #logo2 {
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 900px) and (orientation: portrait) {
  #cssda {
    display: none;
  }
  #sp1 {
    margin-top: -35px;
  }
  #sp3 {
    margin-top: -35px;
  }
  .slide {
    position: relative;
  }
  #slide1 {
    left: 0%;
  }
  #slide2 {
    left: 0%;
    height: auto;
  }
  #slide3 {
    left: 0%;
  }
  #slide4 {
    left: 0%;
    background-size: 140%;
    width: 100%;
    height: auto;
  }
  #slide5 {
    left: 0%;
  }
  #slide6 {
    left: 0%;
  }
  #container {
    position: absolute;
  }
  #bg1 {
    background-image: url(../img/main-banner.jpg);
  }

  #bg3 {
    background-image: url(../img/bg.jpg);
  }
  #logo {
    width: 200px;
    height: 80px;
    left: 50%;
    margin-left: -90px;
    top: 50%;
    margin-top: 80px;
  }

  #footermenu {
    display: none;
  }
  .scroll {
    display: none;
  }

  #menu {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
  }
  #close {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
    margin-right: 10px;
  }

  #consult {
  }
  #consultpara {
    left: 10%;
    top: 25%;
  }
  .title {
    width: 100%;
    font-size: 25px;
  }
  .marker {
    width: 250px;
    height: 250px;
  }
  #aboutm {
    top: 10%;
    margin-top: 0px;
    left: 45%;
  }
  #lamp {
    top: 5%;
    margin-top: -100px;
    left: 45%;
  }
  #tel {
    top: 90px;
    margin-top: -200px;
    left: 50%;
    margin-left: -125px;
  }
  #icon1 {
    display: none;
  }
  #icon11 {
    display: block;
    height: 400px;
    width: 150px;
    background-image: url(img/txt11.svg);
    right: 30px;
    z-index: 20;
    background-size: contain;
    margin-top: -50px;
  }
  #icon2 {
    display: none;
  }
  #icon22 {
    display: block;
    height: 400px;
    width: 150px;
    background-image: url(img/txt22.svg);
    right: 30px;
    z-index: 20;
    margin-top: -100px;
    background-size: contain;
  }
  .circle {
    left: 50%;
    width: 350px;
    margin-left: -175px;
    top: 25%;
    margin-top: -100px;
  }
  #servicbox {
    left: 5%;
    width: 90%;
    margin-left: 0px;
    top: 25%;
    margin-top: 180px;
    box-sizing: border-box;
  }
  .hidden {
    display: block;
  }
  .service {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 10px 30px;
  }
  #touch {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    left: 0px;
    margin-top: 0px;
  }
  #menufix {
    display: none;
  }
  #logomini {
    display: none;
  }
  #loader {
    display: none;
  }
  .bgmenu {
    width: 150%;
    left: -25%;
  }
  .menurow {
    height: 30px;
    font-size: 23px;
  }
  .menubox {
    margin-top: -90px;
  }
  .socialbar {
    margin-top: 100px;
  }
  #footer {
    display: none;
  }
  #contact {
    font-size: 13px;
    margin-top: 45px;
  }
  .social {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  #bar2 {
    margin-top: -10px;
  }
  #pretxt {
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 900px) and (orientation: landscape) {
  #cssda {
    display: none;
  }
  .slide {
    position: relative;
  }
  #slide1 {
    left: 0%;
  }
  #slide2 {
    left: 0%;
    background-size: 100%;
  }
  #slide3 {
    left: 0%;
  }
  #slide4 {
    left: 0%;
    background-size: 100%;
    width: 100%;
    height: auto;
  }
  #slide5 {
    left: 0%;
  }
  #slide6 {
    left: 0%;
  }
  #container {
    position: absolute;
  }

  #bg3 {
    background-image: url(../img/bg.jpg);
  }
  #logo {
    width: 170px;
    left: 45px;
    margin-top: -70px;
    height: 70px;
  }

  #footermenu {
    display: none;
  }
  .scroll {
    display: none;
  }

  #menu {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
  }
  #close {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
    margin-right: 10px;
  }

  #consult {
  }
  #consultpara {
    left: 10%;
    top: 25%;
  }
  .title {
    width: 100%;
    left: 0;
    margin-left: 0px;
    height: auto;
    font-size: 20px;
  }
  .marker {
    width: 250px;
    height: 250px;
  }
  #aboutm {
    top: 10%;
    margin-top: 0px;
    left: 45%;
  }
  #lamp {
    top: 5%;
    margin-top: 0px;
    left: 45%;
  }
  #tel {
    top: 90px;
    margin-top: 0px;
    left: 50%;
    margin-left: -125px;
  }
  #icon1 {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  #icon2 {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .circle {
    left: 50%;
    width: 350px;
    margin-left: -175px;
    top: 25%;
    margin-top: 170px;
  }
  #servicbox {
    left: 5%;
    width: 90%;
    margin-left: 0px;
    top: 25%;
    margin-top: 180px;
    box-sizing: border-box;
  }
  .hidden {
    display: block;
  }
  .service {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 10px 30px;
  }
  #touch {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    left: 0px;
    margin-top: 30px;
  }
  #menufix {
    display: none;
  }
  #logomini {
    display: none;
  }
  #loader {
    display: none;
  }
  .bgmenu {
    width: 100%;
    left: 0%;
  }
  .menurow {
    height: 30px;
    font-size: 23px;
  }
  .menubox {
    margin-top: -90px;
  }
  .socialbar {
    margin-top: 100px;
  }
  #footer {
    display: none;
  }
  #contact {
    font-size: 12px;
    margin-top: 65px;
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .social {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  #bar2 {
    margin-top: -10px;
  }
  #logo2 {
    display: none;
  }
}

//*@media only screen
and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  #logo {
    left: 90px;
    width: 210px;
    margin-top: -85px;
  }

  .scroll {
    left: 100px;
    margin-top: 110px;
  }
  .para {
    font-size: 14px;
    width: 80%;
    margin-left: 0px;
    left: 10%;
    margin-top: -50px;
  }
  .title {
    font-size: 30px;
    left: 10%;
    margin-left: 0px;
  }
  #lamp {
    margin-top: -500px;
    margin-left: -100px;
  }
  #aboutm {
    margin-top: -250px;
  }
  .service {
    font-size: 14px;
    width: 280px;
  }
  #consult {
    left: 5%;
  }
  #consultpara {
    left: 5%;
    width: 25%;
  }
  #icon1 {
    width: 90%;
    margin-left: 0px;
    left: 5%;
  }
  #icon2 {
    width: 80%;
    margin-left: 0px;
    left: 10%;
  }
  .circle {
    margin-left: -400px;
  }
  .bgmenu {
    width: 100%;
  }
  #footermenu {
    width: 100%;
    text-align: center;
  }
}
*/ #preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999999999;
}

#pretxt {
  position: absolute;
  color: white;
  font-size: 25px;
  width: 100%;
  text-align: center;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  font-weight: 300;
  -webkit-animation: bigger 90s forwards;
  animation: bigger 90s forwards;
}

.spin {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: 50px;
}

#sp1 {
  -webkit-animation: spinner 1.5s infinite;
  animation: spinner 1.5s infinite;
  animation-timing-function: ease-in-out;
}

#sp2 {
  -webkit-animation: spinner 1.5s infinite;
  animation: spinner 1.5s infinite;
  animation-timing-function: ease-in-out;
}

#sp3 {
  -webkit-animation: spinner 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation: spinner 1.5s infinite;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
}

#logo2 {
  position: absolute;
  width: 200px;
  height: 100px;
  background-image: url(img/logomini2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -100px;
  bottom: 30px;
}

@keyframes spinner {
  0% {
    background-color: white;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

@-webkit-keyframes spinner {
  0% {
    background-color: white;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

@keyframes bigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}

@-webkit-keyframes bigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}

@keyframes scroller {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes scroller {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
}

.content {
  width: 50%;
  float: left;
  /*top: 30%;*/

  /*top: 25%;*/

  top: 5%;
  position: absolute;
}

.tint {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}

.wwd-wrapper {
  width: 50%;
  float: left;
  margin-top: 23%;
}

.wwd-wrapper b {
  font-size: 25px;
  color: #ff8618;
  font-weight: 100;
  font-family: Raleway-Bold;
  text-transform: capitalize;
  margin-top: 10px;
  float: left;
}

.wwd-lef-wrapper {
  width: 50%;
  float: left;
  margin-top: 25%;
}
.wwd-lef-wrapper img {
  width: 90%;
  height: auto;
}

.feature {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 240px;
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Raleway-Bold;
  -webkit-transition-duration: 1s;

  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  cursor: pointer;
  text-align: center;

  z-index: 1000;
}

.button:hover {
  background-image: none !important;
  /* border: solid 2px #26A3C0 !important; */
  color: #fff !important;
  background: #9a9997;
}

.subheading {
  width: 50%;
  float: left;
  /*top: 45%;*/
  top: 40%;
  position: absolute;
}
.subheading h1 {
  position: relative;
  color: #fff;
  top: 0%;
  margin-top: 0px;
  font-size: 50px;
  left: 0px;
  letter-spacing: 5px;
  text-align: justify;
  font-family: Raleway-Bold;
  margin-bottom: 0;
}

.subheading p {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.subheading h1 span {
  font-size: 25px;
  letter-spacing: 2px;
}

.wwd-wrapper .title {
  font-size: 30px;
  position: relative;
  top: 0%;
  margin-top: 0px;
  margin-right: 0px;
  /*font-weight: 700;*/
  color: #555;
  right: 0%;
  margin-bottom: 15px;
  font-family: Raleway-Bold;
}

.wwd-wrapper .title span {
  color: #ff8618;
}

.second-service {
  width: 320px;
  height: 130px;
  float: left;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-right: 10px;
}
.service-icon-wrapper {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid transparent;
  text-align: center;
  margin-top: 35px;
}
.single-service-item-details {
  margin-left: 60px;
}
.single-service-item-title {
  color: #656565;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  /* font-weight: 700; */
  text-transform: uppercase;
  font-family: Raleway-Bold;
}
.single-service-item-excerpt {
  width: 252px;
}
.single-service-item-excerpt p {
  color: #888;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
  /*letter-spacing: 0.2px;
    word-spacing: 6px;*/
}
.clear {
  clear: both;
}
.service-icon-image-before {
  width: 40px;
}

.choose {
  width: 30%;
  float: left;
  margin-top: 16%;
}

.choose img {
}

.choose-left {
  width: 62%;
  float: left;
  margin: 215px auto;
  margin-bottom: 0;
}

.subtext {
  font-size: 30px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Raleway-Bold;
}

.subtext span {
  color: #ff8618;
}

#header {
  width: 100%;
  height: 85px;
  float: left;
  background: rgba(0, 0, 0, 0.59);
  position: fixed;
  z-index: 1000;
  top: -200px;
}

.choose-para {
  position: relative;
  color: #656565;
  width: 100%;
  height: auto;
  top: 0%;
  margin-top: 0px;
  line-height: 20px;
  font-size: 13px;
  right: 0%;
  margin-right: 0px;
  text-align: justify;
  letter-spacing: 1px;
}

.choose-para b {
  font-family: Raleway-Bold;
  font-size: 15px;
}

.choose-left ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
.choose-left ul li {
  font-size: 13px;
  margin: 0 0 0px 0px;
  color: #656565;
  padding-left: 0px;
  text-align: justify;
  margin-bottom: 5px;
  background-image: url(../img/star2.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  background-size: 7px auto;
}
.focus {
  width: 50%;
  float: left;
  top: 45%;
  position: absolute;
}
.focus h1 {
  position: relative;
  color: #fff;
  top: 0%;
  margin-top: 0px;
  font-size: 50px;
  left: 0px;
  letter-spacing: 5px;
  text-align: justify;
  font-family: Raleway-Bold;
}

.focus h1 span {
  font-size: 25px;
  letter-spacing: 2px;
}

.contact-left {
  width: 40%;
  float: left;
  /* top: 30%; */
  position: absolute;
  margin: 15% auto;
}

.contact-left h1 {
  font-size: 30px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Raleway-Bold;
}

.contact-left span {
  color: #ff8618;
}

.contact-left-para {
  position: relative;
  color: #888;
  width: 100%;
  height: auto;
  top: 0%;
  margin-top: 0px;
  line-height: 20px;
  font-size: 13px;
  right: 0%;
  margin-right: 0px;
  text-align: justify;
}

.contact-service {
  width: 350px;
  height: 50px;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
}
.contact-icon-wrapper {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid transparent;
  text-align: center;
  margin-top: 10px;
}
.contact-service-item-details {
  margin-left: 55px;
}

.contact-service-item-excerpt {
  width: 340px;
}
.contact-service-item-excerpt p {
  color: #888;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}
.clear {
  clear: both;
}
.contact-icon-image-before {
  width: 25px;
  float: left;
}

/*========My Csss Code here start=====*/

.main-menu-wrap {
  width: 1024px;
  margin: 0 auto;
  float: none;
  position: relative;
}

.menu-sect {
  width: 360px;
  height: 85px;
  float: right;
  /* border: solid 1px red; */
  position: relative;
  right: 0;
  z-index: 2000;
}

.white-strip {
  width: 360px;
  height: 45px;
  background: none;

  margin: 0;
  float: left;
  margin-top: 25px;
}

.menu-open-btn {
  width: 80px;
  height: 45px;
  float: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.apply-btn {
  width: 200px;
  height: 45px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: Raleway-Bold;
  color: #656565;
  background: #fff;
  /*cursor:pointer;*/
}

.apply-btn:hover {
  background: #9a9997;
  color: #fff;
}

.phone-wrap {
  width: 450px;
  height: 540px;

  float: right;
  margin-top: 115px;
  background: url(../img/smartphone4.png) no-repeat;
}

.form-sect {
  width: 235px;
  height: 405px;
  float: left;
  margin: 50px 28px;
  background: #ebecec;
}

.contact-submit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25) !important; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
  border: none !important;
  width: 155px !important;
  color: #fff;
  font-family: Raleway-Bold;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  margin: 10px auto !important;
  cursor: pointer;
  padding: 0 !important;
  font-family: Raleway-Bold !important;
}

.contact-submit:hover {
  background-image: none !important;
  /* border: solid 2px #26A3C0 !important; */
  color: #fff !important;
  background: #9a9997 !important;
}

.form-sect textarea {
  width: 185px;
  margin: 30px auto;
  display: block;
  height: 100px;
  background: none;
  border: solid 1px #adadad;
  padding-left: 7px;
  padding-top: 7px;
  font-family: Raleway-Regular;
  outline: none;
  resize: none;
  margin-bottom: 25px;
}

.form-sect input {
  width: 185px;
  margin: 30px auto;
  display: block;
  height: 30px;
  background: none;
  border: solid 1px #adadad;
  padding-left: 7px;
  font-family: Raleway-Regular;
  outline: none;
  resize: none;
}

.menu-btnn {
  width: 80px;
  height: 45px;
  float: none;
  margin: 0px auto;
  background: url(../img/menu-icon.png) no-repeat;
  background-size: 35px 25px;
  background-position: center;
  /* margin: 0; */
  cursor: pointer;
}
.menu-btnn2 {
  width: 80px;
  height: 45px;
  float: none;
  margin: 0px auto;
  background: url(../img/close-menu.png) no-repeat;
  background-size: 25px 25px;
  background-position: center;
  /* margin: 0; */
  cursor: pointer;
}

#overlay-back {
  position: fixed;
  top: 70px;
  right: 260px;
  width: 355px;
  height: 565px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  z-index: 4000;
  display: none;
}

.navv {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.navv ul {
  width: 100%;
  margin: 0;
  /* padding-top: 80px; */
  float: left;
  padding: 0;
  padding-top: 35px;
}

.navv ul li {
  list-style: none;
  position: relative;
}

.div1 {
  width: 100%;
  height: 565px;
  position: absolute;
  margin: 0;
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover !important;
  opacity: 0;
  float: left;
  z-index: -10;
  top: -35px;

  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.navv ul li:hover .div1 {
  opacity: 0.1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.navv ul li a {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  margin: 12px 0;
  letter-spacing: 1px;
  font-family: Raleway-Bold;

  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/*.cl-effect-11 a {} 
.cl-effect-11 a::before {position: absolute;top: 0;left: 0; text-align:center; overflow: hidden;  max-width: 0; 
border-bottom: 2px solid #006CB5;color: #006CB5; line-height:25px; text-align:center; float:left;   
padding: 18px 0; padding-bottom:2px;
    content: attr(data-hover);-webkit-transition: max-width 0.5s;-moz-transition: max-width 0.5s;transition: max-width 0.5s; webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {max-width: 100%;}*/

.navv ul li a:hover {
  color: #000;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.social-icon {
  float: left;
  margin: 20px 91px;
  width: 180px;
  /* display: block; */
  clear: both;
}

.social-icon img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
  border: solid 2px #fff;
  padding: 3px;
}

.Inner-page {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

.banner-sect {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.banner-sect img {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.inn-tint {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  opacity: 0.7;
  top: 0;
}

.logo2 {
  float: left;
  width: 200px;
  /* border: solid 1px red; */
  margin-top: 7px;
}

.logo2 img {
  width: 200px;
}

.inn-h-sect {
  width: 1024px;
  margin: 0 auto;

  height: 75px;
}

.inn-header {
  background: rgba(0, 0, 0, 0.71);
  float: left;
  width: 100%;
  position: fixed;
  height: 75px;
  z-index: 10;
}

.inn-banr-h {
  width: 1024px;
  margin: 0 auto;
  float: none;
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 230px;
  font-family: Raleway-Bold;
}

.divid-secct {
  width: 100%;
  height: auto;
  background: #f1f1f1;
  margin: 0;
  padding: 0;
  float: left;
}

.inn-cntnt-wrapp {
  width: 1350px;
  margin: 0 auto;
  height: auto;

  padding: 50px 0;
}

.inn-cntnt-wrapp h2 span {
  color: #ff8618;
}

.inn-cntnt-wrapp h5 {
  font-size: 19px;
  text-align: left;
  color: #f68b1d;
  line-height: 22px;
  padding: 0 30px;
  font-weight: 100;
  font-family: Raleway-Bold;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.inn-cntnt-wrapp h2 {
  text-align: center;
  color: #656565;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: Raleway-Bold;
  font-weight: 300;
}

.inn-cntnt-wrapp p {
  font-size: 18px;
  text-align: center;
  color: #656565;
  line-height: 28px;
  padding: 0 30px;
}

.boxx-sect {
  width: 1024px;
  height: auto;
  margin: 40px 0 0 0;
  float: left;
  padding-bottom: 50px;
}

.box {
  width: 300px;
  height: auto;
  margin-right: 38px;
  /* float: left; */
  display: inline-block;
  padding-bottom: 15px;
}

.box img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.box h3 {
  text-align: center;
  font-family: Raleway-Bold;
  color: #656565;
  font-size: 15px;
  letter-spacing: 1px;
}

.box p {
  padding: 0;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}

.footer-layout {
  width: 100%;
  height: 200px;
  background: #232323;
  float: left;
  margin: 0;
  padding: 0;
}

.footer-wraper {
  width: 1024px;
  height: 150px;
  margin: 25px auto;
}

.foot-logo {
  width: 260px;
  float: left;
  margin-top: 35px;
}

.foot-logo img {
  width: 260px;
}

.foot-cont {
  width: 435px;
  height: 155px;
  float: right;
}

.foot-cont p {
  font-size: 12px;
  color: #fff;
  width: 400px;
  float: left;
  margin-bottom: 10px;
}

.foot-cont img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.tab-section-div {
  width: 1024px;
  height: 325px;
  float: left;

  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.arrow1 {
  width: 47px;
  height: 47px;
  background: url(../img/arrow2.png) no-repeat;
  float: left;
  background-size: 35px 35px !important;
  margin: 0;
  -webkit-animation: fly 2s ease-in-out;
  -moz-animation: fly 2s ease-in-out;
  -o-animation: fly 2s ease-in-out;
  animation: fly 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrow2 {
  width: 47px;
  height: 47px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 35px 35px !important;
  float: left;
  margin: 0;
  margin-top: 75px;
  -webkit-animation: fly 2s ease-in-out;
  -moz-animation: fly 2s ease-in-out;
  -o-animation: fly 2s ease-in-out;
  animation: fly 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@-webkit-keyframes fly {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-o-keyframes fly {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes fly {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.pp p {
  font-size: 13px;
  text-align: justify;
  color: #656565;
  line-height: 20px;
  padding: 0 30px;
  letter-spacing: 1px;
  margin: 0;
}

.pp p span {
  font-family: Raleway-Bold;
  color: #ff8618;
  font-size: 15px;
}

.pp p b {
  font-family: Raleway-Bold;
  color: #969494;
  font-size: 15px;
}

.pp ul {
  padding: 0 30px;
  margin: 0;
  float: left;
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pp ul li {
  font-size: 13px;
  text-align: left;
  color: #656565;
  line-height: 20px;
  background-image: url(../img/star2.png);
  background-size: 7px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 17px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.apply_section {
  width: 700px;
  float: none;
  height: auto;
  margin: 60px auto;
  padding: 0;
}

.apply_section form label {
  float: left;
  width: 280px;
  font-size: 14px;
  color: #656565;

  letter-spacing: 1px;
  font-weight: 300;
}

.apply_section form input {
  float: right;
  float: right;
  width: 380px;
  height: 25px;
  margin-bottom: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #f8f9f9;
  outline: none;
  resize: none;
  padding: 10px;

  border-bottom: solid 2px rgba(127, 201, 80, 0.68);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: Raleway-Regular;
}

.apply_section form textarea {
  float: right;
  width: 380px;
  height: 100px;
  margin-bottom: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #f8f9f9;
  outline: none;
  resize: none;
  padding: 10px;

  border-bottom: solid 2px rgba(127, 201, 80, 0.68);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: Raleway-Regular;
}

.button2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
  background: rgb(255, 135, 25); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 135, 25, 1) 0%,
    rgba(127, 201, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Raleway-Bold;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  cursor: pointer;
  text-align: center;
  width: 200px;
  z-index: 1000;
  float: right;
  border: none;
  margin-right: 98px;
  margin-top: 15px;
}

.button2:hover {
  background-image: none !important;

  color: #fff !important;
  background: #9a9997;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 900px;
    margin: 0 auto;
  }

  .scrolltext {
    font-size: 19px;
  }

  .scroll {
    left: 52px;
  }

  .second-service {
    width: 275px;
  }

  .single-service-item-excerpt {
    width: 215px;
  }

  .main-menu-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .partner-logo-sect {
    display: none;
  }

  .gallery-box {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
  }

  #cccc {
    display: none;
  }

  .scrolltext span {
    font-size: 13px;
    line-height: 20px;
  }

  .scrolltext img {
    width: 200px;
  }

  .box22 {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: left;
    padding-bottom: 25px;
  }

  .box22 img {
    float: none;
    margin-top: 0;
  }

  .yy {
    margin-left: 0;
  }

  .box22 h3 {
    text-align: center;
  }

  .banner-sect {
    height: auto;
  }

  .arrow1 {
    display: none;
  }

  .banner-logo2 {
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  .banner-logo2 img {
    width: 180px;
    float: left;
  }

  .pp ul {
    padding: 0;
  }
  .apply_section {
    width: 90%;
  }

  .apply_section form label {
    margin-bottom: 5px;
    width: 100%;
  }

  .apply_section form input {
    width: 94%;
  }

  .apply_section form textarea {
    width: 94%;
  }

  .button2 {
    margin-right: 0;
    margin: 0 auto;
    display: block;
    float: none;
  }

  #ttr {
    display: none;
  }

  #responsive-div {
    display: block;
  }

  .inn-cntnt-wrapp {
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 8px 0;
  }

  .inn-cntnt-wrapp p {
    font-size: 15px;
    text-align: center;
    color: #656565;
    line-height: 23px;
    padding: 0 20px;
  }

  .boxx-sect {
    width: 100%;
    margin: 15px 0 0 0;
    padding-bottom: 20px;
  }

  .banner-sect img {
    width: 100%;
    height: auto;
    margin: 75px 0 0 0;
    float: left;
  }

  .box {
    width: 90%;
    height: auto;
    margin-right: 0;
    float: none;
    margin: 0 auto;
    display: block;
    /* display: inline-block; */
  }

  .box p {
    padding: 0;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
  }

  .tab-section-div {
    width: 90%;
    height: 600px;
    float: none;
    margin: 0 auto;
    padding: 0;
    margin-top: 30px;
  }

  #tabs,
  #tabs2,
  #tabs3,
  #tabs4,
  #tabs5 {
    width: 96% !important;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  #tabs_container {
    padding: 0px;
    width: 100%;
    overflow: inherit !important;
    position: relative;
    height: 460px !important;
  }

  #tabs_container div {
    top: 20px !important;
    width: 100%;
  }

  .strong {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    margin-right: 0;
  }

  #tabs_container p {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }

  #tabs li,
  #tabs2 li,
  #tabs3 li,
  #tabs4 li,
  #tabs5 li {
    float: left;
    margin-right: 2px;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .pp {
    width: 100%;
    margin: 0 auto;
  }

  .pp p {
    text-align: justify;
    padding: 0;
  }
  .footer-layout {
    padding-bottom: 20px;
    height: auto;
  }

  .cntct-frm-secctt {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  .cntct-map-add p img {
    display: none;
  }
  .cntct-map-add {
    float: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .footer-wraper {
    width: 90%;
    height: auto;
    margin: 25px auto;
  }
  .foot-logo {
    width: 100%;
    float: none;
    /* margin-top: 50px; */
    margin: 0 auto;
  }

  .logo2 {
    float: left;
    width: 175px;
    /* border: solid 1px red; */
    margin-top: 15px;
    margin-left: 15px;
  }

  .foot-logo img {
    margin: 0 auto;
    display: block;
  }

  .foot-cont {
    width: 100%;
    height: auto;
    float: right;
  }

  .foot-cont img {
    display: none;
  }
  .inn-cntnt-wrapp h2 {
    font-size: 20px;
    text-align: center !important;
  }

  .pp p {
    font-size: 13px;
    text-align: justify;
  }
  .foot-cont p {
    font-size: 12px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
  }

  #overlay-back2 {
    top: 70px;
    right: 0px;
    width: 100%;
    height: 295px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8719+0,7fc950+100 */
    background: rgb(255, 135, 25); /* Old browsers */
    background: -moz-linear-gradient(
      -45deg,
      rgba(255, 135, 25, 1) 0%,
      rgba(127, 201, 80, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      -45deg,
      rgba(255, 135, 25, 1) 0%,
      rgba(127, 201, 80, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      135deg,
      rgba(255, 135, 25, 1) 0%,
      rgba(127, 201, 80, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8719', endColorstr='#7fc950',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    opacity: 1;
    filter: alpha(opacity=60);
    z-index: 4000;
    display: none;
    position: fixed;
    overflow: hidden !important;
  }

  .navv ul {
    padding-top: 20px;
  }

  .social-icon {
    float: left;
    margin: 2px 95px;
    width: 140px;

    clear: both;
  }

  .logo2 img {
    width: 165px;
  }
  .social-icon img {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }

  .navv ul li a {
    margin: 8px 0;
  }
  .menu-sect {
    width: 100px;
    position: fixed;
    right: 0px;
    z-index: 2000;
  }

  .white-strip {
    width: 360px;
  }

  .apply-btn {
    width: 50px;
    font-size: 9px;
  }

  .menu-open-btn {
    width: 50px;
  }

  .menu-btnn {
    width: 50px;
  }

  .content {
    width: 90%;
    float: none;
    top: 40%;

    position: absolute;
    left: 28px;
    right: 0;
    margin: 0 auto;
  }

  .wrapper {
    width: 96%;
  }

  .wwd-lef-wrapper {
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  .wwd-lef-wrapper img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .button {
    text-align: center;
    width: 55%;
    z-index: 1000;
    margin: 20px auto;
    font-size: 12px;
  }

  .wwd-wrapper {
    width: 96%;
    float: left;
    margin-top: 4%;
    padding: 0 2%;
  }

  .subheading {
    width: 94%;
    float: left;
    top: 38%;
    left: 20px;
    position: absolute;
  }

  .subheading h1 {
    font-size: 33px;
  }

  .subheading h1 span {
    font-size: 18px;
  }

  .service-icon-wrapper {
    width: 50px;
    height: 50px;
    float: none;
    border: 1px solid transparent;
    text-align: center;
    margin-top: 35px;
    margin: 0 auto;
    display: block;
    clear: both;
  }

  .single-service-item-details {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .single-service-item-title {
    color: #656565;
    font-size: 15px;
    /* float: left; */
    /* width: 100%; */
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3px;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-family: Raleway-Bold;
  }

  .single-service-item-excerpt {
    width: 95%;
    margin: 0 auto;
  }

  .second-service {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
    margin-top: 0;
    margin-right: 10px;
  }

  .circle21 {
    display: none;
  }

  .choose {
    width: 100%;
    float: left;
    margin-top: 0;
  }

  .choose img {
    margin: 0 auto;
    display: block;
  }

  .choose-para {
    letter-spacing: 0;
  }

  .choose-left {
    width: 96%;
    float: none;
    margin: 0% auto;
    padding: 0 2%;
  }
  .subtext {
    font-size: 30px;
    color: #555;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Raleway-Bold;
    float: left;
    width: 100%;
    text-align: center;
  }

  .focus {
    width: 95%;
    float: left;
    top: 30%;
    left: 16px;
    position: absolute;
  }

  .focus h1 {
    font-size: 33px;
  }

  .focus h1 span {
    font-size: 18px;
    letter-spacing: 2px;
  }

  body {
    height: auto !important;
  }

  .contact-left {
    width: 94%;
    float: left;
    /* top: 30%; */
    position: relative;
    margin: 0% auto;
    padding: 10px;
  }

  #slide7 {
    width: 100%;
    background: #fdfdfd;
    left: 0;
    /* box-shadow: 0px 0px 50px rgba(0,0,0,0.3); */
    z-index: 30;
    height: auto;
  }

  .phone-wrap {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0;
    background: none;
    /* display: block; */
    background-size: 100% 535px;
    background-position: center center;
    /* display: block; */
    /* margin: 0 auto; */
    /* float: left; */
    margin-left: 0;
    margin-bottom: 36px;
  }

  .contact-left {
    width: 94%;
    float: left;
    /* top: 30%; */
    position: relative;
    margin: 0% auto;
    padding: 10px;
  }

  .contact-icon-wrapper {
    display: none;
  }

  .contact-service-item-excerpt {
    width: 100%;
    float: left;
  }

  .contact-service-item-excerpt p {
    text-align: center;
  }

  .contact-service {
    width: 95%;
    height: 50px;
    float: none;

    margin: 0 auto;
  }

  .contact-left h1 {
    text-align: center;
  }
  .contact-service-item-details {
    margin-left: 0;
  }

  .arrow2 {
    display: none;
  }

  .slide {
    min-height: 300px;
    height: auto;
    float: left;
  }

  .form-sect {
    width: 100%;
    margin: 0;
    background: none;
  }

  .form-sect input {
    width: 90%;
  }

  .form-sect textarea {
    width: 90%;
  }
  iframe {
    margin-top: 70px;
    height: 250px;
  }

  .inn-banr-h {
    display: none;
  }
}

@media screen and (min-height: 730px) {
  .choose-left {
    margin: 250px auto;
    margin-bottom: 0;
  }

  #consult {
    margin-top: 19%;
  }

  .phone-wrap {
    margin-top: 150px;
  }

  .scroll {
    left: 235px;
  }

  .contact-submit {
    line-height: 33px;
  }
}
