@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
  padding:0 !important;
  margin:0 !important;}
body{
  margin:0;
  padding:0;
  color: #ff0027;
  font-family: "Inter", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

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

/* START HEADER SECTION  */ 

/* start top head section */ 

.tophead-section{
  position: relative;
  z-index: 9;
  padding: 0px  0 0;
}

.tophead{
  padding: 0px 0px 0px;
}
.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}
.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #992f70;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{padding: 13px 0 14px;}
.head-logo1{
  padding: 0px 0 0 0;
}
.head-logo2 img{
}
.head-navigation1{
  margin: 0 auto;
}
/* end top head section */ 

/* start navigation section */

.head-navigation2{
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  padding: 10px 0px;
}
.navii{
}
.navigation{
  padding: 0;
  position:relative;
  border-radius: 12px 12px 0px 0px;
  z-index: 5555;
  width: 70%;
}

.navbar-collapse{
  justify-content: flex-start;
}
 .menu{
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  padding: 4px 1px 4px;
  border-radius: 5px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 40px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 1px;
  margin: 0;
  margin-left: -0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.navbar-toggler {
  margin: -150px 0 0 auto;
  display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 10px;
  margin-left: -9px;
}
.toggle-design{
  height: 3px;
  width: 100%;
  background: rgb(132 5 128);
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  background: #ffca0000;
  color: #ffca00;
}
.menu li a.active-1 {
  background: #ffca0000;
  color: #ffca00;
  font-weight: 500;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  background: transparent;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  background: rgb(132 5 128);
  list-style: none;
  border: 3px solid #ffffff;
  border-radius: 15px;
}
.dropdown-menu ul li{
  display:block;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding:0;
}
.dropdown-menu ul li:last-child{
  border:0;
}
.dropdown-menu ul li a{
  display:block;
  color: #ffffff;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  padding: 12px 10px 12px 20px;
  font-weight: 500;
  border-radius: initial;
}
.dropdown-menu ul li a:hover {
    background: rgb(255 255 255);
    color: #000000;
}
.dropdown-menu ul li:hover{
  background: rgb(142 25 142 / 0%);
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.appointment{
  width:30%;
}
.appointment a{
    background-color: #61CE7000;
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 16px 12px 16px;
}
/* end navigation section*/


/* start fixed head css */

.fixed-top {
  position: fixed;
  top: 0;
  padding: 0px 40px 0 !important;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 1030;
  height: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px 3px #c3c3c369;
}
#navbar_top .row{
  justify-content: center;
  align-items: center;
}
.fixed-top .head-logo2 img {
  height: 67px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.fixed-top .navigation {
  padding: 0px 0px 0;
}
.logo-image{
  display:none;
}
.fixed-top .logo-image{display:inline-block;width:30%;}
.fixed-top .logo-image img{
    height: 60px;
}
.fixed-top .head-navigation1{width:70%;margin: 0;}
.fixed-top .hide-head{display:none;}

.fix-naigation{
  padding: 0;
  position: relative;
}

/* end fixed head css */

/* start book appointment section  */

.head-right{padding: 0 0 0 0px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1 a span{
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  display: block;
  margin: 0px auto 0;
  width: 50px;
  position: absolute;
  line-height: 60px;
  z-index: -9;
  top: 0px;
  height: 50px;
  border-radius: 50%;
  color: #b50202;
}
.head-right1 a span svg{
  display:block;
  margin: 10px auto 0px;
  width: 28px;
  height: 28px;
  fill: #fff;
}
.head-right1 a{
  padding: 0 0 0 0px;
  text-align:center;
  margin: 0;
  font-size: 21px;
  position:relative;
  width: fit-content;
  font-weight: 600;
  display: inline-block;
  color: #000000;
}
.head-right1 a em{
  text-transform: capitalize;
  padding: 7px 28px 7px 68px;
  display: block;
  border-radius: 15px;
  font-size: 18px;
  color: #000000;
  font-style: normal;
}
.head-right1 a em b{font-weight: 400;display: block;font-size: 14px;color: #E10F13;text-align: left;}
.head-right1 a svg{
  height:30px;
  width:30px;
}
.head-right1 ul li a:before{
  content: "";
  background: #ffffff;
  height: 60px;
  width: 60px;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -30px;
  left: 0;
}
.head-right li img{
  height: 37px;
  z-index: 9;
  position: relative;
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #6cb736;
  padding: 2px 27px 6px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #fff;
  border-top: 0px;
  text-transform: capitalize;
  color: #fff;
  margin: 3px 0  0;
  text-shadow: none;
  font-size: 25px;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a img{
  height: 41px;
  position: absolute;
  bottom: -30px;
  filter: none;
  top: auto;
  right: 0;
  z-index: inherit;
  animation: pulse 1s infinite linear;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}
.top-call a{
  text-transform: capitalize;
  padding: 7px 28px;
  display: block;
  border-radius: 0px 0px 35px 35px;
  color: #fff;
  width: fit-content;
  display: none;
  font-weight: 600;
  margin: 0 auto;
  font-style: normal;
  background: #b00a4d;
  font-size: 24px;
}
.top-call a svg{
  height: 40px;
  width: 40px;
  fill:#ffd800;
}

/* end book appointment section */

/* start slider section  */

.slide-section{
  position: relative;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION*/

/* start top services section */

.topservices-section{
  padding: 50px 0;
  position:relative;
}
.topservices-section:before{
  content:"";
  background:url(images/border.png) no-repeat;
  height:100%;
  width:100%;
  top: 0;
  left:0;
  z-index: -9;
  position: absolute;
}
.topservices2 img{
  border-radius: 170px 170px 0 0;
  width: 100%;
}
.topservices2{
  padding:10px;
}
.topservices1:nth-child(2){
  padding: 20px;
  margin: -70px 0 0 0;
}
.topservices2 strong{
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 30px;
  text-align: center;
  padding: 12px 10px;
  font-size: 21px;
  color: #232323;
  top: auto;
  width: 100%;
  font-weight: 600;
}
.list-design{
  margin: -80px 0 0 0;
  padding: 0 20px;
}
.list ul li{
  list-style: none;
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  margin: 12px 0 0;
  font-size: 17px;
  text-align: left;
  background: #6c0000;
  padding: 13px 9px 11px 43px;
  color: #ffffff;
}
.list ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  height: 32px;
  background: url(images/icon.png) no-repeat;
  top: 8px;
  border-radius: 50%;
  width: 32px;
}
.experiences-pandit p{
  text-transform: capitalize;
  color: #ffffff;
  font-size: 19px;
  margin: -50px 0 0 0px;
}
.experiences-pandit p svg{
  height: 21px;
  fill: #6c0000;
  width: 21px;
  animation: rotate 5s linear infinite;
}

  @keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
  
.experiences-pandit{
  text-align: center;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  padding: 40px 20px;
  border-radius: 40px;
  margin: 30px 0 0;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.experiences-pandit strong{
  font-size: 150px;
  color: #950003;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  font-family: 'Adorage.otf';
  margin: -30px 0 0 0;
  display: block;
}
.experiences-pandit aside{
  font-size: 37px;
  font-family: 'Adorage.otf';
  color: #000000;
  padding: 10px 0 0;
  font-weight: 500;
}
/* end top services section */


/* start about us section*/

.aboutus-section{
  z-index:9;
  padding: 60px 0 96px;
  position: relative;
}
.aboutus-1{
  padding: 0 0 0;
  position:relative;
}
.aboutus-2{
  padding: 0px 0 0 0;
}
.about-heading h1{
  font-size: 43px;
  text-align: left;
  line-height: 60px;
  font-weight: 700;
  padding: 0px 0 0 0px;
  color: #000;
  text-transform: capitalize;
}
.about-heading strong{
  font-size: 43px;
  text-align: left;
  line-height: 60px;
  font-weight: 700;
  padding: 0px 0 0 0px;
  color: #000;
  text-transform: capitalize;
}
.about-heading em{
  line-height: 30px;
  color: #000;
  font-style: normal;
  width: 100%;
  font-size: 15px;
  display: block;
}
.about-heading h1 a{
  color: #000;
}
.about-heading p{
  color: #820582;
  text-align: left;
  font-size: 16px;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 700;
}
.about-heading p:before, .about-heading p:after{
  position: absolute;
  color: #820582;
  top: -6px;
  left: 1px;
  font-size: 25px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.about-heading p:after{
  right: 1px;
  left: auto;
}
.about-content p{
  color: #000000;
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
  padding: 0px 0 10px;
}
.about-content p strong{
  color: #000000;
  font-weight: 500;
}

.about-content ul li{
    list-style: none;
    display: inline-block;
    background-color: #820582;
    font-family: "Sora", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    margin: 3px 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    padding: 8px 15px 8px 15px;
}
.about-content ul{padding:0;margin:0;}

.about-content a span{
  font-weight:600;
}
.about-content a b{
  font-weight: 800;
  color: #ff9f02;
}
.about-content h2,h3,h4,h5,h6{
    list-style: none;
    position: relative;
    border-radius: 50px;
    text-transform: capitalize;
    display: block;
    line-height: 36px;
    margin: 6px 0 29px;
    font-size: 25px;
    text-align: left;
    background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
    padding: 13px 9px 11px 23px;
    color: #ffffff;
}
.about-content h2,h3,h4,h5,h6,strong{
  color: #ffffff;
  font-weight: 500;
}
.maincontent-right1{
  padding: 0 0 0px 40px;
}
.list-design1 ul li{
  list-style: none;
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  margin: 12px 0 0;
  font-size: 17px;
  text-align: left;
  background: #6c0000;
  padding: 13px 9px 11px 43px;
  color: #ffffff;
}
.list-design1 ul li a{color:#fff;display:block;}
.list-design1 ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  height: 29px;
  background: url(images/icon.png) no-repeat;
  top: 8px;
  border-radius: 50%;
  width: 28px;
  animation: rotate 5s linear infinite;
}
.list-design1{
  padding: 0 0 0 30px;
}
.design-about-inner{
  background: linear-gradient(45deg, #ffdc8e, transparent);
  padding: 40px 0;
}
.about-co{
  padding:0 0 0 30px;
}
.about-co-bottom{
  padding:0 30px 0 0;
}
.aboutus-image1{
  padding: 70px 0 0 100px;
  position: relative;
}

.getin-form {
   padding: 30px 0px 30px;
   background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
   position:relative;
   border-radius: 10px;
   z-index: 999999;
}
.text-form a{
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  color: #fff;
  padding: 17px 10px;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  z-index: 99999;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 18px;
  border-radius: 10px;
  width: 80%;
  letter-spacing: 0.5px;
  top: 89%;
  transform: rotate(-90deg) translateY(-0%);
  transform-origin: left top;
}
.text-form:before{
  height:10%;
  width: 95%;
  left: -186px;
  top: 50%;
  background: transparent;
  position:absolute;
  content:"";
  transform: rotate(-90deg) translateY(-0%);
  border: 3px solid #d0d0d0;
  border-radius: 10px;
  margin: 0 0 0;
  z-index: 55555;
}
.text-form a svg{
  height:20px;
  width:20px;
}
.contac-rr {
  padding: 30px 20px 0 20px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px 8px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: #fff;
  border: 1px solid ;
  border-radius: 15px;
  display: block;
  width: 100%;
  padding: 12px 14px 10px 10px;
  font-size: 15px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 110px;
  color: #ffffff;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 44px 0px 0;
  display: inline-block;
  margin: 0;
  text-align: center;
}
.btn-group>.btn{
  width: fit-content;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 9px 29px 8px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border:0;
  border-radius: 70px;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #8b8b8b;
  padding-left:10px;
  font-size:17px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 49px;
  line-height: normal;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #fff;
}
.form-heading p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.bottom-page-content{
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  padding: 30px !important;
  margin: 20px auto 0;
}
.bottom-page-content h2, h3, h4, h5, h6, strong{
}
.bottom-page-content  p{
  color: #ffffff;
}

/* end about us section*/


/* start services section */

.services-section{
  background: url(images/services-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  margin: 0 auto 0 0;
  padding: 0 0px 0 0px;
  width: fit-content;
}
.services-heading strong{
  display: block;
  font-weight: 600;
  color: #000;
  padding: 0;
  text-transform: capitalize;
  position:relative;
  font-size: 47px;
}
.services-heading aside{
  color: #000000;
  line-height: 30px;
  font-size: 17px;
  width: 100%;
  margin: 0 auto;
}
.services-heading span{
  font-family: "Sora", Sans-serif;
  font-size: 16px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 0 40px;
  width: fit-content;
  margin: 0 auto;
  line-height: 24px;
  color: #820582;
}
.services-heading span:before, .services-heading span:after{
  position: absolute;
  color: #820582;
  top: 2px;
  left: 1px;
  font-size: 25px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.services-heading span:after{
  right: 1px;
  left: auto;
}
.contact-services strong{
  font-size: 34px;
  display: block;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-1{
  padding: 10px 10px 10px;
}
.services-2{
  background: #820582;
  position:relative;
  z-index: 9;
  border-radius: 20px;
}
.services-3{padding: 0px 0px 0 0px;}
.services-3 img{
  margin: 0 auto 0px;
  border-radius: inherit;
  border-radius: 20px 20px 0 0;
  width: 100%;
  display: block;
}
.services-3 a{
  border-radius: 20px 20px;
  color: #fff;
  background: #ff8e01;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 4px 23px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.services-3 a .bi{
  height: 30px;
  width: 30px;
  animation: pulse 0.5s infinite linear;
}
.services-4{
}
.services-4 strong{
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  color: #820582;
  font-size: 29px;
  background: #ffc300;
}
.services-4 p{
  color: #ffffff;
  line-height: 29px;
  font-size: 15px;
  z-index: 9;
  padding: 20px 21px 0px;
  position:relative;
}

.services-4 a{
  color: #fec200;
  display: inline-block;
  letter-spacing: 0px;
  padding: 20px 0px 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.services-3 i{
  background: #e10f13;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 16px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
}
/* end services section */

/* start why choose us section */

.banner-section{
  padding:60px 0;
}
.whychoose-section{
  background:#fff4cf;
  padding: 70px 0 40px;
}
.chooseus strong{
  font-size: 44px;
  font-weight: 700;
}
.chooseus p{
  color: #820582;
  text-align: left;
  font-size: 16px;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 700;
}
.chooseus p:before, .chooseus p:after{
  position: absolute;
  color: #820582;
  top: -6px;
  left: 1px;
  font-size: 25px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.chooseus p:after{
  right: 1px;
  left: auto;
}
.chooseus aside{
   line-height: 30px;
   color: #000;
   width: 100%;
   font-size: 15px;
}
.chat-whatsapp a{
  display:block;
}
.chat-whatsapp a b{margin: 0 20px 0 0px;}
.chat-whatsapp a b svg, .cls-1{
  height: 60px;
  fill: #FEF !important;
  width: 60px;
}


.choose-us1{
  padding: 10px 0px 0px;
}

.choose-us2{
  padding: 10px;
  text-align: center;
}
.choose strong{
  color: #000000;
  padding: 15px 0  0;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.choose p{
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 27px;
  font-weight: 500;
}
.choose span{
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #820582;
  height: 150px;
  width: 150px;
  line-height: 140px;
  border-radius: 50%;
  border: 10px solid #b266b2;
}

.choose span svg{
  height: 70px;
  width: 70px;
}
.choose{
  padding: 20px 10px;
  background: #ffc300;
  border-radius: 30px;
  position: relative;
}
.choose:before{
  content:"";
  position:absolute;
  height:100px;
  width:100%;
  left:0;
  right:0;
  margin:0 auto;
  background: #fff;
  top:0;
  border-radius: 0 0 320px 320px;
}
.banner-design{
  padding:10px;
}
/* end why choose us section */

/* start other services section */

.otherservices{
  padding: 0 0 10px;
  position:relative;
  margin: 60px 0 0 0;
}
.otherserv{
  position:relative;
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  padding: 30px;
  z-index: 9;
  border-radius: 9px;
}
.otherserv1{
  margin: 0 auto;
  background: #ffd0d0;
  border-radius: 10px;
  padding: 20px 20px;
}
.otherservices:before{
  height: 50%;
  width:100%;
  background:linear-gradient(to right, #ffc107, rgb(255 142 1));
  content:"";
  position:absolute;
  bottom: 0;
  left:0;
  right:0;
}
.otherservices-left2{
  padding: 0 2px;
  background:#e10f13;
}
.otherservices-left2 span{
  font-size: 64px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.otherservices-left2 p{
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.otherservices-left2 a{
  margin: 2px 0 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  border-radius: 9px;
  text-transform: capitalize;
  font-weight: 600;
}
.otherservices-left2 a i{
  display:block;
}
.otherservices-left2 a i svg,.st0, .st1, .st2{
  height:20px;
  width:20px;
  fill: #fff;
  stroke: #fff;
}
.otherservices-right1{
  padding:0 0 0 30px;
}
.otherservices-right1 ul li{
  list-style:none;
  display:inline-block;
  background-color: #820582;
  font-family: "Sora", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  padding: 8px 15px 8px 15px;
  margin: 5px 4px;
  border-radius: 2px;
}

/* end other services section */

/* start main services section  */

.main-services{
  padding: 110px 0 0px;
}
.heading-services strong{
  color: #000;
  text-align: center;
  font-size: 48px;
  display: block;
  font-weight: 700;
}

 .main-services1{
   padding: 10px;
 }
 .main-services2{
   margin:0px 0;
   padding: 0 0 20px 0;
 }
.main-services2 img{
  border-radius:50%;
  height: 180px;
  margin: 46px 0 0;
  border: 5px solid #eccf72;
  outline: 7px solid #bd9c4f;
}
.main-services2 span{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
  font-family: 'Adorage.otf';
}
.main-services2 span svg{
  height: 300px;
  width: 300px;
}
.main-services2 strong{
  color: #000;
  display:block;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin:70px 0 0 0;
}
.main-services2 a{
  display: block;
  margin: 0 auto;
}
.main-services2 a em{
  padding: 14px 21px 4px;
  color: #ffffff;
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  display: block;
  padding: 12px 30px 7px;
  margin: 0 auto;
  font-style: normal;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 28px;
  width: fit-content;
}
.main-services2 a b{
  display: block;
  width: fit-content;
  background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
  border-radius: 20px;
1px:
  s;
  margin: 0px auto -10px;
  border: 2px solid #f39d00;
  padding: 3px 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  z-index: 9;
  position: relative;
}
 /* end main services section */


/* start testimonials section */

.testimonials{
  background-image: url(images/testimonial-bg.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 170px;
  padding: 40px 0px 170px;
}
.testimonials .services-heading span{
}
.client svg{
  height: 280px;
  width: 230px;
  display: block;
  fill: #ffb205;
  transform: rotate(341deg);
}
.client strong{
  display: block;
  line-height: 100px;
  font-size: 90px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
}
.client b{
  display: block;
  font-size: 80px;
  text-transform: uppercase;
  color: #6c0001;
  font-weight: 700;
}
.right-testimonials .services-heading p{
  margin: -50px auto 0 0px;
  font-size: 15px;
  line-height: 28px;
  padding: 0;
  font-weight: 400;
  color: #000000;
  text-transform: math-auto;
  text-align: center;
}
.right-testimonials{
  padding:0 0 0 50px;
}
.testimonials1{
  padding: 6px;
}
.testimonials2{
  padding: 22px 20px 1px;
  position: relative;
  background: #ff9600;
  border-radius: 30px;
}
.testimonials3{
}
.testimonials3 strong{
  text-align: left;
}
.testimonials3 strong p{font-size: 18px;text-transform: capitalize;color: #000000;display: inline-block;text-align: center;font-weight: 600;}
.testimonials3 strong i{
  color: rgb(130 5 130);
  font-weight: 700;
  padding: 11px 0 0 3px;
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #000000;
  padding: 7px 0 0;
  line-height: 27px;
  text-align: left;
  font-size: 15px;
}
.testimonials4 {
  position: relative;
}
.testimonials4 span{
  display: block;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 0px;
  right: 0px;
}
.testimonials4 span .bi{
  height: 100px;
  color: #ffffffa8;
  width: 100px;
  opacity: 0.2;
}
.testimonials4 i {
  background: #fff;
  display: block;
  width: fit-content;
  padding: 0 8px;
  margin: -0px 0 -3px auto;
}
.testimonials4 i svg{
  margin: 0 -1px;
  height: 33px;
  width: 81px;
  animation: pulse 1s infinite ease-in-out alternate;
}
.owl-dots, .owl-nav{display:none;}

/* end testimonials section */



/* start footer section */

.footer {
    padding: 60px 0 0;
    position: relative;
    z-index: 9;
    background: #000000;
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    z-index: -99;
    opacity: 5%;
    background-position: center;
    background-attachment: fixed
}

.footer .footer_bg_light {
    position: absolute;
    top: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    left: 0
}

.footer-heading {
    width: fit-content;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #ff9600;
    padding: 0 22px;
}
.footer-heading:before{
  position: absolute;
  color: #ff9600;
  top: 0px;
  left: 1px;
  font-weight: 500;
  font-size: 20px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.footer-center2 {
    padding: 0 30px 0 0
}

.footer-center2 a img {height: 60px;background: #Ffff;}

.footer-center2 a {
    display: block;
    width: fit-content;
    padding: 8px
}

.foot-des {
    padding-bottom: 50px;
    border-bottom: 1px solid #400c0c
}

.footer-contact strong {
    font-size: 21px;
    margin: 0;
    display: block;
    color: #ffc603;
    padding: 0
}

.footer-contact ul li {
    padding: 0 0 11px;
    font-weight: 300;
    list-style: none;
    font-size: 19px
}

.footer-contact li a {
    font-weight: 500;
    display: block;
    color: #fff;
    text-transform: capitalize
}

.footer-contact li a span {
    color: #fdcd00;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    font-size: 14px
}

.footer-contact li a span .bi {
    height: 1.2rem;
    width: 1.2rem;
    margin: 3px 0 0
}

.footer-contact li a i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin: 6px 0 0;
    display: block
}

.links-quick {
    border-top: 1px solid #373737;
    padding: 14px 0;
    border-bottom: 1px solid #373737
}

.links-quick ul li {
    list-style: none;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    padding: 0 28px;
    font-weight: 400
}

.links-quick ul li a .bi {
    height: 1.3rem;
    margin: 0 2px -2px 0;
    width: 1.3rem;
    color: #ffca55
}

.text-centent p {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    padding: 8px 0 0
}

.text-centent a {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
    padding: 6px 0 0 60px
}

.copy p,.text-links ul li {
    color: #fff;
    font-size: 16px
}

.text-centent a span {
    height: 50px;
    line-height: 49px;
    width: 50px;
    background: #4d0e06;
    left: 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: absolute
}

.text-centent a .bi {
    animation: .6s ease-in infinite fade-ani;
    height: 1.8rem;
    margin: 0;
    width: 1.8rem;
    color: #ff9600
}

@keyframes fade-ani {
    50% {
        opacity: .4
    }
}

.text-links ul li {
    text-transform: capitalize;
    position: relative;
    margin: 13px 0 0;
    padding: 0 0 0 19px;
    list-style: none
}

.text-links ul li a{
  color:#fff;
}
.text-links ul li:before {
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
  font-size: 16px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}

.footer-social {
    padding: 0 50px 0 0
}

.footer-social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.footer-social li a {
    color: #fff;
    display: block;
    line-height: 41px;
    font-size: 21px;
    text-align: center
}

.footer-social li a:hover {
    background: #232e45;
    color: #fff
}

.footer-social li a .bi {
    height: 1rem;
    width: 1rem
}

.copyright {
    padding: 7px 15px
}

.copy p {
    font-weight: 500;
    padding: 0 0 0 40px;
    text-align: left
}

.copy-mid {
    padding: 10px 0;
    align-items: center;
    background: #E10F13;
}
/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  background: #65276f;
  padding: 60px 0 60px;
}
.breadcrumb-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  margin:0 auto;
  background:url(images/astrology.jpg) no-repeat;
  background-size:cover;
  opacity: 10%;
  top: 0;
}
.first-item {
  font-size: 50px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  position: relative;
}
.first-item a {
  color: #ffffff;
  display: block;
}
/* end bread crumb section  */


/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
  z-index: 999999;
}
.contact-icon a{
  display:block;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  height: 44px;
  font-size: 20px;
  line-height: 45px;
  width: 44px;
  text-transform: uppercase;
  font-weight: 600;
}
.center-icon a{
  background: #ec000f;
}
.left-icon a{
  background: #00aa00;
  margin: 0 0 0 auto;
}
.contact-icon a .bi{
   height: 20px;
   margin: 0 0 0px 0;
   width: 20px;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}

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

.about-chat{margin: 70px 0 0px -120px;}
.inner-page{
  padding: 0 40px 0px 0px;
}
/*=========== END ABOUT US PAGE CSS=========  */

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


.getintouch{
  padding:100px 0;
  background: #fff4cf;
}
.getin-left1{
  padding: 0 0px 0 30px;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 0px 10px 29px;
}
.contact-get-2 a{
  text-align: center;
  padding: 40px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.19);
  border: 1px solid #eee;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.getin-content strong{
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 10px 0 0 0;
  margin: 10px 0 0;
}
.getin-content span{display: block;position: relative;text-align: center;height: 79px;background: linear-gradient(90deg, #E10F13 0%, #820582 100%);width: 80px;line-height: 106px;border-radius: 50%;margin: 0 auto;}
.getin-content span .bi{
  height: 40px;
  width:40px;
  color:#fff;
}
.contact-get-2:last-child .getin-content strong{
   font-size: 20px;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/




@media (max-width: 767px){
  body{text-align: center;}
  .top-call a{display:block;}
  .about-co, .getin-left1, .tophead-section{padding:0;}
  .head-right{display:none;}
  .head-logo2{text-align:left !Important;}
  .head-logo1{width: 40%;}
  .menu li{display:block;}
  .navii{padding: 0 0px;border-radius: 20px;margin: 0;}
  .appointment{display:none;}
  .navbar {padding:0;}
   .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .topservices2 strong{padding: 7px 5px;font-size: 16px;}
  .list-design{padding:0 10px;}
  .list ul li{padding: 13px 5px 11px 30px;border-radius: 10px;}
  .list ul li:before{left: 0px;}
  .aboutus-image1{padding: 40px 0 0 0px;}
  .about-heading h1{font-size: 41px;}
  .services-2{padding: 20px 10px 20px;}
  .services-4 strong{font-size: 19px;}
  .services-heading strong{font-size: 110px;}
  .services-3 img{height:auto;}
  .services-section svg{margin: 0px 0 -1px 0;}
  .right-choose{text-align:center !Important;}
  .chat-whatsapp a{margin:0;width: 100%;font-size: 34px;padding: 10px 20px 10px 40px;text-align: left;}
  .client svg{position:absolute;opacity:0.2;right:0;z-index: -9;top:0;}
  .right-testimonials .services-heading p{margin:0;}
  .client strong{font-size: 48px;}
  .client b{font-size: 88px;margin: -40px 0 0;}
  .maincontent-right1{padding:0;}
   .about-chat {margin: 20px 0 40px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
    .dropdown-toggle::after{display:none;}
  .list-design1{padding:0;}
  .about-content h2, h3, h4, h5, h6{ padding: 13px 9px 11px 15px;border-radius: 10px; font-size: 17px;line-height: 30px;}
  .banner-love-about{padding:0 !important;}
  .breadcrumb-section .last-item{position:relative;left:0;}
  .breadcrumb-section{padding: 10px 0 20px;}
  .first-item{font-size: 36px;}
  .getin-content:nth-child(2) strong{font-size: 17px;}
  .getin-left1{padding:0;}
  .contact-get-1 .call-about a{font-size: 35px;}
  .inner-page{padding: 0 0px 0px 0px;}
  .otherserv{padding:10px;}
  .otherserv1{padding:10px;}
  .otherservices-right1 ul li{margin: 10px 0 0 0;}
    .main-services2 span svg {height: 200px;width: 200px;}
  .main-services2 img{height: 130px;margin: 26px 0 0;}
  .main-services2 a em{padding: 14px 12px 4px;font-size: 20px;}
  .main-services2 strong{font-size: 31px;}
  .heading-services strong{font-size: 26px;}
  .main-services {padding: 60px 0 0px;}
  .navigation{width:100%}
   .services-heading strong{font-size: 40px;}
  .testimonials{background:#fff4e4;padding: 40px 0px 80px;}
  .right-testimonials{padding:0;}
  .footer-social{display:none;}
  .copy p{text-align:center;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-co, .getin-left1, .tophead-section{padding:0;}
  .head-right{display:none;}
  .head-logo2{text-align:left !Important;}
  .head-logo1{width: 40%;}
  .menu li{display:block;}
  .navii{ padding: 0 0px;border-radius: 20px;}
  .appointment{display:none;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .topservices2 strong{padding: 7px 5px;font-size: 16px;}
  .list-design{padding:0 10px;}
  .list ul li{padding: 13px 5px 11px 30px;border-radius: 10px;}
  .list ul li:before{left: 0px;}
  .services-section svg{margin: 0px 0 -1px 0;}
  .right-choose{text-align:center !Important;}
  .chat-whatsapp a{margin:0;width: 90%;font-size: 51px;}
  .client svg{position:absolute;opacity:0.2;right:0;z-index: -9;top:0;}
  .right-testimonials .services-heading p{margin:0;}
  .contact-info2 ul li:nth-child(2) strong{font-size:14px;}
  .contact-info2 span{height: 80px;width: 80px;line-height: 83px;top: 21px;right: 0px;border: 8px solid #ff8e0145;}
  .contact-info2 span .bi{height:30px;width:30px;}
  .about-chat {margin: 70px 0 0px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
   .otherserv{padding:10px;}
  .otherserv1{padding:10px;}
  .otherservices-right1 ul li{margin: 10px 0 0 0;}
  .main-services2 span svg {height: 200px;width: 200px;}
  .main-services2 img{height: 130px;margin: 26px 0 0;}
  .main-services2 a em{padding: 14px 12px 4px;font-size: 20px;}
  .main-services2 strong{font-size: 25px;}
  .navigation{width:100%}
  .services-heading strong{font-size: 40px;}
  .testimonials{background:#fff4e4;}
  .right-testimonials{padding:0;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li{padding: 0px 5px;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .about-heading h1{font-size: 38px;}
  .services-section svg{margin: 0px 0 -2px 0;}
  .services-4 strong{font-size: 18px;}
  .chooseus strong{font-size: 45px;}
  .choose-design-right1{margin:-40px 0 0 0;padding: 0 0 30px 0;}
  .about-co{padding:0;}
  .choose strong{font-size: 14px;}
  .client b{font-size: 70px;}
  .about-chat {margin: 70px 0 0px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
  .contact-get-1 .call-about a{font-size: 31px;}
  .main-services2 span svg {height: 290px;width: 290px;}
  .otherservices-left2 span{font-size: 42px;}
  .main-services2 a em{padding: 12px 20px 7px;}
  .text-form a{font-size: 13px;}
  .text-form:before{display: none;}
  .form-heading strong { font-size: 35px;}
  

}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .chooseus strong{font-size: 56px;}
  .contact-info2 span{right: -10px;}
  .services-section svg{margin: 0px 0 -2px 0;}
  .about-chat {margin: 70px 0 0px -49px;}
  .text-form a{font-size: 13px;}

}

@media (max-width: 575px) and (min-width: 0px) {
  .form-heading strong{font-size: 39px;}
  .contac-rr {padding: 30px 10px 0 10px;}
  .list-design{margin:0;}
  .client strong{line-height: 58px;font-size: 38px;}
  .choose-design-left1 span{height: 80px;width: 80px; font-size: 79px;line-height: 90px;}
  .services-heading p{margin: -20px auto 0 0px;}
  .services-heading span{padding:0;}
  .cen-design{ padding: 10px 0 0;}
  .chat-whatsapp a b svg, .cls-1{height:30px;width:30px;}

}
@media (max-width: 420px) and (min-width: 0px) {
  .client b{font-size: 59px;margin: -0px 0 0;}
  .services-heading strong{font-size: 52px;margin: -0px 0 0;}
  .chooseus strong{font-size: 58px;line-height: 72px;text-align: left;margin: -0px 0 0;}
  .services-heading p{font-size: 21px;margin: -20px auto 0 60px;}
  .services-heading span{font-size: 30px;padding: 0 0 px 0;}
  .contact-info2 ul li:nth-child(2) strong{font-size: 17px;}
  .head-logo1{width: 70%;}
  .navbar-toggler {margin: -60px 0 0 auto;}
  .contact-get-1 .call-about a{font-size:30px;}
  .otherservices-right1 ul li{display:block;margin: 10px 0 0 0;}

}













