
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
 @media screen and (max-width: 360px) {
 a#dm444 {
    padding: 7px 11px;
    font-size: small;
    color:#000000;
  }
}

 @media screen and (max-width: 576px) {
.px-5 {
    padding-right: 2rem !important;
    padding-left: 0rem !important;
}
 }

@media screen and (max-width: 360px) {
    .m-0 {
        padding-left: 32px;
    }
}

@media screen and (max-width: 375px) {
    .m-0 {
        padding-left: 32px;
    }
}

@media screen and (max-width: 912px) {
    .m-0 {
        padding-left: 32px;
    }
}

 @media screen and (min-width: 361px) and (max-width: 375px){
    a#dm444 {
    padding: 7px 13px;
    font-size: small;
    color:#000000;
  
  }
 }
  @media screen and (min-width: 376px) and (max-width: 390px){
    a#dm444 {
    padding: 7px 16px;
    font-size: small;
    color:#000000;
  
  }
 
  .m-0
  {
    padding-left: 59px;
  }
  .px-5 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
}
  }

@media screen and (min-width: 391px) and (max-width: 430px) {
 a#dm444 {
    padding: 7px 18px;
    font-size: small;
 margin-left: 1px;
 color:#000000;
  }
    .m-0
  {
    padding-left: 59px;
  }
}
@media screen and (min-width: 391px) and (max-width: 441px){
 a#dm444 {
   
   padding-left: 21px;
    color:#000000;
  }
}
@media screen and (min-width: 442px) and (max-width: 586px){
 a#dm444 {
   
   padding-left: 28px;
    color:#000000;
  }
    .m-0
  {
    padding-left: 59px;
  }
}
@media screen and (min-width: 586px) and (max-width: 853px){
 a#dm444 {
   
    margin-left: 65px;
    color:#000000;
  }
   .m-0
  {
    padding-left: 59px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1400px){
 a#dm444 {
   
   padding: 7px 36px;
        margin-left: 20px;
        font-size: 17px;
        color: #1a1f1f;
  }
   .carousel-caption h5 {
        font-size: 14px;
        padding-top: 547px;
        font-weight: 500 !important;
    }
}
#dd
{}
max-width: 900px;
margin-top:350px;
}
#hii{
	margin-top:10px;
	
}
 #sld
   {
      padding-top:547px;
   }
#he{background-size:100% 100%;
border-radius:24px;
text-align:center;
padding-top:43px;
padding-left:80px;

margin-bottom:10px;
	
}
#ne{border-radius:20px;
width:100%;
margin-bottom:10px;}
me{
	margin-bottom:10px;
}
#design
{
	

	background-image:url('../img/cbg.jpeg');
	background-size: 100% 100%;
}
#dm
{
	
	height:182px;
}
#dm1
{
	
	height:182px;
}
#dm2
{
	margin-top:10px;
}
#dm3
{
	margin-top:10px;
}
#dm4
{
	margin:0px 0px 20px 22px;
}
#dm5
{
	padding-top:15px;
	text-align:center;
}
#dm6
{
	background-image:url('../img/hv.jpg');
	border-radius:10px;
	
}
#dm7
{
	text-align:center;
	 font-size:15px;
	 padding-top:10px;
	 font-weight:800;
	text-transform: uppercase;
}
.dm 
{
width:100%;
height:600px;	
}

.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-85:before {
  content: "";
 
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
 background-image:url('../img/gg.gif');
 background-size: 100% 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.button-855 {
  padding: 0.3em 0.9em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

.button-855:before {
  content: "";
 background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #f2ff00, #77dfcd, #e5f483, #e0d444, #ea8320, #df283f);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-855:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
 
  left: 0;
  top: 0;
  border-radius: 10px;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0#d0021b;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color:#fce300;
	margin-left:20px;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
	padding-top:21px;
}

.navbar-dark .navbar-toggler {
    color:#d0021b !important;
    position: relative;
    border-color:#d0021b !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color:#ffffff;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background:#d0021b;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color:#d0021b;
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 12px;
        padding-top: 303px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
	.dm 
	{
		height:320px;
	}
	#he 
	{
		height: 328px;
		border-radius:60px;
		    padding-top: 110px;
    padding-left: 131px;
	}
	.btn-77
    {

    margin-left:13px !important;

    }
    
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}




.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}



.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#d0021b;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background:#d0021b;
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(255 255 255 / 0%)), url(../img/y2.jpeg) center center no-repeat;
    background-size: cover;
	
	
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}







/* CSS */
.button-77 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-77 {
    padding: 20px 20px;
  }
}

.button-77:before,
.button-77:after {
  border-radius: 10px;
}

.button-77:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-77:after {
  background-color: initial;
  background-image:linear-gradient(92.83deg, #ffe47d 0, #874d06 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-77:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
  color: #ccc;
}

.button-77:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-77:disabled {
  cursor: default;
  opacity: .24;
}

.footer-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 5px;
    display: block;
}
.footer-whatsapp  a {
    background: transparent;
}
.footer-call {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 5px;
    display: block;
}


.anu{
	color: yellow;
}

.ab{
	color: red;
}





.btn-77 {
	
    height: 50px;
    border: 2px;
    border-radius: 20px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color:black;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition-duration: 3s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.144);
    background-size: 100% 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    /*** full width block ***/
    /* width: 100%; */
}

.logoIcon path {
    fill: rgb(121, 103, 3);
}

.btn-77:hover {
    transform: scale(0.95);
    transition-duration: 3s;
    animation: gradient 5s ease infinite;
    background-position: right;
}

.btn-77:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    box-shadow: none;
}








buttons {
  width: 150px;
  height: 60px;
  border: 3px solid #315cfd;
  border-radius: 45px;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1.2em;
  font-weight: 550;
}

buttons:hover {
  background: #315cfd;
  color: white;
  font-size: 1.5em;
}


.one{
	color:#930314;
}
.bg-primarys{
	background-color:#930314;
}
#dm44{
	margin:0px 0px 10px 100px;
	
}


.btn-94 {
    --bg-color_94:linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    transition: 500ms ease;
    width:45%;
    height: 45px;
        color: black;
    font-weight: 700;
	margin-bottom:10px;
    z-index: 1;
    text-transform: uppercase;
    background-size: 100%;
      background: var(--bg-gold);
    box-sizing: border-box;
}

.btn-94 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: var(--bg-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-94::before {
    position: absolute;
    content: '';
    inset: 3px;
    border-radius: 10px;
    background: var(--bg-color_94);
    z-index: -1;
    box-sizing: border-box;
}

.btn-94:hover {
    animation: move_94 5s infinite alternate ease-in-out;
}

.btn-94:hover span {
    animation: move_94 5s infinite alternate ease-in-out;
}

.btn-94:hover {
    transform: scale(1.1);
}

.btn-94:active {
    animation: move_94 1s infinite alternate ease-in-out;
}

.btn-94:active span {
    animation: move_94 1s infinite alternate ease-in-out;
}

@keyframes move_94 {
    0% {
        background-size: 100%;
        background-position: 50%;
    }

    50% {
        background-size: 500%;
        background-position: 0%;
    }

    100% {
        background-size: 200%;
        background-position: 100%;
    }
}

/*** disabled style ***/
.btn-94:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    box-shadow: none;
    --bg-color_94: #dcdcdc;
    --bg-gold: #7e7e7e;
}


    #b-1 {
           margin-left: 437px;
    margin-top: 48px;
    }
	#d-1{
		margin-left: 35px;
	}
	#d1{
		background-image: url(../img/cbg.jpeg);
		background-repeat:none;
		height:553px;
		width:100%;
		
	}
	#havan{margin-left:35px;}
	
	
	
	button {
 position: relative;
 display: flex;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: linear-gradient(160deg,  #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
 padding: 0;
 font-size: inherit;
 font-family: inherit;
 border-radius:30px;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: flex;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:linear-gradient(160deg, #000000, #000000, #060603, #000000, #000000);;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #282936;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}