@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  margin:0;
  padding:0;
  color: #443935;
  font-family: "Poppins", sans-serif;
  position:relative;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 95%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}
/*  font-family: "Marcellus", serif;
*/


/* START HEADER SECTION */

/*start head section*/

.head-section{
  background: #151427;
}
.tophead-left1{
  padding: 0px 10px;
  background: #ffffff;
  width: 16.333%;
  text-align: center;
  /* border-radius: 0 0 60px 0; */
}
.tophead-left2 img{height: 150px;}



.icon-top svg{
  height: 40px;
  width: 40px;
}
.icon-top p{
  color:#000;
  font-size: 20px;
  font-weight: 500;
}

.number-top a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 16px;
}
.number-top a svg{
  height:20px;
  width:20px;
  margin: 0 4px 0 0px;
  fill: #e3af5f;
}
.number-top a svg path{
  fill:#e3af5f;
}
.number-top{
  width: 33.333%;
  padding: 0 24px 0 0px;
}
.icon-top{
  width: 5.3333%;
  padding: 14px 0;
  background: #ffffff;
  text-align: center;
}
/*end head section*/


/*start navigation section*/

.navigation1{
  width: 45%;
}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #bea174;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  left: 0;
  height: 2px;
  background-color: #bea174;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -130px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  width: 100%;
  justify-content: center;
}
.menu li{
  padding: 8px 15px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
.menu li a:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  height: 1%;
  width: 6%;
  background: #d7d7d7;
  bottom: 0;
  transition: 0.5s ease-in;
}
.menu li:hover a:before{
  width:100%;
}
.menu li a{
  color: #dedede;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 15px;
}
.navbar-nav .nav-link.active{
  color: #e3af5f;
}
.nav-link:focus, .nav-link:hover{
  color: #e3af5f;
}
  
  
/* Cross effect on active toggle */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #000000;
}

.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #fff;
    padding: 8px 0px !important;
    border: 0px solid #5b214b;
    box-shadow: 0 0 8px 2px #e3e3e3;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 1px 14px !important;
    display: block !important;
    line-height: 29px;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform:capitalize;
  color: #fdfdfd;
}
.nav-link:focus, .nav-link:hover {
  color: #c99f5b;
}
.dropdown ul li a:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #c2a25e;
}

/*end navigation section*/


/* start header slide section */

.headerslide-section{
  padding: 0;
  background: #151427;

}

.left-header1{
  padding: 0px 0 0 100px;
}
.left-header1 strong{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #cea059;
  padding: 6px 26px;
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  border-radius: 20px;
  border: 1px solid #e3af5f;
}
.left-header1 span{
   font-family: "Marcellus", serif;
   display:block;
   font-size: 38px;
   color: #fff;
}
.left-header1 span em{
  font-style: normal;
  color: #e3af5f;
  font-size: 64px;
  display: block;
}
.left-header1 p{
  color: #d6d6d6;
  line-height: 31px;
  font-size: 15px;
  padding: 9px 0 0 0;
}
.left-header1 a{
  background: #0d0c23;
  font-weight: 400;
  color: #ffffff;
  padding: 11px 40px;
  text-transform: uppercase;
  display: block;
  border-radius: 7px;
  position:relative;
  width: fit-content;
  margin: 18px 0 0;
  letter-spacing: 2px;
}
.left-header1 a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 4px;
  border: 1px dotted #1f1d43;
    transition: all .3s ease-in-out;
}
.left-header1 a:hover{
  background: #e3af5f;
}
.left-header1 a:hover:before  {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}


.social-media{
  width: 40px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.social-media1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -116%);
}
.share-text i{
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
  bottom: -150px;
  transform-origin: 8px 13px;
  color: #151427;
  display: block;
  font-style: normal;
}
.share-text i:before{
  width: 40px;
  height: 2px;
  background-color: #151427;
  position: absolute;
  content: "";
  left: 120%;
  top: 60%;
  transform: translateY(-50%);
}
.social-media ul li{
   list-style: none;
   padding: 6px 0;
}
.social-media ul li a{
  color: #151427;
}
.icons-social{
   margin: -70px 0 0;
}




.right-header1{
  padding: 0 60px 0 0; 0 0;
}
.image-slide img{
   border-radius: 50px 50px 0 0;
   height: 510px;
   display: block;
   margin: 0 0 0 auto;
}
.img-slide{
  position:absolute;
  left: 0px;
  bottom: 70px;
}
.img-slide img{
  border-radius: 50%;
  height: 250px;
  border: 17px solid #151427;
  animation: ani 15s infinite ease-in;
}
@keyframes ani{
  0%{ transform: translateY(50px);}
  50%{ transform: translateY(-50px);}
  100%{ transform: translateY(50px);}
}
.emblem-wrap{
  margin: 0 0 0 -70px;
}
.emblem-wrap i{
  margin: 0 auto;
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0%;
  right: 0;
  top: auto;
  left: 0%;
  transform: translate(-31% , -24%);
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0 0;
}
.emblem{
   margin: 40px auto 0 0;
   width: 188px;
   height: 188px;
   border-radius: 50%;
   animation: ani 10s infinite ease-in;
   text-align: center;
}
.emblem span {
      padding: 6px;
      position: absolute;
      display: inline-block;
      left: -0px;
      top: 0;
      bottom: 0;
      right: 0;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

@media only screen and (max-width:767px){
  .emblem-wrap{left: 20px;}
}
/* end header slide section */

/* END HEADER SECTION */

.getintouch{
  padding: 70px 0 60px;
  background: #fff;
}
.getintouch1{
  background: #ffffff;
  box-shadow: 0 0 13px 0px rgb(0 0 0 / 20%);
  padding: 40px;
  border-radius: 20px;
}
.servicesheading strong{
  display: block;
  color: #151427;
  text-transform: capitalize;
  font-size: 40px;
  font-family: "Marcellus", serif;
}
.servicesheading span{
  display: block;
}
.servicesheading span i{
  display:inline-block;
  background: #e4b163;
  height: 1px;
  width: 60px;
}

.servicesheading span svg{
  height: 30px;
  fill: #e3af5f;
  width: 30px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}
.contac-rr {
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 10px 8px;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  color: #000;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #2b2b2b;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #c3c3c3;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
  border-radius: 30px;
  color:#000000;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
  width: fit-content;
  margin: 0 0 0 auto;
}
.btn-group>.btn{
  background: #151427;
  padding: 13px 30px;
  color: #e3af5f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border:0;
  border-radius: 8px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0 0 0 auto;
  width: fit-content !important;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #303030;
  padding-left:0px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}










 /* start hightlight section  */

.highlight-section{
  padding: 10px 0 0 0;
}
.qodef-text-marquee .qodef-m-content {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  position:relative;
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration,70s) linear infinite;
}
@keyframes qode-text-marquee-left {
  0% {
      transform: translateX(0)
  }

  100% {
      transform: translateX(-100%)
  }
}

.qodef-text-marquee [class*=qodef-m-text] {
  align-items: center;
  display: inline-flex;
}
.qodef-m-text-1 em{
  font-style:normal;
  font-size: 60px;
  padding: 0 10px;
  display: block;
  text-transform: capitalize;
}
.qodef-m-text-1 em:nth-child(even){
   color:#443935;
}
.qodef-m-text-1 em:nth-child(odd){
  color: #e3af5f;
}
/* end highlight section */






/* start who we are section */

.whoweare-section{
   padding: 120px 0 80px;
   position: relative;
}
.whoweare-section:before{
  content:"";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/map_bg.png) center;
  opacity: .7;
  background-repeat: repeat;
}
.whoweare-left1{padding: 0 0px 0 0px;position: relative;}

.about-img img{
    overflow: hidden;
    box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 10;
}
.about-img1{
  position: absolute;
  right: -30px;
  bottom: -90px;
  z-index: 99;
}
.about-img1 img{
  height: 140px;
}
.about-img1:before{
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  border: 1px dotted #ccc;
  z-index: 1;
}
.about-img2{
  position: absolute;
  left: 50px;
  top: -150px;
  z-index: 99;
}
.about-img2 img{
  height: 260px;
}
.about-img2:before{
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  border: 1px dotted #ccc;
  z-index: 1;
}
.whoweare-right2{
  
}
.whoweare-right2{
  padding: 0 60px 0 60px;
}
.whoweare-right2 h1 {
   font-family: "Marcellus", serif;
   display: block;
   font-weight: 700;
   line-height: 70px;
   padding: 0 0 30px 0;
   color: #1e1d2f;
   font-size: 56px;
}
.whoweare-right2 h1 a{
  color: #1e1d2f;
}
.whoweare-right2 p{
   color: #535353;
   font-size: 14px;
   line-height: 29px;
   padding: 0 0 11px 0;
}
.whoweare-right2  ul{
  padding: 10px 0 20px 0;
  margin:0;
  list-style:none;
}
.whoweare-right2  ul li{
  color: #1f1f1f;
  padding: 5px 0 5px 27px;
  font-size: 15px;
  display: inline-block;
  position:relative;
  margin: 0 10px;
}
.whoweare-right2  li:before{
  position:absolute;
  color: #eaa142;
  top:0;
  left:0;
  font-size: 27px;
  content: "\293f";
  font-family: 'Glyphicons Halflings';
}
.whoweare-right2 span{
   margin: 20px 0 0;
   font-size: 14px;
   display: block;
   line-height: 22px;
   font-weight: 600;
   letter-spacing: 2px;
   color: #e3af5f;
   text-transform: uppercase;
}
.whoweare-right2 i{
   display: block;
   z-index: 9;
   padding: 6px 0 0 0;
   text-align: center;
   position: relative;
   width: fit-content;
}
.whoweare-right2 i svg{
  fill:#e3af5f;
  height: 30px;
  width: 30px;
  margin: 0px 0 0px px;
}
.whoweare-right2 i em{
  height:1px;
  width:60px;
  display:inline-block;
  background:#e4b265;
}

.content-aboutus{
  padding: 90px 0 0 0;
}
.content-aboutus h1{
  font-family: "Marcellus", serif;
  display: block;
  font-weight: 500;
  padding: 0px 0 50px 0;
  line-height: 70px;
  color: #000;
  text-align: right;
  font-size: 76px;
}
.content-aboutus h1 a{
  color:#000;
}
.content-aboutus p{
  color: #4b4b4b;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 13px 0 0 0;
}
.whoweare-right2 h2,h3,h4,h5,h6{
  font-size: 21px;
  font-weight: 600;
  padding: 0 0 0px 0px;
  color: #000000;
  width: fit-content;
  margin: 10px 0 10px 0;
  text-transform: capitalize;
}
/* end who we are section */


/* start counter section*/

.counter-section{
  background: #151427;
  background-size: cover;
  padding: 120px 0px 60px;
  position: relative;
  z-index: 9;
}
.counter-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  z-index: -9;
  opacity: 4%;
  top:0;
  background: url(../images/zig-zag.png) repeat;
  background-position: -60px 140px;
}
.counter1{
  padding: 13px;
}
.counter2{
  padding: 25px 10px;
  position:relative;
  border: 1px solid #3e321f;
}
.counter2:before, .counter2:after{
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: initial;
  position: absolute;
  top: -1px;
  left: -1px;
  border-color:#e3af5f;
  border-top: 3px solid;
  border-left: 3px solid;
  transition: all 350ms ease 0s;
  border-color:#e3af5f;

}
.counter2:after{
  left:auto;
  top:auto;
  bottom: -1px;
  right: -1px;
  border:0;
  border-right: 3px solid ;
  border-bottom: 3px solid ;
  border-color:#e3af5f;
}

.counter2 p{
  line-height: normal;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.counter2 p svg{
  height: 51px;
  width: 50px;
  fill: #e3af5f;
}
.counter2 span{
  color: #ffffff;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  padding: 0 0px;
  font-family: "Marcellus", serif;
}
 .shape{
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #ffffff;
  width: fit-content;
}
.counter2 aside{
  padding: 12px 0 0 0;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 26px;
}
/* end counter section*/


/* start services section  */

.services-section{
  padding:50px 0;
}

.heading-services strong{
   font-family: "Marcellus", serif;
   display: block;
   font-weight: 700;
   line-height: 70px;
   text-transform: capitalize;
   padding: 0 0 30px 0;
   color: #1e1d2f;
   font-size: 56px;
}
.heading-services span{
   margin: 20px 0 0;
   font-size: 14px;
   display: block;
   line-height: 22px;
   font-weight: 600;
   letter-spacing: 2px;
   color: #e3af5f;
   text-transform: uppercase;
}
.heading-services i{
   display: block;
   z-index: 9;
   padding: 6px 0 0 0;
   text-align: center;
   position: relative;
   width: fit-content;
   margin: 0 auto;
}
.heading-services i svg{
  fill:#e3af5f;
  height: 30px;
  width: 30px;
  margin: 0px 0 0px px;
}
.heading-services i em{
  height:1px;
  width:60px;
  display:inline-block;
  background:#e4b265;
}

.services1{
  padding: 10px;
}
.services2{
  padding: 30px;
  background: #fff5e7;
  border: 1px solid #ffe8c7;
}
.img-srv{
  position:relative;
  height: 270px;
}
.img-srv img{
  height: 260px;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  transition: 0.5s all ease;
  width: calc(100% - 0px);
  position: absolute;
}
.text-serv p{
  color: #4b4b4b;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 0 0 0;
}
.services2 strong{
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 0 6px 0;
  color: #000;
  font-size: 20px;
}
.text-serv a{
  font-weight: 600;
  position: relative;
  color: #151427;
  font-size: 16px;
  padding: 22px 0 0 40px;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  display: block;
}
.text-serv a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 74%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #e2791d;
  transition: 0.5s;
}
/* end services section  */

/* start main services section */

.mainservices-section{
  padding: 50px 0;
  display: none;
}
.mainservices-1{padding: 0 0 70px 0;}

.mainservices-left1{
}
.mainservices-left2{
}
.mainservices-left2 img{
  border-radius: 220px;
}

.mainservices-right1{
  padding: 0 0 0 30px;
}
.mainservices-1:nth-child(2) .mainservices-right1, .mainservices-1:nth-child(4) .mainservices-right1{
  padding: 0 30px 0 0px;
  text-align: right;
}
.mainservices-1:nth-child(2) .mainservices-right2 a, .mainservices-1:nth-child(4) .mainservices-right2 a{
  
margin: 13px 0 0 auto;
}
.mainservices-right2 strong{
  font-family: "Marcellus", serif;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  color: #000;
  font-size: 28px;
}
.mainservices-right2 p{
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding: 5px 0 0 0;
}
.mainservices-right2 a{
  color: #fff;
  padding: 10px 25px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  background-color: #e2791d;
  display: block;
  font-size: 15px;
  transition: 0.5s all ease;
  width: fit-content;
  margin: 13px 0 0;
  z-index:9;
}
.mainservices-right2 a:before{
  content:"";
  position:absolute;
  left:0;
  background:#000000;
  top:0;
  width:3%;
  height:100%;
  z-index:-9;
  transition:0.6s ease-in;
}
.mainservices-right2:hover a:before{
  width:100%;
}
/* end main services section*/


/* start testimonials section  */


.testimonials-section{
  padding: 80px 0 110px;
}
.text-client span{
  font-size: 14px;
  display: block;
  padding: 0px 0 6px 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #6a6560;
  text-transform: uppercase;
}
.text-client strong{
  font-family: "Marcellus", serif;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  color: #000;
  font-size: 58px;
  line-height: 63px;
}
.text-client i{
   display: block;
   z-index: 9;
   padding: 6px 0 20px 0;
   text-align: center;
   position: relative;
   width: fit-content;
}
.text-client i .bi{
  fill:#ffffff;
  height: 17px;
  width: 17px;
  display: block;
  margin: 0px 0 0px 18px;
}
.text-client i:before{
   content: "";
   height: 29px;
   width: 2px;
   position: absolute;
   left: 0%;
   transform: translateX(0%) skew(-25deg);
   background-color: #443935;
   top: 0px;
   z-index: -1;
   margin-left: 0px;
}
.text-client i:after{
   content: "";
   height: 29px;
   width: 44px;
   position: absolute;
   left: 0px;
   transform: translateX(0%) skew(-25deg);
   background-color: #e2791d;
   top: 0px;
   z-index: -1;
   margin-left: 5px;
}

.testimonials-right{position: relative;z-index: 9;}

.client-1{
  padding: 30px 10px 10px;
}
.client-2{
  text-align: center;
  padding: 85px 20px 75px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}
.client-2 span{
  position:absolute;
  left: 30px;
  top: 70px;
}
.client-2 span svg{
  height:40px;
  width:40px;
  fill:#e3af5f;
}
.client-2 i{
  position:absolute;
  right: -0px;
  color: #fff;
  height:100px;
  background: #2c1b0b;
  width:100px;
  border-radius: 0% 0px 0px 100%;
  top: -30px;
}
.client-2 i .bi{
  height: 34px;
  width: 34px;
  color: #ffd080;
  margin: 46px 0px 0px 30px;
}

.client-2 p{
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  padding: 9px 0 0 0;
}
.client-2 img{
  border-radius: 50% !important;
  margin: 0 auto;
  width: 110px !important;
  position: absolute;
  border-radius: 100%;
  left: -8px;
  bottom: -8px;
  right: -8px;
  top: 2px;
  border: 1px solid #eee;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .09);
}
.owl-carousel .owl-item img{
  padding:10px;
  border-radius:20px;
}
.client-2 strong{
  position:relative;
  padding: 8px 0 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #e3af5f;
  margin: 0;
  display: block;
}
.client-2 aside svg{
  fill: #d4a459;
  height:30px;
  width: 100px;
}
.client-2 strong em{
  font-style: normal;
  text-transform: uppercase;
  color: #424242;
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px;
}

.owl-nav{
  transition:0.4s ease-in;
}
.owl-nav, .owl-dots{
  display:none;
}
.client-testimonials2:hover .owl-nav{
  display:block;
}

/* end testimonials section  */

 /* start other services section */

.otherservices-section{background: #151427;padding: 20px 0;}
.otherservices-section1{
  background: transparent;
}
.other-services1 img{
  width:100%;
}
 /* end other services section */

/* start footer section */

.footer-section{
  background: #ffffff;
  padding: 40px 0 50px;
  position: relative;
  z-index: 9;
}
.footer-section:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/map_bg.png) center;
  opacity: .7;
  background-repeat: repeat;
}
.footer-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links ul li{
  color: #fff;
  padding: 8px 29px 8px 41px;
  background: #ffffff;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 20px 0;
}
.footer-links ul li a{
  color: #000;
}
.footer-links ul li:before{
  content:"";
  position:absolute;
  top: 13px;
  left: 17px;
  width: 15px;
  height: 15px;
  background: #8db0ea;
  border-radius: 50%;
}
.footer-links ul li:after{
  content:"";
  position:absolute;
  top: 14px;
  left: 25px;
  width: 8px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
}
.footer-contact{
  margin: 0px 0 0px;
}
.contact-left1{padding: 10px 10px 0px;}
.contact-left1 a{
  0 !important;
}
.contact-left2{
  position: relative;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #f9f9f9;
  transition: all .3s ease-in-out;
}
.contact-left1 a span{
  display: block;
  text-align: center;
}
.contact-left1 a span b{
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  line-height: 91px;
  margin: 0 auto;
}

.contact-left1 a span svg{
  height: 44px;
  /* fill: #c4a676; */
  width: 44px;
}
.contact-left1 a span svg circle{
  stroke: #e3af5f;
}
.contact-left1 a span svg path{
  stroke: #e3af5f;
}
.contact-left1 a p{
  padding: 0 0 0 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.contact-left1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-family: "Marcellus", serif;
  color: #000000;
  padding: 0;
}
.contact-left1 a p i em{
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #e4b265;
}
.contact-left1 a p strong{
  font-weight: 500;
  color: #7b7b7b;
  display: block;
  font-size: 17px;
  padding: 7px 0px 0;
  width: fit-content;
  margin: 0px auto 0;
}
.contact-left1:nth-child(2) .contact-left2 a p strong{
  font-size: 13px;
}
.contact-left2:hover {
    background: #fff;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .05);
}

/* end footer section */

/* start form section*/

.form-section{

}
.form-map1 iframe{
  height: 679px;
}
.heading-form strong{
    font-family: "Marcellus", serif;
    display: block;
    font-weight: 700;
    line-height: 70px;
    padding: 0 0 0px 0;
    color: #1e1d2f;
    font-size: 46px;
}
.heading-form i{
  display: block;
  z-index: 9;
  padding: 6px 0 0 0;
  text-align: center;
  position: relative;
  width: fit-content;
}
.heading-form i svg{
  fill:#e3af5f;
  height: 30px;
  width: 30px;
  margin: 0px 0 0px;
}
.heading-form i em{
  height:1px;
  width:60px;
  display:inline-block;
  background:#e4b265;
}
.form-section-content{
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
}
.form-right{
  padding: 20px;
}


/* end form section*/

/* start copy right section*/
.copy-right-section{
  background: #151427;
  padding: 40px 0;
  position: relative;
}
.copy{
  border-top: 1px solid #1a1a1a;
  padding: 0px 0 0 0;
}
.copy-right p{
  color: #8d8d8d;
  font-size: 14px;
}
.social-logo img{
  height: 80px;
}
.social-media-footer ul{
  padding:0;
  margin:0;
}
.social-media-footer ul li{
  list-style:none;
  display:inline-block; 
}
.social-media-footer ul li a{
  color: #c4a676;
  padding: 0 8px;
}
/* end copy right section*/

.qr-section span{
  position: absolute;
  left:0;
}
.qr-section span img{
  height: 140px;
}
.qr-section p{
  font-size: 25px;
  font-weight: 600;
  padding: 30px 0 0px 170px;
  color: #000000;
  margin: 10px 0 10px 0;
  font-family: auto;
  text-transform: capitalize;
  font-style: italic;
}


/* start bread crumb section*/

.breadcrumb-section{
    padding: 11px 0;
    background: #151427;
    text-align: center;
}
.breadcrumb-section h1 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb-section .first-item a {
    color: #e3af5f;
    font-weight: 400;
}
.breadcrumb-section .separator {
    padding: 0 2px;
    color: #ffffff;
}
.breadcrumb-section h1 .last-item {
    color: #737373;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform:uppercase;
}
.breadcrumb-section h1 .last-item svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
}

/* end bread crums*/



@media (max-width: 767px){
  .tophead-left1{width: 35%;}
  .number-top{position: absolute;right: 0;top: 28px;width: 100%;}
  .icon-top{display:none;}
  .navigation1{width:100%;}
  .menu li a:before{display:none;}
  .left-header1 span{font-size: 38px;}
  .left-header1 {padding: 0px 20px 20px 63px;}
  .right-header1 {padding: 0;}
  .headerslide-section {padding: 20px 0px 0;}
  .image-slide img{height: 390px;margin: 0 auto;display: block;text-align: center;}
  c{margin: 0px auto 0 0;}
  .img-slide{right: 0;}
  .emblem-wrap {margin: -40px 0 0 60px;}
  .emblem-wrap i{transform: translate(69%, -23%);}
  .whoweare-right2 span{margin: 20px 0 0;}
  .who-image2:before{ left: 20px;}
  .content-aboutus h1{font-size: 56px;text-align: center;}
  .img-slide img{height: 140px;margin: 0 0 0 auto;border-radius: 50%;border: 10px solid #151427;display: block;}
  .text-client strong{font-size: 47px;}
  .number-top a{font-size: 21px;padding: 0px 0px 0px 0px;}
  .whoweare-right2 h1{font-size: 35px;line-height: 50px;padding: 0 0 20px 0;}
  .whoweare-right1{padding: 30px 0 0 0px;}
  .counter2 span{font-size: 18px;}
  .services2 {padding: 15px;}
  .img-srv img {height: 190px;}
  .img-srv{height: 190px;}
  .text-client{padding: 0 20px 0 20px;}
  .mainservices-right1{padding: 10px 0 0 0px;}
  .mainservices-1:nth-child(2) .row, .mainservices-1:nth-child(4) .row{flex-flow: column-reverse;}
  .mainservices-1:nth-child(2) .mainservices-right1, .mainservices-1:nth-child(4) .mainservices-right1{
    padding: 10px 0 0 0px; text-align: left;}
  .mainservices-1:nth-child(2) .mainservices-right2 a, .mainservices-1:nth-child(4) .mainservices-right2 a{
    margin: 13px auto 0 0;}
  .footer-line ul li{display:inline-block;padding: 0 20px 30px;}
  .social-icons{text-align:center !Important;}
  .left-header1 span em{font-size: 49px;}
  .left-header1 p{display:none;}
  .whoweare-right2{padding: 80px 20px 0;}
  .about-img2{top: -100px;}
  .about-img1{right:0;}
  .about-img1:before{right: 20px;}
  .number-top a:nth-child(2){display:none;}
  .form-group1{width:50%;}
  .form-section .form-group1{width:100%;}
  .form-section-content {padding: 19px;}
  .heading-form strong{font-size: 40px;}
  .left-header1 span em{line-height: 47px;font-size: 39px;}
   .qr-section span{position:relative;display: block;margin: 0 auto;text-align: center;}
  .qr-section p{padding:0;text-align: center;}
  .whoweare-section {padding: 120px 0 35px;}
  .qodef-m-text-1 em {font-size: 35px;}



  
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-left1{width:25%;}
  .number-top{position: absolute;right: 0;top: 40px;width: 100%;}
  .icon-top{display:none;}
  .navigation1{width:100%;}
  .menu li a:before{display:none;}
  .left-header1 span{font-size: 22px;}
  .left-header1 {padding: 0px 0 0 50px;}
  .right-header1 {padding: 0 30px 0 0;}
  .img-slide{right:0;}
  .emblem-wrap { margin: 0 0 0 -0px;}
  .emblem-wrap i{transform: translate(23%, -42%);}
  .whoweare-right2 span{margin: 20px 0 0;}
  .who-image2:before{ left: 20px;}
  .content-aboutus h1{ font-size: 56px;}
  .img-slide img{height: 120px;border: 11px solid #151427;}
  .text-client strong{font-size: 47px;}
  .number-top a{font-size: 15px;padding: 0 0 0 11px;}
  .whoweare-right2 h1{padding: 0px 0 20px 0;}
  .whoweare-right1{padding:0 0 0 20px;}
  .counter2 span{ font-size: 17px;}
  .services2 {padding: 15px;}
  .img-srv img {height: 190px;}
  .img-srv{height: 190px;}
  .text-client{padding: 0 20px 0 30px;}
  .footer-line ul li{display:inline-block;padding: 0 20px 30px;}
  .social-icons{text-align:center !Important;}
  .image-slide img{height:auto;}
  .left-header1 span em{font-size: 49px;}
  .left-header1 p{display:none;}
  .whoweare-right2{padding: 40px 20px 0;}
  .about-img2{top: -100px;}
  .about-img1{right:0;}
  .about-img1:before{right: 20px;}
  
} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li {padding: 8px 5px;}
  .left-header1 span{font-size: 30px;}
  .text-client strong{font-size: 47px;}
  .number-top a{font-size: 11px;padding: 0 0 0 6px;}
  .number-top a svg {height: 18px;width: 18px;}
  .whoweare-right2 h1{font-size: 46px;}
  .whoweare-right1{padding:0 0 0 20px;}
  .number-top{padding: 0 11px 0 0px;}
  .services2 {padding: 15px;}
  .img-srv img {height: 190px;}
  .img-srv{height: 190px;}
  .text-client{padding: 0 20px 0 30px;}
  .image-slide img{height:auto;}
  .img-slide img{height:200px;}
  .left-header1{padding: 0px 0 0 70px;}
  .left-header1 span em{font-size: 46px;}
  .right-header1 {padding: 0 20px 0 30px;}
  .whoweare-right2 {padding: 0 10px 0 60px;}
  .counter1{padding: 10px;}
 



  
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li {padding: 8px 5px;}
  .left-header1 span{font-size: 35px;}
  .text-client strong{font-size: 51px;}
  .left-header1 span em{font-size: 58px;}
  .number-top{padding: 0 14px 0 0px;}
  .number-top a{font-size: 14px;padding: 0 0 0 6px;}
  .number-top a svg{height: 18px;width: 18px;}

}


@media (max-width: 575px) and (min-width: 0px) {
  .footer-right2{padding:20px 0 0;}
  .location-footer{ padding: 10px 0 20px;}
  .copy-right p{font-size: 14px;}
  .text-client strong {font-size: 37px;line-height: 40px;}
  .testimonials-section { padding: 0px 0 110px;}
  .heading-services strong{font-size: 40px;line-height: 55px;}
  .services-left1{padding:0;}
  .counter-section1{padding: 50px 0 20px;}
  .counter1{width:50%;}
  .counter2 p{font-size: 60px;}
  .content-aboutus h1{line-height: 50px;font-size: 46px;padding: 0px 0 10px 0;}
  .image-slide img{height: 240px;}
  .tophead-left1{width: 39%;}
  .left-header1 span{line-height: 37px;font-size: 18px;}
  .img-slide img{height: 100px;border: 6px solid #151427;}
  .emblem{ width: 158px;height: 158px;}
  .emblem-wrap i{width: 100px;height: 100px;transform: translate(89%, -31%);}
 .social-media{ width: 31px;}
  .left-header1 strong{font-size: 12px;padding: 5px 21px;}
  .whoweare-right2 p{line-height: 32px;}
  .form-group1{width:100%;}
  .getintouch1{padding:20px 20px 30px;}
  .left-header1 a{padding: 9px 21px;font-size: 12px;margin: 7px 0 20px;}
  .tophead-left2 img{height: 94px;}
  .navbar-toggler{margin: -42px 7px 0 auto;}
  .servicesheading strong{
    font-size: 34px;
}

}
@media (max-width: 420px) and (min-width: 0px) {
  .footer-line ul li{ padding: 0 6px 10px;}
  .counter1{width:100%;}
  .left-header1{padding: 0 10px 0 50px;}
  .number-top a{font-size: 16px;}
  .contact-left2 {padding: 30px 15px;}
  .services2 strong {font-size: 18px;}



}




  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
