@import url('../../fonts.googleapis.com/css2%3Ffamily=Yatra+One&amp%3Bdisplay=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=Open+Sans:wght@400%3B600&amp%3Bdisplay=swap.css');

body{
	margin:0;
	padding:0;
	color:#d20000;
	font-family: 'Yatra One', cursive;

}

.main{
	margin: auto;
	padding: 0;
	width: 96%;
}

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;}

/*font-family: 'Open Sans', sans-serif;*/

/*START HEADER SECTION*/

/*start tophead-section*/

.top-head{
	padding: 0px;
	background:#e7e4e4;
	font-family: 'Open Sans', sans-serif;
}
.top1{
	padding: 0px;
}
.top2{
	padding: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.top2 span {
    clip-path: polygon(0 0, 95% 0, 95% 30%, 100% 50%, 95% 70%, 95% 100%, 0 100%);
    padding: 8px 18px 8px 9px;
    display: inline-block;
    color: #fff000;
    font-size: 15px;
    color: #fff;
    background: #000;
}
.top-1{
	padding: 0px;
}
.top-2{
	padding: 0px;
}
.top-2 p{
	color: #000;
	padding: 14px 0px;
    margin: 0px;
    font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
}

/*end tophead-section */

/*start head section*/

.head{
	padding: 10px;
}
.head1{
	padding: 0px;
}
.head2{
	padding: 0px;
  text-align: center;
}
.head2a{
  text-align: center;
  padding: 0px;
}
.head-1{
	padding: 0px;
}
.head-2{
	padding: 10px;
	border-radius: 50px;
    border: 2px solid #000;
    margin-top: 20px;
}
.head-3{
  padding: 5px 0px;
  text-align: center;
}
.head-3 p{
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.head-3 .list{
  padding: 20px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
.head-3 ul li{
      margin: 0px;
    padding: 0px 0px;
    width: 31.8%;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.list li img {
    background: linear-gradient(#bd0414, #4c111e);
    padding: 10px;
    margin-bottom: 8px;
}
.list li p {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}
.head-3 span {
    width: 73%;
    background: #fff;
    padding: 0px 10px;
    position: absolute;
    top: -21px;
    margin: 0 auto;
    left: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #bd0414;
    right: 0;
}

/*end head section*/

/*start head-line section*/

.head-line{
  padding: 0px;
  margin: 0px;
  background:#d20000; 
}
.head-line p{
      margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.head-line span{
      animation: bkl 0.6s infinite;
      font-size: 25px;
      font-weight: 200;
        font-family: 'Yatra One', cursive;
}
@keyframes bkl{
  0%{color: #fff;text-shadow: 0 0 10px;}
  50%{color: #ffcc00;text-shadow: 0 0 30px;}
  100%{color: #fff;text-shadow: 0 0 10px;}

}

/*end head-line section*/

/*start slider section*/

.slider{
  padding: 0px;
}

/*end slider section*/

/*start design img section*/

.design-section{
  padding: 0px;
}
.design-section img{
    margin-top: -10%;
   
}

/* end design img section */

/*END HEADER SECTION*/

/*start best services section*/

.best-services{
  padding: 0px;
  background: radial-gradient(at top center,#f9eded 0%,#ffcc00 65%,#f0ecec 100%);
}
.best-services1{
  padding: 50px 30px;
}
.best-head{
  padding: 0px;
  text-align: center;
}
.best-head img{
  margin: 0px auto
}
.best-head p{
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  margin: 0px;
  padding: 5px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}
.best-serv1{
  padding: 40px 20px 20px 20px;
}
.best-serv2{
  padding: 10px;
}
.best-serv3{
  padding: 0px;
}
.best1{
  padding: 10px;
}
.best2{
  padding:10px;
  text-align: center;
}
.best3{
    height: 155px;
    width: 155px;
    margin: 0 auto;
    float: none;
    padding: 0px;
    left: 0;
    right: 0;
    animation: rota 0.9s infinite;
    animation-timing-function: cubic-bezier(.26,.59,.74,.52);
}
.best3:after {
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    clip-path: polygon(0% 20%, 25% 20%, 25% 0, 100% 50%, 25% 100%, 25% 80%, 0% 80%);
    background-color:#d20000;
    height: 80px;
    width: 50px;
    z-index: -9;
    bottom: -40px;
    margin: 0 auto;
    /* top: 0; */
    right: 0;
    transform: rotate(90deg);
}
.best3 img {
    border-radius: 50%;
    border: 5px solid#d20000;
    text-align: center;
    padding: 4px;
    display: block;
    /* height: 120px; */
    background: #fff;
    z-index: 999;
    animation: rotat 0.9s infinite;
    animation-timing-function: cubic-bezier(.26,.59,.74,.52);
}
@keyframes rota{
  0%{transform: rotate(-45deg);}
  50%{transform: rotate(0deg);}
  100%{transform: rotate(-45deg);}

}
@keyframes rotat{
  0%{transform: rotate(45deg);}
  50%{transform: rotate(0deg);}
  100%{transform: rotate(45deg);}

}
.best2 p{
     margin: 0px;
    padding: 25px 0px 5px 0px;
    text-align: center;
    font-size: 26px;
}
.best2 span{
  color: #000;
  font-size: 16px;
  line-height: 23px;
   font-family: 'Open Sans', sans-serif;
}
.best31{
    animation: rot 0.9s infinite;
    animation-timing-function: cubic-bezier(.26,.59,.74,.52);
}
.best31 img{
    animation: rotatt 0.9s infinite;
    animation-timing-function: cubic-bezier(.26,.59,.74,.52);
}
@keyframes rotatt{
  0%{transform: rotate(-45deg);}
  50%{transform: rotate(0deg);}
  100%{transform: rotate(-45deg);}

}
@keyframes rot{
  0%{transform: rotate(45deg);}
  50%{transform: rotate(0deg);}
  100%{transform: rotate(45deg);}

}
.best-serv-2{
  padding: 10px;
    margin: 150px 0px 0px 0px;
}
.best-serv-3{
  padding: 10px;
}

/*end best services section*/

/*start services list section*/

.services-list{
  padding: 0;
  background: #ba0000;
  color: #fff;
}
.services-list1{
  padding: 50px 30px;
}
.services-img{
  padding: 10px;
}
.services-imga{
  padding: 0px;
}
.services-img1{
  padding: 10px;
  padding: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px inset #3e7e0478;
}
.serv-img {
    z-index: 9;
    padding: 0;
}
.services-img1:after {
    position: absolute;
    content: '';
    left: -85px;
    top: -37px;
    width: 55%;
    height: 140%;
    background-color:#000;
    /* z-index: -1; */
    transform: rotate(-20deg);
    transition: all 0.6s ease-in-out;
}
.services-list1:hover .services-img1:after{
   width:80%;
   transition: all 0.6s ease-in-out;
}
.list-txt{
  padding: 10px;
  text-align: center;
}
.list-txt strong{
  color: #e7e4e4;
  font-size: 30px;
  text-transform: capitalize;

}



.list{
  padding: 10px;
}
.list1{
  padding:10px;
}
.list-head{
  padding:0;
  text-align: center; 
}
.list-head p{
  color: #e7e4e4;
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
}
.serv-list{
  padding: 10px;
}
.serv-list1{
  padding: 0px;
}
.serv-list2{
  padding: 0px;
}
.serv-list2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.serv-list2 ul li{
  color: #e7e4e4;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 0;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  line-height: 28px;
}
.serv-list2 i{
  color: #e7e4e4;
  padding: 0 8px 0 0;
  animation: scl 0.6s infinite;
}
@keyframes scl{
  0%{color:#e7e4e4;text-shadow: 0 0 10px;}
  50%{color: #000;text-shadow: 0 0 20px;}
  100%{color:#e7e4e4;text-shadow: 0 0 10px;}
}

/*end services list section*/

/*start about us section*/

.aboutus-section{
  padding: 0px;
}
.aboutus-section1{
  padding: 50px 30px;
}
.about{
  padding: 20px;
}
.about1{
  padding: 10px;
   font-family: 'Open Sans', sans-serif;
   color: #000;
   text-align: left;
}

.about1 strong{
    color: #000;
    font-size: 29px;
    font-family: 'Open Sans', sans-serif;
}
.about1 p{
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

/*end about us section*/

/*start services list section*/

.bootom-list{
  padding: 0px;
}
.bootom-list-1{
  padding: 30px 30px;
}
.bootom-list-2{
  padding: 10px;
}
.bootom-list-3{
  padding: 10px;
}
.bootom-list-4{
  padding: 10px;
}
.bootom-list-4 p{
  text-align: left;
  font-size: 26px;
/*   font-family: 'Open Sans', sans-serif;
*/   font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.bootom-list1{
  padding: 10px 0px;
}
.bootom-list1 ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.bootom-list1 li{
  font-family: 'Open Sans', sans-serif;
      margin: 0px;
    list-style: none;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    color: #3b3b3b;
    padding: 5px 0px;
}
.bootom-list1 i{
  margin: 0px 7px 0px 0px;
  color:#d20000;
  font-size: 20px;
}


.serv-ban1{
  padding: 10px;
}
.serv-ban2{
  padding: 0px;
}
.ban1{
  padding: 10px;
}
.ban-1{
  padding: 0px;
}
.ban2{
  padding: 10px;
}
.ban-2{
  padding: 0px;
}


/*end services list section*/

/*start mark1 section*/

.mark1{
  padding: 0px;
  background: #ffcc00;
  color: #000;
}
.mark2{
  padding: 30px;
}
.mark2 p{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  padding:10px 0px 20px 0px;
}
.callbtn{
        animation: inout 0.4s ease infinite;
    height: 58px;
    text-align: center;
    padding: 10px;
    margin: 24px auto;
    border-radius: 1px;
    background: black;
    color: white;
    /* border: 1px solid white; */
    cursor: pointer;
    width: 20%;
}
.callbtn a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.gsap-button {
  border: 1px solid #82c303 !important;
}

@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 0 0px rgba(0,0,0,0.4);
    box-shadow: 0 0 0 0px rgba(0,0,0,0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 20px rgba(0,0,0,0);
    box-shadow: 0 0 0 20px rgba(0,0,0,0);
  }
}

/*end mark1 section*/

/*start our services section*/

.serv{
  padding: 0px;
}
.serv1{
  padding: 50px 30px;
}
.serv2{
  padding: 30px 20px 20px 20px;
}
.serv3{
  padding: 10px;
}
.serv4{
  padding: 10px;
}
.serv5{
  padding: 0px;
}
.ih-item .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.info p {
    color: #fff;
    font-size: 25px;
    margin: 0px;
    pointer-events: none;
}
.info a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.serv4:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.ih-item .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
}
.ih-item .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item .img img{border-radius: 50%;}
.ih-item .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    height: 220px;width: 220px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
       padding: 79px 20px;
}
.ih-item .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    margin: 0 auto;
}
.serv-txt{
  padding: 10px 0px 0px 0px;
  text-align: center;
}
.serv-txt span{
  font-size: 30px;
}
.serv-txt p{
  text-align: center;
  padding: 10px 0px 15px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 29px;
   font-family: 'Open Sans', sans-serif;
  color: #000;
}
.serv-txt a{
  background: #ffcc00;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 600;
}


/*end our services section*/


/*start form section*/

.form{
  padding: 0px;
 
}
.form1{
  padding: 50px 30px;
}
.form2{
  padding: 20px 20px;
}
.othr{
  padding: 10px;
}
.othr2{
  padding: 0px;
}



.othr-head{
  padding: 0px;
}
.othr-head p{
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #d20000 ;
}
.othr3{
  padding:10px 0px;
}
.othr4{
  padding: 10px;
}
.othr5{
  padding: 0px;
}
figure.snip1206 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
    margin: 0px;
    height: 250px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 span,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1206 span {
    padding: 0 0px;
    font-weight: 600;
    color: #d20000;
    font-size: 20px;
    display: inline-block;
    /* font-weight: 400; */
    /* text-transform: uppercase; */
}
figcaption p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}


figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption span,
figure.snip1206.hover figcaption span,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption span,
figure.snip1206.hover figcaption span {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 0.7;
}


.othr5 p{
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
 padding: 18px 0px 10px 0px;
}
.othr5 a{
  background: #000;
  color:#ffcc00;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  padding: 10px 18px;
}
.othr5 a img{
  height: 35px;
}


.form-1{
  padding: 10px;
}
.form-2{
  padding: 10px;
  box-shadow: 0 0 1px #000;
}
.contac-r {
    padding: 30px 0px 0px 0px;
    margin: 0;
}
.form-texxx{
    padding: 0px;
}
.form-texxx p{
    padding: 10px 0;
    margin: 10px 0px 0px 0px;
    font-size: 30px;
    text-align: center;
	color: #d20000 ; 
}
.form-group {
    padding: 5px 15px;
    font-family: 'Open Sans',sans-serif;
}
input.form-control {
    color: #000;
}
.form-group label {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}
.form-control {
    background:#fff;
    border-radius: 0px;
}
textarea.form-control {
    height: 80px;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    padding: 12px 18px;
    border-radius: 20px;
    color: #fff;
    background:#000000;
}

/*end form section */

/*start footer section*/

.footer{
  padding: 0px;
  background: #000;
}
.footer1{
  padding:30px;
}
.footer-contact{
  padding: 0px;
}

.contact{
  padding: 10px;
}
.contact2{
  padding: 10px;
}
.contact3{
  padding: 0px;
}
.contact3 a{
  text-decoration: none;
  font-size: 20px;
  color: #fff;
} 
.contact3 a i {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid#ffcc00;
    line-height: 80px;
    color:#ffcc00;
    font-size: 25px;
    text-align: center;
    margin-right: 6px;
}
.foot{
  padding: 10px;
}
.foot-about{
  padding: 10px;
}
.foot-about1{
  padding: 0px;
}
.foot-about2{
  padding: 10px 15px;
  background: #fff;
 clip-path: polygon(17% 0%, 0 0, 0 50%, 0 100%, 20% 100%, 50% 100%, 100% 100%, 
                    100% 54%, 95% 49%, 100% 44%, 100% 0, 45% 0);
}
.foot-about2 strong{
    font-size: 15px;
    color: #191919;
    font-family: 'Open Sans',sans-serif;
}
.foot-about2 span{
    font-size: 21px;
    color: #d20000;
    font-family: 'Yatra One', cursive;
}
.foot-about2 p{
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 27px;
}
.foot-line{
  padding: 0px 0px;
}
.foot-line p{
  color: #ffcc00;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  text-transform: capitalize;
   font-family: 'Open Sans',sans-serif;
  animation: bkli 0.4s infinite;
}
@keyframes bkli{
  0%{color:#ffcc00;text-shadow: 0 0 30px;}
  50%{color: #fff;text-shadow: 0 0 10px;}
  100%{color:#ffcc00;text-shadow: 0 0 30px;}
}
.foot1{
  padding: 10px;
}
.foot2{
  padding: 10px;
}
.foot3{
  padding: 0px;
}
.foot-3{
  padding: 0px;
  text-align: left;
}
.foot-4{
  padding: 0px;
}
.foot-4 span{
  color:#ffcc00;     
  animation: bkla 0.4s infinite;
  font-size: 25px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 200;
  font-family: 'Open Sans',sans-serif;
}
@keyframes bkla{
  0%{color:#ffcc00;text-shadow: 0 0 30px;}
  50%{color: #fff;text-shadow: 0 0 10px;}
  100%{color:#ffcc00;text-shadow: 0 0 30px;}
}
.foot-4 p{
  color: #fff;
  font-size: 15px;
  padding: 20px 10px 10px 0px;
  font-family: 'Open Sans',sans-serif;
}
.foot-4 strong{
    background: #ffcc00;
    padding: 6px 6px;
    margin: 0px 5px;
    font-size: 17px;
    color: #000;
    text-align: center;
}


.foot-serv{
  padding:0px;
}
.foot-serv1{
  padding: 0px;
}
.foot-serv2{
  padding: 0px;
}
.foot-serv4{
  padding: 5px;
}
.foot-serv3{
    padding: 5px;
    background: #fff;
    text-align: center;
}
.foot-serv3 img{
       border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: 0px;
    transition: 0.5s;
    padding: 5px 15px 5px 15px;
}
.foot-serv3 p{
      padding: 7px 0px;
    margin: 10px 24px;
    text-align: center;
    color: #000;
    background: #ffcc00;
    font-size: 16px;
}
.foot-serv3 p:hover{
     color: #fff;
     background: #d20000;
}
.foot-ban{
   padding: 4px 10px 4px 10px;
}
.foot-ban1{
  padding: 0px;
}
.contact1{padding: 0px;}
.contact12{padding:0px;}

/*end footer section*/

.form{
  padding: 0px;
    color: #fff;
}
.form1{
  padding: 30px 0px;
}
.form2{
  padding: 10px 0px;
  background:#d20000 ;
}
.form-2{
    padding: 0px 30px;
}

.awards{
  padding: 0px 0px;
  background:#000;
}
.awards1{
  padding: 0px 0px;
}
.aword3{
  padding: 5px 0px;
}
.aword4{
  padding: 0px;
}
.test-head1{
  padding: 0px;
}
.test-head1 p{
  text-transform: capitalize;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0px;
  padding: 10px;
}
.testi-head{
  padding: 0px;
}
.test-head p{
  color: #ffcc00;
  text-align: center;
  padding: 40px 0 10px 0px;
  margin: 0px;
  font-size: 30px;
}
.testi5{
  padding: 80px 0px 60px;
}
#quote-carousel {
    padding: 0px;
    margin-top: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}
#quote-carousel .carousel-control {
    background: none;
    color: #ffffff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 50px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
blockquote{
  font-size: 15px;
  line-height: 27px;
}
blockquote small {
    display: block;
    font-size: 19px;
    line-height: 1.42857143;
    color:#fff;
    font-weight: 600;
}
blockquote small span {
    padding-left: 20px;
    font-style: italic;
    font-weight: 600;
    color:#ffcc00;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    filter: blur(3px);
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width:90px;
    height: 90px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.carousel-control {
  opacity:0.9;
}


/*start disclimer*/

.dis{
  padding: 0px;
  text-align: center;
   background:#d20000;
}
.dis-1{
  padding:0px 20px;
}
.dis-1 p{
    background:#d20000;
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
    margin: 0px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.copy-1{
  padding: 0px;
}
.copy-1 .copy{
  background:#000;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  margin:0px;
  font-size: 16px;
  color: #fff;
}
/*end disclimer*/


.fix{
  position: fixed;
     padding: 0px;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  border-top: 1px solid #e2e2e2;
  display: none;
}
.ff5{
  padding: 40px 10px;
}
.end
{
  margin: 0;
  padding: 0;
  text-align: center;
  
}

.end .wh-fx:after{background: #26b144;}
.end .wh-fx:before{background: #26b144;}

 .end li:before
 {
       position: absolute;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #cc0000;
    border-radius: 50%;
    transition: all 2s;
    animation-name: calla;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
   
 }
 .element2 {
  animation-delay: 2s;
  animation: pulse 2s infinite;
  display: table;
  animation-direction: alternate;
}
.end li a{    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;}
.end li a i
{
 font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}
@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 1;}
    50% {transform: scale(1.2, 1.2) ; opacity: 1;}
    100% {transform: scale(0.9, 0.9); opacity: 1;}
}


@keyframes callb{
0%{transform: rotate(0deg);}
100%{transform: rotate(-360deg);}
}
@keyframes calla{
0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}

.wh-fx{
  right: 20px;
}
.ph-fx{
  left: 20px;
}
.ph-fx a i{
  color: #fff !important;
}
.end li{
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #a20032;
    line-height: 60px;
    border-radius: 50%;
}
.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: callb;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
 }
 .element2 {
  animation-delay: 2s;
  animation: pulse 2s infinite;
  display: table;
  animation-direction: alternate;
}
.end li a i{
 font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}
@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 1;}
    50% {transform: scale(1.2, 1.2); opacity: 1;}
    100% {transform: scale(0.9, 0.9); opacity: 1;}
}
@keyframes callb{
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 calla{
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;    background: #26b144 !important;}
.ph-fx{left: 20px;}

.end li a img
{

}
 .ff5 span {
    color: #ff0000;
}


/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
    .fix{display: block;}
    .head2a{display: none;}
    .top-head {text-align: left;}
    .top2 {padding: 2px 0px;font-size: 15px;}
    .top2 span img{height: 20px;}
    .top2 span {padding: 8px 7px 8px 4px;font-size: 15px;}
    .top-2 p {padding: 10px 0px;}
    .head {padding: 0px 0px;}
    .best-services1{padding: 30px 0px;}
    .best1{width: 50%;}
    .best-serv1{padding:20px 0px 20px 0px;}
    .design-section img {position:relative;}
    .best-serv2 {padding: 0px;}
    .best2 {padding: 10px 0px;}
    .serv-list1{padding:30px 0px;}
    .aboutus-section1{padding:30px 0px;}
    .about{padding: 0px;}
    .serv-list1{padding: 30px 0px;}
    .mark2{padding: 30px 0px;}
    .serv1{padding: 30px 0px;}
    .serv2{padding: 10px 0px 0px 0px;}
    .form1{padding: 30px 0px;}
    .dis-1 {padding: 0px 0px;}
    .dis-1 p {font-size: 15px;}
    .copy-1 {padding: 0px 0px 0px 0px;}
    .serv-list2 {padding: 10px 0px;text-align: left;}
    .serv-list3 {padding: 0px;}
    .serv-ban1 {padding: 0px;}
    .callbtn {width: 60%;}
    .form2 {padding: 20px 0px;}
    .othr {padding: 0px;}
    .form-2 {text-align: left;}
    .form-group {padding: 5px 0px;}
    .ban2{width: 50%;}
    .serv3{width: 50%;}
    .othr4{width: 50%;}
    .serv-txt span {font-size: 27px;}
    .best2 p {font-size: 22px;}
    .best-serv-2 { margin:0px 0px 0px 0px;}
    .services-list1{padding:30px 0px;}
     .list1 {padding: 0px;}
     .bootom-list1{width: 50%;}
    .serv-list1{width: 50%;}
    .serv4 {padding: 10px;}
    .serv-list1{width: 50%;}
    .foot-3{text-align: center;}
    .footer1 {padding: 30px 0px;}
    .contact1{width: 32%;}
    .contact12 {width: 35%;}
    .contact2 {padding: 10px 5px;}
    .contact3 a {font-size: 16px;}
    .contact3 a i {height: 40px;width: 40px;line-height: 40px;font-size: 17px;}
    .foot-about { padding: 0px;}
    .foot-about2 {padding: 10px 8px;}
    .foot {padding: 10px 0px;}
    .foot1 {padding: 10px 0px;}
    .foot2 {padding: 0px 5px;}
    .foot-ban {padding: 4px 5px 4px 5px;text-align: center;}
    .foot-serv4{width: 50%;}
    .aword3{width: 50%;}
    .form-2{padding: 0px 0px;}
    .testi5{
  padding: 10px 0px 0px;}




   
}

@media only screen and (min-width: 768px) and  (max-width:991px) {
    .tophead-section {padding: 0px 0px;text-align: center;}
    .top-line {clip-path: none;padding: 7px 0px 7px 3px;}
	.top3 {padding: 0px 0px;}
	.top-line ul{padding: 0px;}
  .top-head {text-align: left;}
  .top2 {padding: 2px 0px;font-size: 15px;}
  .top2 span img{height: 20px;}
  .top2 span {padding: 8px 7px 8px 4px;font-size: 15px;}
  .best1{width: 50%;}
  .callbtn {width: 50%;}
  .best-serv-2 { margin:0px 0px 0px 0px;}
  .best-serv-3 {text-align: center;}
  .serv-list1{width: 50%;}
  .best-serv-3 img{    height: 316px;}
  .foot-about1 {text-align: center;}
  .contact3 a {font-size: 16px;}
    .contact3 a i {height: 40px;width: 40px;line-height: 40px;font-size: 17px;}

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
    .top-line .list{display: none;}
     .callbtn {width: 40%;}
      .list-head p {font-size: 29px;}
      .testi5{
  padding: 40px 0px 0px;}.test-head p {font-size: 28px;}
}

@media only screen and (min-width:1200px) and  (max-width:1250px){
    .top-line ul {padding: 0px 0px 0px 25px;}
       .top-line li {font-size: 16px;}

}

@media (max-width: 575px) and (min-width: 0px) {
     .top-line .list{display: none;}
    .top-line li {font-size: 16px;padding: 4px 0px 0px 0px;}
     .head-3 p {font-size: 18px;}
     .top-2 p {padding: 10px 0px; font-size: 16px;}
     .best1{width: 100%;}
     .head-line p {font-size: 15px;}
     .best-head p {font-size: 26px;}
     .best-serv1{padding:0px 0px 0px 0px;}
     .dis-1 {padding: 0px 0px;}
    .dis-1 p {font-size: 15px;}
    .copy-1 {padding: 0px 0px 0px 0px;}
    .about1 strong {font-size: 19px;}
    .serv-list4 p {font-size: 21px;}
    .mark2 p {font-size: 20px;padding: 10px 0px 0px 0px;}
    .serv-txt span {font-size: 28px;}
    .copy-1 .copy {padding: 10px 0px; font-size: 11px;}
    .ban2{width: 100%;}
    .serv3{width: 100%;}
    .othr4{width: 100%;}
    .list1{width: 100%;}
    .list-head p {line-height: 46px;font-size: 28px;}
   .list {padding: 10px 0px;}
   .serv-list1{width: 100%;}
   .serv-list1{width: 100%;}
   .bootom-list1{width: 100%;}
   .foot-about2 span {font-size: 17px;}
    .foot-about2 strong {font-size: 14px;}
    .foot-line p {font-size: 15px;}
    .foot-4 span {font-size: 17px;}
    .foot-4 p {font-size: 12px;padding: 20px 0px 11px 0px;}
    .foot-4 strong {padding: 6px 6px;margin: 0px 3px;font-size: 13px;}
    .dis {padding: 0px 0px 50px 0px;}
    .foot-serv4{width:100%;}
    .callbtn {width: 80%;}
     .foot-about2 {padding: 10px 8px;text-align: left;}
      .aword3{width: 100%;}
}



