/* #00b67a */

*{
    padding: 0PX;
    margin: 0PX;
    box-sizing: border-box;
   scroll-behavior: smooth;
   
}

a{
    text-decoration: none;
}
.gallerybox{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bg-light {
    background-color: #ffffff!important;
}
.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width:100px;
}

.mainnavbanner{
    position: fixed;
    width:100%;
    top: 22px;
    background-color: #fff;
    z-index: 999;
    
   
}
.mainnavbanner.active {
    background: #ffffffc9;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgb(0 0 0 / 63%);
}





.mainbanner{
    position: relative;
    width:100%;
    height: 600px;
    margin-top: 80px;
    background-image: url(../images/banner2new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease-in-out linear;
    
   
}

.mainbanner::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8af3db8;
  

}

.mainbanner2{
    position: relative;
    width:100%;
    height: 600px;
    margin-top: 80px;
    transition: .3s ease-in-out linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainbanner2::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(127, 127, 127, 0), #fedc0200), url(../images/banner1new.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   

}
.bannertextbanner2 p{
    font-size: 26px;
    color:#ffffff;
    font-weight: 500;
    font-family: 'Dancing Script', cursive;
    line-height: 31px;
   
}

.bannertextbanner2 h2{
    font-size: 36px;
    color: #e83535;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.bannerbtn a{
    padding: 12px 18px;
    background-color: #ecbc2d;
    border:1px solid #ff9e45;
    color:#ffffff;
    margin-top: 5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: .9s linear;
    cursor: pointer;
}
.mainbanner3{
    position: relative;
    width:100%;
    height: 600px;
    margin-top: 80px;
    background-image: url(../images/banner3new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease-in-out linear;
    
   
}
.mainbanner3::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fedc0200;
  

}
.bannertextbanner3 p{
    font-size: 26px;
    color:#ffffff;
    font-weight: 500;
    font-family: 'Dancing Script', cursive;
    line-height: 31px;
    text-align: center;
   
}

.bannertextbanner3 h2{
    font-size: 32px;
    color:#e83535;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.bannerchanges h3{
    align-items: center;
    font-size: 63px;
    color:#ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.navbar {
    position: relative;
    padding: 1.5rem 1rem !important;
    z-index: 9999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #dacb25;
    font-weight: 500;
}
.logo img {
    
    position: absolute;
    top: 9;
    left: -30px;
    width: 156px;
    
}
.footer_img img {
    
    width: 116px;
    
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #c5a13d;
    font-weight: 500;
   padding: 12px 24px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #a58ded;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.bannercontent{
    padding-top: 80px;
    z-index: 999;
}
.bannercontainer{
    margin-top: 44px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}


.bannertextcontainer{
   
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.bannertextcontainer p{
    font-size: 26px;
    color:#ffffff;
    font-weight: 500;
    font-family: 'Dancing Script', cursive;
    line-height: 31px;
   
}


.bannertextcontainer h2{
    font-size: 32px;
    color:#d84104;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.bannerchange h3{
    height: 111px;
    font-size: 63px;
    color:#ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.floating {  
    animation-name: floating;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
   
}



@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.topbar{
    
    padding: 3px;
    background-color: #d8af3d; 
    padding: 3px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.topbar a{
    text-decoration: none;
}
.topbar a{
    color:#ffffff;
    text-decoration: none;
    font-size: 13px;
    margin-left: 36px;
}
.topbar .fas{
    margin-right: 10px;
}

.topbarphn{
    display: flex;
    justify-items: flex-start;
    align-items: center;
}
.topbarmail{
    display: flex;
    justify-items: flex-end;
    align-items: center;
}
.carousel {
    position: relative;
    margin-top: 99px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    background-color: #ffffff00;
    text-align: center;
    border: none;
    opacity: .5;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-height: 602px;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.aboutsection{
   
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 64px;
    background-image: url(../images/bubbles.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.abouttext h2{
    font-size: 39px;
    color:#d8af3d;
    font-weight: 500; 
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px;
}

.abouttext p{
    font-size: 16px;
    color: #161616;
    line-height: 29px;
}

.aboutimagecontainer{
    position: relative;
    
    background-image: url(../images/bgvideo.mp4);
    
}
.aboutimagecontainer img{
    border-radius:10px;
}

.abtvideobtn{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:44%;
    left:43%;
    height: 65px;
    width: 65px;
    background-color: #ecbc2d;
    border-radius: 31px;
    cursor: pointer;
    box-shadow: 0px 0px 1px 1px #f5b52b7c;
}

.abtvideobtn a{
    color:#ffffff;
}

  
  .pulse {
    animation: pulse-animation 1s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
  
.milstone{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 23px;
}

.milstone .fal{
    font-size: 24px;
    color: #c5a13d;
}

.milstone h6{
    font-size: 15px;
    margin-top: 14px;
    color: #01a495;
   
}

.milstone h2{
    font-size: 29px;
    color: #000000;
   
}



.bannerssection{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(45deg, #d8af3dc4 78%, #dacb2557 69%), url(../images/backgroundindex_pic.jpg);
    background-repeat: no-repeat;
 
    background-size: cover;
    background-position: center;
}
.bannerstext h2{
    font-size: 40px;
    color:#000000;
    font-family: 'Exo', sans-serif;
    /* font-family: 'Dancing Script', cursive; */
}
.bannerstext p{
    color:#ffffff;
}
.bannerstext h4{
    color:#ffffff;
    font-size: 32px;
}
.bannerimg{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.bannerbtn{
  padding: 12px 18px;
  background-color: #ffffff;
  color:#ff9e45;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}
 .bannerbtn:hover{
    text-decoration: none;
    color:#ff9e45;
}


.Products{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: linear-gradient(to bottom, #ffffffeb, #ffffffe6), url(../images/bgdotgray.png);
    background-position:  left top;
    background-repeat: no-repeat;
}

.productwrapper{
    padding: 3px;
    margin:3px;
    min-height: 416px
    border-radius: 6px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#videoDiv {width: 100%; height: 360px; position: relative;}
.productstext h2{
    font-size: 39px;
    color: #d8af3d;
    text-align: center;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    transition: .6s linear;
}

.producttext p{
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
}

.productwrapper:hover{
   background-color: rgb(255, 255, 255);
}


.producttitle h6{
    font-size: 21px;
}

.productwrappertwo .producttitle h6{
    color:#ffffff;
}

.productwrappertwo .producttext p{
    color:#ffffff;
}

.productsbtn a{
    padding: 9px 8px;
    background-color: #d8af3d;
    border: 1px solid rgba(240, 240, 240, 0.23);
    color: rgba(255, 255, 255, 0.904);
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    float: right;
    border-radius: 4px;
    transition: .9s linear;
}


.productsbtn a:hover{
    padding: 12px 18px;
    border:1px solid #ffffff;
    color:#ffffff;
    background-color:#dacb25a2;
    margin-top: 5px;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    border-radius: 4px;
    transition: .3s linear;
}


.blogsection{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /* background-image: linear-gradient(to bottom, #14141400, #02020200), url(../images/bolg_bg.jpg); */
    background-position: center;
    background-color: #0000000a;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.indexblogwrappers {
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.blogwrapper{
    
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #ffffff;
    z-index: 999;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.blog_text_icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
}

.adminicon{
    display: flex;
    align-items: center;
    padding: 4px;
}

.adminicon .fal{
    color:#efc325;
    margin-left: 8px;
    margin-right: 8px;
}



.blog_text{
    padding: 14px;
}

.blog_text h3{
    font-size: 19px;
    font-family: 'Exo', sans-serif;
    color: #000000;
}

.testimonials-wrap {
    padding: 80px 0;
    background-image: linear-gradient(to bottom, #d8af3db8, #d8af3d), url(../images/blue.png);
    background-position:  left top;
    background-repeat: no-repeat;
}
.heading-section {
    text-align: center;
}
.sub-heading {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    display: block;
    font-size: 39px;
    color:#c5a13d;
    text-align: center;
    font-weight: 500; 
    letter-spacing: 2px;
}
.heading-section h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 27px;
    color: #01a495;
}
.testimonial-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}



.testimonial-box p{
    color:#000000;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: 0px;
    color: #c5a13d;
    left: 1px;
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #01a495;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.venturestext h2{
    font-size: 39px;
    color:#dacb25fa;
    text-align: center;
    font-weight: 500; 
    font-family: 'Exo', sans-serif;
    transition: .6s linear;
}

.ventures{
    padding-top: 70px;
    padding-bottom: 60px;
}
.ventures img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(1%);
}
.ventures img:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(1%);
}


.blogwrappers {
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    
}

.latestblogwrappers {
    border-radius: 6px;
    background-color: #d8af3d85;
    overflow: hidden;
    margin-top: 4px;
    
}

.bloimg{
    width:52px;
    height:52px;
    object-fit: contain;
    border-radius: 40px;
    overflow: hidden;
}

.blog_userimg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.blog_text p{
  text-align: justify;
}

.blog_userimg h5{
    color: #01a495;
    font-weight: 500;
    font-size: 14px;
    margin-left: 6px;
}

.latestblogs h3{
    color: #01a495;
    text-transform: uppercase;
    font-size: 26px;
}

.blog_text a{
    color: #01a495;
    text-decoration: none;
}
.blogbanner {
    position: relative;
    width: 100%;
    max-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
    background-image: url(../images/dishgold_blogbanner.jpg);
    background-position: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactbanner {
    position: relative;
    width: 100%;
    max-height: 300px;
    padding-top: 100px;
    margin-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/dishgold_contactbanner.jpg);
    background-position: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactaddress ul li{
    list-style-type: none;
    
}

.contactwrapper{
    padding: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    background-color: #d8af3d;
}

.contactimg img{
    width:40%;
}

.contactdetail p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.contactaddress ul li{
    color: #000000;
    font-weight: 500;
    padding-top: 23px;
}

.contactaddress .fas{
color:#fedd02;
margin-right: 4px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-top: 19px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.productbanner {
    position: relative;
    width: 100%;
    max-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
    background-image: url(../images/gallerybanner.jpg);
    background-position: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.gallerytext h2{
    font-size: 39px;
    color:#d8af3d;
    font-weight: 500; 
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px;
}
.footersection {
    
    padding-top: 100px;
    padding-bottom: 70px;
    border-top:1px solid #e1b417;
    background-color: #e5ce8d;
    background-image: linear-gradient(to bottom, #c5a13dba, #d8af3d), url(../images/newblogimg2.jpg);
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: cover;
    background-position: center;
}


.footertext p{
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    font-weight: 500;
}


.footerquicklink ul{
    list-style-type: none;
    color:#000000;
    font-size: 15px;
}
.footerquicklink ul a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;}


.footeradr p{
    color:#000000; 
    font-size: 15px  
}

.footeradr ul a{
    text-decoration: none;
    color:#ffffff;
}

.footeradr ul{
    list-style-type: none;
    color:#ffffff;
}

.footericonlink ul li{
    display: inline-block;
    list-style-type: none;
   
}

.footericonlink ul li a{
     
    color: #ffffff;
    margin-left: 7px;
   
}

.footertext h3{
    color: #000000;
    font-size: 21px;
}

.footeradr .fas {
    color: #c50e0e;
    font-size: 12px;
    margin-left: -13px;
    margin-right: 8px;
}
.footericonlink .fab{
    color: #c50e0e;
}

.iconcontainer{
    display:flex;
    align-items: center;
    margin-top: 3px;
    margin-left: 16px;
}


.icontext a{
    text-decoration: none;
    color: #ffffff;
}

.icontext p{
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.bottombar{
  background-color: #ecf3b6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px;
}

.bottombar p{
    margin-top: 9px;
    color:#000000fa;
    font-size: 12px;
}

.bottombar a{
    text-decoration: none;
    color: #eb4123;
    font-weight: 600;
}
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
  }
  
 
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: #c5a13d;
    font-size: 20px;
  }
  

  
  .facebook {
    background: #ffffff;
    
    /* border: 1px solid #01a4947e; */
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
    margin-top: 4px;
  }

.thirdsection{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(184 184 184 / 23%);
}
  
.aboutbanner{
    position: relative;
    width: 100%;
    max-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
    background-image: url(../images/dishgold_gallerybanner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.aboutbannertext{
    padding-top: 60px;
    padding-bottom: 60px;
}
.abtimg img{
    height: 534px;
}
.missionicon{
    width: 50px;
    height: 50px;
    display: flex;
    background-color: rgb(236 188 45 / 22%);
    justify-content: center;
    align-items: center;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
}

.icon_wrapper{
    display: flex;
    align-items: center;
}

.mossiontext p{
    font-size: 16px;
     color: #000000;;
    line-height: 29px;
}

.icontitle h3 {

    color: #d8af3d;
    margin-left: 16px;

}

.missionicon .fal{
    font-size: 18px;
    color:#01a495;
}

.abttextsize h2{
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Exo', sans-serif;
    
}

.missionsection{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/banner13.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.missioncontainer{
    position: relative;
    background-color: #ffffff;
    padding: 12px;
    border-top-right-radius: 28px;
}

.missioncontainer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #01a495 #fff0 !important;
  }

.advantage{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/lemon.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.advantage::before{
    content: "";
    position: absolute;
    top: 0;
    left: -347px;
    Width: 65%;
    height: 100%;
    /* background-color: #ecbc2d42; */
    background-image:
        linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(0 0 0 / 56%)),url('../images/why.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

}
    



.advantage1{
    position: relative;
    width: 90%;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform .2s;
}
.advantage1:after{
    content: "1";
    position: absolute;
    color: #d8af3d;
    top: -53px;
    right: 0;
    font-size: 66px;
    font-weight: 700;
}

.advantage1:hover{
    transform: scale(1.1);
}
.advimg img{
width:95px;
}

.advantage2{
    position: relative;
    width: 90%;;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    border-radius: 5px;
    margin-top: 44px;
    margin-bottom: 44px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform .2s;
}

.advantage2:after{
    content: "2";
    position: absolute;
    color: #d8af3d;
    top: -53px;
    left: 0;
    font-size: 66px;
    font-weight: 700;
}
.advantage2:hover{
    transform: scale(1.1);
}
.advantage3{
    position: relative;
    width: 90%;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform .2s;
}

.advantage3:after{
    content: "3";
    position: absolute;
    color: #d8af3d;
    top: -53px;
    right: 0;
    font-size: 66px;
    font-weight: 700;
}
.advantage3:hover{
    transform: scale(1.1);
}
.advcontent h3{
    font-size: 42px;
    font-weight: 700;
    font-size: 42px;
    font-weight: 700;
    margin-top: 26px;
    font-family: 'Exo', sans-serif;
}

.advcontent h3 span{
    font-size: 43px;
    font-weight: 700;
    color: #d8af3d;
}

.advcontentinfo a{
    text-decoration: none;
    color:#01a495;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .mainbanner{
        position: relative;
        width:100%;
        height: 36%;
        margin-top: 113px;
        background-image: url(../images/banner2new.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: .3s ease-in-out linear;
        
       
    }
    .floating {
        animation-name: floating;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        margin-top: -84px;
    }
    .mainbanner2{
        position: relative;
        width:100%;
        height: 520px;
        margin-top: 80px;
        transition: .3s ease-in-out linear;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mainbanner3{
        position: relative;
        width:100%;
        height: 520px;
        margin-top: 80px;
        background-image: url(../images/banner3new.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: .3s ease-in-out linear;
        
       
    }
    .aboutsection{
   
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 64px;
        background-image:none;
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footertext h3 {
        color: #000000;
        font-size: 17px;
        margin-top: 16px;
    }
    .bannercontainer {
        display: flex;
        margin-top: -15px;
        justify-content: center;
        align-items: left;
        flex-direction: column;
    }
    .bannertextcontainer h3{
        font-size: 32px;
        color:#ffffff;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

    .bannerchange h3{
        font-size: 38px;
        color:#ffffff;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

    .abouttext h2 {
        margin-top: 26px;
        font-size: 42px;
        color: #ffc107;
        font-weight: 500;
        font-family: 'Exo', sans-serif;
        margin-bottom: 2px;
    }

    .productstext h2 {
        font-size: 42px;
        color: #ecbc2d;
        text-align: center;
        font-weight: 500;
        font-family: 'Exo', sans-serif;
        transition: .6s linear;
    }
    .bannerimages{
        margin-top:-147px;
    }
    .testimonial-box{
        display: flex;
        flex-direction: column;
    }
    
    .sub-heading{
        font-size: 42px;
    color: #ecbc2d;
    text-align: center;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    transition: .6s linear;

    } 
    
    .venturestext h2{
        font-size: 30px;
    color: #ecbc2d;
    text-align: center;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    transition: .6s linear;
    }
    .topbar a {
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
        margin-left: 36px;
    }

    .icon-bar {
        position: fixed;
        top: 43%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }

    
    .advantage1{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
    .advantage2{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
    .advantage3{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
}

@media screen and (max-width: 498px) {
    .mainbanner {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 113px;
        background-image: url(../images/banner2new.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: .3s ease-in-out linear;
    }
}

