/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif !important;
}


.dropdown a {
	padding-bottom: 40px !important;
}
.new-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
	background: #f9f9f9;
}
.holder1 ul {
    padding: 0;
    list-style: none;
}
.new-box:hover {
    background: #e6960d;
}

.new-box {
    text-align: center;
    transition: 0.5s;
    padding: 70px 0;
    margin-bottom: 25px;
    border-radius: 5px;
}
.logo-img img {
	width: 100%;
	margin-bottom: 50px;
}
.second-section {
    padding-top: 50px;
    text-align: center;
}
.second-text p {
    color: #474545;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.detal-box {
    background: #a92529;
    color: #fff;
	padding: 30px 44px;
}
.detal-box p {
    font-size: 17px;
    font-weight: 600;
	margin-bottom: 20px;
}
.news-post p {
    padding-left: 8px;
    padding-right: 8px;
}
.detal-box a {
    font-size: 14px;
    color: #e29708;
    font-weight: 600;
}
.box1 a {
    background: #e29708;
    background-color: rgb(226, 151, 8);
    padding: 12px 7px !important;
    border-radius: 5px;
    color: #9f210b !important;
	transition: 0.5s;
}
.svg-inline--fa.fa-phone-square-alt.fa-w-14 {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 0px;
}
.box1 a svg {
	margin-left: 2px;
}
.box1 a:hover {
	border-bottom: none !important;
}
.detal-box {
    background: #a92529;
    color: #fff;
    padding: 30px 44px;
    position: absolute;
    top: -60px;
    right: 37px;
}
.coll-add img {
    float: left;
    margin-right: 15px;
	margin-bottom: 100px;
}
.coll-add p {
    color: #000;
    margin: 0;
    display: block;
    width: 116%;
    line-height: 25px;
    letter-spacing: 1px;
}
.coll-add h6 {
    margin-bottom: 5px;
	font-size: 15px;
}
.coll-add {
    margin-top: 50px;
}
.coll-add a {
    color: #000;
    margin-bottom: 0;
	margin-right: 15px;
}



/* Slick slider styles */
.slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider .slick-track, .slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
h1, h2, h3, h4, h5, h6, .h {
  
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h a {
  color: inherit;
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active, .h a:hover, .h a:focus, .h a:active {
  color: #ffc000;
}
p {
  margin: 0 0 0px;
}
.element-block {
  display: block;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
}
.bg-dark {
  background-color: #161616;
}
.bg-gray {
  background-color: #f6f6f6;
}
.bg-light {
  background-color: #fcfcfc;
}
/* ---------------------------------------------------------
 4. Wrapper  / #wrapper
 ---------------------------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* ---------------------------------------------------------
 5. Page Header  / #page-header
 ---------------------------------------------------------*/
#page-header {
  position: relative;
  width: 100%;
  z-index: 99;
}
#page-header.v3 .sticky {
  position: static;
}
#page-header.v3 .navbar-search-form .search-collapse, #page-header.v3 .navbar-search-form .search-collapse.collapsing, #page-header.v3 .navbar-search-form .search-collapse.collapse, #page-header.v3 .navbar-search-form .search-collapse.collapse.in {
  right: 130px;
}
#page-header.page-header-stick .sticky {
  background: #222222;
}
/* ---------------------------------------------------------
 9. Header holder  / .header-holder
 ---------------------------------------------------------*/
.header-holder {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.sticky .dropdown a:hover {
    border-bottom: none;
}
.header-holder.sticky{
    border-bottom: none;
}
.nav > li > a {
    font-weight: 600;
}
.logo img {
    width: 150%;
}
.main-navigation > li, .main-navigation.nav > li, .main-navigation.navbar-nav > li, .main-navigation.navbar-right > li {
    margin-left: 20px !important;
}
.header-holder.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.header-holder.align-center .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-holder .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-holder .row:after, .header-holder .row:before {
  display: none;
}
/* ---------------------------------------------------------
 10. Logo  / .logo
 ---------------------------------------------------------*/
.logo {
  max-width: 129px;
  margin-top: 5px;
}
.aside .logo {
  margin-bottom: 13px;
}
/* ---------------------------------------------------------
 11. Nav  / #nav
 ---------------------------------------------------------*/
#nav {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 1px;
  position: static;
}
#nav:after, #nav:before {
  display: none;
}
#nav .navbar-toggle {
  margin: 0;
}
#nav .navbar-toggle:hover .icon-bar, #nav .navbar-toggle:focus .icon-bar, #nav .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
#nav .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #fff;
}
.nav-holder #nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* ---------------------------------------------------------
 15. Intro block slide  / .intro-block-slide
 ---------------------------------------------------------*/
.intro-block-slide {
  min-height: 100vh;
  color: #fff;
  font-size: 18px;
  line-height: 1.44444;
  text-align: center;
}
.intro-block-slide.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intro-block-slide.overlay:before {
  pointer-events: none;
}
.intro-block-slide .align-wrap {
  position: relative;
  z-index: 2;
  min-height: inherit;
  white-space: nowrap;
}
.intro-block-slide .align-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: inherit;
}
.intro-block-slide .align-wrap > .align {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.intro-block-slide .align-wrap .align {
  max-width: 750px;
  margin-left: -3px;
  padding: 35px 20px 60px;
}
.intro-block-slide .intro-block-heading {
  color: inherit;
  font-weight: 700;
  margin: 0 0 13px;
}
.btns-wrap1 {
    margin-top: 20px;
}
.btns-wrap1 a {
    background: #fff;
    color: #000;
}
.intro-block-slide .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}
.intro-block-slide .btn {
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 145px;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.intro-block-slide .btn {
    margin-left: 0;
    margin-right: 11px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}
.intro-block-slide p {
  margin: 0;
}
/* ---------------------------------------------------------
 16. Fade slider  / .fade-slider
 ---------------------------------------------------------*/
.fade-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 40px;
}
.fade-slider .slick-arrow.slick-prev {
  left: 0;
}
.fade-slider .slick-arrow.slick-next {
  right: 0;
}
.fade-slider .slick-arrow:focus {
  color: #fff;
}
.fade-slider .slick-arrow:hover {
  color: #fff;
  background-color: #000;
}
/* ---------------------------------------------------------
 40. News post / .news-post
 ---------------------------------------------------------*/
.news-post {
  line-height: 1.57143;
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 31px 30px;
  border-radius: 1px;
  text-align: center;
box-shadow: 0px 0px 28px 0px #d8d8d8;
}
.news-post:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-post:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-post:after {
  width: 100%;
  height: 2px;
}
.news-post:before {
  border: 1px solid #e8e8e8;
  z-index: -1;
  border-radius: inherit;
}
.news-post:hover .aligncenter:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.news-post .aligncenter {
  margin: -31px -30px 30px;
  position: relative;
}
.news-post .aligncenter:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-post .aligncenter:before {
  background: rgba(255, 192, 0, 0.6);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.news-post .aligncenter img {
  display: block;
  width: 100%;
}
.news-post h3, .news-post .h3 {
  margin: 0 0 13px;
  font-weight: 400;
  line-height: 1.22222;
  text-transform: none;
}
.news-post .time {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33333;
}
.news-post .time a {
  color: inherit;
}
.news-post p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid;
    padding-bottom: 13px;
}
.news-post a {
    font-size: 19px;
    font-weight: 700;
    color: #a2262b;
}
/* ---------------------------------------------------------
 43. Footer area / .footer-area
 ---------------------------------------------------------*/
.footer-area .btn-default {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  font-weight: 600;
  border-radius: 1px;
}
.footer-area .btn-default:hover {
  background-color: #777777;
  border-color: #777777;
  color: #fff;
}
/* ---------------------------------------------------------
 44. aside / .aside
 ---------------------------------------------------------*/
.aside {
  padding-top: 30px;
  padding-bottom: 17px;
}
.aside h3, .aside .h3 {
    color: #fff;
    margin: 0 0 29px;
    font-size: 19px;
    padding-bottom: 17px;
}
.aside .col {
  margin-bottom: 25px;
}
.aside p {
  margin: 0 0 23px;
  font-size: 15px;
  font-weight: 500;
}
.w {
    display: block;
    width: 114%;
}
.ft-address ul {
    padding: 0;
    list-style: none;
}
.ft-address ul li {
    font-size: 15px;
    font-weight: 500;
    color: #a5232e;
}
.ft-address ul li a{
    color: #acacac;
}
.copy {
    background: #303030;
    text-align: center;
    padding: 20px 0;
}
.copy p{
    margin: 0;
}
/* ---------------------------------------------------------
 46.Fooer-navigation / .fooer-navigation
 ---------------------------------------------------------*/
.fooer-navigation {
  margin-bottom: 0;
}
.fooer-navigation > li {
  font-size: 15px;
  line-height: 1.33333;
  position: relative;
  margin-bottom: 10px;
}
.fooer-navigation > li.active > a {
  color: #fff;
}
.fooer-navigation > li > a {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
}
.fooer-navigation > li > a:hover {
  color: #fff;
}
/*------------------------------------------------------------------
147. Back Top / #back-top
-------------------------------------------------------------------*/
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 25px;
  line-height: 0.53333;
  color: #fff;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background: #e6960d;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#back-top.active {
  opacity: 1;
  visibility: visible;
}
#back-top:hover {
  opacity: 0.7;
}


.anim {
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.anim.delay1 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.anim.delay2 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.slick-active .anim {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}





.why-us-section-1 {
    background-image: url(../images/about/about-banner.jpg);
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.why-us-header {
    position: absolute;
    top: 50%;
    color: #fff;
}
.why-us-header h1 {
    margin: 0;
    font-size: 45px;
	color: #fff;
}
.about-img img {
    width: 100%;
}
.about-section, .cout-section{
    padding: 100px 0;
}
.about-text h1 {
    color: #a92328;
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
	line-height: 50px;
}
.about-text p {
    color: #534f4f;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-right: 50px;
}
.about-text ul li {
    color: #414040;
    font-weight: 600;
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    letter-spacing: 0.50px;
}
.about-text ul {
   padding: 0;
}
.caut-text {
    text-align: center;
}
.caut-text p{
    color: #000;
}
.about-text ul li svg {
    color: #fd5a0d;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.caut-text h1 {
    font-size: 35px;
}
.history-bg {
	background-image: url(../images/about/about--milestone.jpg);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 50px 0;
}
.history-hed h1 {
    color: #e4950d;
    font-size: 40px;
    font-weight: 800;
    margin-top: 20;
    margin-bottom: 50px;
}
.history-hed  {
    text-align: center;
}
.history-text span {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border: 1px solid;
    padding: 0px 20px;
    float: left;
    margin-bottom: 60px;
    margin-right: 80px;
}
.history-text h2 {
    color: #e5960d;
    font-size: 26px;
    font-weight: 700;
	position: relative;
}
.history-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 45px;
}
.history-detal {
    position: relative;
}
.history-detal::before {
    content: '';
    background: #e5960d;
    color: #e5960d;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 12%;
    top: 15px;
}
.history-text h2::before {
    content: '';
    color: #e4950d;
    background: #e4950d;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 129px;
    border-radius: 50%;
    top: 8px;
}
.box-img img {
    width: 100%;
    margin-bottom: 50px;
}
.size {
    margin-bottom: 30px;
}
.contact-text span {
    color: #8e0812;
    font-size: 15px;
    font-weight: 600;
}
.contact-text h1 {
    color: #8e0812;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 10px 0;
}
.contact-text h3 {
    margin-bottom: 0;
	font-size: 17px;
}
.contact-text p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.contact-text ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.contact-text ul li {
    color: #8e0812;
	font-size: 15px;
	font-weight: 400;
}
.contact-text ul li a{
    color: #000;
	
}
.form-control_2 {
    background: #f6f6f6;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.form-control_0 {
	padding-top: 5px;
	padding-bottom: 0;
}
.cont1 {
	padding: 0;
}
.cont2 {
	padding-right: 10px;
}
.btn {
    background: #e6960d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: -12px;
}
.map-section {
	padding: 50px 0;
	position: relative;
}
.map-hed {
    text-align: center;
    margin-bottom: 30px;
	
}
.map-hed h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
}
.map-section::before {
    content: '';
    background: #f6f6f6;
    height: 51%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -40px;
}
.infrastructure h3 {
    color: #757575;
    font-size: 28px;
    margin-top: 0;
}
.infrastructure ul li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.infrastructure {
	margin-left: 20px;
}
.infrastructure2 {
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 100px;
}
.infrastructure h1{
	font-size: 43px;
}
.infrastructure ul  {
    margin-bottom: 50px;
}
.infrastructure a {
    background: #e6960d;
    color: #000;
    padding: 17px 35px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: 0.5s;
}
.infrastructure a:hover {
	color: #fff;
	background: #a92328;
}
.infrastructure-bg {
    background: #e5e5e5;
}
.infrastructure-img img {
    width: 100%;
    position: absolute;
	top: -60px;
}
.infrastructure-img {
    position: relative;
}
.infrastructure-section {
	padding-bottom: 0;
	padding-top: 50px;
}
.holder1 ul li {
    display: inline-block;
}
.holder1 ul li a {
    background: #272727;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    margin-right: 13px;
    font-size: 20px;
    transition: 0.5s;
}
.holder1 ul li a:hover {
    background: #fff;
    color: #000;
}
.contecticon a {
    background: #f6f6f6;
    font-size: 18px;
    color: #000;
    padding: 14px 15px;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.5s;
}
.contecticon a:hover {
    background: #000;
    color: #fff;
}
.contecticon  {
   margin-top: 50px;
}
.detal-box a svg {
    margin-left: 6px;
}
.svg-inline--fa.fa-sort-down.fa-w-10.icon-arrow {
    vertical-align: 1px;
}


/* Full-width input fields */
input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}



/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.contact_form_submit{
  margin-top: 50px !important;
}




span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  position: relative;
  padding: 15px;
}
.main-feld {
    padding: 0 15px;
}
a {
    cursor: pointer;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.error{
  color: red !important;
}

.thankyou-inner h2{
  font-size: 42px;
  text-transform: uppercase;
}
.thankyou-inner p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.thankyou-inner a{
  border: 1px solid #e29708;
  background: #e29708;
  color: #9f210b;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.thankyou-inner a:hover{
  border-color: #e29708;
  background: transparent;
  color: #e29708;
}



