@import url('https://fonts.googleapis.com/css2?family=Jost:wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700;800;900&family=Yellowtail&display=swap');
:root {
    --font-family: 'Jost', sans-serif;
    --font-secondary: "Raleway", sans-serif;
    --color-primary: #2d373c;
    --color-secondary: #ce1446;
    --color-tertiary: #515154;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none!important;
    -webkit-font-smoothing: antialiased;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    overflow-x:hidden;
    
}
/*******header css start here************/
header .header-style-one {
    
}
header .header-style-one .main-nav {
    float: left;
}
header .header-style-one .main-nav ul {
    margin: 0;
    list-style: none;
}
header .header-style-one .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}
header .header-style-one .main-nav ul li:hover > a {
    color: #ffc107;
}
header .header-style-one .main-nav ul li a {
    padding: 32px 10px;
    padding: 40px 20px;
    display: inline-block;
    font-size: 16px;
    /* font-size: 17px; */
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    position: relative;
}
header .header-style-one .main-nav ul li a span {
    display: none;
}
header .header-style-one .main-nav ul li ul.sub-menu > li {
    padding: 0;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a {
    display: block;
    padding: 15px 10px;
    color: #2d373c;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a.active {
    color: #ffc107;
    font-weight: 500;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover {
    background: 0 0;
    color: #ffc107 !important;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover::before {
    opacity: 0;
}
header .header-style-one .main-nav ul li:hover.has-child-menu:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
header .header-style-one .nav-right ul li a.search-btn i:before {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    vertical-align: middle;
}
header .header-style-one .main-nav > ul > li > a.active {
    color: #ffc107;
    font-weight: 500;
    font-size: 16px;
}

header .header-style-one .main-nav > ul > li > a.active span {
    position: absolute;
    top: 33%;
    left: 10px;
    font-weight: 800;
    font-size: 12px;
    color: #ffc107;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #faf9fa;
    line-height: 1;
    padding: 0 2px;
    display: inline-block;
}
.header-style-one .main-nav ul li .sub-menu {
    position: absolute;
    left: -50%;
    top: auto;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f3f2f7;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 3px solid #ffc107;
}
.header-style-one .main-nav ul li .sub-menu li .sub-menu {
    right: -200px;
    left: inherit;
    top: 0;
}
.header-style-one .main-nav ul li .sub-menu > li {
    display: block;
    margin: 0;
    position: relative;
}
.header-style-one .main-nav ul > li a:hover {
    background: 0 0;
    color: #ffc107!important;
}
.header-style-one .main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}
.header-style-one .main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}
.header-style-one .main-nav > ul > li + li > .sub-menu {
    left: -50%;
}
.header-style-one .main-nav > ul > li:hover > .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header-style-one .main-nav ul li .sub-menu li:hover > .sub-menu,
.header-style-one .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
header .header-style-one.header-light .main-nav ul li a {
    color: #fff;
}
header .header-style-one.header-light .main-nav ul li a.active {
    color: #ffc107;
}
header .header-style-one.header-light .main-nav ul li a.active span {
    background: rgba(45, 55, 60, 0.9);
    display: inline-block;
}
header .header-style-one.header-light.sticky .main-nav ul li a {
    color: #131313;
}
header .header-style-one.header-light.sticky .main-nav ul li a.active {
    color: #ffc107;
}
header .header-style-one.header-light.sticky .main-nav ul li a.active span {
    background: #fff;
}
header .header-style-one.header-light .main-nav ul li a span {
    display: none;
}
/*******button css start here**********/
.primary-btn-outline {
    font-weight: 600;
    font-size: 17px;
    color: #ffc107;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #ffc107;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.primary-btn-outlook {
    font-weight: 600;
    font-size: 17px;
    color: #ffc107;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #ffc107;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.primary-btn-outline:hover {
    background: #000;
    color: #ffc107;
    border: 2px solid #000;
}

.primary-btn-outlook:hover {
    background: #000;
    color: #ffc107;
    border: 2px solid #000;
}
/**********about css start here************/
.section-head {
    text-align: center;
    margin: 0 auto;
    /* padding-bottom: 35px; */
    padding-bottom: 1px;
}
.section-head h5 {
    font-weight: 600;
    font-size: 25px;
    color: #ffc107;
}
.section-head h3 {
    font-weight: 800;   
    /* font-size: 45px; */
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffc107;
}
.about-wrapper .about-company .company-info {
    margin-top: 24px;
}
.about-wrapper .about-company .company-info h5 {
    font-weight: 600;
    font-size: 20px;
    color: #D32E2E;
}
.about-wrapper .about-company .company-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffc107;
    padding-top: 6px;
}
.about-wrapper .about-company .company-info p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 1px;
    /* margin-top: 40px; */
    /* text-align: justify; */
    text-align: left;
}
.about-wrapper .about-company .company-info .about-infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.about-wrapper .about-company .company-info .about-infobox .info-icon {
    margin-right: 15px;
}
.about-wrapper .about-company .company-info .about-infobox .info-content h3 {
    font-weight: 700;
    font-size: 30px;
    color: #2d373c;
}
.about-wrapper .about-company .company-info .about-infobox .info-content h6 {
    font-weight: 500;
    font-size: 20px;
    color: #515154;
}
.about-wrapper .about-company .company-info .about-more-btn {
    /* margin-top: 46px; */
    margin-top: 10px;
}
.about-wrapper .about-company .company-mini-gallary {
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "Gallary-item1 Gallary-item3" "Gallary-item2 Gallary-item3";
}
.about-wrapper .about-company .company-mini-gallary .Gallary-item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Gallary-item1;
}
.about-wrapper .about-company .company-mini-gallary .Gallary-item2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Gallary-item2;
}
.about-wrapper .about-company .company-mini-gallary .Gallary-item3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: Gallary-item3;
}
.about-wrapper .about-company .Gallary-item img {
    border-radius: 5px;
}
.about-wrapper .about-company .Gallary-video {
    display: inline-block;
    position: relative;
}
.about-wrapper .about-company .Gallary-video img {
    border-radius: 50px 5px 5px 5px;
    width: 100%;
}
.about-wrapper .about-company .Gallary-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.about-wrapper .about-company .Gallary-video .video-icon img {
    border-radius: 5px;
}
.about-wrapper .company-feature .company-feature-box {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 30px 20px 25px;
    margin-top: 24px;
}
.about-wrapper .company-feature .company-feature-box h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #515154;
    margin-top: 16px;
    line-height: 25px;
}
.about-wrapper .feature-info {
    margin-top: 24px;
}
.about-wrapper .feature-info h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ce1446;
}
.about-wrapper .feature-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2d373c;
    padding-top: 6px;
}
.about-wrapper .feature-info p {
    font-size: 16px;
    line-height: 35px;
    color: #515154;
    margin-top: 12px;
}
.about-wrapper .feature-info .feature-list .single-feature {
    font-weight: 600;
    font-size: 17px;
    color: #515154;
    margin-top: 18px;
}
.about-wrapper .feature-info .feature-list .single-feature i {
    margin-right: 5px;
}
.about-wrapper .about-history {
    border: 2px solid rgb(206 20 70 / 30%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 50px;
}
.about-wrapper .about-history .float-title {
    left: 15%;
    top: 0;
    display: inline-block;
    background: #fff;
    font-weight: 700;
    font-size: 35px;
    color: #D32E2E;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    padding: 0 20px;
}
.about-wrapper .about-history .qoute-icon {
    top: 10px;
    left: 20px;
}
.about-wrapper .about-history .qoute-icon img {
    max-width: 40px;
}
.about-wrapper .about-history p {
    padding-top: 24px;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
}
/********coorporate and social css start here**********/
.corporate-bg{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background: #000000;
    padding: 45px;
    margin-right: 10px;
}
h2 .text2 {
    color: #ffc107;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 5px;
}
h2 .text3 {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.social-bg{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background: #ffc107;
    padding: 45px;
    margin-left: 15px;
}
.corporate-bg p {
    font-size: 18px;
    line-height: 35px;
    color: #ffc107;
    letter-spacing: 1px;
    /* margin-top: 60px; 
    text-align: justify;*/
}

.social-bg p{
    font-size: 18px;
    line-height: 35px;
    color: #000;
    letter-spacing: 1px;
    /* margin-top: 60px; 
    text-align: justify;*/
}

.about-wrapper .about-company .company-info.who-we-work p{
    margin-top: 10px;
}
.social-bg a.primary-btn-outline, .corporate-bg a.primary-btn-outline {
    font-weight: 600;
    font-size: 17px;
    color: #ffc107;
    font-family: barlow, sans-serif;
    background: 0px 0px;
    border-radius: 5px;
    border: 2px solid #ffc107;
    display: inline-block;
    padding: 8px 45px;
    transition: all 0.35s ease 0s;
}

.social-bg a.primary-btn-outlook, .corporate-bg a.primary-btn-outlook {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    font-family: barlow, sans-serif;
    background: 0px 0px;
    border-radius: 5px;
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 45px;
    transition: all 0.35s ease 0s;
}
.social-bg .primary-btn-outline:hover, .corporate-bg a.primary-btn-outline:hover{
    background: #ffc107;
    color: #000;
    border: 2px solid #ffc107;
}

.social-bg .primary-btn-outlook:hover{
    background: #000;
    color: #ffc107;
    border: 2px solid #000;
}
/*********team section start here*********/
.team-bg{
    /* background: #D32E2E; */
    padding: 50px;
}
.profile-card.red-bg{
    background-color: #ffc107;
    margin-left: 110px;
}
.section-head .red-bg h3 {
    font-weight: 800;
    /* font-size: 45px; */
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.profile-card.red-bg .img p {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.red-bg .primary-btn-outline {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #ffff;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.red-bg .primary-btn-outlook {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #ffff;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.red-bg .primary-btn-outline:hover {
    background: #000;
    border: 2px solid #000;
    color: #ffc107;
}

.red-bg .primary-btn-outlook:hover {
    background: #000;
    border: 2px solid #000;
    color: #ffc107;
}
.features-image img {
    border-radius: 50%;
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
}
@keyframes border-transform-default{
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}

  .profile-card{
    width: 400px;
    height: 400px;
    background: #fff;
    padding: 95px 40px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
  }
  .profile-card .img p{
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    color: #000000;
    text-align: center;
  }
  /*********footer start here************/
 
.footer-area .watermark-bg {
    z-index: 0;
}
.footer-area .footer-wrapper {
    /* padding: 85px 0 80px; */
    padding: 30px 0 0px;
    position: relative;
}
.footer-area .footer-wrapper .footer-watermark {
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-area .footer-wrapper .footer-watermark h1 {
    font-weight: 900;
    font-size: 92px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    line-height: 0.9;
    -webkit-text-stroke: 1px #353f44;
    word-break: break-all;
}
.footer-area .footer-widget .footer-widget-title {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-bottom: 13px;
}
.footer-area .footer-widget .footer-links .link-list li {
    position: relative;
}
.footer-area .footer-widget .footer-links .link-list li:last-child::before {
    display: none;
}
.footer-area .footer-widget .footer-links .link-list li::before {
    position: absolute;
    content: "";
    /* top: 50%; */
    top: 56%;
    left: 3.5px;
    height: 100%;
    width: 1px;
    background: #fff;
}
.footer-area .footer-widget .footer-links .link-list li a.footer-link {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    padding-left: 18px;
    padding: 5px 0 5px 20px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-area .footer-widget .footer-links .link-list li a.footer-link:hover {
    color: #ce1446;
}
.footer-area .footer-widget .footer-links .link-list li a.footer-link:hover::after {
    background: #ce1446;
}
.footer-area .footer-widget .footer-links .link-list li a.footer-link::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-area .footer-widget .footer-links .link-list .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footer-area .footer-widget .footer-links .link-list .contact-box::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-area .footer-widget .footer-links .link-list .contact-box .contact-icon {
    margin-right: 10px;
}
.footer-area .footer-widget .footer-links .link-list .contact-box .contact-icon i {
    color: #fff;
    font-size: 25px;
}
.footer-area .footer-widget .footer-links .link-list .contact-box .contact-links a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.footer-area .footer-about {
    max-width: 470px;
    margin-top: 20px;
    text-align: center;
}
.footer-area .footer-about p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.footer-area .footer-about .footer-social-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-area .footer-about .footer-social-icon li {
    margin-right: 40px;
    margin-top: 10px;
}
.footer-area .footer-about .footer-social-icon li:last-child {
    margin-right: 0;
}
.footer-area .footer-about .footer-social-icon li a {
    display: inline-block;
    /* color: #81878a; */
    color: rgb(236 86 85);
    font-size: 35px;
}
.footer-area .footer-about .footer-social-icon li a:hover {
    color: #ce1446;
}

.footer-newslatter-wrapper h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffc107;
}
.footer-newslatter-wrapper .newslatter-form .newslatter-input-group {
    height: 55px;
    width: 50%;
    margin: 0 auto;
}
.footer-newslatter-wrapper .newslatter-form .newslatter-input-group input {
    height: 100%;
    border-radius: 5px 0 0 5px;
    background: #fff;
    border: 1px solid #332f2f;
    /* box-shadow: 0 0 10px 3px; */
    color: #211e1e;
}
.footer-newslatter-wrapper .newslatter-form .newslatter-input-group button {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #ffc107;
    border-radius: 0 5px 5px 0;
    height: 100%;
    border: none;
    padding: 0 24px;
    margin-left: -1px;
}
.email-fill-area .footer-newslatter-wrapper{
    padding: 30px 0 0px;
}
.email-fill-area .footer-newslatter-wrapper h5{
    font-weight: 100;
    letter-spacing: 1px;
    color: #000000;
}
.footer-area .footer-bottom {
    /* padding: 48px 0; 
    padding: 15px 0;*/
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
}
.footer-area .footer-bottom.footer-bottom-style-two {
    padding: 25px 0;
}
.footer-area .footer-bottom .footer-copyright {
    padding: 12px 0;
}
.footer-area .footer-bottom .footer-copyright p {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #7e7a7a;
}
.footer-area .footer-bottom .footer-copyright p a {
    /* color: #fff; */
    color: #ffc107;
    font-weight: 700;
}
.footer-area .footer-bottom .footer-copyright p a:hover{
    color: #000000;
}
.footer-area .footer-bottom .footer-logo {
    padding: 12px 0;
}
.footer-area .footer-bottom .footer-social-links {
    padding: 12px 0;
}
.footer-area .footer-bottom .footer-social-links li {
    margin-right: 25px;
}
.footer-area .footer-bottom .footer-social-links li:last-child {
    margin-right: 0;
}
.footer-area .footer-bottom .footer-social-links li a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 22px;
}
.footer-area .footer-bottom .footer-social-links li a:hover {
    color: #ffc107;
}
.footer-area .footer-social-links {
    padding: 12px 0;
}
.footer-area .footer-social-links li {
    margin-right: 25px;
}
.footer-area .footer-social-links li a {
    /* color: rgba(255,255,255,.4); */
    color: #ffc107;;
    font-size: 22px;
}
.footer-area .footer-social-links li a:hover {
    color: #000000;
}

.contact-links a{
    color: #000000;
    font-size: 18px;
}
.contact-links a:hover{
    color: #ffc107;
}
span.sec-text{
    display: block;
}
.pl-70{
    padding-left: 70px;
}
.pr-95{
    padding-right: 35px;
}
.link-arrow i {
    display: inline-block;
    transition: 0.1s ease-in;
  }
  
  .link-arrow:hover i {
    transform: translateX(50%);
    color: #131313;
  }
  a.link-arrow:hover{
    color: #131313!important;
  }
  .testimonial-style-two {
    /* background: #f3f3f3; 
    background-color: #fde1e1;*/
    /* padding: 100px 0; */
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}
.about-wrapper .about-company .company-info.who-we-work h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffc107;
    padding-top: 6px;
}
/*********why our event works css start here************/
.rotate-r-45 {
    transform: rotate(45deg);
}
.p-relative {
    position: relative!important;
}
.custom-element-wrapper.custom-element-9 {
    width: 160px;
    height: 160px;
    top: 5%;
    left: 7%;
}
.particle.particle-dots {
    -webkit-mask-image: url('../images/particle-dot.svg');
    mask-image: url(../images/particle-dot.svg);
}

html .bg-color-primary, html .bg-primary {
    background-color: red!important;
}
.particle {
    position: absolute;
}
.opacity-3 {
    opacity: .3!important;
}
.custom-element-wrapper.custom-element-10 {
    width: 160px;
    height: 160px;
    top: 65%;
    right: 10%;
}
.custom-element-wrapper.custom-element-11 {
    display: inline-block;
}

.custom-element-wrapper {
    position: absolute;
}
.appear-animation-visible {
    opacity: 1;
}

.custom-element-wrapper.custom-element-11 img {
    border-radius: 25px;
}
.custom-element-wrapper.custom-element-11:before {
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    background: #ffc107;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.company-info.who-our-events{
    padding-left: 70px;
    padding-top: 80px;
}
.company-info.who-our-events h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffc107;
    padding-top: 6px;
}
.company-info.who-our-events p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
}

/********banner css start here***********/
.banner-title {
    height: calc(70vh - 79px);
    min-height: 450px;
    background-color: #000000;
    position: relative;
    z-index: 0; }
    @media only screen and (min-width : 1024px) {
      .banner-title {
        height: calc(100vh - 109px);
        min-height: calc(100vh - 109px); } }
    .banner-title h1{
      position: relative;
      top: 40%;
      bottom: auto;
      transform: translateY(-50%);
      left: 22%;
      color: #ffc107;
      z-index: 99;
      font-size: 50px;
      font-size: 5vw;
      font-weight: 600;
      line-height: 1.2em;
      display: block; }

      div#banner-img {
        position:absolute;
        top:0%;
    }
      @media (max-width: 500px) {
        .banner-title h1 {
          font-size: 35px; } }
      @media (min-width: 2857.1428571429px) {
        .banner-title h1 {
          font-size: 200px; } }
      @media only screen and (min-width : 768px) {
        .banner-title h1 {
          left: 36%; } }
    .banner-title .home-scroll-down {
      position: absolute;
      bottom: -60px;
      right: 50px; }
  
  .banner-title__img {
    display: block;
    height: 100%;
    background-color: #D32E2E;
    background-image: url("../images/new-banner.jpg");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    z-index: 1; 
}

    @media only screen and (min-width : 1024px) {
      .banner-title__img {
        width: 40%; } }
/******scrolling after banner css start here********/

  #scroll-wrapper {
    position: absolute;
    bottom: -60px;
    right: 50px;
  }
  
  #scroll-wrapper-inner {
    display: table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
  }
  
  #scroll-down {
      display: block;
      position: relative;
      padding-top: 83px;
    text-align:center;
    padding-left: 10px;
  }
  
  #scroll-title {
    position: absolute;
    bottom: 125px;
    left: -42px;
    z-index: 1;
    text-transform: uppercase;
    color: #ffc107;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.4em;
     text-align:center;
     transform: rotate(90deg);
    margin-bottom: 45px;
  }
  #scroll-down::before {
      -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
      /* Safari 4+ */
      
      -moz-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
      /* Fx 5+ */
      
      -o-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
      /* Opera 12+ */
      
      animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
      /* IE 10+, Fx 29+ */
      
      position: absolute;
      top: -50px;
      left: 103%;
      margin-left: -1px;
      width: 2px;
      height: 83px;
      background: #ffc107;
      z-index: 1;
      content: ' ';
  }
 
  
  @-webkit-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @-moz-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @-o-keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  @keyframes elasticus {
      0% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
      50% {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      50.1% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
      }
      100% {
          -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
      }
  }
  /* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 28px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 35px;
    width: 35px;
    font-size: 14px;
    border-radius: 50%;
    display: inline;
    background-color: #ffc107;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}
/**********portfolio page css start here***********/
.banner-bg{
    padding: 130px 0 130px 0;
    background: #000000;
}
.banner-header h1{
    font-size: 55px;
    font-weight: bold;
    color: #ffc107;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.about-wrapper .feature-list .single-feature {
    font-weight: 600;
    font-size: 17px;
    color: #515154;
    margin-top: 18px;
}
.feature-list .single-feature i {
    margin-right: 0px;
    color: #D32E2E;
    font-size: 20px;
}
.image-all-together{
    position: relative;
    background: #111;
  }
  .image-all-together span{
    position: absolute;
    background-color: #D32E2E;
    transition: .3s
  }
  .image-all-together .one{
    height: 0;
    width: 3px;
    top: 5px;
    left: 5px;
  }
  .image-all-together .two{
    height: 3px;
    width: 0;
    bottom: 5px;
    left: 5px;
  }
  .image-all-together .three {
    height: 0;
    width: 3px;
    bottom: 5px;
    right: 5px;
}
  .image-all-together .four{
    height: 3px;
    width: 0;
    top: 5px;
    right: 5px;
  }
  .image-all-together:hover .one,
  .image-all-together:hover .three{
    height: 97%;
  }
  .image-all-together:hover .two,
  .image-all-together:hover .four{
    width: 98%;
  }
  .image-all-together:hover img{
    transition-duration: .3s;
    transition-delay: .3s;
    opacity: .7;
  }
  .our-mission .card {
    margin: 50px 8px 10px;
    text-align: center;
    background-color: #000000;
    padding: 30px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(45, 62, 80, .3);
    color: #2d3e50;
}
.our-vision .card {
    margin: 50px 8px 10px;
    text-align: center;
    background-color: #D32E2E;
    padding: 30px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(45, 62, 80, .3);
    color: #2d3e50;
}
.our-mission .card .bi,.our-vision .card .bi {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    padding: 22px 27px;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(45, 62, 80, .3);
    text-shadow: 0 1px 3px rgba(45, 62, 80, .3);
    margin-bottom: 20px;
    font-size: 50px;
}
.our-mission .card .title,.our-vision .card .title {
    margin: 30px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.our-mission .card p,.our-vision .card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(45, 62, 80, .3);
}
.card:hover .bi {
    box-shadow: inset 0 3px 10px rgba(45, 62, 80, .3);
    text-shadow: 0 3px 2px rgba(45, 62, 80, .3);
}
.creative-font{
    font-weight: 700;
    font-size: 75px;
    font-family: 'Montserrat', sans-serif;
}
.about-wrapper .about-company .company-info h2.font-45{
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
}
.about-wrapper .about-company .company-info h2.font-40{
    font-family: 'Montserrat', sans-serif;
font-size: 40px;
}

.about-company .new-img.creative{
    padding: 60px 90px 45px 95px;
}
.plf{
    padding: 0px 65px;
}
.bg-grey{
    background-color: #e9e5e5;
}
.bg-red{
    background-color: #ffc107;
}
.bg-black{
    background-color: #000000;
}
.ptb-50{
    padding: 50px 0px;
}
h6.creative-font-small{
    font-size: 45px;
    font-family: 'Yellowtail', cursive;
    font-weight: 700;
    padding-right: 64px;
    line-height: 7px;
}
.about-wrapper.new-line-height .about-company .company-info p{
    line-height: 26px;
}
/*********gallery css start here*************/
/*********gallery css start here*************/
/* 
7. =DESIGN ELEMENTS
=============================================================== 
/******************/
.single-attraction-two {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.single-attraction-two:hover .single-attraction-two-contents {
    visibility: visible;
    opacity: 0.9;
    z-index: 9;
    bottom: 0
}
h4.single-attraction-two-contents-title{
    font-size: 28px;
    font-weight: bold;
}
h4.single-attraction-two-contents-title a{
    color: #ffc107;
}
p.single-attraction-two-contents-para{
    font-size: 16px;
    color: #fff;
}
@media(min-width: 300px) and (max-width:991.98px) {
    .single-attraction-two-thumb img {
        width:100%
    }
}

.single-attraction-two-contents {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #000000;
    padding: 20px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--secondary-color) transparent;
   
}
/* =================================team css style  start=============================================== */

#home p{
    font-size:80px;
    color:#D32E2E;
}
/* 
.bio-image img {
    border-radius: 50%;
    width: 80%;
    min-width: 250px;
    margin: 100px;
    margin-left: none;
    
    transform: translateY(-150px) translateX(-10%);
} */


.para{
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 1px;
}
.team-heading h5{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.team-heading h2{
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 1px;
}

/* style for banner start */


/* =================================team css style  end=============================================== */


/* =================================Contact css style  start=============================================== */

   
    .location{
        width: 100%;
        margin-top:0px;
        padding:60px 0px 20px;
    }
    .location iframe{
        width:100%;
    }

    .shadowhover:hover{
        box-shadow: #515154;
    }
    .contact-us h1{
        font-size: 25px;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .contact-card h6{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .location-contact .contact-title h3{
        font-size: 18px;
        /* color: rebeccapurple; */
        margin-top: 6px;
    }
    .location-contact h6{
        margin-top: -10px;
    }
    .phone-number-section .contact-title h3{
        font-size: 18px;
        /* color: rebeccapurple; */
        margin-top: 12px;
    }
    .phone-number-section h6{
        margin-top: -18px;
    }
    .email-section .contact-title h3{
        font-size: 18px;
        /* color: rebeccapurple; */
        margin-top: 2px;
    }
    .email-section h6{
        margin-top: -15px;
    }
    .rounded.contact-information{
        background: #ffc107;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
        border-radius: 5px;
        padding: 40px 40px 25px;
        margin: 18px 50px 0px 25px;
    }
/* =================================Contact css style  end=============================================== */


/* =================================Client css style  Start=============================================== */
    #home3 p{
        
        font-size:50px;
        color:#D32E2E;
    }
    li{
        list-style:none;
    }

/* =================================Client css style  end=============================================== */
/* =================================Gallery details css style  end=============================================== */
.section-head.gallery-details-head p{
    font-size: 19px;
    line-height:20px;
    letter-spacing: 1px;
}
.section-head.gallery-details-head h3{
    font-size: 30px;
}
/*************craftslane css start here**************/
.card-border.card-border-hover:hover:after {
    width: 100%;
}
.card-border.card-border-hover:after {
    width: 0;
}

.card-border.card-border-top:after {
    top: 0;
}
.card-border:after {
    content: "";
    transition: .2s all ease;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 5px;
    width: 100%;
    transform: translateX(-50%);
    background-color: #fbcd0e;
}
.box-shadow-6.box-shadow-hover:hover {
    box-shadow: 0 12px 45px rgba(0,0,0,.08);
}

.anim-hover-translate-top-10px:hover {
    transform: translateY(-10px)!important;
}
.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-20px {
    transform: translateY(-20px)!important;
}
.box-shadow-6.box-shadow-hover:hover {
    box-shadow: 0 12px 45px rgba(0,0,0,.08);
}
.anim-hover-translate-top-10px:hover {
    transform: translateY(-10px)!important;
}
.transition-3ms {
    transition: all .3s ease-in-out;
}
.bg-color-light{
    background-color: #fbe796 !important;
}

.anim-hover-inner-translate-top-20px h4.card-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.anim-hover-inner-translate-top-20px p.card-text{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
}
.ready-to-play {
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.video-text {
    background: rgba(0, 0, 0, 0) url(../images/video-bg.png) no-repeat scroll center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
}
.tb-t {
    display: table;
    height: 100%;
    margin: auto;
    width: 645px;
}
.tb-c {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}
.tb-t h1{
    font-size: 30px;
    font-weight: 600;
}
.primary-btn-outline.craftslane-btn {
    font-weight: 600;
    font-size: 17px;
    color: #fbcd0e;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #fbcd0e;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.primary-btn-outlook.craftslane-btn {
    font-weight: 600;
    font-size: 17px;
    color: #fbcd0e;
    font-family: barlow, sans-serif;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #fbcd0e;
    display: inline-block;
    padding: 8px 45px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.about-wrapper .about-company .company-info.who-we-work h2.text-dark {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #D32E2E;
    padding-top: 6px;
}
.map-area.mt100 {
    margin: 0;
}

.map-area {
    position: relative;
}
.contact-map-size {
    width: 100%;
    height: 450px;
}
.map-content {
    position: absolute;
    right: 15%;
    top: 0;
}

.map-content {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    width: 510px;
    height: 100%;
}
.content-body {
    background: transparent none repeat scroll 0 0;
    padding: 35px 80px 50px;
    max-height: 450px;
}
.map-content .input-box {
    display: block;
}
.map-content .input-box input {
    border-bottom: 1px solid #eee;
    color: #999;
}
.map-content input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    display: block;
    width: 100%;
    background: transparent;
    height: 55px;
}
.map-content textarea.area-text {
    border-bottom: 1px solid #eee;
}
.map-content textarea {
    border: 0;
    height: 100px;
    padding: 10px;
    resize: none;
    background: transparent;
    color: #999;
    border-radius: 0px;
}
.map-content .upload-box .submit{
    background: #fbcd0e;
    color: #fff;
    border-bottom: 0px;
}
.footer-area.background-color {
    background-color: #fbcd0e;
    padding: 10px 0px 10px;
}
.footer-area.background-color .footer-bottom .footer-social-links li a {
    color: #000000;
    font-size: 26px;
}
.footer-area.background-color .footer-bottom .footer-copyright h6{
    font-size: 20px;
}

/* sridevi */

  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.dropdown-content li {
    padding: 8px 0; /* Adjust padding */
    margin: 0; /* Remove margin */
    height: 2;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px; /* Adjust padding */
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.last-section{
    text-align: center;
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
  }

  .check-icons{
    padding-right: 5px;
  }


  .card-section {
    position: relative;
    height: 200px;
    padding: 20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 0;
  }

    .content {
      display: flex;
      flex-direction: column;
    }
    
    .social {
      margin-bottom: 5px;
        a {
     text-decoration: none !important;
     color: black;
      
      font-weight: 300;
      i {
        font-weight: 400;
      }
    }
    }
    .location {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      i {
        color: red;
      }
      p {
        font-weight: 300;
      }
    }


    .bg-color{
        background-color: #fbcd0e;
    }

    .btm-button{
  background-color: #ffc107;
  border: none;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    }
    

    .button-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }