.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}
.container_full {
  width: 100%;
  float: left;
  margin: auto;
}
.container {
  width: 1170px;
  margin: auto;
}
/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
  position: relative;
  margin-right: 4%;
  float: left;
}
.one_full {
  width: 100%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.650%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.800%;
}
.two_third {
  width: 65.350%;
}
.three_fourth {
  width: 74%;
}
.onecol_forty {
  width: 40%;
}
.onecol_sixty {
  width: 56%;
}
.onecol_thirtyfive {
  width: 35%;
}
/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
  position: relative;
  margin-right: 2%;
  float: left;
}
.one_full_less {
  width: 100%;
}
.one_half_less {
  width: 49%;
}
.one_third_less {
  width: 32%;
}
.one_fourth_less {
  width: 23.500%;
}
.one_fifth_less {
  width: 18.400%;
}
.two_third_less {
  width: 66%;
}
.three_fourth_less {
  width: 74.500%;
}
.onecol_forty_less {
  width: 40%;
}
.onecol_sixty_less {
  width: 58%;
}
.onecol_thirtyfive_less {
  width: 36.250%;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
/*---------------------------------------------------
  HEADER
------------------------------------------------------*/

/* Logo */
#logo {
  float:left;
  display:block;
  width:100%;
  min-height: 191px;
  margin-top:0px;
  position: relative;
  text-indent:-999em;
  background:url(../images/logo.png) no-repeat 40px top;
}



#logo-mobile{display:none;}






/* header area adinationals */

.contact-details {
  float: left;
  width: 33%;
  margin-top: 0px;
}
.contact-details a {
  width: 100%;
  float: left;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding-top: 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.logo {
  float: left;
  width: 30%;
  margin-top: 0px;
}
.menu_main {
  float: left;
  width: 37%;
  z-index: 9999;
}
.mstslider {
  width: 100%;
  float: left;
}
.slidermar {
  margin-top: 0px;
}
.about-section {
  padding: 60px 0px 80px;
}
.about-left {
  width: 48%;
  float: left;
  margin-right: 5%
}
.about-right {
  width: 47%;
  float: left;
  margin-right: 0%;
  padding-top: 20px;
}
.about-right h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Merienda', cursive;
  letter-spacing: 1px;
}
.about-right h1 {
  color: #af2105;
  font-size: 38px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}
.about-right h1 span {
  color: #ff9c00;
}
.about-right p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.about-right p span {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}
.more-info {
  background: rgb(175,33,5);
  background: linear-gradient(90deg, rgba(175, 33, 5, 1) 10%, rgba(224, 121, 10, 1) 100%);
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.more-info:hover {
  background: rgb(175,33,5);
  background: linear-gradient(90deg, rgba(175, 33, 5, 1) 10%, rgba(224, 121, 10, 1) 100%);
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.our-packages {
  background-color: #fff3f1;
  padding: 50px 0px 280px;
  color: #000
}
.footer4 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #0a1624;
  background-image:url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center 55px;
  padding-bottom:35px;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}
.footer4 .ptb {
  padding: 100px 0px 0px 0px;
}
.footer4 a {
  color: #fff;
  transition: all 0.3s ease;
}
.footer4 a:hover {
  color: #393939;
}
.footer4 .fmlinks {
  margin-bottom: 35px;
}
.footer4 .fmlinks a {
  color: #fff;
  text-transform: none;
  margin: 0px 14px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 42px;
}
.footer4 .fmlinks a:hover {
  color: #999;
}
.footer-top {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
 background: #2f2f2f;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 22px 0;
 position: relative;
}
.footer-top [class*=col] i, .footer-top [class*=col] h3, .footer-top [class*=col] p {
 color: #fff;
}
.footer-top [class*=col] p {
 margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
 content: "";
 position: absolute;
 top: 0;
 right: -50px;
 border-style: solid;
 border-color: transparent transparent transparent #2f2f2f;
 border-width: 50px 0px 50px 50px;
 z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
 background: #4b6e47;
}
.footer-top [class*=col]:nth-child(2):after {
 content: "";
 position: absolute;
 top: 0;
 right: -50px;
 border-style: solid;
 border-color: transparent transparent transparent #4b6e47;
 border-width: 50px 0px 50px 50px;
 z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
 background: #55b549;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 18px;
}
.footer-top .footer-box-content h3 {
  font-weight: 500;
  margin-bottom:6px;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}
.footer-top .footer-box-content p {
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}
.footer_social_links4 a i {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  line-height: 50px;
  vertical-align: middle;
  background-image: linear-gradient(to right, #407a38, #21d209);
  color: #fff;
  margin: 30px 10px 0 2px;
  transition: all 0.3s ease;
  font-size: 18px;
}
.footer_social_links4 a i:hover {
  color: #fff;
  background-color: #393939;
  font-size: 22px;
}
/* scroll up */
.scrollup {
  width:40px;
  height:40px;
  opacity:1;
  position:fixed;
  bottom:22px;
  right:20px;
  display:none;
  text-indent:-9999px;
  background: url(../images/scroll-top-arrow.png) no-repeat left top;
  z-index: 9001;
}
.featured_section1 {
  padding: 80px 0px;
}
.about-us-bg {
  background-image: url(../images/aboutbg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.about-us-bg h5 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fe9600;
  letter-spacing: 2.5px;
}
.about-us-bg h1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  color: #000;
  width: 80%;
  line-height: 55px;
  margin-bottom: 65px;
}
.about-us-bg h2 {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 350px;
  line-height: 255px;
  color: #daa14c;
  text-align: right;
  letter-spacing: 10px;
  margin-bottom: 20px;
  padding-right: 50px;
}
.about-us-bg h6 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 28%;
  margin: 0 auto;
  margin-right: 100px;
}
.about-container p {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  padding-bottom:15px;
}
.about-container ul li {
  width: 50%;
  float: left;
  padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
}
.about-btn {
  background-color:#000;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border-radius: 25px;
  margin-top: 35px;
}
.our-services {
  background-color: #F3F3F3;
  padding: 80px 0px 50px;
}
.our-services .container {
  width: 1280px;
  margin: 0 auto;
}
.our-services-box {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 35px;
}
.our-services-box:last-child {
  margin-right: 0%
}
.our-services-box h2 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #000;
  line-height: 50px;
}
.our-services-box p {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  padding-bottom: 25px;
  padding-top: 8px;
}
.our-services-box h2 span {
  color: #3eb92d;
  font-weight: 700;
}
.add-section {
  padding: 65px 0px 40px;
}
.add-section .container {
  width: 1280px;
  margin: 0 auto;
}
.add-section-left {
  width: 40%;
  float: left;
  margin-right: 4%
}
.add-section-left h1 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 45px;
  margin-top: 120px;
  margin-bottom: 0px;
}
.add-section-left p {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  line-height: 28px;
}
.add-section-left h1 span {
  color: #e9b100;
  font-family: 'Playfair Display', cursive;
  font-style: italic;
  font-size: 35px;
  line-height: 55px;
}
.add-section-right {
  width: 56%;
  float: left
}
.section-title .lnk-default2 {
  margin-left: auto;
  height: 28px;
}
.process-section ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process-section ul li {
  float: left;
  width: calc(100% / 3);
  display:inline-flex;
}
.proz-mint {
  width: 100%;
  border-left: 2px solid #bdbdc0;
  padding: 40px 38px 49px;
  position: relative;
}
.proz-mint:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background-color: #bdbdc0;
}
.process-section ul li:nth-child(1) .proz-mint:before, .process-section ul li:nth-child(2) .proz-mint:before, .process-section ul li:nth-child(3) .proz-mint:before {
 top: 0;
 bottom: auto;
}
.process-section ul li:nth-child(1) .proz-mint, .process-section ul li:nth-child(2) .proz-mint, .process-section ul li:nth-child(3) .proz-mint {
 border-bottom: 2px solid #bdbdc0;
}
.process-section ul li:nth-child(1) .proz-mint:after, .process-section ul li:nth-child(2) .proz-mint:after, .process-section ul li:nth-child(3) .proz-mint:after {
 bottom: -13px;
 top: auto;
}
.proz-mint:after {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  width: 24px;
  height: 24px;
  border:2px solid;
  background: #fff;
  z-index: 9;
  color: #454545;
}
.p-num {
  position: absolute;
  bottom: 45px;
  right: 36px;
  font-size: 26px;
  font-weight: 700;
  color: #49ad3c;
  font-family: 'Poppins', sans-serif;
}
.proz-mint > h3 {
  color: #070c1f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 210px;
  font-family: 'Poppins', sans-serif;
}
.proz-mint > p {
  color: #070c1f;
  font-size: 14px;
  line-height: 23px;
  max-width: 260px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.proz-mint:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block {
  padding: 100px 0 30px;
}
.sub-title {
  color: #070c1f;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-left: 86px;
  margin-bottom: 61px;
  margin-top: -12px;
  font-family: 'Poppins', sans-serif;
  line-height: 45px;
}
.section-title .sub-title {
  max-width: 600px;
  margin-bottom: 0;
}
.sub-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-title:before {
  background-color: #49ad3c;
}
.project-2-area {
  background: #091f39;
  position: relative;
  z-index: 10;
}
 .project-2-area::before {
 position: absolute;
 content: '';
 left: 0;
 top: 0;
 height: 100%;
 width: 40%;
 background: #0a1624;
 z-index: -2;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .project-2-area::before {
 width: 36%;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .project-2-area::before {
 width: 100%;
}
}
 @media (max-width: 767px) {
 .project-2-area::before {
 width: 100%;
}
}
.project-2-area .shape {
  position: absolute;
  left: 120px;
  bottom: 0;
  z-index: -1;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .project-2-area .shape {
 left: 0;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
 .project-2-area .shape {
 left: 0;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .project-2-area .shape {
 left: 0;
}
}
 @media (max-width: 767px) {
 .project-2-area .shape {
 left: 0;
}
}
.project-2-area .project-full {
  left: calc((100% - 1200px) / 2);
  position: relative;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
 .project-2-area .project-full {
 left: calc((100% - 965px) / 2);
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .project-2-area .project-full {
 position: static;
}
}
 @media (max-width: 767px) {
 .project-2-area .project-full {
 position: static;
}
}
.project-2-area .project-content {
  margin-top: 15px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .project-2-area .project-content {
 padding-bottom: 30px;
}
}
 @media (max-width: 767px) {
 .project-2-area .project-content {
 padding-bottom: 30px;
}
}
.project-2-area .project-content .title {
  font-size: 19px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-right: 0px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.project-2-area .project-content .title span {
  font-size: 50px;
  font-weight: 600;
  color: #ffc103;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .project-2-area .project-content .title {
 font-size: 34px;
 line-height: 44px;
}
}
.project-2-area .project-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  padding-right: 87px;
  padding-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  padding-top: 20px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .project-2-area .project-content p {
 font-size: 14px;
 margin-right: -15px;
}
}
.project-2-area .project-item {
  position: relative;
}
.project-2-area .project-item a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #192437;
  font-weight: 600;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: 'Poppins', sans-serif;
}
.project-2-area .project-item img {
  width: 100%;
}
.project-2-area .project-item:hover a {
  background: #ff9900;
  color: #fff;
}
.project-2-area .project-2-active .slick-dots {
  position: absolute;
  left: -1140px;
  bottom: 60px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .project-2-area .project-2-active .slick-dots {
    left: -780px;
    bottom: 30px;

}

}



.project-2-area .project-2-active .slick-dots li {
  display: inline-block;
}
.project-2-area .project-2-active .slick-dots li button {
  border: 0;
  background: #ffc103;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 0;
}
.project-2-area .project-2-active .slick-dots li.slick-active button {
  background: #fff;
}


.works01{padding-top: 55px;}


.works01 h2 {
  font-family: 'Playfair Display', cursive;
  color: #ff9900;
  font-size: 34px;
  margin-bottom: 30px; text-align: center;
}
.works01 p {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-family: 'Poppins', serif;
  font-weight: 400; width: 85%; margin: 0 auto;margin-bottom: 50px;
}
.page-banner {
  width: 100%;
  float: left;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  margin-top: 100px;
}
.page-banner-layer {
  width: 100%;
  float: left;
  background: rgb(0 0 0/0.6);
  height: 100%;
}
.banner-text {
  width: 100%;
  float: left;
  padding: 40px 0px;
  text-align: center;
  margin-top: 90px;
}
.banner-text h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 72px;
  font-family: 'Poppins', serif;
  font-weight: 600;
}
.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fffa64), color-stop(0.15, #ff4900), color-stop(0.3, #ff8500), color-stop(0.45, #ff381b), color-stop(0.6, #fffa64), color-stop(0.75, #ff4900), color-stop(0.9, #ff8500), color-stop(1, #ff381b) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}


.parallax_section1 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 120px 0px;
  background: #393939 url("../images/about_bg_01.jpg");
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:100% 0;
  background-position: center;
}

.parallax-section-left{width: 60%; float: left; margin-right: 10%}

.parallax-section-left h5{
  margin-bottom: 18px;
  color: #daa14c;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px; text-align: left;}

.parallax-section-left h3{
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 68px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;text-align: left;}

  .counter-properties {
    border-bottom:1px solid #ffffff3d;
    padding-bottom:40px;
  }

  #target23{ padding-left: 25px; }

  #target24{ padding-left: 25px;  }

.pt-40px{ padding-top:40px; }





.parallax-section-right{width: 30%; float: left; margin-right: 0%; padding-top: 20px;}

.counter-left{width: 50%; float: left; border-right: 1px solid #ffffff3d; text-align: left; color: #fff; font-family: 'Poppins', sans-serif;}

.counter-left span{color: #ffc103;
     font-size: 3.125rem;
  font-weight: 600;font-family: 'Poppins', sans-serif; text-align: left;
}

.counter-left p{text-align: left; color: #fff; font-family: 'Poppins', sans-serif;font-size: 16px; padding-top: 10px;  letter-spacing: 0.5px;}

.counter-right{width: 50%; float: left;  text-align: left; color: #fff; font-family: 'Poppins', sans-serif;}

.counter-right span{color: #ffc103;
     font-size: 3.125rem;
  font-weight: 600;font-family: 'Poppins', sans-serif; text-align: left; 
}

.counter-right p{text-align: left; color: #fff; font-family: 'Poppins', sans-serif;font-size: 16px; padding-top: 10px; padding-left: 25px; letter-spacing: 0.5px;}


.footer{background: #091f39; padding: 60px 0 40px;}

.footer-1{width: 35%; float: left; margin-right: 4%}

.footer-2{width: 12%; float: left; margin-right: 2%}

.footer-3{width: 17%; float: left; margin-right: 5%}

.footer-4{width: 25%; float: left; margin-right: 0%}

.footer-title{margin-bottom: 50px;    position: relative;}

.footer-title h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 14px; letter-spacing: 0.5px;
    font-family: 'Quicksand', sans-serif;
}

.footer-title .decor {
    position: absolute;
    left: 0px;
    bottom: -23px;
    background-image: url(../images/decor.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 70px;
    height: 10px;
}

.footer-1 p{
  font-size: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left; font-weight: 400; line-height: 28px; padding-bottom: 20px;  letter-spacing: 0.5px;
}

.footer-points {
    display: inline-block;
}
.footer-points ul li {
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
.footer-points ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.footer-points ul li a{
    color: #fff;
}
.footer-points ul li i {
    padding-right: 10px;
    color: #e9b100;
}

.footer-address ul li p{
        font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.footer-address ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.footer-address ul li i {
    padding-right: 10px;
    color: #e9b100;
    font-size: 22px;
    margin-left: -7px;
    float: left;
    padding-top: 4px;
}

.copyrights{background: #0a1624; padding: 20px 0 15px;}

.copyrights p{     
  font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
   }

.copyrights-left{width: 50%; float: left}

.copyrights-right{width: 50%; float: left}


/*=========banner========*/
.page-header {
    width:100%;
    float:left;
    position: relative;
    display: block;
    padding:35px 0 50px;
    z-index: 1;
    margin-top:45px;
    background-color: #e4e4e4;
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.6);
}


.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}
.thm-breadcrumb {
    position:relative;
    display:block;
    margin-top:120px;    
    margin-bottom:0px;
}

.list-unstyled a {
    color:#000;
    font-size:15px;
     font-family: 'Quicksand', sans-serif;
}



.thm-breadcrumb li {
    position:relative;
    display:inline-block;
    color:#c1b8b3;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
     font-family: 'Quicksand', sans-serif;
}
.thm-breadcrumb li+li {
    margin-left: 10px;
    text-decoration:none;
   font-family: 'Poppins', sans-serif;
}
.page-header__inner h2 {
    font-size:28px;
    color:var(--ambed-white, #ffffff);
    font-weight:800;
    line-height:33px;
    margin-bottom:0px;    
    font-family: 'Poppins', sans-serif;  
}

.list-unstyled li {
    padding:5px 0;
}


/*=========banner========*/
/*========about-us======*/


.about-two {
    position:relative;
    display:block;
    padding:65px 0 65px;
}

.section-title__title {
    margin: 0;
    font-size:24px;
    line-height:36px;
    font-weight:500;
    margin-top: 1px;
    color:#fe9600;
    font-family: 'Poppins', sans-serif;
}


.about-two .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
    float:left;
}

.col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    float:left;
}
.about-two__text-1{
   font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
}



.about-two__right {
    position: relative;
    display: block;
    margin-left: 240px;
}

.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img-1 {
    position: relative;
    display: block;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.about-two__img-1 img {
    width: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.about-two__img-2 {
    position: absolute;
    top: 80px;
    left: -185px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.about-two__img-2 img {
    width:100%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.about-two__dot {
    position: absolute;
    bottom: -80px;
    right: -40px;
    opacity: .30;
    z-index: -1;
}
.about-two__dot img {
    width:100%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*========about-us======*/

/*services*/
.services-page {   
    padding:0px 0 0px;
}

.services-page .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    float:left;
    margin-bottom:45px;
}

.services-page .col-xl-4:last-child {
    flex: 0 0 auto;
    width:33.3333333333%;
    float:left;
    margin-bottom:0px;
}

.services-page .col-xl-4:nth-last-child(2) {
    flex: 0 0 auto;
    width:33.3333333333%;
    float:left;
    margin-bottom:0px;
}

.services-page .col-xl-4:nth-last-child(3) {
    flex: 0 0 auto;
    width:33.3333333333%;
    float:left;
    margin-bottom:0px;
}

.top-to-bottom {
  position: relative;
  width:100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color:rgba(250,84,84,0.9);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.top-to-bottom:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
    color:#fff;
    font-size:14px;
    line-height:24px;
    position:absolute;
    top:43%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width:90%;
    font-family: 'Poppins', sans-serif;
    /*display:inline-block;*/
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    background-color: var(--ambed-white, #ffffff);
    padding:15px 0px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__title{
    color:#000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align:center;
    margin-bottom:15px;
}
/*===========gallery============*/

.contactus-page{
  margin-top:60px;
  margin-bottom: 60px;
}
.contact-sec{
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #f6f6f6 url(../images/contact-image.png) no-repeat left;
    background-size: contain;

  }
.contact-sec .address-sec{
  width:46%;
  float: right;
  /*margin-right: 7%;*/
  background: rgb(0, 0, 0, 0.6);
  padding: 40px;
  padding-left: 80px;
}
.contact-sec .address-sec .item{
  width:100%;
  float:left;
  margin-bottom:30px;
}
.contact-sec .address-sec .item:last-child{margin-bottom:0px;}

.contact-sec .address-sec .item .icon{width:10%;float:left;}

.contact-sec .address-sec .item .details{width:90%;float:left;}

.contact-sec .address-sec .item i{
  color:#e9b100;
  margin-right: 15px;
  font-size: 1.4em;
  line-height: 28px;
}
.contact-sec .address-sec .item p a{
  color: #fff;
    font-family: 'Poppins', sans-serif;
  }
.contact-sec .address-sec .item p{
  color: #fff;
  font-size: 15px;
   font-family: 'Poppins', sans-serif;
}
.contact-sec .address-sec .item h3{
  margin-bottom: 5px; 
  color:#e9b100;  
  font-family: 'Poppins', sans-serif;
}

.contact-sec-1{
  margin-top: 80px;
  width: 100%;
  float: left;
}

.contact-sec-1 .form-sec{
  width:45%;
  float: left;
  box-shadow: 0px 4px 15px 1px rgb(0, 0, 0, 0.3);
  padding:30px 40px;
  margin-right:5%;  
}

.contact-sec-1 .form-sec h4{
  color:#e9b100;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;  
  font-family: 'Poppins', sans-serif;
}

.contact-sec-1 .form-sec .submit{
  background:#e9b100;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 30px;
  border: 0;
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in;  
  font-family: 'Poppins', sans-serif;
}
.contact-sec-1 .form-sec .submit:hover{
      background:#f95c5c;
}
.contact-sec-1 .form-control { height:38px !important; border-radius: 30px;    }

.contact-sec-1 .textarea-form{height:100px !important;}

.contact-sec-1  .map-sec{
  width: 50%;
  height: 460px;
  float: left;
  box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.3);
}


  /*======contact-us=======*/


.site_wrapper .btn-group{ display:none; }


.margin-center  .button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top:35px;
  cursor: pointer;
  border-radius:5px;
background:linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,0.8211659663865546) 50%, rgba(252,176,69,1) 100%);
  
  font-family: 'Poppins', sans-serif;
}

 


.whatsapp-btn {
    padding-top: 30%;
    padding-left: 35%;
}

.whatsapp-btn a i {
    color: #fff;
    background: rgb(208, 79, 0);
    background: linear-gradient(0deg, rgba(208, 79, 0, 1) 0%, rgba(255, 145, 77, 1) 100%);
    border-radius: 15px;
    /* height: 80px; */
    /* width: 80px; */
    /* line-height: 80px; */
    font-size: 52px;
    float: left;
    margin-right: 19px;
   margin-bottom: 18px;
    padding: 14px 21px;
}

.whatsapp-btn a h3 {
       font-weight: 600;
    text-align: left;
    font-size: 2.0rem;
    line-height: 2.5rem;
    color: #0c1e4c;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 11px;

}

.whatsapp-btn a h5 {
       font-weight: 600;
    text-align: left;
    font-size: 20px;
    color: #0c1e4c;
    font-family: 'Roboto', sans-serif;
    

}
.phone-btn {
    padding-top: 20%;
    padding-left: 35%;
}

.phone-btn a i {
    color: #fff;
    background: rgb(208, 79, 0);
    background: linear-gradient(0deg, rgba(208, 79, 0, 1) 0%, rgba(255, 145, 77, 1) 100%);
    border-radius: 15px;
    /* height: 80px; */
    /* width: 80px; */
    /* line-height: 80px; */
    font-size: 52px;
    float: left;
    margin-right: 19px;
    margin-bottom: 6px;
        padding: 2px 18px;
}

.phone-btn a h3 {
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 2.0rem;
    line-height: 3rem;
    color: #0c1e4c;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 479px) {
    .whatsapp-btn {
        padding-top: 80%;
        padding-left: 0%;
    }

    .phone-btn {
    padding-top: 7%;
    padding-left: 0%;
}

}