p{
   font-family: 'Poppins', sans-serif;
}
h1{
     font-family: 'Poppins', sans-serif;
}
h2{
    font-family: 'Poppins', sans-serif;
}
h3{
    font-family: 'Poppins', sans-serif;
}
h4{
    font-family: 'Poppins', sans-serif;
}
h5{
    font-family: 'Poppins', sans-serif;
}
h6{
    font-family: 'Poppins', sans-serif;
}
.three-row{
  padding: 30px 20px;
  border:2px solid white;
  border-radius: 10px;
  background: #c0d4e5;
  min-height: 220px;
  margin-bottom: 30px;
}
.three-row h5{
  color: #020420;
  font-weight: 600;
  transition-duration: 0.5s;
}
.three-row p{
color: grey;
margin-top: 20px;
transition-duration: 0.5s;
}
.heading-clr h1{
  color: #020420;
  font-weight: bold;
  transition-duration: 0.5s;
}
.three-row:hover h5{
  color: white;
}
.three-row:hover p{
  color: white;
}
.three-row:hover{
  background: #020420;
  box-shadow: 10px 15px 7px #0204206e;
}
.clr-back-side{
  background: #f3f1f0;

}
.navbar-brand h2{
  color: black;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.dropdown-menu-2{
    width: 200px;
      height: 400px;
    overflow-y: auto!important;
}
.a{
  text-decoration: none !important;
}
.navbar{
  
  margin:0px;
  padding: 0px!important;
}
.nav-item .nav-link{
  color: black!important;
  font-weight: 400;margin:0px 12px;
  padding: 15px 15px;
}
.nav-link{
  position: relative;
}

.nav-link::after{
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background:#dda72d;
  bottom:0px;
  left: 0px;
  transition-duration: 0.5s;
}

.active .navbar-nav .nav-link {
    margin: 0px 40px!important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.active .btn-contact {
    box-shadow: 0px 7px 20px grey;
    background: #000000;
    color: white;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 20px;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 6px;
}
.navbar-brand img{
  width: 110px;
  transition-duration: 0.5s;
}
.nav-link:hover::after{
  width: 100%;
}
.head-top-info{
 background: #000113;
    padding: 0px 0px;
    border-bottom: 1px solid #8080807a;
}
/*Topopppp*/
.header_top {
    align-items: center;
    display: flex;
    height: 110px;
}
.htc_address {
    display: flex;
    margin-top: 12px;
}
.otherclass{
  display: inline-flex;
  float: right;
}
.otherclass h6{
  margin-top: 15px;
  padding: 0px 20px;
}
.otherclass i{
  margin-right: 5px;
}
.btn-class{
  background: #000113;
  color: white;border:none;
  padding: 14px;
  font-weight: 600; 
}
.address_icon i {
    font-size: 20px;
    margin-top: 15px;
    background: #b1b1b142;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 6px #b1b1b11a;
    color: #ffbb00;
}
.address_icon_1 i {
    color: #020420;
}
.address_icon i:hover{
    background: #b1b1b16e;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 6px #b1b1b145;
    color: #ffbb00;
} 
.address_icon {
    align-items: center;
    display: flex;
    margin-right: 15px;
}
.address p {
    color: #000;
    font-size: 14px;
    margin:15px 0px 0px 0px;
}
.address a {
    font-size: 16px;
    color: black;font-weight: 600;
    text-decoration: none!important;
}
.ft_address p span.dis-block {
  color: #cccccc;
  font-size: 14px;
  padding-left: 89px;
  margin-right: 0;
}

@media only screen and (max-width: 700px){
  .active {
 height: auto!important;
}
.active .navbar-brand img {
    width: 150px;
}
.header-menu {
    margin: 0px;
    padding: 0px;
    float: none!important;
    text-align: center!important;
}
}
@media only screen and (max-width: 800px){
.ab-text-3::after {
  display: none;
}
  .sider{
  margin-left: 0px!important;
}

.ab-text-2::after{
  display: none;
}
}
@media only screen and (max-width: 500px){
  #slider-3 .owl-item {
    padding: 20px 10px!important;
    margin: 4px!important;
}
.testimonials-section {
    height: 270px!important;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -78px;
}
  .htc_address{
    display: none!important;
  }
}
@media only screen and (max-width: 1000px){
.logo-div img{
      display: block;
    margin-left: auto;
    margin-right: auto;
}
.htc_address {
    display: flex;
    justify-content: center;
}

}
@media only screen and (max-width: 800px){


.dropdown-menu{
  margin:0px!important;
  padding: 0px!important;
  border-radius: 0px!important;
  border: 1px solid #00000029!important;
  border-top: 1px solid #00000029!important;
  width: 100%!important;

}
}
/*hgfvdkjfh vdifjd*/
.dropdown-menu{
  margin:0px!important;
  padding: 0px!important;
  border-radius: 0px!important;
  border: 1px solid #00000029!important;
  border-top: 1px none!important;
  width: 200%;

}
.nav-item:hover .dropdown-menu
 {display: block;}

.dropdown-item{
  background:#000113!important;
  color: white!important;
  padding: 18px!important;
  border-bottom: 1px solid #ffffff70!important;
  font-size: 16px!important;
  font-weight: 500!important;
  text-align: left!important;
  position: relative;
}
.navbar-nav .nav-link{
    margin: 0px 40px!important;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.heading-clr p{
 color: #020420;
    margin-top: 20px;
    font-size: 16px;
font-weight: 500;
}
.left-banner h6{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.left-banner h1{
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.left-banner h5{
  color: #ffffff;
  margin-bottom: 30px;
}
.pd-class{
  padding: 80px 0px 70px;
}
.light-blue-clr{
  color: #ff4700;
}
.back-clr{
  background:#000113;
}
#shiva{
  color: white;
  font-weight: 800;
  font-size: 40px;
  margin-top: 20px;
}
.counts h5{
    color: white;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.counts img{
    margin-top: 15px;
    background: #ffffff;
    padding: 18px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 6px #b1b1b1a6;
}
.counts:hover img{
  transform: rotateY(180deg);
}
.blue-btn{
       background: #fcfcff;
    color: #000113;
    border: none;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
.blue-btn:hover{
  box-shadow:0px 12px 14px #808080d1;
}
.light-btn{
    background: #ff4700;
    color: #ffffff;
    border: none;margin-left: 10px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
.light-btn:hover{
box-shadow: 0px 12px 14px #808080d1;
}
.light-btn-2{
    background: #ff4700;
    color: #020420;
    border: none;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 30px;
    transition-duration: 0.5s;
    margin-bottom: 20px;
}
.light-btn-2:hover{
box-shadow: 0px 12px 14px #808080d1;
}
.right-banner img{
  width: 100%;
  overflow: hidden;
  animation-name: animateimg;
  animation-duration:2s;
  margin-bottom: 30px;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.dropdown-item::after{
  position: absolute;
  content: '';
  background: #ff4700;
  color: #ff4700;
  width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  transition-duration: 0.1s;
}
.dropdown-item:hover::after{
  width: 6px;
  height: 100%;
}
.dropdown-item:hover{
  color: #ff4700!important;
}
@media only screen and (max-width:1200px){
.navbar-nav .nav-link {
    padding: 10px 6px!important;
}
}
@media only screen and (max-width: 990px){
.navbar{
  background: #020420;
  margin:0px;
  padding: 10px!important;
}
.navbar-nav .nav-link {
    padding: 10px 15px!important;
}
.dropdown-menu{
  border-top: 1px solid #00000029!important;
}
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255)important;
    border-color: rgb(255 255 255 / 29%)!important;
}
.nav-item .nav-link:hover{
      /* background: white; */
    color: #dda72d!important;
   
}
.owl-dot:hover span {
    background: #0c435c!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #dda72d!important;
}
button:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}
.owl-prev{
  display: none!important;
}
.owl-next{
  display: none!important;
}
.owl-carousel{
  padding: 0px!important;
  margin:0px!important;
}
#slider-1 .owl-item{
  padding: 0px!important;
  margin:0px!important;
}
#slider-3 .owl-item{
  padding: 20px 10px!important;
  margin:0px;
}


.ab-text-4 p{
  text-align: justify;
  color: grey;
}
.ab-text-2 img{
  width: 100%;
}
.ab-text-2{
  overflow: hidden;
}
.ab-text-3 img{
  width: 100%;
}
.ab-text-3{
  overflow: hidden;
}
.ab-section{
  position: relative;
}
.ab-text-2::after{
  position: absolute;
    content: "";
    height: 500px;
    width: 500px;
    background-image: url(../image/circle.jpg);
    background-repeat: no-repeat;
    left: 350px;
    top: -40%;
    overflow: hidden;
    z-index: -1;
    animation: rotateIt 20s linear infinite;
}

.ab-section-3{
  position: relative;
}
.ab-text-3::after{
  position: absolute;
    content: "";
    height: 600px;
    width: 600px;
    background-image: url(../image/circle.png);
    background-repeat: no-repeat;
    left: 268px;
    top: -40%;
    overflow: hidden;
    z-index: -1;
    animation: rotateIt 20s linear infinite;
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.dropdown-menu{
  border:none!important;
}



.ab-text-4 h5{
  text-align: justify;
    font-size: 15px;
    color: grey;
    background: #80808014;
    padding: 40px;
    margin-bottom: 30px;
}


.ab-text-4 button{
 background: none;
    color: #ffbb00;
    border: 1px solid #ffbb00;
    border-radius: 20px;
    font-size: 15px;
    /* border: none; */
    padding: 8px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-bottom: 20px;
}
.ab-text-4 button i{
  transition-duration: 0.1s;
}
.ab-text-4 button:hover i{
  margin-left: 5px;
}
.ab-text-4 button:hover{
  background: black;
  color: #ffbb00;
  border:1px solid transparent;
}
.btn-read{
   background: none;
    color: black;
    border: 1px solid black;
    border-radius: 20px;
    font-size: 15px;
    /* border: none; */
    padding: 8px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-bottom: 20px;
}
.btn-read:hover{
  background: black;
  color: #ffbb00;
  border:1px solid transparent;
}


.ab-text-4 h2{
  margin-bottom: 20px;
  font-weight: bolder;
  text-transform: uppercase;
}
.ab-text-4 h6{
  color: #ffbb00;
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 14px;
}
.serv-text h5{
  color: #646464;
  padding-bottom: 20px;
  border-bottom: 1px solid #80808047;
}

.serv-text p{
  color: grey;padding-top: 20px;
  text-align: justify;
}
.serv-text{
  background-color: #fafafa;
  padding: 50px;margin-bottom: 20px;
}
.serv-text:hover{
  box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
}
@media only screen and (min-width: 1000px){
.serv-text{
  height: 340px;
}
}
.footer-section{
  background: black;
}
.footer-text h5{
    color: black;
    font-size: 15px;
    padding: 12px 0px 5px;
    font-weight: 500;
}

.footer-text h6{
    color: white;
    position: relative;
    text-shadow: 0px 1px 0px black;
    font-size: 20px;
    font-weight: 500;
}
.footer-text-34{
  display: inline-flex;
}

.footer-text ul{
  list-style: none;
  margin:0px;
  padding: 0px;
}
.footer-text ul li a{
text-decoration: none;
}
.footer-text ul li span{
  color: white;
  font-weight: 300;
}
.footer-text ul li i{
  font-size: 25px;
}
.footer-text ul li{
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
.footer-text ul li a{
  color:#ffffff;
    font-size: 16px;
    font-weight: 500;
}
.footer-text ul li:hover a{
  color: #ff4700;
  transition-duration: 0.3s;
}
.footer-text img{
  margin: 20px 0px;
}
.footer-menu li{
display: inline-block;
    color: white;
}
.footer-menu li a img{
  align-items: center;
}
.logo-div-f img{
  margin-top: 20px;
}
.logo-div-f p{
  color: white;
  margin-top: 20px;
  font-weight: 500;
}
.footer-menu li a i{
  color: white;
  transition-duration: 0.5s;
}
.footer-menu li a{
  color: black;
}
.footer-menu{
  position: relative;
      margin: 0px;
    padding: 0px;
}
.side-sift{
  margin-right: 30px;
  margin-bottom: 30px;
}
.side-sift-34{
  margin-right: 30px;
  margin-bottom: 30px;
}
.footer-text h5 span{
  color: #ffbb00;
}
.btn-link{
  font-weight: 600!important;
    text-decoration: none!important;
    color: #000000!important;
    font-size: 16px!important;
}
.card-header{
      background: #ffbb0054!important;
      border-bottom: 1px solid #ffe9ab!important;
}
.card-body{
  text-align: justify!important;
  background: #ffe9ab1c!important;
  font-size: 14px;
}
.card{
  border-radius: 0px!important;
  position: relative;
  border: 1px solid white!important;
  margin-bottom: 10px!important;
}

.borderbtm{
     width: 5%;
    height: 3px;
    background: #ffbb00;
    margin: 0 auto;
    display: block;
}


  .img-news img{
    padding: 20px 10px;
    width: 150px;
    height: 180px;
  }
  .serv-sec-2{
    background: white;
  }
  .img-news{
    border-right:1px solid #8080802e;
  }
  .news{
    display: flex;
    background:white;
    margin-bottom: 20px;
    padding: 0px 10px;border-radius:10px;
  }
  .news-text{
    padding: 10px 10px;
  }
  .news-text p{
    text-align: justify;
    color: grey;
  }
.news-section{
  background: #80808014;
}
.linkk{
  font-weight: 400;
    font-size: 12px;
    color: grey;
    background: #80808014;
    padding: 5px 15px;
    border-radius: 26px;
}
.news-text ul{
  list-style: none;
  margin:0px;
  padding: 0px;
}
.news-text ul li{
  color: grey;
  font-size: 12px;
}
.news-text ul{
  display: flex;
}

.normal,
.hover {
  flex: 1;
  padding: 0 0;
}
.demo-title {
  color: #666;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.module {
  min-width: 100%;
  height: 318px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
}
.module:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
}
.thumbnail img {
  width: 100%;
  transition: all 0.3s;
}
.module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}

.thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffbb00;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
}
.date div:first-child {
  font-size: 18px;
  line-height: 1.2;
}
.content {
  position: absolute;
  width: 100%;
  height: 105px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.module:hover .content {
  height: 220px;
}

.content .category {
  position: absolute;
  top: -34px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: #ffbb00;
  padding: 10px 15px;
  font-weight: bold;
}
.title {
margin: 0;
    padding: 0 0 3px;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
}
.sub-title {
  margin: 0;
  padding: 0 0 20px;
  color: #ffbb00;
  font-size: 16px;
  font-weight: 400;
}
.description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}
.module:hover .description {
  height: 100px;
}
.meta {
  margin: 30px 0 0;
  color: #999999;
}
@media only screen and (max-width: 900px){
  .ab-text-2::after{
    display: none;
  }
}
@media only screen and (max-width: 600px){
.slider__nav {
    width: 12px;
    height: 12px;
    margin: 12px 12px!important;
    border-radius: 0%;
    z-index: 10;
    outline: 6px solid #fb0;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #fb0, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
}
.ab-background{
  background: #f7f6f6;
  margin: 0px;padding:14px 0px 0px;
}
.heading-main p{
  color: black;
}

.freshwork{
  background: #020420;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;overflow: hidden;
}
.freshwork::after{
  position: absolute;
  content: '';
  background:#ff4700;
  width: 120%;
  z-index: -1;
  height: 0px;
  border-radius: 80px;
  top: -85px;
  left: 0px;
  transition-duration: 0.8s;
}
.freshwork:hover::after{
  height: 155%;
}
.freshwork:hover h5{
  color: #020420;
}
.freshwork:hover p{
  color: #020420;
}
.box-in-2{
 box-shadow: 0px 12px 8px #80808094;
 border-radius: 20px;
 position: relative;
}
.box-in-2:hover h5{
color: white;
font-weight: 600;
}
.box-in-2:hover p{
color: white;
}
.box-in-2::after{
  position: absolute;
  content: '';
  background: #020420;
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 20px;
  transition-duration: 0.8s;
}
.box-in-2:hover::after{
  height: 100%;
}
.box-in-2 h5{
  margin:20px;
  color: #020420;
  font-weight: bold;
}

.light-btn-5 {
    background: #ff4700;
    color: #020420;
    border: none;
   
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
.navbar{
  background:#ebecee!important;
  box-shadow: 0px 4px 16px #80808054;
}
.box-in-2 p{
  color: #020420;
  padding: 0px 20px 40px;
}
.single-slider{
  padding: 50px;
  border-radius: 20px;
  background: #020420;
}
.ab-text h4{
  color: #020420;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
}
.freshwork h5{
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.freshwork p{
  color: white;
}
.testimonials-section {
  height: 250px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -78px;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 25px 12px;
  border-radius: 0%;
  z-index: 10;
  outline: 6px solid #fb0;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #fb0, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}

.slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 300%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__caption {
  font-size: 14px;
  color: #111;
  opacity: .5;
  font-weight: bold;
}
.slider__txt {
font-size: 14px;
    line-height: 1.7;
    color: #6c6b6b;
    margin-top: -40px;
    margin-bottom: 20px;
    max-width: 750px;
    font-weight: 400;
}
quote {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 20px;
  color: #ffbb00;
  margin-top: 0px!important;
}

@-webkit-keyframes check {
  50% {
    outline-color: #fb0;
    box-shadow: 0 0 0 12px #fb0, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #fb0;
    box-shadow: 0 0 0 0 #fb0, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #fb0;
    box-shadow: 0 0 0 12px #fb0, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #fb0;
    box-shadow: 0 0 0 0 #fb0, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

.service-div img{
  width: 100%;
}
.service-div h5{
  padding: 20px 0px;
  border-bottom: 1px solid #8080805e;
  color: #0000008f;
  font-size: 18px;
}
.service-div{
  padding: 30px;
  background:#ffffffb8;
  box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
  transition-duration: 0.5s;
  margin-bottom: 20px;
}
.service-div p{
  text-align: justify;
  color: grey;
  margin-top: 20px;
}
.service-div:hover{
  box-shadow: none;
  background: none;
}

.contact-form input[type=text], select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 14px;
  resize: vertical;

}
.contact-form textarea{
  font-size: 14px;
}
.contact-form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.contact-form input[type=submit]:hover {
  background-color: #45a049;
}
.contact-form{
  background: #f3f3f3;
  padding: 30px;
  box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
}
.contact-form label{
  font-size: 14px;
}

 .btn-submit{
 background: none;
    color: #ffbb00;
    border: 1px solid #ffbb00;
    border-radius: 20px;
    font-size: 15px;
    /* border: none; */
    padding: 8px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-top: 20px;
}
.btn-submit:hover{
  background: black;
  color: #ffbb00;
  border:1px solid transparent;
}
.contact-info ul{
  list-style: none;
}
.contact-info ul li{
display: flex;
margin-bottom: 30px;
font-weight: 600;
}
.bg-white{
  background:white;
}
.contact-info ul li i{
    font-size: 22px;
    margin-top: 0px;
    color: white;
    margin-right: 16px;
  }
.bold-c{
  font-weight: bold;
}
.contact-info ul li .icon-i{
display: block;
}
.contact-info h6{
  color:#ff4700;
  font-size: 16px;
}
.contact-info h4{
  color: black;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  margin-left: 30px;
}
.contact-info h4 span{
  font-size: 14px;
  color: #ffbb00;
}




.in-section{
  overflow: hidden;
}

.service-text-2 button{
  background: none;
  color: #ffbb00;
  border-radius: 20px;
  font-size: 15px;
  border:1px solid #ffbb00;
  padding: 8px 25px;
  font-weight: 600;
  transition-duration: 0.5s;
  margin-bottom: 20px;
  margin-top: 15px;
}
.service-text-2 button:hover{
  background: #ffbb00;
  color: black;
  border:1px solid transparent;
}
.service-text-2 button i{
  transition-duration: 0.1s;
}
.service-text-2 button:hover i{
  margin-left: 5px;
}
.service-text-2 h2{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  color: #ffbb00;
}
.service-text-2{
    padding: 0px 0px;
    background:#000000;
    padding:25px;
    box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
    border-radius: 22px;
    margin-top: 0px;
}
.service-text-2 h6{
  color: white;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}
.service-text-2 p{
 text-align: justify;
    color: white;
    font-size: 15px;
}
.sider{
  margin-left: 80px;
}
.in-section{
  background:#fafafa;
  padding:30px 0px;
}
/*.in-section{
  background: url(../image/in-2.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}*/
.img-service img{
  width: 100%;
 
}

  .snip1369 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 100%;
  width: 100%;
  background: #ffbb00;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.snip1369 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1369 > img,
.snip1369 .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 100%;
}
.snip1369 > img {
  vertical-align: top;
  position: relative;
  opacity: 0.1;
}
.snip1369 figcaption,
.snip1369 .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1369 .image {
  position: absolute;
  top: 0;
  bottom: 25%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.snip1369 .image img {
  position: absolute;
  top: 0;
}
.snip1369 figcaption {
  position: absolute;
  top: 75%;
  bottom: 46px;
  left: 20px;
  right: 20px;
  padding-top: 20px;
  z-index: 1;
}
.snip1369 h3,
.snip1369 p {
  margin: 0;
}
.snip1369 h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
.snip1369 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0;
}
.snip1369 .read-more {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #ffffff;
  right: 0;
  bottom: 0;
  font-weight: 500;
  position: absolute;
}
.snip1369 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.btn-read{
background: none;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid white;
    padding: 7px 20px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-top: 120px;
}
.btn-read:hover{
 background: #0c435c;
    color: white;
    border: 1px solid transparent;
}
.box-in button{
background: none;
    color: #0c435c;
    border: none;
    border: 1px solid #0c435c;
    font-size: 16px;
    border-radius: 40px;
    padding: 10px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box-in button:hover{
  background: #0c435c;
  color: white;
  border:1px solid transparent;
}


.snip1369:hover .read-more,
.snip1369.hover .read-more,
.snip1369:hover figcaption,
.snip1369.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.snip1369:hover figcaption,
.snip1369.hover figcaption,
.snip1369:hover .image,
.snip1369.hover .image {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1369:hover figcaption,
.snip1369.hover figcaption {
  top: 0%;
}
.snip1369:hover .image,
.snip1369.hover .image {
  bottom: 100%;
}
.snip1369:hover p,
.snip1369.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1369:hover button,
.snip1369.hover button{
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}



























/**/
.header-menu {
  margin:0px;
  padding: 0px;
  float: right;
}
.header-menu li{
    display: inline-block;
    width: 52px;
    height: 54px;
    padding: 15px 17px;
    color: black;
    border-right: 1px solid #ffffff40;
}
.header-menu li a i{
  color: white;
}
.header-menu li a{
  color: black;
}
.header-menu{
  position: relative;
}

.header-menu li:hover a{
  color: #ffbb00!important;
}


.tab-pane{
  padding-top: 10px;
}
.ab-text h2{
     border-bottom: 1px solid #ffffff47;
      padding-bottom: 20px;
}
.nav-tabs {
    border-bottom: none!important;
    margin: 20px 0px!important;
}
.nav-item-2{
  border-right: 1px solid #ffffff47!important;
  padding:0px 20px;
}
.active{
  color: white!important;
}
.nav-link-2{
  color: grey;
  font-weight: 600;
  text-decoration: none!important;
}
.nav-link-2:hover{
  color: grey!important;
}

.btn-contact{
    box-shadow: 0px 7px 20px grey;
    background: #000000;
    color: white;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 20px;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 6px;
}
.btn-contact:hover{
  background: none;
  color: black;
  border:1px solid black;
}
.layout-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -10px;
}
.heading-decoration-1 {
    padding-left: 140px;
}

.heading-decoration-1 .heading-inner {
    display: block;
    position: relative;
    padding-left: 20px;
}

.heading-decoration-1 .heading-inner::before, .heading-decoration-1 .heading-inner::after {
    content: '';
    position: absolute;
    top: .5em;
}

.heading-decoration-1 .heading-inner::before {
    right: 100%;
    margin: 5px 0 0 11px;
    width: 100vw;
    height: 1px;
    background: #c2d3f2;
}

.heading-decoration-1 .heading-inner::after {
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0c435c;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../image/film-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
        width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
     color: white;
    font-weight: 700;
    font-size: 18px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.carousel-control-prev i{
  color: white;
  background:#0c435c;
  width: 30px;
  height: 30px;
  padding:7px 0px;
  border-radius: 100%;
  font-weight: 600;
}
.carousel-control-next i{
  color: white;
  background:#0c435c;
  width: 30px;
  height: 30px;
  padding:7px 0px;
  border-radius: 100%;
  font-weight: 600;
}

.carousel-indicators .active {
    background-color: #0c435c!important;
}
.carousel-indicators li{
  background: white!important;
}





.ab-text-1 button {
    background: #0c435c;
    color: white;
    border: none;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ab-text-1 button:hover {
    background: grey;
    color: #ffffff;
}
.ab-text-1 h2 {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.ab-text-1 h2 {
    margin-bottom: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
}
.nav-item-3{
  border-right: 1px solid black!important;
  padding:0px 20px;
}
.active{
  color: black!important;
}
.nav-link-3{
  color: grey;
  font-weight: 600;
  text-decoration: none!important;
}
.nav-link-3:hover{
  color: grey!important;
}

.ab-text-2 button {
    background: none;
    color: #0c435c;
    border: none;
    border: 1px solid #0c435c;
    font-size: 16px;
    border-radius: 40px;
    padding: 10px 25px;
    font-weight: 600;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ab-text-2 button:hover{
    background: #0c435c;
    color: white;
    border: 1px solid transparent;
}
.ab-text-2 h2 {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 20px;
}

.ab-text-2 h2 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}
.ab-text-2 p {
    margin-bottom: 20px;
    font-size: 16px;
    color: grey;
}
.ab-text-5 h4{
  color: white;
}
.ab-text-5 h5{
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 0px 10px;
}
.nav{
  display: block!important;
}
.nav-item-4{
    background: #020420;
    padding: 15px 40px;
    color: white!important;
    border-radius: 30px;
    margin:0px 10px;
    text-decoration: none!important;
    transition-duration: 0.5s;
    font-weight: 600;
}
.nav-item-4:hover {
    box-shadow:0px 8px 0px #80808075;
}
.ab-img img{
  width: 100%;
}

.ab-text h6{
  color: #020420;
  font-size: 14px;
  font-weight: 700;
}
.ab-text h1{
  font-size: 50px;
  font-weight: bold;
  color: #020420;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ab-text h5{
  color: #020420;
  margin-bottom: 30px;
}
.heading-clr{
  color: #020420;
  font-weight: bold;
  transition-duration: 0.5s;
}


.anim {
  margin: 20px 0;
  font-size: 24px;
}

.heading-clr h1{
  position: relative;
}

@media only screen and (max-width: 700px){
.nav-item-4 {
    background: #020420;
    padding: 11px 15px;
    color: white!important;
    border-radius: 30px;
    margin: 0px 5px;
    text-decoration: none!important;
    transition-duration: 0.5s;
    font-weight: 600;
}
}
@media only screen and (max-width: 990px){
.nav-item-4 {
    background: #020420;
    padding: 11px 15px;
    color: white!important;
    border-radius: 30px;
    margin: 0px 5px;
    text-decoration: none!important;
    transition-duration: 0.5s;
    font-weight: 600;
}
.blue-btn {
    background: #020420;
    color: white;
    border: none;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
.light-btn {
  background: #ff4700;
    color: #020420;
    border: none;
    margin-left: 10px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
}
.pd-add{
  padding: 40px 0px;
}
.kt-div{
    background: url(../image/close-up-gold-glitter-texture.jpg);
    width: 130px;
    height: 130px;
    padding: 50px 0px;
    border-radius: 15px;
    background-size: 100% 100%;
    background-position: center;
    transition-duration: 0.5;
    box-shadow: 0px 10px 30px #c79838;
}
.Testimonials-div{
  background: url(../image/bg-img.jpg);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
}
.ab-section{
  background: url(../image/re_372.png);
  width: 100%;
  height: 100%;
  background-size: 100% 115%;
  background-position: center;
  
}
.extra-div{
  background: url(../image/close-up-gold-glitter-texture.jpg);
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
.pro-div-22{
    background: url(../image/2359.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-section{
  background: url(../image/2359.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 122% 128%;

}
.footer-section-2323{
  background: url(../image/2359.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 150%;
  background-attachment: fixed;
}
.footer-section-33{
  background: url(../image/77777.png);
  width: 100%;
  height: 100%;
  background-position: center;
}
.bg-img-div{
  background: url(../image/Home-Page-background.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
.bg-img-upload{
   background: url(../image/bg-img.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
.bg-img{
  background: url(../image/back-img.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.left-banner-11 h1 {
    font-size: 5vw;
    font-weight: bold;
    color: white;
}
.left-banner-11 h6{
  color: white;
}
.left-banner-11 h5{
  color: white;
}


.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}
.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}
.sec-title p {
  font-size: 18px;
  line-height: 28px;
}
.testimonial-area {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}
.single-testimonial {
  border: 3px solid #ff4700;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}
.single-testimonial p {
  color: #000113;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--white);
  background-size: 40%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--white);
  background-size: 40%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 3px;
  background: #ff4700;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 3px;
  background: #ff4700;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}
.client-info h6 {
  
  font-weight: 700;
  font-size: 18px;
  color: #000113;
}
.client-info span {
  display: inline-block;
  color: #000000;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #000000;
}

.owl-dots button.active {
  width: 30px;
}
.rts-working-process-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rts-working-process-1 .inner {
    width: 192px;
    height: 192px;
    border: 2px dashed #000113;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
}
.rts-working-process-1 .inner .icon {
    height: 144px;
    width: 144px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-working-process-1 .inner .icon img {
    max-width: 70px;
}
.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-primary-3);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}
.rts-working-process-1 .content-2 .title-2 {
    margin-bottom: 7px;
}

.rts-working-process-11 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rts-working-process-11 .inner-11 {
    width: 230px;
    height: 230px;
    border: 2px dashed #000113;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
    
}
.inner-11:hover{
  animation: rotateIt 10s linear infinite;
}
@keyframes rotateIt {
    to {
        transform: rotate(-360deg);border: 2px dashed #000113;
    }
}
.inner:hover{
  animation: rotateIt 10s linear infinite;
}
@keyframes rotateIt {
    to {
        transform: rotate(-360deg);border: 2px dashed #000113;
    }
}

.rts-working-process-11 .inner-11 .icon-11 {
    height: 170px;
    width: 170px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-working-process-11 .inner-11 .icon-11 img {
    max-width: 90px;
}
.rts-working-process-11 .inner-11::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-primary-3);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}
.rts-working-process-11 .content-11 .title-11 {
    margin-bottom: 7px;
    color: #000113;
}


.sp-class{
  font-size: 40px;
    font-weight: 700;
    color:#ff4700;
}
.nav-item-12{
  margin-bottom: 20px;
}

.tab-pane p{
  color: #000113;
  margin-top: 20px;
  font-weight: 500;
  text-align: justify;
}
.tab-pane{
    padding: 65px 40px;
    box-shadow: 0px 8px 0px #80808075;
    border-radius: 10px;
    border:1px solid #80808075;
}
.nav-item-12:hover{
  box-shadow: 0px 8px 0px #80808075;
}
.brdr-btmm{
  width: 70px;
  height: 2px;
  background: #ff4700;
  display: block;
  margin: 20px 0px 30px;
}
.nav{
  margin: 0px!important;
  padding: 0px!important;
}
.nav-item-12 .nav-link-12{
  margin:0px;padding: 0px;
}
.nav-item-12{border: 1px solid #80808075;
  transition-duration: 0.5s;
  border-radius: 10px;
    padding: 10px;}


.bk-cls{
  position: relative;
}
.left-banner{
padding: 100px 0px;
}

.bk-over{
  background: #0001138c;
}











.back-video{
  width: 100%;
  position: absolute;
  z-index: -1;
}


/*jwellery*/

.heading-design h1{
  color: #dda72d;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
          font-size: 30px;
}
.about-sec h1{
  color: #dda72d;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
          font-size: 30px;
}
.about-sec button{
  border:none;
  background: none;
  color: #dda72d; 
  font-family: 'Poppins', sans-serif;
}
.pro-div{
  position: relative;  overflow: hidden!important;
  border-radius: 30px;

}
.pro-div-2{
  position: relative;  overflow: hidden!important;
  box-shadow: 0px 10px 25px 2px #80808078;
  border-radius: 30px;margin-bottom: 50px;
}
.pro-img img{
  width: 100%;
  border-radius: 30px;
}
.pro-con{
  position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 30%;
  /* padding: 0px 50px; */
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
.pro-con{
  top: 80%;
}
.pro-con h3{
  color: black;
  /* float: left; */
  font-weight: 700;
  padding-top: 30px;font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.box-in img{
  width: 40%!important;
  margin:0 auto;
  display: block;
  border-radius: 100%;
  border:5px solid white;
}
.box-in p{
  margin-top: 30px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.box-in{
  background:#dda72d;
  border-radius: 20px;
  padding:30px 10px 15px;
  margin:10px;
  min-height: 326px;
}
.footer-text-22 h6{
  color: white;
  font-size: 20px;
}
.footer-text-22 ul li{
  list-style: none;
  display: inline-block;

}
.footer-text-22 ul li a img{
  width: 150px;
  margin-bottom: 10px;
}

.pro-div{
  margin-bottom: 80px;
}
.pro-div-22{
  background:black;
}
.top-banner{
  background: url(../image/banner.PNG);
  background-size: 100% 100%;
  width: 100%;
  height:550px;
  background-repeat: no-repeat;
}
.bg-img-div-body{
    background: url(../image/Home-Page-background.PNG);
  background-size: 100% 100%;
  width: 100%;

  background-repeat: no-repeat;
}
.about-sec p{
  font-size: 15px;
  color: #000000b8;
  text-align: justify;
}
.kt-div{
  transition-duration: 1s;
  margin: 0 auto;
}
.kt-div a{
  text-decoration: none!important;
  color: black;
}
.kt-div:hover{
  transform:scale(1.1);
  background: black;
}
.kt-div:hover a h2{
  color: #dda72d;
}
.kt-div h2{
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1200px){
  .pro-con h3 {
    color: black;
    float: left;
    font-size: 20px!important;
    padding-top: 30px;
    font-weight: 700;
}
  .pro-con {
  position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 20px!important;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 10px 20px;
    color: black;
    margin-top: 20px!important;
    background: none;
}
}


@media only screen and (max-width: 1000px){
  .pro-con h3 {
    color: black;
    float: left;
    font-size: 16px!important;
    font-weight: 700;
    padding-top: 25px!important;
}
  .pro-con {
position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 20px!important;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 6px 15px;
    font-size: 15px!important;
    color: black;
    margin-top: 20px!important;
    background: none;
}
}
@media only screen and (max-width: 800px){
  .about-sec h1 {
    color: #dda72d;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}
  .pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 16px!important;
    padding-top: 25px!important;
}
  .pro-con {
   position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 20px!important;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 6px 15px;
    font-size: 15px!important;
    color: black;
    margin-top: 20px!important;
    background: none;
}
}
@media only screen and (max-width: 320px){
  .pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 15px!important;
    padding-top: 30px!important;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 12px 30px;
    font-size: 13px!important;
    color: black;
    font-weight: 500;
    margin-top: 18px!important;
    background: none;}
    
}
@media only screen and (max-width: 600px){

  .about-sec p {
    font-size: 15px;
    color: #000000b8;
    text-align: justify;
}
  .pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 25px!important;
    padding-top: 25px!important;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 10px 30px!important;
    font-size: 20px!important;
    color: black;
    margin-top: 20px!important;
    background: none;
}
  .pro-con {
 position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 40px!important;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
}
@media only screen and (max-width: 380px){
  .pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 20px!important;
    padding-top: 20px!important;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 8px 25px!important;
    font-size: 16px!important;
    color: black;
    margin-top: 15px!important;
    background: none;
}
  .pro-con {
  position: absolute;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 20px!important;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
}

.footer-menu-34 li{
display: inline-block;
    color: white;
        padding: 0px 10px;
        font-size: 18px;
}
.footer-menu-34 li a img{
  border:1px solid grey;
  border-radius: 5px;
}
.logo-div-f img{
  margin-top: 20px;
}
.logo-div-f p{
  color: white;
  margin-top: 20px;
  font-weight: 500;
}
.footer-menu-34 li a i{
  color: white;
  transition-duration: 0.5s;
}
.footer-menu-34 li a{
  color: black;
}
.footer-menu-34{
  position: relative;
      margin: 0px;
    padding: 0px;
}
.pro-img-2 img{
  width: 100%;
  border-radius: 30px;
}
.pro-con-2{
  position: relative;
  top: 100%;
  background: url(../image/close-up-gold-glitter-texture.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  border-radius:0px 0px 30px 30px;
  transition-duration: 0.5s;
}
.pro-con-2{
  top: 73%;
  height: 80px;
}
.pro-con-2 h3{
  color: black;
  text-align: center;
  padding-top: 30px;
  font-weight: 700;
  font-size: 22px;
}
.pro-con-2 button{
  float: right;
  border:1px solid black;
  padding: 10px 20px;
  color: black;margin-top: 25px;
  background: none;
}
.form-div{
 
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 40px 0px;
  border-radius: 30px;
  background-position: center;
}
.form-control{
    padding: 20px 12px!important;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #dda72d;
    border-bottom: 1px solid grey!important;
    background-color: none!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none!important;
    border-right: 1px solid grey!important;
    border-left: 1px solid grey!important;
    border-top: 1px solid grey!important;
    border-radius: 20px!important;
    margin-bottom: 50px!important;
}
.form-group textarea{
    padding: 20px 12px!important;
    display: block;
    width: 100%;
    height: 120px;
    font-size: 1rem;
    line-height: 1.5;
    color: #dda72d;
    border-bottom: 1px solid grey!important;
    background-color: none!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none!important;
    border-right: 1px solid grey!important;
    border-left: 1px solid grey!important;
    border-top: 1px solid grey!important;
    border-radius: 20px!important;margin-bottom: 50px!important;
}
.form-group{
  margin-bottom: 30px!important;
}
.form-control:focus{
      box-shadow:none!important;
}
.sub-btn{
    color: black;
    padding: 13px 55px;
    font-size: 20px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    transition-duration: 0.5s;
    border: 1px solid transparent;
    cursor: pointer;
    background: url(../image/close-up-gold-glitter-texture.jpg);
    font-weight: 800;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}
.sub-btn:hover{
  border:1px solid black;
  color: black;
  background:none;
}

@media only screen and (max-width: 700px){
  .ab-section {
    background: url(../image/re_372.png);
    width: 100%;
    height: 100%;
    /* background-size: 100% 115%; */
    background-position: center;
}
  .Testimonials-div {
    background: url(../image/bg-img.jpg);
    width: 100%;
    height: 100%;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    background-position: center;
}
  .footer-section{
  background: url(../image/2359.jpg);
  width: 100%;
  height: 100%;
  background-position: center;

}
  .form-control {
    padding: 10px 12px!important;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #dda72d;
    border-bottom: 1px solid grey!important;
    background-color: none!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none!important;
    border-right: 1px solid grey!important;
    border-left: 1px solid grey!important;
    border-top: 1px solid grey!important;
    border-radius: 12px!important;
    margin-bottom: 15px!important;
}
  .pro-div {
    margin-bottom: 40px;
}
.pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 25px!important;
    padding-top: 40px!important;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 12px 30px;
    font-size: 15px!important;
    color: black;
    font-weight: 500;
    margin-top: 35px!important;
    background: none;
}
}
@media only screen and (max-width: 400px){
.pro-con h3 {
    color: black;
    font-weight: 700;
    float: left;
    font-size: 24px!important;
   padding-top: 30px!important;
}
.pro-con button {
    float: right;
    border: 1px solid black;
    padding: 12px 30px;
    font-size: 15px!important;
    color: black;
    font-weight: 500;
    margin-top: 25px!important;
    background: none;
}
}



.active .navbar-brand img {
    width: 70px;
}

.activerr .header {
  position: fixed;
  z-index: 1000;
  height: 60px;
  width: 100%; 
  background: rgba(34,34,34,0.25);
  padding: 18px;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  
}


@media only screen and (max-width: 1024px){
.navbar-nav .nav-link {
    padding: 10px 0px!important;
}
.footer-section {
    background: url(../image/2359.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
}
.footer-section-2323 {
    background: url(../image/2359.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
}
}
.box-in h6{
  color: #ffffffab;
  font-size: 15px;
}










