@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #878b93;
    font-size: 16px;
    line-height: 24px;
    
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    color: #000  !important;
}
p{
    font-family: 'Poppins', sans-serif;
    font-size: 17px !important;
    color: #8d929d !important;
}
a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
section .container{
    padding: 70px 0;
}

.navbar {
    background: #fbf9f9 none repeat scroll 0 0;
    padding: 10px 10px;
    background: #fff;
}


.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #1f445a;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #b8a161;
}

.navbar-brand {
    width: 6%;
}

.navbar-brand img {
    width: 100%;
}

.navbar-collapse {
    flex-grow: 0;
}
.nav__btn{
    margin-left: 20px;
}

.header-grad {
position: relative;
background: url('../asset/images/resort-bg.jpg') no-repeat 0 -60px;
background-size: cover;
overflow: hidden;
}

.f-title::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #b8a161;
    margin: 5px 0 30px 0;
}

.main__carousel{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 0 0px 0;
    
}
.main_carousel-1{
    width: 50%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    /* z-index: 1; */
}
.main_carousel-1 h1{
    font-size: 50px;
    font-weight: 600;
    color: #000;
}
.main_carousel-1 h2{
    font-size: 45px;
    font-weight: 600;
    color: #000;
}
.main_carousel-1 h2::after{
  display: block;
  content: "";
  width: 200px ;
  height: 2px;
  background: black;
  margin: 20px auto 10px 0;
  
}
.main_carousel-1 h3{
  
    color: #36f;
    font-size: 14px;
    font-weight: 700;
}
.main_carousel-1 p{
    font-size: 18px;
    color: #000;
}
.pale-green-button {
    background-color: #b8a161;
}
.pale-green-button {
    border-radius: 25px;
    padding: 9px 20px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: none;
    text-align: center;
    transition: .5s;
    font-weight: 600;
}
.trans-blue-button {
    color: #4dadc7;
    background-color: transparent;
    border: 1.5px solid #4dadc7;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    transition: .5s;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
}
.main_carousel2{
    width: 50%;
}
.rated-banner {
    background: linear-gradient(264.16deg, #1D55CC 12.29%, #4dadc7 81.56%);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    /* margin-top: -80px; */
}
.p-rel {
    position: relative;
}
.pd-40 {
    padding: 40px;
}
.m-wd-300 {
    max-width: 300px;
}
.banner h3{
    font-size: 32px;
    font-weight: 600;
    color: #fff;

}
.banner p{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}
.for__link
{
    font-size: 18px;
    margin-top: 30px;

}
.for__link a{
    text-decoration: none;
    color: #fff;
    transition: .5s;
}
.banner__img{
    max-width: 800px;
    width: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}
.crs-highlight-section {
    padding: 30px 0 50px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
#crs-highlight-bg {
    position: absolute;
    background: linear-gradient(135deg,#4eb1e0 0%,#4dadc7 100%);
    width: 50%;
    height: 160px;
    display: block;
    top: 30px;
    left: -40px;
    transform: rotate(0deg) skewX(-14deg);
    border-radius: 10px;
    transform-origin: 0 0;
}
.crs-highlight-outer {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.crs-highlight-section header {
    width: 42%;
    text-align: right;
}
.crs-highlight-content {
    width: 58%;
    display: flex;
    justify-content: flex-end;
}
.crs-highlight {
    background: #FFF;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 0;
    width: calc(30% - 20px);
    height: 160px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    box-shadow: 0 6px 20px -2px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    transform: skewX(-14deg);
    transform-origin: 0 0;
}
.crs-highlight-icn {
    display: block;
    margin: -10px 0 0;
    text-align: center;
    position: relative;
    transform: skewX(14deg);
}
.crs-highlight-section h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 20px 0;
    transform: skewX(14deg);
    text-align: center;
    min-height: 40px;
    color: #000;
}
.crs-highlight-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    color: #FFF;
    margin: 0;
}

 /*----------------------- best list---------------------  */

 .bd-best {
    height: calc(200px + 10rem);
    padding: 0.5rem 0;
    overflow: hidden;
    position: relative;
  }

  .bd-best-list {
    align-items: stretch;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
    left: 0;
    position: absolute;
    top: 1rem;
    -webkit-animation-name: bdBestCarousel;
    animation-name: bdBestCarousel;
  }
  
  .bd-best-item {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
    transition-duration: 85ms;
    transition-property: box-shadow,transform;

  }

  .bd-best-item:hover {
    box-shadow: 0 1em 1em rgba(0,0,0,.1);
    transform: translateY(-.1em);
  }
  .bd-best-list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  @keyframes bdBestCarousel{
  100%{
       transform: translateX(calc(-155% + 3120px)); 
  }
} 

.footer {
  padding: 0 0 0 !important;
}

@media (min-width: 3700px) {

.bd-best {
	min-height: 400px;
  }
  
.bd-best-item {
	width: 200px;
	height: 100px;
		}	
.bd-best-list {
	animation-duration: 80s;
		}
.kl_img{
	width: 300px;
}

}
    
.platformBkgd {
  background: #1f445a;
    font-family: 'Open Sans', sans-serif;
}
.site-width {
    max-width: 1250px;
}
.mglr-auto {
    margin-left: auto;
    margin-right: auto;
}
.site-margin {
    padding-left: 20px;
    padding-right: 20px;
}
.w-50-p {
    width: 50%;
}
.justify-end {
    justify-content: flex-end;
}
.col {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.platformBkgd_content {
    /* margin-left: 40px; */
}

.platformBkgd .platformBkgd_content h2{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: black;
}
.platformBkgd_content ul{
    padding-left: 0;
}
.platformBkgd_content ul li{
    display: flex;
    color: white !important;
    margin-bottom: 10px;
    list-style: none !important;
    align-items: center;
}
.platformBkgd_content ul li span{

background-color: #b8a161;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
width: 25px ;
margin-right: 10px;
height: 25px;
border-radius: 50%;
}
.platformBkgd .platformBkgd_content p{
   font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
.for__support__img{
    width: 50%;
}
.for__support__img img{
    width: 100%;
}
.support__ul li{
   font-family: 'Poppins', sans-serif;
    list-style: disc;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}
.benefits h1{
    font-weight: 700;
    font-size: 40px;
    color: #001238;
    margin-top: 50px;
}
.benefits .for_text{
    margin-top: 10px;
    font-size: 18px;
    color: #778295;
}
.benefits h4{
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.get_started_area {
    background: #b8a161;
    padding: 50px 0px 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.app_btn_two:hover{
    color: blue;
}
.get_content h3 {
    font-size: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
.get_content h2, .get_content p {
    color: #fff;
}
.get_content .app_btn {
    font: 500 16px ;
    padding: 12px 34px;
    border-color: #fff;
    background: #fff;
    line-height: 27px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-width: 200px;
    text-align: center;
}
.app_btn {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    background-color: #4069eb;
    display: inline-block;
    padding: 14px 40px;
    color: #fff;
    border-radius: 45px;
    border: 1px solid #4069eb;
    text-decoration: none;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.get_content .app_btn.app_btn_one {
    color: #4069eb;
    vertical-align: middle;
}
.get_content .app_btn.app_btn_two {
    background: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
}
.get_content .app_btn.app_btn_two i {
    font-size: 25px;
    padding-right: 10px;
    vertical-align: sub;
}
.fa-apple:before {
    content: "\f179";
}
.get_content .app_btn.app_btn_one img {
    padding-right: 12px;
}
.testim {
    /* width: 100%;
    position: absolute; */

        /* background-image: url(http://alavion.like-themes.com/wp-content/uploads/2019/02/testimonials-bg-1.png?id=8453) !important; */
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* top: 50%; */
    /* -webkit-transform: translatey(-50%); */
    /* -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%); */
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #001238;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #D3C19F;
}


.testim .arrow.left {
left: 10px;
}

.testim .arrow.right {
right: 10px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

#testim-content p{
    margin-top: 10px;
    font-size: 16px;
    color: #778295;
}
#testim-content h2{
    margin-top: 10px;
    font-size: 18px;
    color: #4dadc7;
}
.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #062158;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #001238;
border-color: #D3C19F;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: #D3C19F;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #eee;
width: 80%;
margin: auto;
}
.pos_footer_area {
  background: #edebeb;
    padding-bottom: 50px;
    padding-top: 70px;
    position: relative;
    z-index: 0;
}
.h_footer_dark .company_widget p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 0;
    color: #000;
}
.dark_widget .f-title {
    color: #b8a161;
    font-size: 1.1rem;
}
.h_footer_dark .f_widget.about-widget .f_list li {
    margin-bottom: 10px;
}
.f_widget.about-widget .f_list li a {
    color: #000;
    position: relative;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
@media (max-width: 1550px)
{
    .company_widget img, .protype_img {
        max-width: 80%;
    }
}

.platformBkgd_content ul li{
   font-family: 'Poppins', sans-serif;
    color: #000;
    list-style-type: disc;
    font-size: 16px;
}
.otherproduct {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 50px 0 40px 0;
}
.otherproduct .ttl {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.otherproduct .ttl:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 10px auto 20px;
    background: #b8a161;
}
.otherproduct h3 {
    font-size: 21px;
    margin-top: 15px;
    color: #000;
}
.snippetSection {
    padding: 30px 0 100px 0;
    text-align: center;
    position: relative;
}
.snippetSection h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #000;
}
.snippetSection p {
    font-family: 'Poppins', sans-serif;
    width: 92%;
    font-size: 15px;
    margin: 0 auto;
    color: #000;
    font-weight: 300;
}

.benifits {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
}
.benifits h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px;
    color: #4964fa;
    position: relative;
}
.benifits h2:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 10px auto 20px;
    background: #b8a161;
}
.single-feature.crs-benefitlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
}
.benefitlist:nth-child(even) {
    flex-direction: row-reverse;
}
.single-feature.crs-benefitlist:nth-child(even) .crs-benefitimg {
    text-align: right;
    margin: 0 0 0 40px;
}
.single-feature {
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
    position: relative;
}
.single-feature.crs-benefitlist .crs-benefitimg {
    width: 150px;
    margin: 0 40px 0 0;
    text-align: left;
}
.single-feature.crs-benefitlist .crs-benefittext {
    width: calc(100% - 190px);
}
.single-feature h3 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 26px;
    color: #000;
}
.single-description{
    color: #333;
}
.single-feature:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: #eee;
    content: '';
    bottom: 0;
    margin: 0 auto;
}
.fw-700 {
    font-weight: 600;
}
.fs-14{
    font-size: 14px;
}
.Footer-module--linkBottom--fdc22 {
    border-left: 1px solid #fff;
    line-height: 1;
    padding: 0 16px;
}
.carousel-caption {
    width: 40% !important;
    top: 23% !important;
    text-align: start;
    padding: 30px 20px;
    left: 8% !important;
}
.carousel-caption h3 {
    color:#b8a161 !important;
    font-size: 60px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    color: #000 !important;
    margin-top: 20px;
}.carousel-caption button {
    border: 2px solid #b8a161;
    background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 0.8em 1.5em 0.8em 1.5em;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}
.carousel-caption button a{
    color: #b8a161;
}

.service {
    text-align: center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}
.service {
    margin-top: 30px;
    /* padding: 30px 20px; */
}
.service i {
    font-size: 40px;
    margin-bottom: 20px;
    color:  #b8a161;
}
.service h2 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
    color: #1f445a !important;
}
.service p {
    text-align: center;
}
.page__heading{
    font-size:40px;line-height: 1.4;text-align: center; color: #1f445a !important; font-weight: 700;
}
.page__heading::after{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #b8a161;
    margin: 5px auto 20px auto;
}
.software-heading{
    color: #1f445a;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 130%;
text-align: center;

}
.demo_sec{
    border-radius: 15px;
    border: 1px solid #1f445a ;
    padding: 15px;
}


.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1.2rem 3rem 1.2rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #1f445a;
  }
  
  .accordion a:hover::after {
    border: 1px solid #1f445a;
  }
  
  .accordion a.active {
    color: #1f445a;
    border-bottom: 1px solid #1f445a;
  }
  
  .accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
  }
  
  .accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: #1f445a;
    border: 1px solid #1f445a;
  }
  
  .accordion .content {
    display: none;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
  }
  
  .accordion .content p {
    font-size: 1rem;
    font-weight: 300;
  }


  .packages h1::after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #b8a161;
    margin: 5px auto ;
display: block;
}
.packages__tab{
    width: 100%;
    
}
.packages__tab .column-1{
    width: 40%;
    color: #000;
}
.packages__tab .column-2{
    width: 30%;
}
.packages__tab .column-3{
    width: 30%;
}
.packages__tab tr th{
    line-height: 1.28;
    background: #f8f8f9 !important;
    border: 1px solid #eee !important;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 8px;
    text-align: center;
    color: #b8a161 !important;
}
.packages__tab tr td{
    border: 1px solid #eee !important;
    font-size: 14px;
    padding: 10px 8px;
    text-align: center;
}
.packages__tab tr td span{
    width: 18px ;
    height: 18px;
    border-radius: 50%;
    background-color: #4cdd51;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: auto;
}

.packages__tab tr td .xmark_span{
    width: 18px ;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(251, 63, 63);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: auto;
}
.packages__tab tr td i{
    font-size: 10px ;
    color: white;
    
}
.packages__tab tr td svg{
    color: white;
    font-weight: 600;
}
/* --------contact us ---------------- */
.form_grid {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    padding: 30px;
}
.contact_localtion {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}
.form_grid .contact_form input {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.form_grid .contact_form input, .form_grid .contact_form textarea.form-control {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #fff;
    color: #484848;
    font-size: 14px;
    line-height: 1.2;
}
.contact_form_social_area {
    display: flex;
    justify-content: center;
}
.contact_form_social_area li {
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    transition: 0.3s;
}
.contact_form_social_area li:hover {
    background-color: #b8a161;
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    transition: 0.3s;
}

.contact_form_social_area li:hover a{
    color: #fff;
}
.contact_form_social_area li a {
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.form_grid .h4, .form_grid h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #b8a161 !important;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact_localtion .h4, .contact_localtion h4 {
  
    color: #b8a161 !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.het_start_btn {
    background: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
    font: 500 16px "Poppins", sans-serif;
    padding: 12px 34px;
    line-height: 27px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-width: 200px;
    text-align: center;
    display: inline-block;
    padding: 14px 40px;
    color: #fff;
    border-radius: 45px;
    border: 1px solid #fff;
}
.about_head{
    color: #b8a161 !important;
    font-size: 14px;
    font-weight: 700;
}
.about_head2{
    font-size: 36px;
    color: #001238 !important;
    font-weight: 600;
}
.about__content p{
    font-size: 14px;
    color: #000 !important;
}