@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Asap:400,700|Roboto:400,100,300,300italic,500,700,900|Six+Caps|Lato:900,700);
/*========================================================
										Main Styles
=========================================================*/
body {
  color: #262626;
  font-family: "abelregular", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background: #fff;
}

/*================      Typography      =================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  color: #000;
}

h1,
.heading-1 {
  font-family: 'abelregular';
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
}

h2,
.heading-2 {
  font-size: 30px;
  font-weight: 300;
}

h3,
.heading-3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
}

h4,
.heading-4 {
  font-size: 24px;
  font-weight: 400;
}

h5,
.heading-5 {
  font-size: 18px;
  text-transform: uppercase;
}

h6,
.heading-6 {
  font-size: 16px;
}

.lite {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .big {
    font-size: 42px;
  }
}
@media (min-width: 1700px) {
  .big {
    font-size: 68px;
  }
}

p.big {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  p.big {
    font-size: 33px;
  }
}

.small {
  font-size: 10px;
}

a.small {
  font-size: 12px;
}

p.small {
  font-size: 14px;
  line-height: 1.71429;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-transf-none {
  text-transform: none;
}

.text-dec-underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

p a:hover, .marked-list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #f68724;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #f68724;
}

.link {
  display: inline-block;
  color: #f68724;
  max-width: 100%;
  font-size: 18px;
  -webkit-transition: .4s;
          transition: .4s;
}
.link:hover {
  opacity: .4;
  color: #c56108;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background-color: #f68724;
  color: #fff;
}
.bg-primary .btn-primary {
  color: #fff;
  border-color: #fff;
}
.bg-primary .btn-primary:hover {
  background: #fff;
  color: #f68724;
}
.bg-primary a.link,
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #fff;
}

.bg-default-variant-1 {
  color: #020F4B;
}

.bg-default-variant-2 {
  background-color: #333333;
  color: #fff;
}

/*==================  Colors  ======================*/
.primary-color {
  color: #fff;
}

.color-1 {
  color: #000;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.circle {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .max-width-1 {
    max-width: 285px;
    display: inline-block;
  }
}

a.fa-facebook {
  color: #4a4e53;
}
a.fa-facebook:hover {
  color: #4a4e53;
}

a.fa-twitter {
  color: #4a4e53;
}
a.fa-twitter:hover {
  color: #4a4e53;
}

a.fa-instagram {
  color: #4a4e53;
}
a.fa-instagram:hover {
  color: #4a4e53;
}

a.fa-linkedin {
  color: #fff;
}
a.fa-linkedin:hover {
  color: #4d8fff;
}

a.fa-envelope {
  color: #fff;
}
a.fa-envelope:hover {
  color: #4d8fff;
}

.top-line {
  border-top: 1px solid #dddddd;
}

.bottom-line {
  border-bottom: 1px solid #dddddd;
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
					 				Main Layout
=========================================================*/
* + .row {
  margin-top: 0px;
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 50px;
  }
}

* + .resp-tabs {
  margin-top: 58px;
}

* + h5 {
  margin-top: 39px;
}

* + .list {
  margin-top: 24px;
}

h5 + * {
  margin-top: 17px;
}

p + p {
  margin-top: 17px;
}

p + .btn {
  margin-top: 45px;
}

h1 + .link {
  margin-top: 10px;
}

p + .inline-list {
  margin-top: 29px;
}

.container > h1 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .container > h1 {
    margin-top: 0;
  }
}

.list + .btn {
  margin-top: 25px;
}

.icon + h4 {
  margin-top: 30px;
}

img + h4 {
  margin-top: 32px;
}

h4 + p {
  margin-top: 17px;
}

/*==================      Offsets     ======================*/
.offset-0 {
  margin-top: 0px;
}

.offset-1 {
  margin-top: 15px;
}

.offset-2 {
  margin-top: 6px;
}

.offset-3 {
  margin-top: 16px;
}

.offset-4 {
  margin-top: 30px;
}

.offset-5 {
  margin-top: 53px;
}

.offset-7 {
  margin-top: 50px;
}

.offset-11 {
  margin-top: 54px;
}

@media (min-width: 992px) {
  .offset-6 {
    margin-top: 57px;
  }
}
/*==================      Col-offsets     ======================*/
[class*="col-"] {
  margin-top: 60px;
}

@media (min-width: 768px) {
  [class*="col-xs"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  [class*="col-"] {
    margin-top: 0px;
  }

  .offset-8 {
    margin-top: 64px;
  }

  .offset-9 {
    margin-top: 30px;
  }

  .offset-10 {
    margin-top: 28px;
  }
}
/*==================     Well     ======================*/
.well-xs,
.well-md,
.well-sm,
.well-lg {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .well-xs,
  .well-md,
  .well-sm,
  .well-lg {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .well-xs,
  .well-md,
  .well-sm,
  .well-lg {
    padding-top: 50px;
  }
}

.well {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .well {
    padding-top: 65px;
    padding-bottom: 49px;
  }
  .well--inset-1 {
    padding-bottom: 170px;
  }
  .well--inset-2 {
    padding-bottom: 50px;
  }
  .well--inset-3 {
    padding-bottom: 112px;
  }

  .well-xs {
    padding-top: 72px;
    padding-bottom: 63px;
  }
  .well-xs--inset-1 {
    padding-bottom: 95px;
  }
  .well-xs--inset-2 {
    padding-bottom: 115px;
  }

  .well-sm {
    padding-top: 138px;
    padding-bottom: 117px;
  }

  .well-md {
    padding-top: 37px;
    padding-bottom: 50px;
	}
  .well-md--inset-1 {
    padding-bottom: 65px;
  }
  .well-md--inset-2 {
    padding-bottom: 50px;
  }

  .well-lg {
    padding-top: 185px;
    padding-bottom: 107px;
  }
}
/*=======================================================
												Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: 'Six Caps', serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 3px;
  text-transform: lowercase;
}
.brand a:hover {
  color: inherit;
}

/*==================   Iinline-list    =====================*/
.inline-list {
  word-spacing: 2px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*==================   List    =====================*/
.list > li {
  line-height: 44px;
  border-bottom: 1px solid #d6d6d6;
}
.list > li a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #898989;
}
.list > li a:hover {
  color: #f68724;
}
.list > li:last-child {
  border: none;
}

/*==================   Contact-info    =====================*/
.contact-info .heading-4 + * {
  margin-top: 20px;
}

/*==================   Terms-list    =====================*/
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 40px;
}

.terms-list-1 {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .terms-list-1 dt {
    float: left;
    clear: both;
    min-width: 160px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .terms-list-1 dt {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .terms-list-1 dt:last-of-type {
    text-align: right;
    min-width: 0px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .terms-list-1 dt:last-of-type {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .terms-list-1 dd {
    float: right;
  }
  .terms-list-1 dd:last-of-type {
    float: left;
  }
  .terms-list-1 dd:last-of-type a {
    text-decoration: underline;
  }
}

/*==================  Post  ======================*/
.blog-post {
  max-width: 370px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .blog-post {
    margin-top: 32px;
  }
}
.blog-post .post-content {
  background-color: #fff;
  padding: 28px 17px;
}
.blog-post .post-meta {
  color: #f68724;
  font-size: 18px;
}
.blog-post * + .post-meta {
  margin-top: 15px;
}
.blog-post .post-meta + * {
  margin-top: 25px;
}
.blog-post .post-meta + p {
  margin-top: 0px;
}
.blog-post * + .link {
  margin-top: 22px;
}
.blog-post h5 {
  font-weight: 300;
}
.blog-post + .blog-post {
  margin-top: 40px;
}

.blog-post.offset-7 {
  margin-top: 63px;
}

/*==================      Blockquote     =====================*/
.quote {
  position: relative;
}
.quote:before {
  content: "“";
  display: inline-block;
  font-size: 104px;
  line-height: 104px;
  font-family: 'Georgia', sans-serif;
  color: #ed1b24;
  position: static;
}
@media (min-width: 992px) {
  .quote:before {
    position: absolute;
    top: 1px;
    left: -3px;
  }
}
@media (min-width: 1200px) {
  .quote:before {
    left: -3px;
  }
}
.quote img {
  border-radius: 50%;
  display: inline-block;
}
.quote p.big {
  font-size: 24px;
  line-height: 1.2;
}
.quote img + p {
  margin-top: 28px;
}
.quote p {
  margin-top: 10px;
}
.quote + .quote {
  margin-top: 125px;
}
@media (min-width: 992px) {
  .quote + .quote {
    margin-top: 40px;
  }
}
.quote * + img {
  margin-top: 27px;
}

.quote--1:before {
  position: static;
  height: 40px;
}
@media (min-width: 992px) {
  .quote--1 {
    padding-left: 47px;
  }
  .quote--1:before {
    position: absolute;
    top: -16px;
  }
}
.quote--1 p + p {
  margin-top: 17px;
}

@media (min-width: 1200px) {
  .quote--2:before {
    top: -15px;
  }
}
.quote--2 p:nth-child(1) {
  padding-left: 27px;
}

/*==================   Pricing-box  ====================*/
.pricing-box {
  background: #fff;
  padding: 40px 60px 56px;
  max-width: 400px;
  margin: 0 auto;
}
.pricing-box h1 {
  font-family: 'Lato', sans-serif;
}
.pricing-box h1, .pricing-box h2, .pricing-box h3, .pricing-box h4, .pricing-box h5, .pricing-box h6,
.pricing-box .heading-1, .pricing-box .heading-2, .pricing-box .heading-3, .pricing-box .heading-4, .pricing-box .heading-5, .pricing-box .heading-6 {
  color: #898989;
}
.pricing-box .price-container {
  margin-top: 22px;
  display: block;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 90px;
  color: #333333;
}
.pricing-box .price-container .price {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
}
.pricing-box sup {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  top: 12px;
  left: 2px;
}
.pricing-box .list > li {
  line-height: 44px;
  border-bottom: none;
  border-bottom: 1px solid #d6d6d6;
}
.pricing-box .list > li:last-child {
  border: none;
}
.pricing-box .btn {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
.pricing-box .btn {
  margin-top: 24px;
}
.pricing-box * + .list {
  margin-top: 3px;
}

.active-box {
  background-color: #f68724;
  color: #fff;
  position: relative;
  padding: 84px 60px 104px;
}
@media (min-width: 992px) {
  .active-box {
    top: -46px;
  }
}
.active-box .price-container,
.active-box h1, .active-box h2, .active-box h3, .active-box h4, .active-box h5, .active-box h6,
.active-box .heading-1, .active-box .heading-2, .active-box .heading-3, .active-box .heading-4, .active-box .heading-5, .active-box .heading-6 {
  color: #fff;
}
.active-box a:hover {
  color: #c56108;
}
.active-box .list li {
  border-bottom: 1px solid #ce6e1a;
}
.active-box .list li a {
  color: #fff;
}

/*==================   Flex List    =====================*/
.flex-list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .flex-list li {
    display: table-cell;
    vertical-align: middle;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li .icon:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list li + li {
  margin-top: 38px;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #333333;
}
.icon-primary:hover {
  color: #fff;
  background-color: #f68724;
  border-color: #f68724;
}

.icon-sm {
  position: relative;
}
.icon-sm:before {
  font-size: 33px;
  line-height: 33px;
  position: absolute;
  left: -14px;
}

.icon-sm-1:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-xs {
  width: 22px;
  height: 22px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  border-width: 1px;
  background-color: #fff;
}
.icon-xs:hover {
  background-color: transparent;
}

.icon-xs--1 {
  font-size: 14px;
}
.icon-xs--1:before {
  position: relative;
  top: -3px;
  left: -4px;
}

.icon-sm-1 {
  font-size: 34px;
}

.icon-sm-2 {
  font-size: 34px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.icon-md {
  width: 136px;
  height: 136px;
  font-size: 55px;
  line-height: 136px;
  border-width: 1px;
  border-style: solid;
}

.icon-lg {
  width: 120px;
  height: 120px;
  border-width: 1px;
  border-style: solid;
  font-size: 48px;
  line-height: 120px;
}
@media (min-width: 992px) {
  .icon-lg {
    width: 166px;
    height: 166px;
    line-height: 166px;
    font-size: 60px;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*==================     Buttons     ======================*/
.btn {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.btn:hover {
  background: transparent;
  cursor: pointer;
}
.btn:active {
  background: transparent;
  cursor: pointer;
}

.btn-primary {
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.btn-primary:hover {
  background: #ed1b24;
  color: #fff;
}
.btn-primary:active {
  background: #de6d09;
  color: #fff;
}

.btn-default {
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 10;
}
.btn-default:before, .btn-default:after {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2DA411;
  background: -webkit-linear-gradient(top, #51c137 0%, #2DA411 100%) repeat scroll 0% 0%;
  background: linear-gradient(to bottom, #51c137 0%, #2DA411 100%) repeat scroll 0% 0%;
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity .4s ease-out;
          transition: opacity .4s ease-out;
}
.btn-default:after {
  background: -webkit-linear-gradient(top, #2DA411 0%, #51c137 100%) repeat scroll 0% 0%;
  background: linear-gradient(to bottom, #2DA411 0%, #51c137 100%) repeat scroll 0% 0%;
  opacity: 0;
}
.btn-default:hover {
  color: #fff;
}
.btn-default:hover:after {
  opacity: 1;
}
.btn-default:hover:before {
  opacity: 0;
}
.btn-default:active {
  color: #fff;
}
.btn-default:active:after {
  opacity: 0.8;
}
.btn-default:active:before {
  opacity: 0;
}

.btn-xs {
  font-size: 16px;
  min-width: 191px;
  padding: 20px 0px;
}

.btn-sm {
  padding: 8px 5px;
  font-size: 22px;
  min-width: 191px;
  border-radius: 0;
}

.btn-sm-1 {
  min-width: 180px;
  font-size: 22px;
  padding: 15px 5px;
}

.btn-md {
  min-width: 230px;
  font-size: 22px;
  padding: 16px 5px;
}

.btn-lg {
  min-width: 265px;
  font-size: 18px;
  padding: 19px 5px 19px;
}

/*==================   Thumbnail    ======================*/
.gallery-item {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 370px;
  position: relative;
}
.gallery-item:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .gallery-item:hover:before {
  display: block;
}
.gallery-item img {
  width: 100%;
  -webkit-transition: all .5s ease 0s;
          transition: all .5s ease 0s;
}
.gallery-item:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(2, 30, 153, 0.8);
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  padding: 85px 25px 30px;
}
.gallery-item .thumb_overlay h1, .gallery-item .thumb_overlay h2, .gallery-item .thumb_overlay h3, .gallery-item .thumb_overlay h4, .gallery-item .thumb_overlay h5, .gallery-item .thumb_overlay h6,
.gallery-item .thumb_overlay .heading-1, .gallery-item .thumb_overlay .heading-2, .gallery-item .thumb_overlay .heading-3, .gallery-item .thumb_overlay .heading-4, .gallery-item .thumb_overlay .heading-5, .gallery-item .thumb_overlay .heading-6 {
  color: #fff;
}
.gallery-item .thumb_overlay .inline-list {
  word-spacing: 30px;
}
.gallery-item .thumb_overlay a {
  display: inline-block;
  color: #fff;
  margin-left: 18px;
}
.gallery-item .thumb_overlay a:hover {
  color: #333333;
}
.gallery-item .thumb_overlay p + .inline-list {
  margin-top: 0;
}
.gallery-item .thumb_overlay h4 {
  text-transform: uppercase;
}
.gallery-item .thumb_overlay h4 + p {
  margin-top: 5px;
}
.gallery-item .thumb_overlay .inline-list span:before {
  font-size: 20px;
}
@media (min-width: 768px) {
  .gallery-item .thumb_overlay {
    padding: 20px 25px 20px;
  }
}
@media (min-width: 1200px) {
  .gallery-item .thumb_overlay {
    padding: 53px 25px 30px;
  }
  .gallery-item .thumb_overlay p + .inline-list {
    margin-top: 16px;
  }
  .gallery-item .thumb_overlay h4 + p {
    margin-top: 17px;
  }
  .gallery-item .thumb_overlay .inline-list span:before {
    font-size: 33px;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #000;
  background: #fff;
}
.parallax .big {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .parallax .big {
    font-size: 40px;
  }
}
.parallax * + p {
  margin-top: 20px;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
@media (min-width: 768px) {
  .resp-tabs-list li {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .resp-tabs-list li {
    padding: 9px 12px;
	font-size: 14px;
  }
}
.resp-tabs-list li:hover {
  color: #4d8fff;
  border-color: #4d8fff;
}
.resp-tabs-list .resp-tab-active {
  color: #4d8fff;
  border-color: #4d8fff;
}
.resp-tabs-list li + li {
  margin-left: 4px;
}

.resp-tabs-container {
  padding-top: 29px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}
.resp-tab-content [class*="col-"] {
  margin-top: 28px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 479px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    color: #f68724;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #021e99;
    line-height: 1.2;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #E5E5E5 none repeat scroll 0% 0%;
    border-color: #D8D8D8;
    color: #000;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 10px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}
@media (min-width: 992px) {
  .sf-menu {
    margin-right: 45px;
  }
}
@media (min-width: 1200px) {
  .sf-menu {
    margin-left: 30%;
	width: 100%;
  }
}

.sf-menu > li > a {
  color: #303958;
  font-size: 14px;
  padding: 38px 27px;
  font-weight: 400;
  font-family: "abelregular", sans-serif;
  font-weight: bold;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  //background: #ffc90a;
}
.sf-menu > li.active > a {
  //background: #ffc90a;
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 14px;
	padding: 30px 24px;
  }
}

.sf-menu ul {
  display: none;
position: absolute;
top: 100%;
width: 165px;
padding-top: 20px;
padding-bottom: 20px;
background: #464746;
z-index: 2;
box-sizing: border-box;
color: #fff;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
color: #fff;
padding: 5px 10px;
text-transform: none;
font-weight: bold;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #f3a000;
  //box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li a {
  font-size: 14px;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: -10px;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #f68724;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -6px;
  content: "";
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #4d8fff;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  font-size: 18px;
  width: 100%;
  z-index: 9999999;
  padding-left: 33px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .stuck_container {
    position: static;
  }
}

.isStuck {
  position: fixed;
  top: 55px;
  background: #fff;
  z-index: 999;
  min-height: 67px;
}
.isStuck .search-form_toggle {
  top: 17px;
}
.isStuck .sf-menu > li > a {
  padding: 39px 27px;
}
.isStuck .brand {
  padding: 0;
  line-height: 1;
  display: none;
}
@media (min-width: 992px) {
  .isStuck .brand {
    display: block;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 37px;
  line-height: 37px;
  color: #eade30;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #f3a000;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
							HEADER  Section
=========================================================*/
header {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 999999999;
  width: 100%;
}
header .top-section {
  display: none;
  padding: 10px 25px 7px 35px;
}
header .top-section .contact-info {
  font-size: 10px;
  text-transform: uppercase;
  color: #d8d8d8;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}
header .top-section .contact-info li:nth-child(1) a {
  padding-left: 14px;
  padding-right: 9px;
}
header .top-section .contact-info li:nth-child(1) > span {
  padding-top: 2px;
  padding-right: 5px;
}
header .top-section .contact-info li:nth-child(2) {
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  height: 17px;
  position: relative;
}
header .top-section .contact-info li:nth-child(2):before {
  content: '';
  height: 13px;
  width: 1px;
  border-left: 1px dotted #a0a0a0;
  position: absolute;
  top: 3px;
  left: -1px;
}
header .top-section .contact-info li:nth-child(3) {
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  height: 17px;
  position: relative;
}
header .top-section .contact-info li:nth-child(3):before {
  content: '';
  height: 13px;
  width: 1px;
  border-left: 1px dotted #a0a0a0;
  position: absolute;
  top: 3px;
  left: -1px;
}
header .top-section .contact-info li:nth-child(4) {
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  height: 17px;
  position: relative;
}
header .top-section .contact-info li:nth-child(4):before {
  content: '';
  height: 13px;
  width: 1px;
  border-left: 1px dotted #a0a0a0;
  position: absolute;
  top: 3px;
  left: -1px;
}
@media (min-width: 768px) {
  header .top-section {
    display: block;
  }
}
@media (min-width: 992px) {
  header {
    text-align: left;
  }
  header .brand {
    float: left;
    padding: 3px 0px 0 0;
  }
  header nav {
    float: left;
  }
}
@media (min-width: 1200px) {
  header .brand {
    float: left;
    padding: 4px 0px 0 0;
  }
}
header section {
  position: relative;
}
header a[href^="callto:"] {
  color: #fff;
}
header a[href^="callto:"]:hover {
  color: #fdc913;
}
header .inline-list {
  float: left;
}
header .inline-list span {
  display: inline-block;
}
header .inline-list--1 {
  float: right;
}
header .fa-phone:before {
  top: -1px;
  left: -6px;
}
header .fa-envelope-o:before {
  left: -14px;
}

/*========================================================
						CONTENT  Section
=========================================================*/
main {
  display: block;
  //min-height: 100vh;
}

/*========================================================
						 FOOTER  Styles
=========================================================*/
footer {
background: #20303f;
color: #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer nav a {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
}
footer .copyright,
footer a[href^="callto:"] {
  color: #fff;
}
footer .copyright {
  font-size: 12px;
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
}
footer .active {
  color: #de6d09;
}
footer .list > li {
  line-height: 24px;
  border-bottom: none;
}
footer .list a {
  font-size: 14px;
}
footer a:hover {
  color: #fff;
}
footer .big {
  font-size: 16px;
}
footer .small {
  font-size: 11px;
}
footer .inline-list {
  word-spacing: 32px;
}
footer .inline-list li {
  display: block;
}
footer .inline-list a {
  text-transform: uppercase;
}
footer * + .copyright {
  margin-top: 0px;
}
footer * + .list {
  margin-top: 10px;
}
footer * + p {
  margin-top: 5px;
}
footer * + .nav {
  margin-top: 104px;
}
footer a[href^="callto:"] {
  font-weight: normal;
}
footer a[href^="callto:"]:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .inline-list li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  footer .well {
    padding-top: 70px;
  }
  footer .big {
    font-size: 27px;
  }
}
.logo_wid
{
width: 200px;
margin-top: 5px;
margin-bottom: 5px;
}
.texman
{
margin-top: -4px;
font-weight: 400;
}
.icoimg
{
width: 50px;
}
.folast
{
padding: 15px 0px !important;
background-color: rgb(1, 0, 27);
color: rgb(255, 255, 255);
font-size: 13px;
}
.con_form
{
width: 48%;
float: left;
border: 1px solid rgb(217, 217, 252) !important;
padding: 6px 10px;
margin: 9px 5px;
color: #020F4B;
}
.con_form1
{
width: 98%;
float: left;
border: 1px solid rgb(217, 217, 252) !important;
padding: 6px 10px;
margin: 9px 5px;
color: #020F4B;
}
.con_form2
{
float: left;
}
.con_form3
{
float: left;
text-align: left;
width: 50%;
}
.con_form4
{
border: 0;
background-color: #1818AA;
padding: 3px 5px;
float: left;
color: #fff;
}
.con_form5
{
font-size: 13px;

}
.con_form6
{
width: 100%;
margin: 9px 5px;
font-family: "Roboto",sans-serif;
border: 1px solid #D9D9FC !important;
padding: 6px 10px;
color: #020F4B;
font-size: 14px;
}
.conp
{
font-weight: 400;
font-size: 20px;
margin-bottom: 19px;
}
.text_left
{
text-align:left;
}
.fname
{
width: 85%;
}

.head_top_a
{
text-transform: lowercase;
color: #fff;
}
.textul
{
text-align: left;
list-style: unset;
margin-left: 15px;
}
.services_box
{
}
.services_box a p
{
background-color: #00a3e8;
padding: 5px 5px;
margin-bottom: 10px;
}
.services_box a p:hover
{
background-color: #ffc90a;
color: #000;
}
.ser_box
{
text-align: justify;
margin-top:40px;
}
.ser_box h3
{
text-align: left;
font-size: 15px;
margin: 15px 0px;
}
.ser_box p
{
}
.ser_box ul
{
margin-top: 10px;
margin-left: 30px;
}
.enquiry_box
{
margin: 0 auto;
width: 50%;
}
.enquiry_box label
{
width: 100%;
float: left;
text-align: left;
font-weight: bold;
}
.enquiry_box input
{
width: 100%;
border: 1px solid #cfcfcf;
padding: 8px 4px;
margin-top: 6px;
margin-bottom: 15px;
}
.enquiry_box textarea
{
width: 100%;
border: 1px solid #cfcfcf;
padding: 8px 4px;
margin-top: 6px;
margin-bottom: 15px;
background-color: rgb(241, 245, 251);
font-family: "Roboto", sans-serif;
font-size: 14px;
}
.submit_box
{
background: #00a3e8;
color: #fff;
}
.submit_box:hover
{
background: #ffc90a;
color: #000;

}
b{
font-weight:bold;
}
.img_hovr
{
margin: 30px 0 0;
-moz-transition: all 1000ms ease;
-webkit-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.img_hovr:hover
{
	margin-top: 0px;
	margin-bottom: 30px;
}
.sov_ico
{
	float: right;
	margin-top: 35px;
}

@font-face {
    font-family: 'abelregular';
    src: url('../fonts/abel-regular-webfont.woff2') format('woff2'),
         url('../fonts/abel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.secs_box
{
position: absolute;
right: 0px;
width: 80%;
border: 3px solid #f3a000;
margin-top: 4.7%;
}
.secs_box1
{
float: left;
width: 37%;
}
.secs_box1 h3
{
margin-top: 75%;
position: relative;
margin-right: 38px;
text-align: right;
color: #fff;
font-size: 35px;
}
.secs_box2
{
float: left;
width: 63%;
padding: 23px;
text-align: left;
}
.texh3
{
color: #000;
font-size: 35px;
text-align:left;
float: left;
}
.logo_wid00
{
width: 145px;
text-align: right;
float: right;
margin-right: 25%;
}
.la_ico_logo
{
padding-top: 0px;
padding-bottom: 25px;
margin-top: -20px;
}
.logo_w1d
{
width: 170px;
margin-top: 0px;
}
.logo_w1d_p
{
font-size: 14px;
margin-top: 10px;
text-align: center;
}
.prw_p
{
text-align: right;
margin-right: 25%;
font-size: 12px;
}
.home_bg_1
{
	width: 100%;
	height: 415px;
}
@media (max-width: 1198px) {
.secs_box {
    margin-top: 3.5%;
}
}
@media (max-width: 989px) {
p + p {
    margin-top: 0px;
}
.secs_box2 {
    float: left;
    width: 100%;
    padding: 23px;
    text-align: left;
    margin-top: 10px;
}
.secs_box1 {
    float: left;
    width: 100%;
}
.secs_box {
    position: relative;
    right: 0px;
    width: 93%;
    border: 3px solid #f3a000;
    margin-top: -58%;
    float: left;
    margin-left: 3.5%;
}
.secs_box1 h3 {
    margin-top: 55%;
    position: relative;
    margin-right: 38px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
.well {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hom_top
{
	margin-top: 0px;
}
}
@media (max-width: 767px) {
.foo_saba
{
float: left;
width: 50%;
text-align: left;
margin-top: 40px;
}
.foo_saba p
{
margin-left: 29%;
text-align: left;
}
.foo_saba1
{
float: left;
width: 100%;
margin-top: 20px;
margin-bottom: 40px;
}
.logo_wid00 {
    width: 145px;
    text-align: right;
    float: right;
    margin-right: 39%;
}
.prw_p {
    text-align: right;
    margin-right: 40%;
    font-size: 12px;
}
}
@media (max-width: 499px) {
.home_bg_1 {
    width: 100%;
    height: auto;
}
.secs_box {
    width: 90%;
    margin-top: -70%;
}
.secs_box1 h3 {
    margin-top: 65%;
 }
 .sov_ico {
    display: none;
}
.foo_saba p {
    margin-left: 8%;
    text-align: left;
}
.texh3 {
    color: #000;
    font-size: 35px;
    text-align: center;
    float: unset;
	margin-top: 32px;
}
.crsl-item h3 {
    font-size: 16px !important;
    text-align: center !important;
	float: unset !important;
}
.crsl-item p.readmore a {
    float: unset !important;
}
.crsl-item p {
    text-align: center;
}
.logo_wid00 {
    width: 145px;
    text-align: right;
    float: right;
    margin-right: 34%;
}
.prw_p {
    text-align: right;
    margin-right: 35%;
    font-size: 12px;
}
.secs_box {
    position: relative;
    right: 0px;
    width: 89%;
    border: 3px solid #f3a000;
    margin-top: -58%;
    float: left;
    margin-left: 5.5%;
}
}
.banner00
{
	width: 100%;
}
.hom_top10
{
	text-align: left
}
.hom_top10 h2
{
font-size: 38px;
margin-bottom: 15px;
}
.hom_top10 p
{
}
.abou_ico
{
width: 75px;
margin-bottom: 10px;
transition: all 0.8s ease-in-out 0s;
}
.rond:hover .abou_ico {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.abou_ico1
{
	width: 90%;
}
.abou_ico_box
{
	text-align: right;
	margin-bottom: 15px;
}
.abou_ico_box h3
{
	color: #f50f00;
}
.abou_ico_box p
{
}
.abou_ico_box1
{
	text-align: left;
	margin-bottom: 92px;
}
.abou_ico_box1 h3
{
	color: #f50f00;
}
.abou_ico_box1 p
{
}
.banner000
{
	width: 100%;
	display:none;
}
@media (max-width: 767px) {
.hom_top10 h2 {
    margin-top: 30px;
}
.abou_ico_box {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}
.abou_ico_box1 {
    text-align: center;
    margin-bottom: 54px;
}
.about_sdfv
{
	margin-top: 0px;
}
.abou_ico1 {
    width: 90%;
    margin-bottom: -100px;
	margin-top: -60px;
}
.banner00
{
	width: 100%;
	display:none;
}
.banner000
{
	width: 100%;
	display:block;
}
}


.inn_box {
    position: absolute;
    right: 0px;
    width: 57%;
    border: 3px solid #f3a000;
    margin-top: 4.7%;
}
.inn_box1 {
    float: left;
    width: 0%;
}
.inn_box2 {
    float: left;
    width: 100%;
    padding: 23px;
    text-align: left;
}
.inn_box3 ul
{
text-decoration: unset;
list-style: unset;
margin: 5% 15%;
}
.inn_box3 li
{
	margin-bottom: 17px;
}
.padd_box
{
	padding-top: 0px;
	padding-bottom: 75px;
}
.inn_box4 li
{
	margin-bottom: 10px;
}
.inn_box4 ul
{
text-decoration: unset;
list-style: none;
margin: 3% 15%;
}
.home_bg_2 {
    width: 100%;
    height: 550px;
}
.inn1_box4 li
{
	margin-bottom: 10px;
}
.inn1_box4 ul
{
text-decoration: none;
list-style: unset;
margin-left: 15%;
}
.inn2_box4 p
{
margin-left: 10%;
margin-bottom: 8px;
}
.inn2_box4 ul
{
text-decoration: none;
list-style: number;
margin-left: 15%;
}
.inn2_box4 li
{
margin-bottom: 10px;
}
.home_bg_3 {
    width: 100%;
    height: 493px;
}
.tevt_p
{
text-align: left;
margin-top: 35px;
}
.inn3_box4 p {
    margin-left: 10%;
    margin-bottom: 8px;
}
.inn3_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 15%;
}
.inn3_box4 li {
    margin-bottom: 3px;
}
.inn4_box4 {
    float: left;
    width: 100%;
    padding: 17% !important;
    text-align: left;
}
.inn4_box4 p {
    margin-left: 10%;
    margin-bottom: 8px;
}
.inn4_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 15%;
}
.inn4_box4 li {
    margin-bottom: 3px;
}
.home_bg_8 {
    width: 100%;
    height: 712px;
}
.inn8_box4 {
    float: left;
    width: 100%;
    padding: 5% !important;
    text-align: left;
}
.inn8_box4 p {
    margin-left: 10%;
    margin-bottom: 8px;
}
.hom_top9 h2 {
    font-size: 38px;
    margin-bottom: -4px;
}
.hom_top9 {
    text-align: left;
}
.bg08_box
{
	float: right !important;
}
.inn09_box {
    position: absolute;
    left: 0px;
    width: 57%;
    border: 3px solid #f3a000;
    margin-top: 4.7%;
}
.inn09_box2 {
    float: left;
    width: 100%;
    padding: 23px;
    text-align: left;
}
.inn09_box2 p {
    margin-right: 10%;
    margin-bottom: 8px;
}
.bg08_box1 {
    float: right !important;
	display: none;
}
.inn9_box2 {
    float: left;
    width: 100%;
    padding: 23px;
    text-align: left;
}
.inn9_box2 p{
	margin-left: 11%;
}
.home_bg_9 {
    width: 100%;
    height: 490px;
}
.inn90_box4 {
    float: left;
    width: 100%;
    padding: 8% 17% !important;
    text-align: left;
}
.inn90_box4 p {
    margin-left: -2%;
    margin-bottom: 8px;
}
.inn90_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 2%;
}
.home_bg_90 {
    width: 100%;
    height: 385px;
}
.inn91_box4 {
    float: left;
    width: 100%;
    padding: 8% 8% !important;
    text-align: left;
}
.inn91_box4 p {
    margin-left: -2%;
    margin-bottom: 8px;
}
.inn91_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: -1%;
}
.home_bg_91 {
    width: 100%;
    height: 415px;
}
.inn92_box4 {
    float: left;
    width: 100%;
    padding: 6% 4% !important;
    text-align: left;
}
.inn92_box4 p {
    margin-left: 10%;
    margin-bottom: 8px;
}
.inn92_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 15%;
}
.home_bg_92 {
    width: 100%;
    height: 380px;
}
.home_bg_910 {
    width: 100%;
    height: auto;
	display:block;
}
.hom_top900 {
    text-align: left;
}
.hom_top900 h2 {
    font-size: 38px;
    margin-bottom: 0px;
}
.home4_bg_4 {
    width: 100%;
    height: 552px;
}
.inn444_box4 {
    float: left;
    width: 100%;
    padding: 5% !important;
    text-align: left;
}
.inn444_box4 p {
    margin-left: 10%;
    margin-bottom: 8px;
}
.inn444_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 15%;
}


@media (max-width: 989px) {
.inn_box {
    position: relative;
    right: 0px;
    width: 100%;
    border: 3px solid #f3a000;
    margin-top: -4%;
    float: left;
}
.home_bg_2 {
    width: 100%;
    height: auto;
}
.inn1_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 3%;
    margin-top: 30px;
}
.hom_top10 h2 {
    margin-top: 27px;
}
.inn_box2 {
    float: left;
    width: 100%;
    padding: 23px;
    text-align: left;
    padding-top: 53px;
}

.home_bg_3
{
width: 100%;
height: auto;
}
.inn8_box4 p {
    margin-left: 0%;
    margin-bottom: 10px;
}
.hom_top9 h2 {
     margin-top: 50px;
	 margin-bottom: -30px;
}
.inn09_box {
    position: relative;
    left: 0px;
    width: 100%;
    border: 3px solid #f3a000;
    margin-top: -4%;
    float: left;
}
.bg08_box {
    float: right !important;
	display: none;
}
.bg08_box1 {
    float: right !important;
	display: block;
	margin-top: 0px;
}
.home_bg_8 {
    width: 100%;
    height: auto;
}
.home_bg_9 {
    width: 100%;
    height: auto;
}
.home_bg_91 {
    width: 100%;
    height: auto;
	display:block;
}
.home_bg_910 {
    width: 100%;
    height: auto;
	display:block;
}
.home_bg_90 {
    width: 100%;
    height: auto;
}
.hom_top9 h2 {
    margin-top: 50px;
    margin-bottom: 2px;
}
.inn90_box4 {
    padding: 6% 6% !important;
}
.home_bg_92 {
    width: 100%;
    height: auto;
}
.inn92_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 5%;
}
.inn92_box4 p {
    margin-left: 2%;
    margin-bottom: 8px;
}
.hom_top900 h2 {
    font-size: 38px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.inn4_box4 p {
    margin-left: 1%;
    margin-bottom: 8px;
}
.inn4_box4 ul {
    text-decoration: none;
    list-style: unset;
    margin-left: 5%;
}
.home_bg_4 {
    width: 100%;
    height: auto;
}
}

.con_frm
{

}
.con_frm input
{
width: 90%;
border: 1px solid #f3a000;
color: #000000;
padding: 20px 10px;
margin-bottom: 12px;
font-family: "abelregular", sans-serif;
}
.con_frm textarea
{
width: 90%;
border: 1px solid #f3a000;
color: #000000;
padding: 20px 10px;
margin-bottom: 12px;
height: 200px;
font-family: "abelregular", sans-serif;
}
.con_frm1
{
background-color: #f3a000;
color: #fff !important;
font-size: 19px;
padding: 15px 10px !important;
}
.con_frm2
{
	margin-bottom: 0px;
}
.con_frm2 h3
{
font-size: 14px;
margin-bottom: 20px;
}
.con_frm2 p
{
}
.con_frm3
{
}
.con_frm3 img
{
width: 91%;
margin-top: -26px;
}

@media (max-width: 989px) {
.con_frm3 img {
    width: 200px;
    margin-top: 0px;
	margin-bottom: 40px;
}
.con_frm3 {
    margin-top: 0px;
}
.con_frm2 {
margin-bottom: 30px;
margin-top: 30px;
}
.sov_ico {
    display: none;
}
.kad_fgb
{
	margin-top:0px;
}
}
.mob_slide
{
	display: none;
}
@media (max-width: 500px) {
.sys_slide
{
	display: none;
}
.mob_slide
{
	display: block;
}
}



.nav-trigger { display: none; }
.nav {
  position: relative;
  margin-top: 17px;
}
.nav-list {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.nav-item {
  width: 20%;
  margin-bottom: 0;
  float: left;
  list-style: none;
  border-right: 5px transparent solid;
}

.nav-item a {
  display: block;
  color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.nav-item a:hover {
  text-decoration: none;
  color: #fff;
}

.mobile-nav { display: none; }

/* first nav item */

.nav-item:nth-child(1) a { border-color: #FAD089; }

.nav-item:nth-child(1) .fa { color: #FAD089; }

/* second nav item */

.nav-item:nth-child(2) a { border-color: #FF9C5B; }

.nav-item:nth-child(2) .fa { color: #FF9C5B; }

/* third nav item */

.nav-item:nth-child(3) a { border-color: #F5634A; }

.nav-item:nth-child(3) .fa { color: #F5634A; }

/* fourth nav item */

.nav-item:nth-child(4) a { border-color: #ED303C; }

.nav-item:nth-child(4) .fa { color: #ED303C; }

/* fifth nav item */

.nav-item:nth-child(5) a { border-color: #3B8183; }

.nav-item:nth-child(5) .fa { color: #3B8183; }
 @media (max-width: 767px) {

body { overflow-x: hidden; }
.nav99
{
	display: none;
}
.brand { width: 179px; }

header {
  right: 0;
  transition: right .5s;
}

.nav-trigger {
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
  background: transparent;
  border: none;
}

.nav-trigger:focus { outline: none; }

.show-nav .nav-trigger { margin-top: 10px; }

.nav-trigger span {
  position: relative;
  display: block;
  width: 25px;
  height: 4px;
  margin: 4px 0;
  border-radius: 5px;
  background-color: #22303d;
  transition: all .2s;
}

.show-nav .nav-trigger span:nth-child(1) { transform: rotate(405deg); }

.show-nav .nav-trigger span:nth-child(2) { opacity: 0; }

.show-nav .nav-trigger span:nth-child(3) {
  transform: rotate(-405deg);
  bottom: 16px;
}

.nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
}

.nav-list { display: none; }

.mobile-nav .nav-list { display: block; }

.mobile-nav {
  display: block;
  background: #f3a000;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 80%;
  transition: left .5s;
}

.show-nav .mobile-nav { left: 20%; }

.nav-item {
  width: 100%;
  //border-bottom: 1px solid #333;
}

.nav-item a .fa {
  position: absolute;
  left: 10px;
  color: #fff;
  font-size: 18px;
}

.nav-item a {
  display: block;
  padding: 15px 20px 15px 40px;
  border: none;
}

.nav-list a { color: #fff !important; }

.show-nav header { right: 80%; }
}

.mob_menu
{
	display: none;
	
}

 @media (max-width: 600px) {
.mob_menu {
    display: block;
	position: absolute !important;
}
.rd-mobilepanel {
    display: none !important;
}
.inline-list > li {
    display: inline-block;
    word-spacing: normal;
	margin: 36% 7px;
}
.inline-list {
    word-spacing: 2px;
    text-align: center;
	
}
.inline-list  li a{
    color: #36b4e6  !important;
}

}

.ayyo_cla
{
}
.nama_menu
{
}
.nama_menu li
{
	//background-color: #575958;
}
.nama_menu li:hover
{
	background-color: #575958;
}
.nama_menu li a
{
	padding: 2px 3px 2px 30px;
}
.nama_menu00 a:hover
{
	background-color: #575958;
}

.alo_h2
{
	
}
.alo_h2 h2
{
text-align: left;
margin-bottom: 5px;	
}
.alo_h2 p
{
text-align: left;
margin-bottom: 20px;	
}
.alo_h4 h4
{
font-weight: bold;
font-size: 18px;
margin-top: 35px;	
}
.sec_fon h4
{
font-size: 18px;
font-weight: bold;	
margin-bottom: 20px;
}
.sec_fon h3
{
text-align: center;
margin: 15px 0px;
font-size: 20px;
color: #f09f08;	
}
.ser_box
{
	
}
.ser_box p
{
	
}
.sec_add
{
	
}
.sec_add p
{
text-align: left;
margin-bottom: 17px;	
}

.enqu_box
{
width: 60%;
margin: 0 auto;	
}
.enqu_box1 label
{
width: 40%;
float: left;
margin-bottom: 20px;	
}
.enqu_box1 input
{
float: left;
width: 60%;
border: 1px solid #ff920e;
padding: 10px 10px;
margin-bottom: 20px;	
}
.enqu_box1 textarea
{
float: left;
width: 60%;
border: 1px solid #ff920e;
padding: 10px 10px;
margin-bottom: 20px;	
}
.enqu_box1 select
{
float: left;
width: 60%;
border: 1px solid #ff920e;
padding: 10px 10px;
margin-bottom: 20px;	
}
.enqu_box2
{
background-color: #22303d;
color: #fff;
font-size: 17px;
float: right !important;	
}
 @media (max-width: 767px) {
.enqu_box
{
width: 100%;
margin: 0 auto;	
}
 }
.enqu_boxh2
{
margin-bottom: 40px;	
}

.dfsd_menu
{
	
}
.dfsd_menu > a
{
padding-bottom: 1px;
padding-top: 1px;
font-size: 16px;
font-weight: bold;
}
.dfsd_menu ul
{
	
}
.dfsd_menu ul li
{
	
}
.dfsd_menu ul li a
{
padding-bottom: 1px;
padding-top: 1px;
margin-left: 20px;	
}