@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  /*height: 100%;*/
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666;
  /* background-color: #f7f4ef; overflow-x:hidden*/

}

.whatsapp_btn {
  position: fixed;
  top: 15em;
  right: 20px;
  width: 55px;
  height: 55px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
}

.whatsapp_btn .icon_logo>a>img {
  width: 100%;
}

.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
  from {
    transform: scale(.55, .55);
    opacity: .6;
  }

  to {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}


.team_img {
  width: 150px;
  border: 6px solid #a19d9d;
  border-radius: 50%;
}

.navbar-nav li:last-child a {
  border: 5px solid #000;
  border-radius: 50px;
  color: #fff;
  background: #f5ca42;
  border: 4px solid #f5ba3c;
}

.dropdown-menu li:last-child a {
  border: 0;
  background: none;
  border-radius: 0;
  color: #000;
}

.navbar-nav li:last-child a:hover {
  background: #000 !important;
  color: #fff !important;
}

.dropdown-menu>li>a:hover {
  background: #000;
  color: #fff;
}

.swiper-slide.swiper-slide-prev:after,
.swiper-slide.swiper-slide-next:after {
  background: rgba(254, 254, 254, 0.65);
  content: '';
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  font-family: 'Lato', sans-serif;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

a {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #176e61;
  outline: none;
}

.light {
  font-weight: 400;
}

section {
  padding: 30px 0;
  overflow: hidden;
}

.menu-sec {
  padding: 0;
  padding-top: 10px;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


#about{padding:0;}
.section-title h2 span {
  color: #fff;
}
.map-hm-rht  .section-title h2 span, .about-cont .section-title h2 span {
  color: #f5ca42;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #181818;
  text-transform: uppercase;
  padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 6px;
  background: #f5ca42;
  width: 6px;
  outline: 3px solid #fff;
  margin: 0 auto;
}

.section-title h2::before {
  content: '';
  right: 0;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #181818;
}

.tm-lft .section-title h2::before {
  background: #fff;
}

.section-title p {
  margin-bottom: 0;
}

/* margins */
.marginbot-0 {
  margin-bottom: 0 !important;
}

.marginbot-10 {
  margin-bottom: 10px !important;
}

.marginbot-20 {
  margin-bottom: 20px !important;
}

.marginbot-30 {
  margin-bottom: 30px !important;
}

.marginbot-40 {
  margin-bottom: 40px !important;
}

.marginbot-50 {
  margin-bottom: 50px !important;
}

/*header*/
.bnr-sec.container-fluid {
  border: 7px solid #296391;
  position: relative;
}

/*slider*/
@media(min-width:1136px) {
  .bnr-sec .item img {
    width: 100%;
  }
}

.bnr-sec .caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-align: justify;
  text-shadow: none;
  color: #fff;
  left: 10%;
  right: 0;
  padding: 10px 20px;
  max-width: none;
  bottom: 35%;
  width: 50%;
}

.slide h1 {
  font-size: 66px;
  letter-spacing: -1px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px;
  color: #f5ca42;
  text-shadow: #333 2px 3px 3px;
}

.slide h3 {
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #f5ca42;
  border-radius: 0.25em;
  text-shadow: #333 2px 3px 3px;
  margin: 0;
}

.slide h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #296391;
  border-radius: 0.25em;
  text-shadow: #333 2px 3px 3px;
  margin: 0;
}

.slide p {
  margin-top: 50px;
  color: #f5ca42;
  text-shadow: #333 2px 3px 3px;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}

.slide p a {
  border: 3px solid #f5ca42;
  color: #f5ca42;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: bold;
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.25);
  transition: .5s;
}

.slide p a:hover {
  background: rgba(0, 0, 0, 1);
}

/* ===========================
--- General sections
============================ */

.home-section {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  position: relative;
  z-index: 120;
}

.zs-enabled .zs-slideshow .zs-bullets {
  display: none;
}


.section-heading h2 {
  font-size: 40px;
}

.section-heading i {
  margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f8f8f8;
}


.bg-dark {
  background: #575757;
}

header {
  background-color: #f4f9fc;
}

/* --- section color var --- */

.text-light {
  color: #fff;
}

.bnr-sec {
  padding: 0;
}

.slider-info h2 {
  color: #000;
  text-shadow: none;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: #000;
  border-style: none;
  /* text-shadow: -1px 0 4px #000; */
  margin-bottom: 10px;
}

.slider-info h4 {
  color: #000;
  /* text-shadow: -1px 1px 5px #333; */
  margin-bottom: 20px;
}


/* ===========================
--- About
============================ */

/* ===========================
--- Services
============================ */
.services {
  padding: 50px 0;
  background: url(image/ser-bg.jpg) no-repeat fixed;
  background-size: cover;
}

.services .section-title h2 {
  color: #fff;
}

.services .section-title h2::before {
  background: #fff;
}

.services .ser-box {
  border: 2px solid transparent;
  min-height: 320px;
  padding: 30px 22px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: #ffff;
  margin-bottom: 30px;
}

.services .ser-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #181818;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 9px solid #fff;
}

.services .ser-box .ser-icon span {
  color: #181818;
  font-size: 65px;
  margin-bottom: 30px;
  display: block;
}

.services .ser-box .ser-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 15px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.services .ser-box .ser-icon .fa {
  color: #f5ca42;
  font-size: 65px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  margin-bottom: 30px;
  display: block;
}

.services .ser-box:hover::before {
  height: 100%;
}

.services .ser-box:hover .ser-cap h5,
.services .ser-box:hover .ser-cap p {
  color: #fff;
}

.services .ser-box:hover .ser-cap a,
.services .ser-box:hover .fa {
  color: #fff;
}

.services .ser-box .ser-cap h5>a {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  font-family: "Sarabun", sans-serif;
}

.services .ser-box .ser-cap a {
  color: #1c165c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

/* ===========================
--- Contact
============================ */
/*contact*/

.cont-page h1 {
  font-size: 22px;
  margin-bottom: 35px;
  color: #01497d;
  text-align: left;
}

.map-cont {
  margin-top: 10px;
  width: 56%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
}

.map-cont img {
  max-width: 100%;
}

.bx-rht-cont {
  width: 40%;
  float: left;
  margin-left: 3%;
  text-align: left;
}

.bx-rht-cont a {
  cursor: pointer;
}

.bx-rht-cont h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.bx-rht-cont p {
  margin-bottom: 0;
}

.brn-off {
  width: 31%;
  padding: 1%;
  float: left;
  padding-bottom: 0;
}

.cont-page h3 {
  margin: 0;
  font-size: 16px;
}

.cont-page p {
  font-size: 15px;
  line-height: 24px !important;
  margin-bottom: 0;
}

.cont-page h2 span {
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  margin-bottom: 10px;
}

.head-bx {
  float: left;
  width: 50%;
}

.contd-bx {
  float: left;
  width: 50%;
}

.brn-bx h2 {
  text-align: center;
}

.map-cont img {
  max-width: 100%;
}

.cont-page .st-feature-box {
  background: #cfcfcf;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  line-height: 1.42857143;
  border: 1px dashed #ccc;
}

.cont-page .feature-box-image {
  margin-top: 13px;
}

.map-contact {
  border: 1px dashed #ccc;
}

/*contact*/


.st-custom-heading-layout2.st-custom-heading-wraper {
  margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  display: block;
  margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
  width: 26px;
  height: 1px;
  background: #114366;
  margin: 0;
}

.st-feature-box {
  padding-left: 66px;
  position: relative;
  margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
  color: #fff;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 0px;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 35px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.st-feature-box h3 {
  color: #072643;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.cont-soc img {
  margin-right: 5px;
}

.cont-page h2 {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cont-page h5 {
  color: #2f9620;
  font-size: 19px;
  margin-bottom: 20px;
}

.cont-page {
  text-align: left;
  font-size: 15px;
}


/* ==========================
Parallax
============================= */

#home {
  position: relative;
  /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden;
  /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 100vh;
  /*background-color: #999;*/
}

.demo-inner-content {
  position: relative;
  /* if position is not set, the script will set it to 'relative'. */
  z-index: 2;
  /* if z-index is not set, the script will set it to '2'. */
  margin: 180px auto;
  padding: 40px;
  max-width: 600px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.demo-inner-content h1 {
  font-size: 2.5em;
  margin: 0;
}

#home {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 2px;
}

/*#home:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;}*/

#about img {
  max-width: 100%;
}

.hm-about .hm-head {
  color: #fff;
}

.hm-head {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 40px;
  font-size: 40px;
}

.head-sep {
  z-index: 3;
  margin-bottom: 25px;
  display: inline-block;
  top: -3px;
  line-height: 1;
  position: relative;
}

.head-sep:before {
  width: 50px;
  height: 1px;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 6px;
  background-color: #f5757c !important;
  color: #fff !important;
}

.head-sep:after {
  width: 50px;
  height: 1px;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-left: 22px;
  margin-right: 0;
  background-color: #f5757c !important;
  color: #fff !important;
}

.head-sep u {
  width: 20px;
  position: absolute;
  display: block;
  left: 50%;
  top: 12px;
  margin-left: -10px;
}

.head-sep u:before {
  position: absolute;
  top: 0;
  left: -2px;
  border-left: 2px #888 solid;
  border-right: 2px #888 solid;
  width: 10px;
  height: 6px;
  display: inline-block;
  content: "";
  transform: skew(30deg);
  -webkit-transform: skew(50deg);
  border-left-color: #6c773b !important;
}

.head-sep u:after {
  position: absolute;
  top: 0;
  left: -2px;
  border-left: 2px #888 solid;
  border-right: 2px #888 solid;
  width: 10px;
  height: 6px;
  display: inline-block;
  content: "";
  transform: skew(30deg);
  -webkit-transform: skew(50deg);
  left: auto;
  right: -3px;
  transform: skew(-30deg);
  -webkit-transform: skew(-50deg);
  border-right-color: #6c773b !important;
}

.hm-head span {
  font-weight: 800;
  color: #555;
}

.hm-head {
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  /* border-bottom: 1px dashed #ddd; */
  /* padding-bottom: 10px; */
  position: relative;
  background: #181818;
  padding: 6px 15px;
  margin-top: 0;
}

.sec-about-rht .hm-head,
#contact .hm-head {
  margin-left: -15px;
  margin-right: -15px;
}

.hm-head i:after {
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -9px;
}

.hm-head i {
  position: relative;
  font-style: initial;
}

.hm-head span {
  color: #296391;
}

.sec-about-rht .tab-content {
  padding-left: 0px;
  margin-top: 0px;
}



/*contact*/
.contact input.form-control,
.contact textarea.form-control {
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  /*height: 42px;*/
  line-height: 24px;
  border: 1px dashed #999;
  margin-bottom: 10px;
}

.contact .smbt {
  background: #f5ca42;
  color: #fff;
  border: 0;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 15px;
}

.contact .smbt:hover {
  background: #181818;
  color: #fff;
}

/*contact*/

.widget-contact h5 {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  color: #fff;
  margin-bottom: 13px;
  text-transform: capitalize;
  border-bottom: 1px dashed #f5757c;
  padding-bottom: 5px;
  margin-top: 18px;
}

#totop {
  display: none;
}

.widget-contact address {
  position: relative;
  padding-left: 50px;
  color: #000;
  min-height: 110px;
  font-weight: 400;
  margin-bottom: 13px;
  border: 1px dashed #999;
  padding: 20px 20px 20px 76px;
  font-size: 14px;
}

.widget-contact address:hover {
  background: #181818;
  color: #fff;
}

.widget-contact address:hover i:before {
  color: #f5ca42;
}

.widget-contact address:hover .cnt-head,
.widget-contact address:hover .strng,
.widget-contact address:hover a {
  color: #fff;
}

.widget-contact .sam-bx:hover i {
  color: #296391;
}

.bottom-bor {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.bottom-bor img {
  width: 100%;
}

#dvvCompanyName {
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}

.widget-contact address.mail-cnt-bx {
  margin-right: 0
}

.widget-contact i {
  position: absolute;
  left: 15px;
  color: #444;
  font-size: 60px;
  font-weight: 500;
  top: 27px;
}

.widget-contact i {
  position: absolute;
}

.widget-contact .fa-envelope-open-o {
  font-size: 40px;
}

.widget-contact .strng {
  color: #999;
  font-weight: 400;
  font-size: 13px;
}

.cnt-head {
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.widget-contact a {
  color: #181818;
}

#ucCopyrightControl_copyright {
  float: left;
  margin-bottom: 0
}

#ucCopyrightControl_version {
  float: right;
  margin-bottom: 0
}

/*about*/

.about {
  position: relative;
  background: #f4f9fc;
  padding: 0;
}

.about .section-title {
  margin-top: 58px;
  padding: 0;
}

.about p {
  font-size: 15px;
  color: #000;
  text-align: left;
}

aside {
  background: #f5ca42;
  position: relative;
  padding: 50px 30px;
}

.about aside .section-title h2 span {
  color: #fff;
}

.about aside .section-title h2 {
  margin: 0;
}

.about aside .section-title {
  margin-top: 20px;
}

.about aside .section-title h2::before,
.about aside .section-title h2::after {
  display: none;
}

.about .section-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

aside p {
  position: relative;
}

aside a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}

aside a:hover,
aside a:focus {
  color: #fff;
}

/* ===========================
--- Footer
============================ */

footer p {
  color: #000;
}

.credits,
.credits a {
  color: #fff;
}

footer {
  background: #181818;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #f5ca42;
  padding: 60px 0 0px 0;
  text-align: justify;
  /* overflow: hidden; */
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ff636b;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
  color: #eee;
}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000;
  color: #cfad43;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .footer-top .social-links a .fa {
  margin-right: 0px;
}

footer .footer-top .social-links a:hover {
  background: #2b3136;
  color: #fff;
}

footer .footer-top .social-links a:hover .fa {
  color: #fff;
}

footer h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-left: 5px solid #ff636a;
  padding-left: 15px;
}

footer h2 span {
  color: #fff;
  font-size: 18px;
}

footer .footer-contact .fa {
  margin-right: 10px;
  color: #2b3136;
  font-size: 16px;
}

footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #000;
}

footer .footer-top h4::after {
  background: #000;
  width: 60px;
  height: 4px;
}

footer p {
  font-size: 15px;
  font-family: arial;
  text-align: justify;
  line-height: 26px;
}

footer .footer-top .footer-links {
  margin-bottom: 10px;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #fff;
  font-weight: bold;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #000;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  font-size: 14px;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  font-weight: 400;
  color: #000;
}

footer .footer-top .footer-links ul a:hover {
  color: #000;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
}



footer .copyright {
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

footer .credits {
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #ddd;
}

footer .credits a {
  color: #fff;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-align: center;
  color: #f5ca42;
  background: #181818;
  padding: 10px 10px;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
}


.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 50px;
}

.top .fa {
  display: block !important;
}

/*footer*/
.inner-pages {
  min-height: 91.5vh;
}

.inner-pages#about {
  margin-top: 0;
}


.sec-left-inner {
  position: relative;
}

.sec-right .container {
  width: 100%;
}

.powrdby {
  position: fixed;
  top: 15px;
  right: -200px;
  z-index: 999;
  background: #181818;
  min-height: 124px;
  border: 2px solid #f5cc4f;
  border-right: 0;
  padding-right: 10px;
  transition: 0.5s;
  box-shadow: 0px 0px 8px #666;
}

.powrdby:hover {
  right: 0px;
}

.powrdby-inner {
  position: relative;
  padding-left: 44px;
}

.powrdby h3 {
  display: inline-block;
  text-transform: initial;
  transform: rotate(90deg);
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  color: #fff;
  position: absolute;
  left: -46px;
  top: 46px;
  padding: 6px 12px;
  font-size: 16px;
}

.powrdby img {
  margin-top: 31px;
}

/*Virtual*/


header {
  text-align: center;
  background: #f4f9fc;
  padding: 10px 16px 14px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {

    padding-left: 0;
    padding-right: 0;
  }

}

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #dd3d25;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #dd3d25;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #dd3d25;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #dd3d25;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #dd3d25;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #dd3d25;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {

  #hm-cont .contact-address,
  #hm-cont .contact-phone,
  #hm-cont .contact-email {
    /*padding: 20px 0;*/
    position: relative;
    min-height: 100px;
  }

  #hm-cont .contact-phone,
  #hm-cont .contact-email {
    border-top: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  .banner-cont .title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .banner-cont .title h1 span {
    font-size: 24px;
  }


}


@media(max-width:1024px) {
  .sec-about-lft {
    height: 550px;
  }

  .widget-contact address {
    padding-left: 65px;
  }

  .widget-contact i {
    left: 5px;
  }

  .col-md-6.col-sm-12,
  .col-md-3.col-sm-6 {
    width: 100%;
  }

  .col-md-3.col-sm-6 {
    width: 50%;
  }

  .widget-contact .add-cnt-bx i {
    top: 14px;
  }

  .slider-info h2 {
    font-size: 45px;
  }

}

@media(max-width:998px) {
  .sec-about-rht .tab-content {
    padding-left: 0;
  }

  .sec-about-lft {
    display: none;
  }

  #contact {
    padding-bottom: 0
  }

  .contactForm textarea.form-control {
    height: 110px;
  }

  .contactForm {
    margin-top: 10px;
  }

  .widget-contact address {
    padding-left: 75px;
  }

  .widget-contact i {
    left: 10px;
  }

  .widget-contact .add-cnt-bx i {
    top: 11px;
  }

  #home {
    min-height: inherit;
    height: 500px;
  }

  .slider-info h2 {
    font-size: 40px;
  }

  .team.boxed-grey {
    margin-bottom: 30px;
  }

  .boxed-grey {
    margin-bottom: 30px;
  }

  .navbar-custom ul.nav li a {
    padding: 20px 15px;
  }

  .sec-right {
    padding-left: 200px;
  }

  .sec-left {
    width: 200px;
  }

  .col-md-3.col-sm-6 {
    width: 50%;
  }

  #about {
    padding-left: 0
  }

  #contact {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-img,
  .callbacks_container,
  .slider,
  #slider,
  .rslides li,
  .slider-img {
    height: 100%;
  }
}

@media(max-width:767px) {

  .caption {
    display: none !important;
  }

  .sec-right {
    padding-left: 0
  }

  #home {
    height: 100vh;
  }


  #dvHeader img {
    margin-top: 2px;
    margin-bottom: 3px;
  }

  .col-md-3.col-sm-6 {
    width: 100%;
  }

  .slider-info h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }

  .slider-info {
    padding-top: 0px;
  }

  .slider-info h4 {
    font-size: 16px;
  }

  .team.boxed-grey {
    padding-bottom: 0;
    margin-bottom: 0
  }

  .sec-left {
    height: initial;
    width: 100%;
    z-index: 9999;
    overflow: initial;
  }

  footer {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-pages,
  .inner-pages#about {
    margin-top: 70px;
  }

  /*.inner-pages{    margin-top: 60px;}*/

  .contactForm input.form-control,
  .contactForm select.form-control {
    height: 34px;
  }

  .forget-pass .form-box,
  .loginform {
    margin-top: 30px;
  }

  .carousel-inner img {
    max-width: 100% !important;
  }


}

@media(max-width:667px) {}

@media(max-width:568px) {

  #home {
    height: 320px;
  }

  .slider-info h2 {
    font-size: 25px;
    line-height: 47px;
  }

  .slider-info h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .slider-info {
    padding-top: 8px;
  }

  .loginform,
  .forget-pass .form-box {
    width: 100%;
  }

  #seclogin {
    padding-left: 0;
  }
}

@media (max-width:480px) {

  .tp-banner-container {
    padding-top: 40px;
  }

  .page-scroll a.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 7px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
  }

  .hm-head {
    margin-top: 0px;
    font-size: 18px;
  }

  p,
  ul {
    font-size: 14px;
  }

  ul li {
    margin-bottom: 8px;
    line-height: 20px;
  }

  .team.boxed-grey {
    margin-bottom: 0px;
  }

  .contactForm input.form-control,
  .contactForm select.form-control {
    height: 32px;
  }

  .form-control {
    padding: 6px 8px;
    font-size: 13px;
  }

  #seclogin .panel-heading h3 {
    font-size: 18px;
    padding: 5px 0px 1px;
  }

  .form-control {
    height: 34px;
  }

  .panel-login input[type="text"],
  .panel-login input[type="email"],
  .panel-login input[type="password"] {
    height: 34px;
  }

  .user-lg .fa,
  .pass-lg .fa {
    padding: 8.5px 11px;
    height: 32px;
    width: 40px;
  }

  .user-lg:after,
  .pass-lg:after {
    top: 9px;
  }

  .navbar-toggle {
    padding: 8px 0px;
  }
}

@media (max-width:414px) {

  #ucCopyrightControl_copyright,
  #ucCopyrightControl_version {
    text-align: center;
    width: 100%;
    float: inherit;
    font-size: 12px;
  }

  .contactForm button {
    padding: 7px 20px;
  }

  #about {
    padding-bottom: 10px;
  }

  .slider-info h2 {
    font-size: 23px;
  }

  .forget-pass p {
    font-size: 13px;
    line-height: 18px;
  }

  .widget-contact address {
    padding-right: 10px;
    padding-left: 65px;
  }
}

@media (max-width:360px) {
  .widget-contact address {
    font-size: 14px;
  }

  .slider-info h2 {
    font-size: 19px;
    line-height: 26px;
  }

  .slider-info h4 {
    font-size: 13px;
  }

  .user-lg .fa,
  .pass-lg .fa {
    padding: 6.5px 11px;
  }
}


.about-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading-innerpage { padding: 5% 0; background-image: linear-gradient(22deg, #f5ca42, #181818);}
.heading-innerpage h2 { color: #fff; font-size: 45px; font-weight: 600; margin: 0; text-transform: uppercase; letter-spacing: 2px; text-align: center; position: relative;}
.heading-innerpage h2::after { position: absolute; content: ''; background: #ffff; width: 140px; height: 2px; top: 60px; left: 0; right: 0; margin: 0 auto;} 

#HomepagecontentControl{}
center #form1 #HomepagecontentControl{display:block;}
.client-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 1rem;
}
div#WhatsNewControl_C_ctl00_Bulletin_Scroll {
    padding: 11px;
}
div#CalendarControl_C_ctl00_Bulletin_Scroll {
    padding: 11px;
}