

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');



body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  color: #c7980a;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.section-padding {
    padding: 44px 0px 18px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.newsletter .section-title p {
  color: #fff;
}
.section-title h2 {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-icon {
    display: inline-block;
    background: transparent;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
}
.section-icon:before {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    left: -100px;
    top: 50%;
}
.section-icon:after {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    right: -100px;
    top: 50%;
}
.head-style-1 .upper-head{
  background: transparent;
  padding: 0;
}
.contact-info {
    display: inline-block;
}
.contact-info-item {
    display: inline-block;
    border-right: 1px solid #ffffff2e;
    padding: 10px 0;
    margin-right: 15px;
}
.head-style-1 .upper-head i {
    padding-right: 20px;
}
.s-table {
  height: 100%;
  width: 100%;
  display: table;
}
.s-tablec {
  
}
.seori-btn {
  display: inline-block;
  background: #666c73;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  padding: 4px 8px 5px 30px;
  transition: 0.3s;
  border-radius: 30px;
  position: relative;
}
.menu-btn p {
    color: #c7980a;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 0;
}
.menu-btn a i {
    background: #c7980a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 25px;
    border: 2px solid #fff;
}
.seori-btn:hover {
    background: #c7980a;
    color: #fff;
}
.seori-btn:active,
.seori-btn:focus {
  color: #fff;
}
.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  margin-right: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* ==========================================================================
   Topbar CSS
   ========================================================================== */

.top-bar {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.top-left {
  text-align: left;
}
.top-left li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
.top-left li:last-child {
  margin: 0;
}
.top-left li span:before {
  margin: 0;
  color: #c7980a;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 1px;
  display: inline-block;
}
.top-right {
  text-align: right;
}
.top-right li {
  display: inline-block;
  margin-right: 15px;
}
.top-right li:last-child {
  margin: 0;
}
.top-right li a {
  color: #a7a0b1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-right li a:hover {
  color: #c7980a;
}


.logo {
    padding: 0px 0px;
    text-align: left;
    margin: 7px 0 0 0;
}
.logo a img {

    margin: -3px 0 0 0;
}
.menu-btn {
    margin-top: 0;
    text-align: right;
}
.main-menu {
    padding: 3px 0px 5px 0;
}
.menu-right ul {
  text-align: center;
}
.menu-right ul li {
    display: inline-block;
    margin-right:18px;
    padding: 20px 0px 12px 0px;
    position: relative;
}
.menu-right ul li:last-child {
  margin-right: 0px;
}
.menu-right ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-shadow: #000 0px 1px 0px;
}

.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right ul li a:hover,
.menu-right ul li a:active {
  color: #c7980a;
}
.menu-right li ul {
    background: #fff;
    border-top: 3px solid #330066;
    left: -20px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top:40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden; 
    width:181px;
    z-index: -1;
    text-align: center;
}
ul#mobilemenu li a {
  text-shadow: none;
  font-size: 16px;
  padding: 8px 4px 8px 4px;
  color: #c7980a;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-right ul li:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 98px;
  z-index: 99;
}
.menu-right li ul li {
  display: block;
  padding-top: 0;
  margin-right: 0;
}
.menu-right li ul li a {
  padding-bottom: 13px;
  padding-top: 10px;
  display: block;
  text-transform: none;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.menu-right li ul li:last-child a {
  border: none;
}
.menu-right li li {
  padding: 0;
}
#responsive-menu {
  display: none;
}
.slicknav_nav a {
  font-size: 16px;
}
/* ==========================================================================
   Banner CSS
   ========================================================================== */
.upper-head p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 400;
}
.upper-head {
      background: #c7980a;
}
.contact-info i {
  color: #fff;
    font-size: 18px;
    margin-right: 13px;
}
.contact-info p span {
  display: block;
}
.head-style-1 .contact-info span {
    display: block;
}
.head-style-1 .upper-head {
    background: black;
    padding: 0;
}
.footer-upper .section-title h2 {
      color: #fff;
}
.footer-upper .section-icon:before,
.footer-upper .section-icon:after {
  background: #fff;
}
.seori-header {
    background:#fff;
}
.banner {
  background-image: url(img/banner-full.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 295px 0px 170px 0px;
  background-repeat: no-repeat;
}
.banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.7px;
  color: #c7980a;
}
.banner-content h2 {
  color: #330066;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.banner-content p {
  margin-bottom: 30px;
}
/* ==========================================================================
   Features CSS
   ========================================================================== */

.features-item {
  text-align: center;
  background: #f5f6ff;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.features-item:before {
  position: absolute;
  background: #c7980a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -30px;
  content: "";
  bottom: -30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover:before {
  background: #c7980a;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 0px;
}
.features-item i:before {
  margin: 0;
  color: #c7980a;
  font-size: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover h3,
.features-item:hover p,
.features-item:hover i:before {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.features-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item p {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.step-point {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #330066;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  font-family: 'Poppins', sans-serif;
}
/* ==========================================================================
   About CSS
   ========================================================================== */

.about {
  background-image: url("img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.about-right {
  text-align: right;
}
.about-right img {
    width: 350px;
    border: 5px solid #c7980a;
    border-radius: 4px 4px 4px 130px;
}

.about-left h2 {
    color: #164b7a;
    font-size:24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 10px 0 10px;
    margin: 0 0 12px 0;
}
.about-left h2 span {
    font-size: 24px;
    color: #c7980a;
}
.about-left h2:before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 12px;
    width: 72px;
    height: 3px;
    background-color: #c7980a;
}
.about-left h2:after {
    position: absolute;
    content: '';
    left: 83px;
    bottom: -15px;
    background-color: #c7980a;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
}
.about-left p {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
    text-align: justify;
}


.service-item {
    text-align: center;
    padding: 16px 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #f9f9f9;
    box-shadow: none;
    border: none;
    height: 198px;
    border-radius: 4px;
    border-right: 1px solid #eaeaea;
}
.service-item:hover {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
.service-item i:before {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 39px;
    display: block;
    vertical-align: middle;
    background: #c7980a;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 28px;
}
.service-item h3 {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 20px;
    color: #164b7a;
    font-weight: 600;
}
.service-item p {
    font-size: 13px;
    color: #333;
    margin: 0 0 0 0;
}
.service-item a {
  display: block;
  color: #c7980a;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
}
/* ==========================================================================
   Counter CSS
   ========================================================================== */

.counter {
  background: #f3f6ff;
  text-align: center;
}
.counter-item h3 span {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-left: 10px;
  color: #242a3e;
}
.counter-item p {
  color: #c7980a;
  font-size: 20px;
}
.counter-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #c7980a;
  line-height: 30px;
}
/* ==========================================================================
   Portfolio CSS
   ========================================================================== */

.portfolio-item {
  position: relative;
}
.portfolio-content {
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 45px;
  right: 30px;
  background: #eff2ff;
  padding: 25px 30px;
  border-radius: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-item:hover .portfolio-content {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #c7980a;
}
.portfolio-content p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.portfolio-content p span {
  color: #c7980a;
  margin-right: 3px;
}
.portfolio-btn {
  text-align: center;
  margin-top: 40px;
}
/* ==========================================================================
   Review CSS
   ========================================================================== */

.review {
    background-image: url(img/review.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 48px 0 66px 0;
}
.review-item {
    background: #fff;
    padding: 14px;
    text-align: center;
    border: 1px solid #f2f1f1;
}
.review-item ul li {
  display: inline-block;
  color: #fac917;
  font-size: 16px;
}
.review-item p {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 13px;
}
.review-item {
  position: relative;
}
.quote-right {
    position: absolute;
    right: 20px;
    bottom:25px;
}
.quote-right i:before {
    font-size: 41px;
    margin: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.review-item h4 {
  font-size: 13px;
}
.review-item h3 {
    color: #c7980a;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
/* ==========================================================================
   Price Table CSS
   ========================================================================== */

.price-tab {
  margin-bottom: 60px;
}
.price-tab .nav-tabs {
  border: 0;
}
.price-tab .nav-tabs .nav-link {
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  color: #c7980a;
  border-radius: 0px;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #c7980a;
}
.price-tab .nav-tabs .nav-item.show .nav-link,
.price-tab .nav-tabs .nav-link.active {
  background: #c7980a;
  border: 1px solid #c7980a;
  color: #fff;
}
.price-item {
  text-align: center;
  padding: 40px 30px;
}
.price-one {
  background: #f3f6ff;
}
.price-two {
  background: #e6ecff;
}
.price-icon img {
  width: 75px;
}
.price-one .price-btn a {
  background: #242a3e;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.price-one .price-btn a:hover {
  background: #c7980a;
}
.price-content li {
  color: #999;
  font-size: 16px;
  line-height: 36px;
}
.price-btn {
  margin-top: 27px;
}
.price-head h3 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #242a3e;
}
.price-head h4 {
  color: #c7980a;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
/* ==========================================================================
   FAQ Video CSS
   ========================================================================== */

.faq-video {
  background: #f3f6ff;
}
.faq-video .card {
  border: none;
  background: #fff;
  margin-bottom: 20px;
}
.faq-left .card:last-child {
  margin-bottom: 0;
}
.faq-video .card-header {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.faq-video .card-body {
  padding: 0px 30px;
  padding-bottom: 25px;
}
.faq-video button {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 15px 30px;
}
.seobtn[aria-expanded="true"] {
  color: #c7980a;
}
.video-right {
  background-image: url(img/video.jpg);
  min-height: 443px;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 450px;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}
.video-right:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.video-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c7980a;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c7980a;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/* ==========================================================================
   Blog CSS
   ========================================================================== */

/* ==========================================================================
   Subscribe CSS
   ========================================================================== */

.subscribe-now {
  position: relative;
  margin-bottom: -70px;
  z-index: 9;
}
.subscribe-bg {
    margin: 0;
    background: #ffffff;
    padding: 25px 18px;
    box-shadow: 0px 0px 1px #000;
    border-radius: 4px;
}
.subscribe-left h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
.subscribe-box {
  position: relative;
  width: 100%;
}
.subscribe-box input[type="text"] {
    color: #fff;
    display: block;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 30px;
    background: #c7980a;
}
.subscribe-box button {
    display: block;
    cursor: pointer;
    height: 53px;
    width: 53px;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 4px;
    background:#c7980a;
    border: none;
    color: #fff;
    border-radius: 43px;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 500;
}
.subscribe-right {
    position: relative;
    margin: 10px 0 0 0;
}
.form-control:focus {
  color: transparent;
  background-color: transparent;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
    background: #c7980a;
    bottom: 41px;
    position: fixed;
    right: 1px;
    z-index: 9;
    cursor: pointer;
    display: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0px 30px 30px 0px;
}
.scroll-top span {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
}
.scroll-up:hover {
  color: #fff;
}
/* ==========================================================================
   Home 02 CSS
   ========================================================================== */

.h2-banner {
  background-image: url(img/home2-banner.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h2-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h2-topleft li,
.h2-topright li a,
.h2-menuright ul li a,
.h2-bancontent h2,
.h2-bancontent p {
  color: #fff;
}
.h2-topleft li, .h2-topright li a, .h2-menuright ul li a, .h2-bancontent h2, .h2-bancontent p {
    color: #fff;
}
.h2-menuright li ul {
  border-top: 3px solid #c7980a;
}
.h2-topbar {
  border-bottom: 1px solid #666;
}
.h2-blog {
    background: #ffffff;
    padding: 26px 0px 18px 0;
}
.h2-blogitem {
    background: #fff;
    border: none;
    position: relative;
    margin: 0 0 14px 0;
}
/* ==========================================================================
   Home 03 CSS
   ========================================================================== */

.h3-banner1 {
  background-image: url(img/slider-1.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner2 {
  background-image: url(img/slider-2.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner1:after,
.h3-banner2:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h3-bancontent h2,
.h3-bancontent p {
  color: #fff;
}
.type-banner {
  background-image: url(img/type-bg.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.type-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.typed-cursor {
  font-weight: 400;
  margin-left: 10px;
}
.is-sticky .onepage-head {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Page Header CSS
   ========================================================================== */

.ab_banner {
    background-image: url('../Images/about-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.ab_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000036;
    z-index:9;
}
.ab_title {
    position: relative;
    z-index: 99;
}
.ab_title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ab_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.ab_title ul li:last-child {
  margin-right: 0;
}
.ab_title ul li:last-child a {
    color: #fff;
}
.ab_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.ab_title li a {
  font-size:16px;
  color: #fff;
}
/* ==========================================================================
   Contact Page CSS
   ========================================================================== */

.contact-item {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 20px 10px 12px 10px;
    border-radius: 4px;
    margin: 0 0 10px 0;
}
.contact-item h3 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.contact-item p a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    margin: 20px 0;
}
.contact-item p {
    color: #333;
    font-size: 16px;
}
.contact-item i:before {
    margin: 0;
    font-size: 26px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    background: #c7980a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    outline: 1px solid #c7980a;
    outline-offset: 7px;
    box-shadow: 0px 0px 4px #dedede;
}
.contact-left li a:hover i {
  background: #c7980a;
  color: #fff;
}
.contact-left li a i {
  background: #242a3e;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-left li {
  display: inline-block;
  margin-right: 15px;
}
.contact-left li:last-child {
  margin: 0;
}
.contact-left h2 {
  margin-bottom: 30px;
}
.contact-left p {
  margin: 25px 0px;
}
.contact-left h3 {
  margin-bottom: 30px;
}
.contact-left {
    margin-top: 0px;
    background: #fff6f6;
    padding: 4px 4px 0px 4px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}
.cb-banner {
    background-image:url(../images/contact-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.cb-banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000042;
    z-index:9;
}
.cb-title {
  position: relative;
  z-index: 99;
}
.cb-title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.cb-title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.cb-title ul li:last-child {
  margin-right: 0;
}
.cb-title ul li:last-child a {
  color:#fff;
}
.cb-title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.cb-title li a {
  font-size:16px;
  color: #fff;
}
/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.contact-form {
    padding-bottom: 50px;
}
.form-group {
  margin-bottom:15px;
}
.contact-right textarea {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    padding-left: 15px;
    resize: none;
    height: 181px;
    background-color: #ffffff;
    border-radius: 2px;
}

.form-group button {
  border: none;
}
.contact_submit {
    float: right;
    background: #c7980a;
    color: #fff;
    padding: 5px 30px 5px 30px;
    font-size: 16px;
    border-radius: 2px;
    margin: -7px 0 0 0;
}
.contact-right {
    position: relative;
    background: #c7980a0d;
    padding: 14px 12px 18px 12px;
    margin: 0 0 0 0;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
}
.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: #ccc;
}
textarea:focus {
  border-color: #ccc;
}
.form-group.button {
  margin-bottom: 0px;
}
/* ==========================================================================
  Project Signle CSS
   ========================================================================== */

.project-meta {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.project-meta li {
  display: inline-block;
  margin-right: 15px;
}
.project-meta li:last-child {
  margin: 0;
}
.project-meta li a {
  color: #c7980a;
}
.project-meta li i {
  margin-right: 5px;
  color: #c7980a;
}
.project-single-img img {
  width: 100%;
}
.pro-single-content {
  margin-top: 0px;
}
.pro-single-content h3 {
  margin-bottom: 20px;
}
.pro-single-content p {
  margin-bottom: 20px;
}
.pro-single-content p:last-child {
  margin-bottom: 0;
}
.project-sidebar {
  background: #f5f6ff;
  padding: 30px;
  margin-top: 85px;
}
.project-sidebar li {
  margin-bottom: 30px;
}
.project-sidebar li:last-child {
  margin: 0;
}
.project-sidebar li span {
  color: #333;
  font-weight: 500;
  margin-right: 5px;
}
.project-sidebar li span i {
  color: #c7980a;
  font-size: 14px;
  vertical-align: ;
  margin-right: 4px;
}
.project-sidebar li a {
  color: #677286;
}
.pro-single-btn {
  background: #c7980a;
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-weight: 500;
  border-radius: 4px;
}
.project-sidebar li:last-child a {
  color: #fff;
}
.project-next-prev li a {
  color: #666;
  background: #ccc;
  padding: 7px 25px;
  display: block;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-next-prev li:first-child a,
.project-next-prev li a:hover {
  background: #c7980a;
  color: #fff;
}
.project-next-prev li {
  display: inline-block;
  margin-right: 15px;
}
.project-next-prev li:last-child {
  margin-right: 0px;
}
.project-next-prev {
  margin-top: 40px;
}
/* ==========================================================================
  Blog Sidebar CSS
   ========================================================================== */

.side-widget {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #f5f6ff;
  margin-bottom: 30px;
}
.side-widget h3 {
  margin-bottom: 30px;
}
.side-search {
  margin-bottom: 30px;
}
.side-search form.search-box {
  position: relative;
  width: 100%;
}
.search-box input[type="text"] {
  color: #666;
  display: block;
  height: 60px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  position: relative;
  width: 100%;
  background: #f5f6ff;
  border: none;
}
.search-box button {
  display: block;
  cursor: pointer;
  height: 60px;
  width: 80px;
  padding: 11px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  background: #c7980a;
  border: none;
  color: #fff;
  font-size: 20px;
}
.form-control:focus {
  color: #666699;
  background-color: #c7980a;
  border-color: #cff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about-me b {
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.about-me img {
  width: 100%;
}
.cat-list li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cat-list li {
  margin-bottom: 30px;
}
.cat-list li:last-child {
  margin: 0;
}
.cat-list li a:hover {
  color: #c7980a;
}
.cat-list li a:hover span {
  background: #c7980a;
  color: #fff;
}
.cat-list li a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: #f5f6ff;
  color: #c7980a;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.follow-social li {
  display: inline-block;
  margin-right: 15px;
}
.follow-social li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #c7980a;
  background: #f3f6ff;
  height: 45px;
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
}
.follow-social li:last-child {
  margin: 0;
}
.follow-social li a:hover {
  background: #c7980a;
  color: #fff;
}
.blog-archive li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-archive li {
  margin-bottom: 20px;
}
.blog-archive li i {
  margin-right: 5px;
  color: #c7980a;
}
.blog-archive li:last-child {
  margin: 0;
}
.blog-archive li a:hover {
  color: #c7980a;
}
.bg-newsletter {
  background: #c7980a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  height: auto;
  position: relative;
  border-radius: 15px;
  border: none;
}
.bg-newsletter:after {
  position: absolute;
  background: rgba(19, 21, 54, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 15px;
}
.bg-newsletter h3 {
  color: #fff;
}
.newsletter input {
  width: 100%;
  margin-bottom: 30px;
  border: none;
  background: #fff;
  height: 43px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #233d63;
  border-radius: 30px;
}
.newsletter button {
  width: 100%;
  border: none;
  background: #c7980a;
  color: #fff;
  font-weight: 600;
  height: 50px;
  border-radius: 30px;
  text-transform: uppercase;
}
.blog-tags li a {
  display: inline-block;
  background: #ccc;
  padding: 0px 15px;
  float: right;
  margin-right: 15px;
  color: #330066;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 7px;
  padding-bottom: 10px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #c7980a;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags li:last-child a {
  margin: 0;
}
/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
  margin-top: 40px;
  text-align: center;
}
.bloglist-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}
.bloglist-content {
  padding: 30px;
}
.bloglist-content {
  border: 1px solid #f5f6ff;
  border-top: none;
}
.bloglist-content h2 a {
  color: #330066;
}
.bloglist-content > a {
  color: #c7980a;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.bloglist-content a span {
  margin-left: 8px;
}
.bloglist-img img {
  width: 100%;
}
.bloglist-meta {
  border: 1px solid #f5f6ff;
  border-top: 0;
  padding: 30px;
}
.bloglist-meta li a {
  color: #c7980a;
}
.bloglist-meta li i {
  color: #c7980a;
  margin-right: 8px;
}
.bloglist-meta li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
}
.bloglist-meta li:last-child {
  margin: 0;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 15px;
}
.blog-pagination li a {
  color: #c7980a;
  background: #f3f6ff;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-pagination li:last-child {
  margin: 0;
}
.blog-pagination li .active,
.blog-pagination li a:hover {
  background: #c7980a;
  color: #fff;
}
.side-widget:last-child {
  margin: 0;
}
/* ==========================================================================
  Single Blog CSS
   ========================================================================== */

.single-blog-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-blog-content p {
  margin-bottom: 20px;
}
.blog-con-meta {
  margin-bottom: 30px;
}
.blog-con-meta li a {
  color: #c7980a;
}
.blog-con-meta li i {
  color: #c7980a;
  margin-right: 8px;
}
.blog-con-meta li {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
}
.blog-con-meta li:last-child {
  margin: 0;
}
.related-tag span {
  display: block;
  font-weight: 500;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.related-tag li {
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
.related-tag li a {
  color: #330066;
}
.related-tag li a:hover {
  color: #c7980a;
}
.related-tag {
  margin-top: 5px;
}
.related-share li {
  display: inline-block;
}
.related-share li a {
  color: #000;
}
.related-share {
  text-align: right;
}
.related-share li a {
  color: #fff;
  height: 40px;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.related-share li {
  margin-right: 15px;
}
.related-share li:last-child {
  margin: 0;
}
.sfb {
  background: #336699;
}
.stwi {
  background: #6699ff;
}
.sin {
  background: #cc3366;
}
/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
  float: left;
  margin-top: 8px;
}
.comt-detail {
  overflow: hidden;
  padding-left: 30px;
}
.comtuser-name p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.comtuser-name {
  position: relative;
  overflow: hidden;
}
.comtuser-name a {
  position: absolute;
  top: 0;
  color: #c7980a;
  font-weight: 600;
  right: 0;
}
.comtuser-name h3 {
  font-size: 16px;
  font-weight: 600;
  color: #330066;
}
.comt-user img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.comment-count {
  margin: 30px 0px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.comtuser-name a i {
  margin-right: 5px;
  color: #c7980a;
}
.comt-sub {
  margin-left: 48px;
}
.comment-temp li {
  margin-bottom: 15px;
}
.comment-temp li:last-child {
  margin: 0;
}
.comment-form-title {
  margin-bottom: 30px;
}

/* ==========================================================================
  Preloader CSS
   ========================================================================== */

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.seori-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #003366;
  z-index: 9999;
}
.seori-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}


.choose_us
{
    background: #c7980a;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.icon_plane{position: absolute;
    bottom: 17px;}
.icon_plane img
{top: -11px;
    width: 125px;
    height: 50px;
    background: #eee;
    margin: 0 6px;
    padding: 2px;
    border-radius: 4px;
}
.choose_us::before{
    content: '';
    width: 5%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(0deg);
    z-index: -1;}
.choose_us::after{
    content: '';
    width: 30%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 3%;
    top: 0;
    transform: skewX(330deg);
    z-index: -1;}
.bx_11
{
    border-right: 1px solid #8f8f8f;
}
/*.bx_11:last-child
{
    border-right: 0px solid #8f8f8f;
}*/
.bx_icon
{
    float: left;
    margin: -3px 9px 0 0;
}
.bx_icon i
{
    color: #fff;
    font-size: 25px;
}
.chs_ctnt{}
.chs_ctnt h4
{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.chs_ctnt p
{
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}
.Sec_dest
{
    padding: 50px 0 0;
}
.top_heading
{
  margin-bottom: 20px;
}
.top_heading .nm_1
{
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0f275c;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.nm_1::before
{
    content: '';
    width: 100px;
    height: 3px;
    background: #ffbc00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nm_1::after
{
    content: '';
    width: 50px;
    height: 3px;
    background: #029e9d;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.top_heading p{}
.dest_bx_main
{
   /* background: #fff;
    padding: 5px;*/
    border-radius: 8px;
    box-shadow: 0 0px 10px #00000038;
    margin-bottom: 30px;
    position: relative;
}
.dest_bx_main::before{content: '';}
.dest_bx
{
    position: relative;
}
.dlr_pr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(black, #adadadc9);
    /*width: 50%;*/
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 2px #c7980a;
    border-radius: 4px;
    /*border-bottom: 3px solid #bbbbbb;*/
}
.dest_bx h4{}
.dest_bx h4 small{}
.dest_bx span
{
    position: absolute;
    left: 5%;
    top: 5%;
    background: #c7980a;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
.dest_bx p
{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #fff;
    text-shadow: 0 2px 3px #000;
}
.dest_bx img
{
    border-radius: 8px;
    width: 100%;
    height: 250px;
}
.dst_ctnt{}
.dst_ctnt p
{
    margin: 0;
    background: #029e9d;
    padding: 5px;
    color: #fff;
}
.dst_ctnt p i{}
.dst_ctnt p span
{
    float: right;
    color: #ffbc00;
}
.dst_ctnt h4
{
    font-size: 13px;
    margin: 6px 0;
    color: #777;
    font-weight: 400;
}
.dst_ctnt h5
{
    text-align: center;
    color: #000;
}

.city_nm{position: relative;}
.city_nm img{}
.city_nm p{}
.page_link{text-align: right;}
.page_link ul li{display: inline-block;margin: 0 0 0 15px;}
.page_link ul li a{color: #fff;}




.Sec_test{background: #fff;margin: 0;}
.text_bx{position: relative; background: #fff;box-shadow: 0 0px 5px rgb(120 120 120 / 38%);padding: 20px;border-radius: 20px;}
.time_set{position: absolute;top: 5%;right: 5%;color: #022f64;font-weight: 700;font-size: 13px;}
.text_bx img{margin-bottom: 25px;width: auto;}
.text_bx h4{font-size: 20px;font-weight: 600;color: #42495b;}
.text_bx h5{color: #c7980a;}
.text_bx p{text-align: justify;}
.text_bx h5 span{float: right;font-size: 14px;margin-top: 6px;color: #39b74e;}

.bx_footer
{
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px #c9c9c9;
    margin-bottom: 30px;
    border-radius: 4px;
}
.ftr_icon
{
    width: 40px;
    float: left;
    margin: -2px 20px 0 0;
}
.ftr_icon i
{
    width: 50px;
    height: 50px;
    background: #c7980a;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #232683;
    border-radius: 4px;
    outline: 4px dashed #fff;
    outline-offset: -4px;
}
.ftr_ctnt{}
.ftr_ctnt p
{
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.ftr_ctnt a
{
    color: #333;
    font-weight: 600;
}
.pagebanner
{
    /*background: linear-gradient(45deg, #d1d1d1, #fdfff6);*/
    padding: 150px 0 75px 0;
    margin-top: -127px;
    background: #000 url(../images/pagebnr.png);
}
.pagebanner h1
{
    font-size: 25px;
    border-bottom: 2px solid #c7980a;
    display: initial;
    padding-bottom: 3px;
}
.Sec_page
{
    background: #f9f9f9;
    padding: 50px 0;
}
.page_dsgn
{
    background: #fff;
    border-radius: 4px;
    margin-top: -85px;
    padding: 20px;
    box-shadow: 0 1px 4px #0000002e;
}
.page_dsgn h2
{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.page_dsgn h3, .page_dsgn h4
{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.page_dsgn ol li
{
    text-align: justify;
    line-height: 23px;
    margin-bottom: 15px;

    list-style-type: square;
    margin-left: 15px;
}
.page_dsgn img
{
    width: 35%;
    border-radius: 8px;
    float: left;
    margin-right: 20px;
}
.page_dsgn p
{
    text-align: justify;
    line-height: 23px;
}
.bg_clr_ctnt
{
    background: #f5e9e9;
    border-radius: 4px;
    margin-top: -85px;
    padding: 20px;
    box-shadow: 0 1px 4px #0000002e;
}
.bg_clr_ctnt h2
{
    font-size: 25px;
    margin-top: 45px;
}
.bg_clr_ctnt p{}
.bg_clr_ctnt input
{
    border: 1px solid #e1e1e1;
    height: 54px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}
.bg_clr_ctnt input:last-child{margin-bottom: 0;}
.bg_clr_ctnt textarea
{
    border: 1px solid #e1e1e1;
    height: 125px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}
.bg_clr_ctnt button
{
    background: #a11d1d;
    width: 100%;
    border: 0;
    color: #fff;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
}
.line_1{border-right: 1px solid #ccc;}
.Sec_address
{
    background: #fff;
    padding: 25px 0;
}
.map
{
    background: #fff3f3;
    padding: 5px;
}
.ctnt_add{}
.ctnt_add h3
{
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    margin-bottom: 30px;
}
.ctnt_add ul li
{
    width: 100%;
    display: table;
    background: #fff4f4;
    padding: 10px;
    margin-bottom: 21px;
    box-shadow: 0 0 1px #777;
}
.ctnt_add ul li .bx_dls{}
.ctnt_add ul li i
{
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #232683;
    border-radius: 4px;
    border: 2px solid #232683;
    float: left;
    margin-right: 20px;
}
.ctnt_add ul li .bx_dls h4
{
    font-size: 16px;
    margin: 0;
}
.ctnt_add ul li .bx_dls a
{
    color: #333;
    letter-spacing: 0.5px;
}
.ctnt_add ul li .bx_dls p{}


@media (min-width: 1400px) {
  .choose_us .container,
.Sec_dest .container,
.Sec_test .container,
.footer .container {
max-width: 1320px;
}
}




/* ====================== */
/*         Footer         */
/* ====================== */

footer{
  background: #f6f6f6;
  position: relative;
}
.newsletter{
  padding: 55px 0 35px;
  position: relative;
  z-index: 1;
}
.newsletter form{
  position: relative;
  width: 45%;
  margin: 0 auto;
}
.newsletter a{
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #c7980a;
  color: #fff;
}
.newsletter input[type=text]{
  padding-right: 115px;
  margin-bottom: 0;
}
.footer-links{
  padding: 45px 0 41px;
  position: relative;
  z-index: 1;
}
.footer-links h3{
  color: #c7980a;
  margin-bottom: 50px;
}
.footer-links li{
  padding: 0 0 10px 0px;
  position: relative;
  margin-bottom: 10px
}
.footer-links li a{
  color:#565050;
  opacity: 0.8;
}
.footer-links li a:hover{
  opacity: 1;
}
.footer-links li a i{
  padding-left: 5px;
  transition: all ease-in-out 0.3s;
}
.footer-links-list li a:hover i{
  padding-left: 10px;
}
.footer-links li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.copyright{
  position: relative;
    z-index: 1;
    padding: 10px 0;
    background: #c7980a;
}

.copyright-content p{
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
}
.copyright-content a{
  color: #c7980a;
}
.footer-recent-post li{
  padding: 0;
  margin-bottom: 10px;
}
.footer-recent-post li:last-child{
  margin-bottom: 0;
}
.footer-recent-post li:before,
.footer-social-links li:before{
  display: none;
}
.recent-post-item{
  display: flex;
}
.recent-post-image{
  width: 27%;
}
.recent-post-content{
  flex: 1 auto;
  padding-left: 15px;
}
.recent-post-content h4{
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
}
.recent-post-content p{
  color: #c7980a;
  margin-bottom: 0;
  font-size: 13px;
}
.footer-social-links li{
  padding: 0;
  display: inline-block;
  margin: 0px 20px 0 0;
}
.footer-instagram li{
  padding: 0;
  display: inline-block;
  width: 28.33%;
  margin: 0 0 4px 0;
}
li.social-icon{
  margin-right: 15px;
  font-size: 20px;
}
li.social-icon a i{
  padding: 0;
}
.footer-about p{
  color: #000;
  margin: 20px 0;
}
.about-logo img{
  width: auto;
}
.about-location li{
  color: #fff;
}
.about-location li i{
  color: #363233;
  padding-right: 10px;
}
.footer-social-links{
  margin-top: 20px;
}
.payment-content{
  text-align: right;
}
.payment-content li{
  display: inline-block;
  margin: 0 0px 0 10px;
  color: #fff;
}
.payment-content li img{
  width: 30px;  
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  border:1px solid #ccc;
  background: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#back-to-top a:after{
  position: absolute;
  content: '\f176';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #005294;
  top: 5px;
  left: 15px;
  z-index: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
        width: 97% !important;
       margin-left: -5px;
  }
  .blog-item {
        margin-bottom: 30px;
  }
  .newsletter form {
        width: 100% !important;
  }
  .countdown-title h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  section.testimonials {
        padding: 20px 10px;
  }
  .testimonial_094_slide:before {
    display: none;

  }
  .section-title h2 {
        font-size: 30px;
  }
}
@media (min-width: 280px) and (max-width: 653px) {
.ui-widget.ui-widget-content {
  width: 96% !important;
    margin: 0 !important;
}
.main-banner-captions h1,
.main-banner-captions h4  {
  font-size: 15px !important;
}
.upper-head p {
    font-size: 9px !important;
    margin-right: 3px !important;
}
.slicknav_btn {
      background-color: #c7980a !important;
    margin-top: -30px !important;
}
.main-banner {
  padding: 40px 0 30px 0 !important;
}
.fm_ln1 button {
  font-size: 12px !important;
}
}