@import url('../css2');
body{
  margin:0;
  padding:0;
  color: #000;
  font-family: 'Outfit', sans-serif;
}
.main{
  margin: auto;
  padding: 0;
  width: 90%;
}

a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}
/*#FAC300 (pink shade)*/
/*font-family: 'Berkshire Swash', cursive;*/
/* START HEADER SECTION */
/* start fixed head */
.header {
  z-index: 99999;
  padding: 0;
  transition: all ease-out 0.5s;
}
.active-1{
  color:#000;
  padding: 0;
  
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
.scroll-on .tophead-center2 a{
  font-size: 35px;
  letter-spacing: 2px;
}
.scroll-on .tophead-left2{
  margin: -4px 0 0 3px;
}
.scroll-on .tophead-right2{
  margin: -6px 0px 0 -4px;
}
.scroll-on .tophead-center2 {
    padding: 0px 0px;
}
/* end fixed head */
/* start top head section */
.tophead-section{
  padding: 0;
  background: #400826;
}

.tophead-section1{
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tophead-left1{
  padding: 0;
}
.tophead-left2{
  padding: 0;
  text-align: center;
      color: #ffffff;
	      font-weight: bold;
    font-size: 18px;
}
.tophead-left2 a{
  color: #000;
  font-size: 16px;
  margin: 0px -14px 0px -13px;
  background: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  padding: 6px 30px 6px 27px;
}
.tophead-left2 span{
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border-radius: 50%;
  position: relative;
  background: #FAC300;
  margin: 0px -11px 0px 0px;
  text-align: center;
  color: #400826;
  border: 2px solid #000;
}
.tophead-left2 span .bi{
  height: 1.4em;
  width: 1.4em;
  animation:blk 0.7s infinite ease-in;
}
@keyframes blk{
  0%{color:#000;}
  100%{color:#400826;}
}



.tophead-center1{
  padding: 0px;
  z-index: 99;
}
.tophead-center2{
  padding: 5px 0px;
  background: #fff;
  clip-path: polygon(0 0,100% 0,95% 100%,5% 100%);
}
.tophead-center2 a{
  font-family: 'Elsie Swash Caps', cursive; 
  color: #400826;
  font-size: 32px;
  margin: 0;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}



.tophead-right1{
  padding: 0px;
}
.tophead-right2{
  padding: 0px;
  text-align: center;
}
.tophead-right2 a{
  color: #000;
  font-size: 18px;
  margin: 0px -12px 0px -15px;
  background: #fff;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding: 6px 30px 6px 27px;
}
.tophead-right2 span{
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border-radius: 50%;
  position: relative;
  background: #FAC300;
  /* margin: 0px -11px 0px 7px; */
  text-align: center;
  color: #000;
  border: 5px solid #ffd800;
}
.tophead-right2 span .bi{
  height: 1.5em;
  width: 1.5em;
  animation:blk 0.7s infinite ease-in;
}
/* end top head section */

/* start head section */

.head-section{
  padding: 0;
   
}
.head-section1{
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0;
  text-align: center;
}

.head-right1{
  padding: 10px;
}
.head-right2{
  padding: 0;
}
.head-right2 strong{
  color:#000;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  padding: 0 0 14px;
  text-align: center;
}
.call{
padding: 0;
}
.call a{
  display: block;
  border: 1px solid #eee;
  text-transform: capitalize;
  color: #A40000;
  border-radius: 61px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
      margin-left: 166px;
  padding: 6px 17px;
}
.chat-1{
  padding:0;
  text-align: center;
}
.chat-1 .chat strong{
  background: green;
  outline: #008000 solid 2px;
  border: 3px solid #ffffff;
  color: #fff;
  height: 48px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  width: 48px;
  border-radius: 50%;
}
.head-right2 .chat strong .bi{
  width: 1.0em;
  height: 1.0em;
  animation: blk 0.4s infinite ease-in-out;
}
@keyframes blk{
  0%{color:#400826;}
  100%{color:#000;}
}
.line{
  padding: 10px 15px 0 0px;
}
.line p{
  color: #A40000;
  font-weight: 700;
  font-size: 25px;
  margin: 0;
  text-transform: capitalize;
  animation: boun 1s infinite;
  text-align: center;
}
@keyframes boun {
  0% {
      color:#A40000;

  }
  50% {
      color:#000;
  }
  100%{color:#A40000;}
}
/* end head section*/


/* start navigation section */

.naviagtion-section{
  padding: 0;
}
.naviagtion-section1{
  padding: 0;
  margin: 15px 0 0 0;
  background: #fff;
  border-radius: 0;
  position: relative;
  border-top: 1px solid #e4e4e4;
  z-index: 99;
}
.head-navigation1{
  padding: 10px 0 10px 0;
}
.head-navigation2{
  padding: 0;
}
.navbar{
  margin-bottom: 0;
  min-height: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu{
  padding:0;
  margin:0;
}
.menu li {
  position: relative;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 20px 22px 20px 21px;
  margin: 0;
  /* z-index:9; */
  transition: 0.4s all;
}
.menu .active:before{
  height: 2px;
}

.menu li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    padding: 0 15px;
    font-size: 17px;
    transition:0.4s ease-in;
}
.menu li:after {
    content: "|";
    top: 1px;
    bottom: 1px;
    right: 0px;
    font-weight: 900;
    background: transparent;
    width: 10px;
    color: #FAC300;
}
.menu li:last-child:after{display:none;}
.menu .active a:before {
  display: block;
  content: '';
  background: #ffacb6;
  height: 14px;
  width: 27px;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: -99;
  margin: 0 auto;
  transition:0.4s ease-in;
}





.menu .active a {
  color: rgb(125 6 51);
  background: #00000000;
  transition:0.4s ease-in;
}
.menu li:hover a{
    color: rgb(251 99 118);
    background: #00000000;
}
.navbar-toggler img{
  filter: brightness(0) invert(1);
  height: 22px;
  margin: -6px 0 0 0;
}
.toggle_bars{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.navbar-toggler {
  border-radius:5px;
  display: none;
  color: #000000;
  font-size: 30px;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  text-align: center;
  float: right;
  top: -2px;
  right: 40px;
  padding: 0 0px 0 0;
  background: #72052c;
  height: 43px;
  width: 55px;
  }

.navbar-collapse{padding:0;}
/* end navigation section */


/* start slider section */
.slider-section{
  padding: 0px 0 0px 0;
  margin: 0;
  /* z-index: -9; */
}
.slider-section img{
  width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control b .glyphicon{
  opacity:1;
  color: #000000;
  text-shadow: none;
  border-radius: 0px 0px 0px 0px;
  background: #ffd800;
  line-height: 30px;
  top: 24px;
  transition: 0.9s ease-in-out;
  left: 24px;
  right: auto;
  font-size: 19px;
  margin-top: -10px;
}
.carousel-control b{
  background: transparent;
  left: 0;
  position: absolute;
  transition: 0.9s ease-in-out;
  top: 50%;
  right: 0;
  line-height: 84px;
  padding: 0px 0px 0px 0px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 0px solid;
  border-left: 0;
}
.right b{
  right: 0px;
  left: auto;
}
.right b .glyphicon-chevron-right{
  left: 14px;
}
.carousel-control{
  opacity:1;
}
.carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
.carousel-control .glyphicon:hover{
  color: #fff;
  border-top: 0;
  transition: 0.9s ease-in;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:
  none;
  right: 27px;
}
.carousel-control {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 37px;
  right: 0px;
  width: 8%;
}

/* end slider section */

/* END HEADER SECTION */


/* start top services section */

.topservices-section{
  padding: 20px;
  background: #400826;
}
.topservices-section1{
  padding: 58px 0 0 0;
}
.topservices-section-1 .top-services1{
  padding:10px;
}

.topservices-left1{
  padding: 10px;
  margin: 0 0 0 0;
}
.topservices-left2{
  padding: 0;
  position: relative;
}
.top-services1{
  padding: 0px;
}
.top-services2{
  padding: 20px;
  border: 1px solid #ffd800;
  border-radius: 240px 240px 240px 240px;
}
.top-services-2{
  padding: 0;
  background:
  url(../images/bg.jpg);
  border-radius: 240px 240px 240px 240px;
  /* background-size: cover; */
  background-repeat: repeat;
  text-align: center;
  position: relative;
}
.top-services-2:before{
  background: #fdd800cf;
  position: absolute;
  content: "";
  left: 0;
  border-radius: 240px 240px 240px 240px;
  right: 0;
  height: 100%;
  width:100%;
}
.top-services3{
  padding: 0;
}
.top-services3 img{
  border-radius: 50%;
  /* height: 327px; */
  box-shadow: 1px 12px 0 #FAC300;
}
.topservices-icon{
  padding: 0;
  margin: -60px 0 0;
}
.topservices-icon span{
  height: 110px;
  width: 110px;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;background:#FAC300;
  border: 7px solid #fff;
}
.topservices-icon span img{
  border-radius: 0;
  box-shadow: none;
  height: 64px;
}


.top-services4{
  padding: 20px 30px 100px 30px;
}
.top-services4 strong{
  font-family: 'Berkshire Swash', cursive;
  font-size: 31px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
.topservices-left2 img{
	border-radius: 50%;
    border: 2px solid;
}
.top-services4 p{
  color: #000;
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0px 0 15px 0;
}
.top-services4 a{
  background: #b20e4b;
  color: #fff;
  font-family: 'Berkshire Swash', cursive;
  padding: 0px 30px;
  display: inline-block;
  font-size: 25px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 3px 1px 4px #fec498;
}
.top-services4 a span{
  background: #fff;
  display: inline-block;
  margin: -3px 0 0 0;
  color: #FAC300;
  height: 52px;
  width: 49px;
  line-height: 52px;
  text-shadow: 3px 1px 4px #ffc69e;
}
.owl-theme .owl-controls{
  position: absolute;
  width: 100%;
  top: 48%;
  text-align: left;
}
.owl-buttons{
  top:0;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #000;
  height: 44px;
  border-radius: 0;
  color: #fec498;
  font-size: 24px;
  text-align: center;
  width: 35px;
  line-height: 49px;
  border: 0;
  opacity: 1;
  padding: 0px 0px;
  margin: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  border-radius: 0;
  float: right;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
  content: "\e257";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
  content: "\e258";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.call-top{
  padding: 33px 0 0 0;
}

.call-top1{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calltop-left1{
  padding: 0px;
  width: 25%;
}

.calltop-left1 span{
  height: 120px;
  width: 90px;
  display: block;
  line-height: 70px;
  background: #b20e4b;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calltop-left1 span img{
  /* height: 67px; */
  filter: brightness(0) invert(1);
}
.calltop-right1{
  padding: 9px 0 0 0;
  text-align: left;
  width: 75%;
}
.calltop-right1 span{
  color: #000000;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.calltop-right1 a{
  font-size: 42px;
  color: #b20e4b;
  margin: -8px 0 0;
  display: block;
  font-weight: 800;
  text-decoration: none;
  text-transform: capitalize;
}
.banner-top{
  padding: 0;
}
.banner-top img{
  
}



.topservices-right1{
  padding: 0px 0px 0 50px;
}
.topservices-right2{
  padding: 0px 0 0;
  text-align: center;
}

.topservices-heading{
  padding: 0px 0 0;
}

.topservices-heading p{
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform:
  uppercase;
  font-weight: 600;
  margin: 0;
}

.topservices-heading .heading{
  padding: 0px 0 0 0;
  display:
  flex;
  position:
  relative;
}
.heading .line-1{
  width: 20%;
  padding: 0px;
  position:relative;
}
.heading .line-1:before{
  position:absolute;
  content:"";
  right:0;
  width: 4px;
  height:100%;
  background: #fed001;
  top:0;
}
.heading .line-1:after{
  position:
  absolute;
  content:"";
  right:0;
  width:100%;
  height: 4px;
  background: #fed001;
  top:50%;
}
.heading strong{
	color:#fed001;
  font-family: 'FontAwesome';
  font-size: 40px;
  margin: 0;
  position: relative;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 15px;
}

.heading .line-2{
  width: 20%;
  padding: 0px;
  position:relative;
}
.heading .line-2:before{
  position:absolute;
  content:"";
  left: 0;
  width: 4px;
  height:100%;
  background: #fed001;
  top:0;
}
.heading .line-2:after{
  position:absolute;
  content:"";
  right:0;
  width:100%;
  height: 4px;
  background: #fed001;
  top:50%;
}
.topservices-text{
  padding: 15px 0 0 0;
}
.topservices-text p{
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  margin: 0;
  padding: 7px 0 0 0;
}
.topservices-text p strong{
  color:#fb6477;
}
.topservices-text ul{
  padding: 9px 0 0 0;
  margin:0;
  list-style:
  none;
}
.topservices-text ul li{
  padding: 9px 5px 9px 33px;
  text-align: left;
  color:#000;
  font-size:16px;
  margin: 8px 0;
  background: linear-gradient(45deg, #ffe7d5, #ffffff00);
}
.topservices-text ul li:before{
  background: #400826;
  height: 14px;
  width: 14px;
  transform:rotate(45deg);
  position:absolute;
  content:"";
  left:0;
  margin: 4px 0px 0 9px;right:0;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(251 99 118 / 37%), inset -0.2em -0.2em 0.2em 0 rgb(251 99 118 / 45%);
}


.form-design{
  padding: 0 0 00px 0;
  margin: 45px 0 0 0;
  text-align: left;
  box-shadow: 0 0 9px #9999998f;
  background: url(../images/form.jpg);
  position:relative;
}
.form-design:before{
  background:#fec49726;
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  
}
.form-design1{
  padding: 0 20px 0px 20px;
}
.contac-r {
  padding: 0px 0px 0px;
  margin: 0px 0 0 0;
  text-align: left;
}
.form-group {
  padding: 8px 8px 8px 8px;
  padding-bottom: 0px;
}
.form-control:focus {
  border-color: #000000;
  border: 0;
  outline: 0;
  border: 0px solid #ffffff;
  box-shadow: none;
}
.custom_btn {
    z-index:9999;
}
.btn-group{
  text-align:
  center;
  margin: 0 auto;
  border-radius: 60%;
  left: 0;
  right: 0;
  padding: 30px 0 0 0;
  display: flex;
}
input.form-control {
  color: #1f1f1f;
  font-weight: 500;
  height: 49px;
}
.form-control {
  border-radius: 0px;
  background: #fff;
  font-size: 16px;
  box-shadow: none;
  border:0;
  border: 0px solid #d7d7d7;
  height: 61px;
  padding: 10px 12px;
  border-radius: 0px;
}
textarea.form-control {
    height: 150px;
    color: #1f1f1f;
    font-weight: 500;
}
.btn-group>.btn:first-child {
  margin-left: 0;
  margin: 0px 0 0 0;
  padding: 10px 36px;
  color: #ffffff;
  font-size: 23px;
  background: #400826;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  transition: 0.7s;
  font-weight: 500;
  left: 0;
  display: inline-block;
  font-family: 'Berkshire Swash',cursive;
  right: 0;
  margin: 0 auto;
  text-shadow: 3px 1px 4px #fec498;
}
.btn-group>.btn:first-child:hover{
  color: #ffffff;
  transition: 0.7s;
  background: #FAC300;
}
.form-group .place::-webkit-input-placeholder{
  color: #780631;
}
: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;
}

.heading-form{
  padding: 22px 0 0;
}
.heading-form strong{
  display:
  block;
  position: relative;
  z-index: 9;
}
.heading-form span{
  background:#FAC300;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  font-size: 37px;
  font-family: 'Berkshire Swash', cursive;
  padding: 0px 50px 3px 31px;
  display: inline-block;
  font-weight: 200;
}
.heading-form strong:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 5px;
    background: #fb6477;
    top: 50%;
    z-index: -9;
}
.heading-form strong:before{
  background: #FAC300;
  height: 24px;
  width: 24px;
  transform:
  rotate(45deg);
  position:
  absolute;
  content:
  "";
  /* left:0; */
  margin: 18px 20px 0 0;
  right: 0;
  box-shadow: inset 12em -6em 2em 0 rgb(125 6 51 / 51%), inset -0.2em -0.2em 0.2em 0 rgb(125 6 51 / 41%);
  /* z-index: -9; */
}
.heading-form p{
  color: #400826;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  padding: 12px 30% 14px 31px;
}
.heading-form i{
  display: block;
  font-weight: 600;
  padding: 10px 0 18px 25px;
  font-size: 19px;
  color: #000;
  text-transform: capitalize;
}
/* end top services section */

/* start choose us section */

.chooseus-section{
  padding: 0;
}
.chooseus-section1{
  padding: 50px 0;
      background: #fff;
}

.chooseus-left1{
  padding: 0;
}
.chooseus-left2{
  padding: 0px 0 0 110px;
  text-align: left;
}
.list-heading{
  height: 420px;
  width: 420px;
  border-radius:50%;
  border: 16px solid #fbc907;
  background: #400826;
  margin: 0px auto 0;
  text-align:
  center;
  padding: 54px 24px 0;
}
.list-heading span{
  font-family: 'Berkshire Swash', cursive;
  font-size: 43px;
  position: relative;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px 0 0px 0;
  display: block;
  color: #ffd800;
}
.list-heading span:before{
  height:4px;
  width:30%;
  margin:0 auto;
  left:0;
  top: -6px;
  right:0;
  background: #fbc907;
  position:absolute;
  content:"";
}
.list-heading span:after{
  background: #fbc907;
  height: 17px;
  width: 17px;
  transform:rotate(45deg);
  position:absolute;
  content:"";
  left:0;
  margin: -12px auto 0;
  right: 0;
}



.list-heading p{
  color:#fff;
  margin: 0;
  font-size: 17px;
}
.services-list1{
  padding: 20px 40px;
  background: #fbc907;
  margin: -48% 0 0 0;
}
.services-list1 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-list1 ul li{
  padding: 13px 22px;
  border-radius: 40px;
  background: #ffffff;
  color: #400826;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 11px 0px 13px 0px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.services-list1 ul li:before{
  background:
  url(../images/point.png);
  background-repeat: no-repeat;
  content:
  "";
  height: 26px;
  width: 34px;
  margin: 0 11px 0 0;
  border-right: 2px solid #fc6276;
}
.services-list1 ul li:hover{
  background:#400826;
  color:#fff;
}





.choose-right1{
  padding: 0px 0px 0px 70px;
}
.choose-right2{
  padding: 0;
}

.chooseus-design1{
  padding: 0 0 41px 0;
}
.chooseus-design2{
  padding: 0;
}
.chooseus-design3{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chooseus-design3 .choosedesign-left1{
  width: 10%;
  z-index: 99;
}
.choosedesign-left1 span{
  height: 120px;
  width: 120px;
  display: block;
  text-align: center;
  background: #fed001;
  position:
  relative;
  border-radius: 50%;
  margin: -14px auto 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.choosedesign-left1 span b{
  height:100px;
  width:100px;
  background:#fff;
  display:
  block;
  border-radius:50%;
  line-height: 100px;
}
.choosedesign-left1 span b img{
  height: 70px;
}
.choosedesign-left1 span:before{
  height: 15px;
  width:100%;
  position:
  absolute;
  left:0;
  right:0;
  margin:0 auto;
  content:
  "";
  top: 44%;background:#fff;
  z-index: -9;
}


.chooseus-design3 .choosedesign-right1{
  width: 90%;
  padding: 16px 47px 0px 10%;
 
  z-index:9;
  position:relative;
}
.choosedesign-right1:before{
  background: linear-gradient(to top, #ffffff 20px, #400826 10px);
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  right:0;
  left:0;
  z-index:-9;
}
.choosedesign-right1 strong{
  color: #fed001;
  text-transform: capitalize;
  font-size: 30px;
  font-family: 'FontAwesome';
  font-weight: 500;
}
.choosedesign-right1 p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin: 11px 0 0 0;
  border: 1px solid #fec497;
  background: #fff;
  padding: 14px 30px 14px 30px;
}

.contact-text{
  padding: 30px 40px;
  margin: 30px 0 0 0;
  text-align: center;
  background: #fbc907;
  border-radius: 10px 0px 0px 10px;
}
.contact-text a{
  font-family: 'Berkshire Swash', cursive;
  font-size: 43px;
  margin: 0;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 7px 0 11px;
  color: #400826;
  /* animation: blkk 2s infinite linear; */
}
@keyframes blkk{
  0%{color:#400826;}
  100%{color:#fec497de;}
}



.contact-text strong{
  color: #000;
  font-size: 21px;
  margin: 0;
  font-weight:500;
  text-transform: capitalize;
}
.contact-text p{
  color: #000;
  font-size: 17px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  margin: 0;
  border-radius: 5px;
  border: 1px dashed #400826;
}

/* end choose us section */
/* start our services section */

.ourservices-section{
  padding: 0;
}
.ourservices-section1{
  padding: 10px;
  background: #fff;
}

.our-services{
  padding: 22px 0 0 0;
}
.our-services1{
  padding: 15px;
}
.our-services2{
  padding: 0;
  background: #400826;
  border-radius: 10px;
 
}
.our-services3{
 
  text-align: center;

}

.our-services3 img{
     border: 5px solid #ffffff;
    padding: 10px;
    margin: 16px 0;
 
}
.our-services3 img:hover {
  transform: rotateY(180deg);
}

.our-services4{
  text-align: center;
  padding: 28px 11px 33px;
}
.our-services4 strong{
  font-size: 30px;
  padding: 0 18px;
  color: #400826;
  font-weight: 400;
  font-family: emoji;
  background: #fff;
  margin: 0;
  display: inline-block;
  text-transform: capitalize;
}
.our-services4 p{
  color: #fff;
  font-size: 15px;
  padding: 20px 20px 10px 20px;
  margin: 0;
  text-align: center;
  line-height: 28px;
  text-transform: capitalize;
}
.our-services4 a{
  color: #8c1f27;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0 0;
}
.our-services5{
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -33px;
}
.our-services5 a{
    /* position: absolute; */
    left: 0;
    right: 0;
    top: -0;
    bottom: 0;
    display: block;
}
.our-services5 span{
  background: #fff;
  height: 90px;
  border-radius: 50%;
  width: 90px;
  line-height: 72px;
  display: inline-block;
}
.our-services5 span img{
  height: 47px;
}
.about-head{
  padding:0;
  text-align:center;
}
.about-head strong {
    border-radius: 20px;
    padding: 5px 23px 3px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    margin: 0px 0 -1px 0;
    font-weight: 600;
}
.about-head p {
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 43px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 0;
	color: #400826;
}
/* end our services */
/* start about us section */

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 50px 0;
}
.aboutus-heading{
  padding: 0px 0 0;
  text-align:
  center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.aboutus-heading p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0 0 12px 0;
}

.aboutus-heading .aboutheading{
  padding: 0px 0 0 0;
  display:
  flex;
  position:
  relative;
  justify-content: center;
  width: 72%;
  left: 0;
  right: 0;
  margin: -10px auto 0;
}
.aboutheading .line-1{
  width: 13%;
  padding: 0px;
  position:
  relative;
}
.aboutheading .line-1:before{
  position:absolute;
  content:"";
  right:0;
  width: 4px;
  height:100%;
  background: #400826;
  top:0;
}
.aboutheading .line-1:after{
  position:
  absolute;
  content:"";
  right:0;
  width:100%;
  height: 4px;
  background: #400826;
  top:50%;
}
.aboutheading strong{
  font-family: 'Berkshire Swash', cursive;
  font-size: 38px;
  margin: 0;
  color:#fed001;
  position: relative;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 15px;
}
.aboutheading h1{
  font-family: 'Berkshire Swash', cursive;
  font-size: 47px;
  margin: 0;
  width: 72%;
  position: relative;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 15px;
}
.aboutheading h1 a{
  color: #400826;
}
.aboutheading .line-2{
  width: 13%;
  padding: 0px;
  position:
  relative;
}
.aboutheading .line-2:before{
  position:absolute;
  content:"";
  left: 0;
  width: 4px;
  height:100%;
  background: #400826;
  top:0;
}
.aboutheading .line-2:after{
  position:absolute;
  content:"";
  right:0;
  width:100%;
  height: 4px;
  background: #400826;
  top:50%;
}

.aboutus-design{
  text-align: left;
  padding: 29px 0 0 0;
}
.aboutus-design p{
  color: #000;
  font-size:15px;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
}
.aboutus-design p strong{
  color: #b10d4a;
}
.aboutus-design p a{
  color: #400826;
}
.aboutus-design ul{
  padding: 9px 0 0 0;
  margin:0;
  list-style:none;
}
.aboutus-design ul li{
  padding: 9px 5px 9px 33px;
  text-align: left;
  color:#000;
  text-transform: capitalize;
  font-size: 16px;
  margin: 14px 0;
  background: linear-gradient(45deg, #fbc80752, #ffffff00);
  display: flex;
  justify-content: left;
  align-items: center;
}
.aboutus-design ul li:before{
  background: #400826;
  height: 14px;
  width: 14px;
  transform:rotate(45deg);
  position:absolute;
  content:"";
  left:0;
  margin: 4px 0px 0 9px;
  right:0;
}


.aboutus-design h2,h3,h4,h5,h6{
  font-size: 23px;
  margin: 20px 0 13px 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 19px 10px;
  color: #ffffff;
  text-shadow: 3px 1px 4px #fec49861;
  display: inline-block;
  background: #400826;
}

/* end about us section */

/* start award section*/

.award-section{
  padding: 0;
  background: linear-gradient(to top, #fff 51%, #FAC300 25%);
}
.award-section1{
  padding: 50px 0;
}
.award-head{
  padding: 0px 0 20px 0;
}
.award-head strong{
  padding: 0 19px;
  border-radius: 5px;
  position: relative;
  /* background: #fff; */
  font-size: 37px;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Berkshire Swash', cursive;
  color: #000000;
  font-weight: 400;
}
.award-head a{
  background: #400826;
  color: #fff;
  float: right;
  font-family: 'Berkshire Swash', cursive;
  padding: 9px 36px;
  display: inline-block;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 3px 1px 4px #fec498;
}


.award-design{
  padding: 0;
  text-align: center;
}
.award-design1{
  padding: 13px;
}
.award-design2{
  padding: 0;
}
.award-design2 img{width: 100%;}
.award-design2 strong{
  color: #400826;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 21px 0% 0px 0px;
}
.award-design2 p{
  font-size: 18px;
  color: #121212;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin: 0;
}
.view-more{
  padding: 20px 0 0px;
  text-align: center;
}
.view-more a{
  background: #400826;
  color: #fff;
  font-family: 'Berkshire Swash', cursive;
  padding: 9px 36px;
  display: inline-block;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 3px 1px 4px #fec498;
}
/* end award section */

/* start services section */

.services-section{
  padding: 0;
  position:relative;
  background-color:#fed001;
}
.services-section:before{
  height: 220px;
  width:100%;
  background:#400826;
  position:
  absolute;
  content:
  "";
  top: 35%;
  left:0;
  right:0;
  margin:0 auto;
}
.services-section1{
  padding: 50px 0;
}

.services{
  padding: 42px 0 0;
}

.services-1{
  padding: 17px 15px;
}
.services-2{
  padding: 0;
}
.services-3{
  padding: 18px 0px;
  text-align: center;
}
.services-3 strong{
  /* font-family: 'Berkshire Swash', cursive; */
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 0 10px;
  display:
  block;
  width:90%;
  background: #400826;
  color:#fff;
 
  border-top: 4px solid #FAC300;
  margin: 0 auto;
}
.services-4{
  padding: 0px 0 0;
  text-align: center;
  z-index: 9;
  position:
  relative;
}
.services-4:before{
  background: #fff;
  position:
  absolute;
  content:
  "";
  height: 87%;
  top: -4px;width:100%;
  left:0;
  z-index:-9;
}
.services-4 img{
  border-radius: 50%;
  border: 4px solid #400826;
  height: 348px;
  padding: 0px;
  margin: 18px 0 -8px;
}
.services-4 img:hover {
  transform: rotateY(180deg);
}
.services-5{
  padding: 0 10px;
  position: relative;
  margin: 12px 0 0;
  text-align: center;
}
.services-5 .services-6{
  width: 90.9%;
  padding: 5px 25px 22px 25px;
  box-shadow: 4px 11px 16px 0px #b3b3b333;background:#ffffff;
  margin: -5px auto 0;
}
.services-6 p{
  color: #2b2b2b;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0;
}
.services-6 a{
  height:50px;
  width:50px;
  transform: rotate(45deg);
  color: #fff;
  line-height:50px;
  margin: 28px 0 21px;
  background: #400826;
  font-size:20px;
  display:
  inline-block;
}
.services-6 a span{
  transform: rotate(-45deg);
  text-shadow: 3px 1px 4px #fec498;
}

/* end services section */

/* start banner design */

.bannerdesign-section{
  padding:0;
}
.bannerdesign-section1{
  padding:50px 0;
}
.bannerhide-left1{
  visibility: hidden;
}

.banner-right1{
  padding: 0;
}
.banner-right2{
  padding: 0;
  text-align: right;
}
.banner-right1 img{  
  border-radius: 20px 0px 0px 20px;
}
/* end banner design */

/* start testimonias section */

.testimonials-section{
  padding: 0;
      background-color: #400826;
}
.testimonials-section1{
  padding: 50px 0;
}

.testimonials{
  padding: 32px 0 0 0;
}
.testimonials1{
  padding: 15px;
}
.testimonials2{
  padding: 35px 21px 21px 21px;
      background: #fed001;
}
.testimonials2:before{
  background: linear-gradient(to top, #ffffff 40%, #400826 10%);
  position: absolute;
  content:
  "";
  left: 0;
  margin: 0 auto;
  right: 0;
  top:0;
  height: 100%;
  width: 100%;
  z-index: -9;
}
.testimonials3{
  padding: 22px 19px 0;
  border: 2px solid #400826;
  position: relative;
  text-align: center;
  background: #fff5ee;
}
.testimonials3:before{
  height: 30px;
  width: 30px;
  position:
  absolute;
  content:
  "";
  left:0;
  background: #400826;
  transform: rotate(45deg);
  top: -19px;
  right:0;
  margin:0 auto;
}
.testimonials3:after{
  position:
  absolute;
  content:
  "";
  height:10%;
  width:10px;
  right:0;
  z-index: -9;
  border-radius: 20px;
  bottom: -31px;margin:0 auto;
  left:0;
  background: #FAC300;
}
.testimonials3 p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 11px 0 32px 0;
}
.testimonials3 img{
  margin: 0 auto -50px;
  border:3px solid #000;
  padding: 2px;
  width: 100px;
  border-radius: 50%;
}

.testimonials4{
  padding: 0;
  text-align: center;
  margin: 28px 0 0;
}
.testimonials4 strong{
  display: block;
  padding: 0px 0 0;
  text-transform: capitalize;
  font-size: 31px;
  font-family:'FontAwesome';
  font-weight: 500;
  margin: 25px 0 0 0;
  color:#400826;
}
.testimonials4 p{
  color: #FAC300;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 600;
}
.testimonials4 span{
  color:#000;
  font-size: 18px;
  padding: 0 2px;
}
.read-more{
  padding: 0px 0 50px;
  text-align:center
}
.read-more a{
  background: #FAC300;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 35px 4px;
  border-radius: 40px;
  font-size: 24px;
  display: inline-block;
  font-family: 'Berkshire Swash', cursive;
  font-weight: 500;
}
/* end testimonials section */

/* start footer section */

.footer-section{
  padding: 0;
  background: #000;
}
.footer-section1{
  padding: 50px 0;
  border-bottom: 1px solid #FAC300;
}
.footer-contact{
  padding: 0;
  width: 7%;
}
.footer-contact1{
  text-align: center;
  padding: 0px;
}
.footer-contact strong{
  writing-mode: tb-rl;
  transform: rotate(180deg);
  padding: 17px 3px 18px 5px;
  display: block;
  font-family: 'Berkshire Swash', cursive;
  font-weight: 500;
  /* line-height: 67px; */
  text-align: center;
  font-size: 36px;
  background: #FAC300;
  text-transform: capitalize;
  color: #000;
}

.contact-footer1{
  padding: 0 0px 0 0px;
  color: #fff;
}
.contact-footer2{
  padding: 0;
}
.footer-contact3{
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact3:nth-child(2){
  padding: 20px 0;
}
.footer-contact3 .icon-footer{
  width: 20%;
}
.icon-footer span{
  color: #400826;
  height: 64px;
  width: 64px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.icon-footer span .bi{height: 2.1em;width: 3.8em;line-height: 37px;}
.footer-contact3 .icon-text{
  width: 80%;
  border: 1px solid #FAC300;
  text-align: left;
  padding: 18px 14px;
  background: #fff;
}
.icon-text a{
  display: block;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.services-footer1{
  padding: 0 10px;
  width: 38%;
}
.services-footer2{
  padding: 0px 10px 10px 10px;
  border-radius: 10px;
  border: 2px solid #FAC300;
}
.heading-footer{
  text-align: center;
  padding: 0;
  margin: -21px 0 0 0;
}
.heading-footer strong{
  background:#fff;
  color: #000;
  text-transform: capitalize;
  padding: 3px 35px 4px;
  border-radius: 40px;
  font-size: 24px;
  display: inline-block;
  font-family: auto;
  font-weight: 500;
}
.services-footer3{
  padding: 10px 0;
  display: flex;
}
.services-footer4{
  width:50%;
}
.services-footer4 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-footer4 ul li{
  color: #fff;
  font-size: 17px;
  margin: 0;
  position: relative;
  padding: 11px 0px 10px 25px;
  text-transform: capitalize;
  display: flex;
  justify-content: left;
  text-align: left;
  align-items: center;
}
.services-footer4 ul li:before{
  background: #ffd800;
  height: 14px;
  width: 14px;
  transform:
  rotate(45deg);
  position:
  absolute;
  content:
  "";
  left:0;
  margin: 4px 0px 0 5px;
  right:0;
}

.footer-nav{
  padding: 0 10px 0 10px;
  width: 21%;
  text-align: center;
}
.footer-nav strong{
  font-size: 29px;
  color: #ffd800;
  font-weight: 500;
  text-transform:
  capitalize;
  font-family: 'Berkshire Swash', cursive;
}
.footer-nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav ul li{
  color: #fff;
  font-size: 16px;
  margin:0;
  text-transform: capitalize;
  padding: 5px 0 5px;
}
.footer-nav li a{
  color: #fff;
}

.footer-logo{
    background:#fff;
    text-align: center;
    padding: 0 0 20px 0;
}
.footer-logo ul{
  padding:0;
  margin:0;
  list-style:none;
}
.footer-logo ul li{
  display:inline-block;
  padding: 0 21px;
}
.footer-logo li img{
  height: 71px;
}
.footer-logo li b{
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding: 6px 0 0;
  text-align: center;
  text-transform: capitalize;
}

/* end footer section */


/* start copy right section*/

.copyright-section2{
  padding: 24px 0 32px;
  background: #FAC300;
}

.copy-text{
  padding: 0;
  text-align: center;
}
.copy-text p{
  color: #000;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  padding: 6px 0 0 0;
}
.copy-navigation{
  padding: 30px 0 22px 0;
  text-align: center;
}
.copy-navigation ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.copy-navigation ul li{
  display: inline-block;
  padding: 0 14px;
}
.copy-navigation ul li a{
  display: inline-block;
  text-decoration: none;
  color: #626262;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0px 0px 0 0px;
  font-size: 18px;
}
.copy-link{
  text-align: right;
  padding: 0;
}
.copy-link ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.copy-link ul li{
  font-size: 15px;
  margin: 0;
  padding: 0px 10px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}

.copy-link ul li a{
  color: #fff;
}
/* end copy right section*/

/* start bread crumb section  */

.breadcrumb-section{
  padding: 0;
  background: url(../images/bread.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb-section1{
  padding: 50px 0;
  text-align: center;
}
.breadcrumb-section1 h1{
  font-family: 'Berkshire Swash', cursive;
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0px 0px 0px;
  color: #ffffff;
  text-shadow: 3px 1px 4px #fec498;
}
.breadcrumb-section1 h1 a{
  color: #ffffff;
}
.breadcrumb-section1 p{
  color: #FAC300;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}
.breadcrumb-section1 .home{
  background: #FAC300;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin: 9px 0 0 0;
  text-transform: capitalize;
  padding: 7px 20px;
  border-radius: 40px;
  display: inline-block;
  box-shadow: 2px -1px 6px #FAC300;
}
/* end bread crumb section  */



/*============= START AWARDS & ACHIEVEMENT PAGE CSS =================*/

.achievement-section{
  padding: 0;
  position:relative;
  margin: 0 0 60px 0;
  background: #ffd6b8;
}
.achievement-section:before{
  background: url(../images/bg-award.jpg);
  content:"";
  position:
  absolute;
  left:0;
  right:0;
  top:0;
  height:100%;
  width:100%;
  opacity: 0.4;
}
.achievement-section1{
  padding: 100px 0 100px;
}

.achievement-design1{
  padding: 70px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievement-image{
  padding: 0;
  text-align: center;
}
.achievement-image img{
  width: 270px;
  border: 9px solid #400826;
}
.achievement-image:before{
  
}


.achievement-text{
  padding: 0;
}

.award-heading{
  position: relative;
  padding: 0;
}
.award-heading strong{
  font-family: 'Berkshire Swash', cursive;
  font-size: 35px;
  margin: 0;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
.award-heading p{
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.award-heading span{
  display: block;
  position: relative;
}
.award-heading span:after{
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
  background: #400826;
  top: 0;
  /* z-index: -9; */
}
.award-heading span:before {
  background: #400826;
  height: 24px;
  width: 24px;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  top: 0;
  margin: -10px 0px 0 0;
  right: 0;
  z-index: 9;
}
.award-text{
  padding: 10px 0 0 0;
}
.award-text p{
  color: #222;
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  margin: 0;
  padding: 7px 0 0 0;
}
.award-text strong{
  color: #d2001a;
}

.achievement-image1{
  text-align: center;
}
.achievement-text-1 .award-heading span:before{
  left: 0;
}
.achievement-text-1 .award-heading span{
  margin: 18px 0 0;
}

/*============= END AWARDS & ACHIEVEMENT  PAGE CSS =================*/

/*================ START ABOUT US PAGE CSS ====================*/

.maincontent-section{
  padding: 0;
}
.maincontent-section1{
  padding: 50px 0;
}

.maincontact-design{
  padding: 20px 10px;
  box-shadow: 0px 0px 10px #e5e5e5;
  border-radius: 20px;
  text-align: left;
}

.maincontent-left1{
  padding: 0px 10px 0px 10px;
}
.maincontent-left2{
  padding: 0;
  text-align: left;
}
.maincontent-left2 p{
  color: #000;
  font-size: 15px;
  margin: 0;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
}
.maincontent-left2 p strong{
  color:#FAC300;
}
.maincontent-left2 h2,h3,h4,h5,h6{
  font-size: 23px;
  margin: 20px 0 13px 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 19px 10px;
  color: #ffffff;
  text-shadow: 3px 1px 4px #fec49861;
  display: inline-block;
  background: #400826;
}
.maincontent-left2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.maincontent-left2 ul li{
  padding: 9px 5px 9px 33px;
  text-align: left;
  color:#000;
  font-size:16px;
  margin: 8px 0;
  background: linear-gradient(45deg, #ffe7d5, #ffffff00);
}
.maincontent-left2 ul li:before{
  background: #400826;
  height: 14px;
  width: 14px;
  transform:rotate(45deg);
  position:absolute;
  content:"";
  left:0;
  margin: 4px 0px 0 9px;right:0;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(251 99 118 / 37%), inset -0.2em -0.2em 0.2em 0 rgb(251 99 118 / 45%);
}

.maincontent-right1{
  padding: 0px;
}
.maincontent-right2{
  padding: 0;
}
.maincontent-right2 img{

}
.maincontent-right2 img:nth-child(2){margin: 20px auto 0;}
.maincontact-design-2{
  padding: 40px 0 70px;
}
.maincontent-form{
  padding: 0 40px 0 0px;
}
.maincontent-form textarea.form-control{
  height: 79px;
}
.maincontent-form .form-design1 {
    padding: 0 10px 0px 10px;
}
.maincontent-form .btn-group>.btn:first-child{
  font-size:18px;
}


.maincontent-form .heading-form p {
    color: #400826;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    padding: 12px 0% 14px 31px;
}
.main-contact{
  padding: 0;
}

.main-contact1{
  padding: 10px;
} 
.main-contact2{
  padding: 0px;
  background: #400826;
  text-align: center;
}
.main-contact2 strong{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding: 7px 0 0px;
  display: block;
}
.main-contact2 p{
  color: #FAC300;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding: 5px 0  6px;
}

.main-contact2 a{
  background: #ffd800;
  color: #400826;
  font-family: 'Berkshire Swash', cursive;
  padding: 9px 36px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 3px 1px 4px #ff88b58c;
}
/*================ END ABOUT US PAGE CSS ====================*/


/* ============= START GET IN TOUCH PAGE CSS ================= */

.getintouch-section{
  padding: 0;
  background: #ffe5d294;
}
.getintouch-section1{
  padding: 50px 0;
}
.heading-contact{
  padding: 27px 0 20px 0;
}
.heading-contact p{
  font-family: 'Berkshire Swash', cursive;
  font-size: 46px;
  margin: 0;
  position: relative;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 15px;
}
.contact-info1{
  padding: 0 0 0 30px;
}
.contact-info2{
  padding:0;
}
.map-bk{
  padding: 30px 0 0;
}
/* ========== END GET IN TOUCH PAGE CSS ======================= */

/*============ START CLIENT TESTIMONALS PAGE CSS ====================*/

.feedback-section{
  padding: 0;
}
.feedback-section1{
  padding: 50px 0;
}

.feedback-1{
  padding: 10px 0 50px;
}
.feedback-2{
  padding: 30px 30px 30px;
  box-shadow: 0px 0px 15px #b2b2b259;
  background: #fff;
  border-radius: 30px;
}
.feedback-3{
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.text-image{
  width: 12%;
}
.text-image img{
  border-radius: 50%;
}


.text-content{
  text-align: left;
  border: 1px solid #ececec;
  padding: 13px 15px 12px 19px;
}
.text-content span{
  color: #ffb000;
  font-size: 13px;
  padding: 5px 2px 0;
}
.text-content strong{
  display: block;
  padding: 0px 0 0;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin: -3px 0 0 0;
}
.text-content p{
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 600;
}
.feedback-4{
  padding: 10px 0 0;
}
.feedback-4 strong{
  color: #400826;
  font-weight: 600;
  font-size: 19px;
  position:relative;
  display: inline-block;
  padding: 26px 0 0px;
  margin: 0 0 12px 0;
}
.feedback-4 strong:before{
  content:"";
  position:absolute;
  height: 3px;
  width:100%;
  bottom:0;
  margin: 0px 0 -8px 0;
  background:#FAC300;
  border-radius: 40px;
}
.feedback-4 strong:after{
  background: #FAC300;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0;
  margin: 0 auto;
  /* right: 0; */
}
.feedback-4 p{
  color: #222;
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  margin: 0;
  padding: 7px 0 0 0;
}
/*============ END CLIENT TESTIMONALS PAGE CSS ====================*/




.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 60px;
  bottom: 15px;
  width: 60px;
  border-radius: 1px solid #000;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #f10000;
  line-height: 57px;
  border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
}

.navtext{
	text-align: center;
    font-size: 21px;
    background-color: #fed001;
    padding: 14px 0 0 0;
    color: #000;
	font-weight: bold;
	    border-bottom: 5px solid #400826;
}









/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .tophead-center2 a {font-size: 33px;}
  .scroll-on .tophead-center2 a {font-size: 30px;}
  .tophead-left2 a {padding: 6px 12px 6px 15px;font-size: 15px;margin: 5px 0px 0px 0px;color: #FAC300;}
  .tophead-center2{clip-path:none;padding: 0;}
  .tophead-right1{text-align:center;}
  .tophead-left1{margin:-5px 0 0 0;}
  .head-right1{display:;}
  .head-line1{width: 100%;padding: 10px 0 10px;}
  .head-logo1{width: 100%;}
  .head-line2 p {font-size: 27px;}
  .head-line2 span {display: block;font-size: 17.9px;}
  .head-section1{display: block;padding: 8px 0 0 0;}
  .tophead-left2 span {height: 35px;width: 35px;line-height: 28px;margin: 0px 5px 0px 0px;display: none;}
  .menu .active a:before{display:none;}
  .naviagtion-section1{background:transparent;border:0;padding: 10px 0 9px;margin: 0px 0 0;}
  .menu li:after{display:none;}
  .menu .active a{color:#FAC300;}
  .navbar{min-height: 40px;display: block;justify-content: center;align-items: center;}
  .navbar-toggler {display: block;right: 0;}
  .menu{padding: 40px 0 0px;display: block;margin: 0;}
  .menu li {padding: 4px 0px;display: block;border: 000;text-align: left;margin: 2px 0px 1px;}
  .menu li a {padding: 0px 0px 0px 20px;font-size: 17px;display: block;}
  .menu li:before{display:none;}
  .scroll-on .menu li {padding: 7px 0px 8px 0px;}
  .navigation-section1{padding:0;}
  .navbar-collapse.in{overflow-y: visible;}
  .top-services4 strong {font-size: 25px;}
  .top-services4 a {padding: 0px 15px 1px;}
  .top-services4 a span {height: 47px;line-height: 47px;width: 49px;margin: -2px 0 0 0;}
  .top-services4 {padding: 20px 10px 100px 10px;}
  .topservices-right1 {padding: 30px 20px 0 20px;}
  .heading strong {font-size: 40px;width: 80%;}
  .chooseus-left2 {padding: 0px 0px 0 0px;}
  .choose-right1 {padding: 30px 0px 0px 50px;}
  .chooseus-design3 .choosedesign-right1 {padding: 16px 35px 0px 14%;}
  .choosedesign-right1 p {font-size: 15px;padding: 10px 15px 14px 15px;}
  .contact-text p {font-size: 15px;padding: 10px 10px 10px 10px;}
  .contact-text strong {font-size: 18px;}
  .contact-text a {font-size: 33px;}
  .contact-text {padding: 26px 21px;margin: 12px 0 0 0;}
  .services-list1 {padding: 20px 20px;margin: -30% 0 0 0;}
  .top-services1 {padding: 10px;}
  .award-design1{padding:10px;width: 33.333%;}
  .award-design2 strong{background:#fff;padding: 6px 5px 0px;margin: 10px 0 0;font-size: 17px;line-height: 22px;}
  .services-1 {width: 50%;padding: 14px 10px;}
  .aboutheading strong {font-size: 36px;/* width: 87%; *//* padding: 0; */}
  .aboutheading h1 {font-size: 39px;padding: 0;/* width: 87%; */}
  .aboutheading .line-1 {width: 10%;}
  .aboutheading .line-2 {width: 10%;}
  .aboutus-heading p{margin:0 0 10px 0;font-size: 14px;}
  .aboutus-heading .aboutheading{width: 100%;}
  .aboutus-design h2, h3, h4, h5, h6 {font-size: 24px;margin: 20px 0 13px 0;padding: 10px 10px 10px;line-height: 36px;text-align: left;}
  .award-design2 p {font-size: 15px;background: #fff;padding: 0 0 6px 0;}
  .bannerhide-left1{display:none;}
  .banner-right2{text-align:center;padding: 0 10px;}
  .bannerdesign-section1 {padding: 0px 0 0;}
  .banner-right1 img{border-radius:0;}
  .award-head a{float:none;/* padding: 6px 22px; *//* font-size: 17px; */margin: 10px 0 0;}
  .services-footer1{width:100%;padding: 50px 0 0;}
  .contact-footer1{width: 87%;padding: 0 8px 0 12px;}
  .footer-nav{width:100%;padding: 20px 0 0;}
  .footer-contact{width: 13%;}
  .copy-text p{font-size:12px;text-align: center;}
  .fix{display:block;}
  .copy-link{text-align:center;}
  .breadcrumb-section1 h1{font-size:45px;}
  .award-heading span:before{left:0;right:0;margin: -10px auto 0;}
  .award-heading span{margin:10px 0 0;}
  .achievement-design1{display:block;padding: 50px 20px 0;}
  .achievement-design-1{display: flex;flex-flow: column-reverse;}
  .achievement-design-1 .achievement-image{text-align:center;padding: 0 0 21px;}
  .achievement-image1{text-align:center;padding: 0 0 21px;}
  .award-heading strong{font-size:28px;}
  .maincontent-left1 {padding: 0px 0px 0px 0px;}
  .maincontent-left2 h2, h3, h4, h5, h6{font-size: 22px;line-height: 30px;}
  .maincontent-form {padding: 0 0px 0 0px;}
  .maincontent-form .heading-form p {padding: 12px 0% 14px 18px;}
  .maincontent-right2 img{display:block;margin:0 auto;}
  .main-contact1{width:50%;}
  .contact-info1{padding:0;}
  .heading-contact p {font-size: 35px;padding:0;}
  .feedback-3{/* display:block; */text-align: left;}
  .text-image{width: 25%;}
  .text-content{width: 50%;text-align: left;}
  .feedback-2 { padding: 30px 20px 30px;}
  .topservices-section-1 .top-services1 {width: 50%;}
  .topservices-section-1 .top-services4 a {padding: 0px 21px;font-size: 20px;}
  .topservices-section-1 .top-services2 {padding: 10px;}
  .services-footer4 ul li:before {margin: 4px 0px 0 0px;height: 12px;width: 12px;}
  .services-footer4 .top-services4 strong {font-size: 30px;}
  .award-head strong {padding: 0 0;display: block;font-size: 43px;}
  .services-section1{padding-top:0;}
  .form-design .banner-right2{padding:0;}
  .heading-form i {padding: 10px 20px 18px 25px;}
  .head-line2 li b{font-size: 12px;}
  .head-line2 li img {height: 48px;}
  .head-line2 ul li{padding: 10px 4px;}
  .our-services4 strong{
	      font-size: 23px;
    padding: 10px;
  }



    
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-center2 a {font-size: 35px;}
  .tophead-left2 a {padding: 6px 15px 6px 15px;font-size: 17px;margin: 0px -3px 0px -13px;}
  .tophead-center2{clip-path:none;padding: 0;}
  .tophead-right1{display:none;}
  .tophead-left1{margin:-5px 0 0 0;}
  .head-right1{display:none;}
  .head-line1{width: 100%;}
  .head-logo1{width: 100%;text-align: center;}
  .head-section1{display:block;}
  .head-line2 p {text-transform: uppercase;font-size: 20px;text-align: right;}
  .head-line2 span {display: block;font-size: 16px;text-align: right;text-transform: capitalize;}
  .menu li {padding: 20px 8px 20px 8px;}
  .menu li a {padding: 0 7px;font-size: 15px;}
  .top-services4 a {padding: 0px 15px 1px;}
  .top-services4 a span {height: 47px;line-height: 47px;width: 49px;margin: -2px 0 0 0;}
  .top-services4 strong { font-size:30px;}
  .topservices-right1 {padding: 0px 0px 0 0px;}
  .heading-form p {padding: 12px 0% 14px 31px;}
  .chooseus-left2 {padding: 0px 0 0 20px;}
  .choosedesign-right1 p {padding: 14px 14px 11px 12px;font-size: 15px;}
  .chooseus-design1 {padding: 0 0 35px 0;}
  .contact-text p {font-size: 15px;padding: 10px 10px 10px 10px;}
  .contact-text strong {font-size: 18px;}
  .services-list1 {padding: 20px 14px;margin: -35% 0 0 0;}
  .choose-right1 {padding: 0px 0px 0px 30px;}
  .list-heading{height: 300px;width: 300px;border: 10px solid #ffe6d2;}
  .list-heading p {font-size: 15px;}
  .chooseus-design3 .choosedesign-right1 {padding: 16px 20px 0px 17%;}
  .contact-text a {font-size: 33px;}
  .contact-text {padding: 26px 21px;margin: 12px 0 0 0;}
  .choosedesign-right1 strong {font-size: 28px;}
  .list-heading span {font-size: 36px;}
  .choosedesign-left1 span {height: 100px;width: 100px;}
  .choosedesign-left1 span b {height: 80px;width: 80px;line-height:80px;}
  .choosedesign-left1 span b img {height: 50px;}
  .top-services1 {padding: 10px;}
  .aboutheading strong {font-size: 34px;/* width: 87%; */}
  .aboutheading h1 {font-size: 37px;/* width: 87%; */}
  .aboutheading .line-1 {width: 10%;}
  .aboutheading .line-2 {width: 10%;}
  .aboutus-heading p{margin:0 0 8px 0;}
  .services-section:before{top:40%;display: none;}
  .award-design2 strong {font-size: 18px;line-height: 25px;padding: 29px 0% 0px 0px;}
  .award-design2 p {font-size: 16px;}
  .award-design1 {padding: 10px;}
  .services-list1 ul li {padding: 12px 15px;font-size: 18px;}
  .tophead-left2 span {margin: 0px -0px 0px 0px;}
  .bannerhide-left1{display:none;}
  .banner-right2{text-align:center;padding: 0 10px;}
  .aboutus-heading .aboutheading{width:100%;}
  .award-head a{padding: 6px 25px 6px 27px;font-size: 22px;}
  .testimonials3:after {height: 15%;}
  .services-footer1{width:100%;padding: 50px 0 0;}
  .contact-footer1{width: 60%;}
  .footer-nav{width:30%;}
  .footer-contact{width:10%}
  .copy-text p{font-size:12px;}
  .achievement-text{padding: 0 23px 0 0;}
  .achievement-text-1{padding: 0 0px 0 23px;}
  .award-heading strong{font-size: 23px;}
  .achievement-image img {width: auto;border: 5px solid #FAC300;}
  .contact-info2 .footer-contact3{/* display:block; */}
  .contact-info2 .footer-contact3 .icon-footer{/* width:100%; */width: 14%;text-align: left;}
  .contact-info2 .footer-contact3 .icon-text{/* width: 100%; *//* text-align: center; */width: 86%;/* padding: 18px 3px; */}
  .heading-contact p {font-size: 35px;padding:0;}
  .contact-info2 .icon-text a {font-size: 17px;}
  .heading-form span {font-size: 30px;}
  .text-content{width: 40%;text-align: left;margin: 0 0 0 0;}
  .text-image { width: 20%;}
  .topservices-section-1 .top-services4 {padding: 20px 10px 100px 10px;}
  .heading-form strong:before {margin:15px 20px 0 0;}
  .maincontent-form .heading-form p{padding: 10px 0px 0 12px;font-size:14px;line-height: 24px;}
  .main-contact2 strong {font-size: 18px;}
  .main-contact2 p{letter-spacing:0;}
  .form-design .banner-right2{padding:0;}
  .footer-logo ul li {padding: 0 14px;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tophead-center2 a { font-size: 36px;}
  .scroll-on .tophead-center2 a {font-size: 32px;}
  .tophead-left2 a {padding: 6px 15px 6px 18px;font-size: 15px;margin: 0px -7px 0px -10px;}
  .tophead-center2{clip-path:none;}
  .menu li {padding: 20px 12px 20px 12px;}
  .heading strong {font-size: 39.5px;}
  .top-services4 strong {font-size: 33px;}
  .calltop-right1 span {font-size: 15px;letter-spacing: 0.5px;}
  .calltop-right1 a {font-size: 35px;}
  .calltop-right1 {padding: 9px 0px 0 8px;}
  .contact-text strong {font-size: 16px;}
  .services-list1 {padding: 20px 20px;}
  .chooseus-left2 {padding: 0px 0 0 30px;}
  .choose-right1 {padding: 0px 0px 0px 30px;}
  .list-heading{height: 380px;width: 380px;}
  .contact-text a {font-size: 35px;}
  .contact-text {padding: 20px 20px;margin: 0px 0 0 0;}
  .chooseus-design3 .choosedesign-right1 {padding: 16px 10px 0px 13%;}
  .head-right1{display:none;}
  .head-line1{width: 64%;}
  .head-logo1{width: 37%;}
  .choosedesign-right1 p {padding: 14px 10px 11px 10px;font-size: 15px;}
  .chooseus-design1 {padding: 0 0 35px 0;}
  .contact-text p { font-size: 15px;}
  .aboutheading strong {font-size: 39px;}
  .aboutheading h1 {font-size: 40px;}
  .aboutus-heading p{margin:0 0 10px 0;}
  .tophead-left2 span { margin: 0px -3px 0px 0px;}
  .testimonials1 {padding: 10px;}
  .services-5 .services-6 {width: 87.9%;padding: 70px 15px 22px 15px;}
  .testimonials2 { padding: 35px 15px 21px 15px;}
  .testimonials3 {padding: 22px 15px 0;}
  .copy-text p{font-size:15px;}
  .icon-footer span {height: 50px;width: 50px;line-height: 65px;}
  .footer-contact {width: 6%;}
  .footer-contact strong {font-size: 30px;padding: 37px 3px 36px 5px;}
  .icon-footer span .bi {height: 1.8em;}
  .icon-text a {font-size: 16px;}
  .footer-contact3 .icon-text {padding: 18px 10px;}
  .services-footer2 {padding: 0px 0px 0px 10px;}
  .services-footer4 ul li {font-size: 14px;padding: 11px 0px 10px 21px;}
  .services-footer4 ul li:before {margin: 4px 0px 0 0px;height: 12px;width: 12px;}
  .achievement-text{padding: 0 23px 0 0;}
  .achievement-text-1{padding: 0 0px 0 23px;}
  .award-heading strong{font-size: 30px;}
  .topservices-section-1 .top-services4 {padding: 20px 10px 100px 10px;}
  .topservices-section-1 .top-services4 a {padding: 0px 21px;font-size: 20px;}
  .topservices-section-1 .top-services4 strong { font-size: 25px;}
  .text-content {width: 30%;}
  .text-image{width:13%;}
  .text-content strong{font-size:28px;}
  .heading-form i {padding: 10px 20px 18px 25px;}
  .head-line2 li b{font-size:15px;}
  .head-line2 li img {height: 50px;}

}

@media only screen and (min-width:1201px) and  (max-width:1350px){
  .head-line2 span {font-size: 16px;}
  .text-appointment span {font-size: 20px;}
  .contact-text strong {font-size: 18px;}
  .services-list1 {padding: 20px 20px;}
  .chooseus-left2 {padding: 0px 0 0 30px;}
  .choose-right1 {padding: 0px 0px 0px 30px;}
  .head-right1{display:none;}
  .head-line1{width:68%;}
  
  
}

@media (max-width: 575px) and (min-width: 0px) {
  .tophead-section1{display:block;    border-bottom: 2px solid;}
  .call a{
	  margin-left: 0px;
  }
  .tophead-left1{display:none;}
  .call-top1{display:block;}
  .calltop-left1{display:none;}
  .calltop-right1{width:100%;text-align: center;}
  .calltop-right1 a {font-size: 30px;}
  .calltop-right1 span {font-size: 15px;letter-spacing: 0;padding: 0 0 11px;}
  .topservices-right1 {padding: 30px 0px 0 0px;}
  .heading .line-1 {width: 10%;}
  .heading .line-2 {width: 10%;}
  .head-line2 p {font-size: 18px;}
  .head-line2 span{font-size: 13px;}
  .top-services4 strong {font-size: 25px;}
  .heading-form span {font-size: 22px;padding: 4px 20px 3px 21px;}
  .heading-form strong:before {margin: 9px 20px 0 0;}
  .heading-form p {padding: 12px 5% 14px 19px;font-size: 17px;}
  .form-design1 {padding: 0 10px 0px 10px;}
  .list-heading span {font-size: 33px;}
  .list-heading p {/* display:none; */}
  .services-list1 ul li {padding: 13px 15px;font-size: 16px;}
  .chooseus-design3 .choosedesign-left1{width:100%;}
  .chooseus-design3 .choosedesign-right1{width:100%;padding: 66px 20px 0px;margin: -52px 0 0 0;z-index: 5;}
  .chooseus-design3{display:block;}
  .choose-right1 {padding: 30px 0px 0px 0px;}
  .choosedesign-right1 strong {font-size: 26px;}
  .contact-text a {font-size: 25px;}
  .carousel-control b{height: 0px;width: 0px;padding: 0;}
  .carousel-control b .glyphicon{left: -7px;}
  .naviagtion-section{background:#FAC300;}
  .top-services1 {padding: 0;}
  .aboutheading strong {font-size: 26px;/* width: 87%; */padding: 0 5px;}
  .aboutheading h1 {font-size: 25px;padding: 0;/* width: 87%; */}
  .aboutheading .line-1 {width: 10%;}
  .aboutheading .line-2 {width: 10%;}
  .aboutus-heading p{margin: 0 0 0px 0;font-size: 14px;}
  .aboutus-heading .aboutheading{width: 100%;}
  .aboutus-design h2, h3, h4, h5, h6 {font-size: 21px;margin: 20px 0 13px 0;padding: 10px 8px 10px;line-height: 34px;}
  .services-section:before{display:none;}
  .services-5 .services-6 {width: 87%;padding: 70px 10px 22px 10px;}
  .services-3 strong{font-size:20px;}
  .aboutus-design ul li{font-size:15px;}
  .award-design1{padding: 0 0 30px;width:100%;}
  .testimonials2 { padding: 35px 15px 21px 15px;}
  .testimonials3 {padding: 22px 15px 0;}
  .testimonials1 {padding: 15px 10px;}
  .services-1 {width: 100%;padding: 14px 0px;}
  .testimonials-section1 .aboutheading strong{font-size: 31px;}
  .testimonials-section1 .aboutus-heading p{margin:0 0 0px 0;font-size: 14px;}
  .achievement-design1 {padding: 50px 0px 0;}
  .breadcrumb-section1 h1 {font-size: 32px;}
  .main-contact1{width:100%;}
  .text-image{width: 30%;}
  .text-content{width: 70%;text-align: left;}
  .topservices-section-1 .top-services1 {padding: 10px 0;width: 100%;}
  .breadcrumb-section1 p{letter-spacing:1px;}
  .award-head strong {padding: 0 0;display: block;font-size: 28px;}
  .award-head a{padding: 6px 22px; font-size: 17px;}
  .heading-form i{font-size:15px;font-style:inherit;}
  .getintouch-section1 .topservices-right1 {padding: 0px 0px 0 0px;}



}

  

@media (max-width: 420px) and (min-width: 290px) {
  .list-heading {height: 277px;width: 276px;border: 9px solid #ffe6d2;padding: 55px 14px 0;}
  .services-list1 {padding: 20px 10px;margin: -28% 0 0 0;}
  .heading strong {font-size: 29px;padding: 0 9px;}
  .list-heading p {/* display:none; */font-size: 15px;}
  .contact-text {padding: 26px 10px;}
  .aboutheading strong {font-size: 21px;/* width: 87%; */padding: 0 5px;}
  .aboutheading h1 {font-size: 22px;padding: 0;/* width: 87%; */}
  .aboutheading .line-1 {width: 5%;}
  .aboutheading .line-2 {width: 5%;}
  .aboutus-heading p{margin:0 0 10px 0;font-size: 12px;}
  .aboutus-heading .aboutheading{width:100%;}
  .testimonials-section1 .aboutheading strong{font-size: 31px;}
  .testimonials-section1 .aboutus-heading p{margin:0 0 0px 0;font-size: 12px;}
  .footer-contact strong {margin: 0 0 15px;writing-mode: inherit;transform: rotate(0deg);padding: 4px 3px 6px 5px;}
  .contact-footer1{width: 100%;padding: 0;}
  .footer-contact{width:100%;}
  .footer-contact3{display:block;}
  .footer-contact3 .icon-footer{width:100%;text-align: center;}
  .footer-contact3 .icon-text{width:100%;text-align: center;}
  .services-footer4 ul li {font-size: 14px;padding: 11px 0px 10px 18px;}
  .award-heading strong{font-size:20px;}
  .aboutus-design h2, h3, h4, h5, h6 {font-size: 19px;margin: 20px 0 13px 0;padding: 10px 8px 10px;line-height: 30px;}
   .feedback-3{display:block;text-align:center;}
  .text-image{width:100%;}
  .text-content{width:100%;text-align: center;}
   .breadcrumb-section1 h1 {font-size: 28px;}


}
.services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(to top, #400826 40%, #fff 40%);
}
.sev-hd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #400826;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;

}
.sev-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.service-right {
    background: #fdc800;
    padding: 16px;
    float: left;
    width: 100%;
}
.j-ri {
    float: left;
    width: 100%;
}
.j-ri img{
    float: left;
    width: 100%;
}
.serv-right-bor {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px 15px;
    border: 2px solid #400826;
	
  
}
.serv-right-bor img{
    float: left;
    width: 100%;
}
.serv-right-bor img:hover {
  transform: rotateY(180deg);
}
.serv-right-bor h5 {
    font-size: 22px;
    padding-top: 5px;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.serv-right-bor p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.ser-cal{
    font-size: 18px;
    color: #fff;
    background: #be0719;
    padding: 5px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.ser-cal i{
   padding-right: 10px;
}
.service-left {
    float: left;
    width: 100%;
}
.service-left img {
    float: left;
    width: 100%;
}