  /*jssor slider loading skin spin css*/
  .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {position:absolute;cursor:pointer;}
.jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb053 .i:hover .b {fill-opacity:.7;}
.jssorb053 .iav .b {fill-opacity: 1;}
.jssorb053 .i.idn {opacity:.3;}

/*jssor slider arrow skin 093 css*/
.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}

/* above header start */
.testimonials-head p{
    text-align:center;
    font-size:1.2em;
    color:#000;
    padding:10px 0px;
}
.mobile_img img{
    width:100%;
    border-top: 2px solid #a11133;
    border-left: 2px solid #a11133;
    border-right: 2px solid #a11133;
}
#above-header{
    background: radial-gradient(#f31b4d, #160106);
    padding:5px 0px;
}
#above-header .above-header .above-header-inr .above-header-inr-content ul li {
    display:inline;
    margin:3px 7px;
}
.above-header-inr-content ul{
    padding:0;
    margin:0;
}
.above-header-inr-content ul li a{
    color:#fff;
}
.above-header-inr-content ul li a i{
    font-size: 14px;
    padding: 5px;
    background: #f8c331;
    width: 25px;
    height: 25px;
    /* border: 1px solid #000; */
    margin-right:10px;

}
.above-header-inr-appointment h4{
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0px;
}
.above-header-inr-appointment h4 a{
    background: #fbd134;
    padding: 5px 15px;
    color: #2d040d;
    font-weight: 400;
   

}
/* above header end */

/* about us section start */
#about-in{
    padding:30px 0px;
    background:url(../images/abt-sec-back.jpg);
    /* background: radial-gradient(#f7c507,#f7c507,#ffffff); */
    background: radial-gradient(#f7c507,#bd2824,#e21611);
    box-shadow: 0px 0px 9px #000;
}
#about-in .about-in{
    background:#bc143b;
    padding:15px;
    background:#bd2824
}
#about-in .about-in .about-in-sec-content-head h2{
    font-family: 'Oswald', sans-serif;
    text-transform:capitalize;
    font-size:34px;
    color:#fff;

}
#about-in .about-in .about-in-sec-content-head h2 span{
    color:#fad859;
}
#about-in .about-in .about-in-sec-content .about-in-sec-content-matter p{
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    color:#fff;

}
#about-in .about-in .about-in-sec-img img{
    max-width: 100%;
    padding: 2px;
    background: #fff;
    box-shadow: -8px 6px 6px #00000094;
    border-radius: 10px;
}



.purchase{
    position: fixed;
    top: 85%;
    right: 2%;
    z-index: 10000;
    box-shadow: 1px 2px 10px 4px #43046878;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid white;
}
.pulse-button {
    padding: 20px 18px;
    border: none;
    /* box-shadow: 0 0 0 0 rgb(73, 22, 124); */
    box-shadow: 0 0 0 0 rgba(40, 15, 140, 0.62);
    font-weight: bold;
    border-radius: 50%;
    color: white;
    background-color: #0b2768;
    cursor: pointer;
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.purchase a{	
   color: white !important;
   padding: 25px 21px;
}
.pulse-button:hover {
   animation: none;
}
@-webkit-keyframes pulse {
   to {
       box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
   }
}
@-moz-keyframes pulse {
   to {
       box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
   }
}
@-ms-keyframes pulse {
   to {
       box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
   }
}
@keyframes pulse {
   to {
       box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
   }
}

.flex-services {display: flex; flex-flow: column;}
.sm-swap-block {display: flex; flex-flow: column;}
.sm-swap-block > div:first-child {order: 2;}
.sm-swap-block .arrow-bottom::after{top: -29px; border: solid transparent; border-bottom-color: #f5f5f5; border-width: 15px; margin-left: -15px;}

#contact-block{
    padding:30px 0px;
}
/* service section start */
.flex-img img{
    background:#000;
    border:2px solid #fff;
    padding:5px;
    position: relative;
}
.flex-img h4 a{
    position:absolute;
    top:30px;
}
.flex-img img:hover{
    opacity: 0.7;
    transition-duration: 0.7s;
    padding:0;
}
.flex-content{
    background:#f31b4d
}
.flex-content p{
    color:#fff;
}

/* service section end */


/* form stylesheet */
#contact-sec{  
    padding:30px 0px;
}
/* .overlay{
    background:#0b2768d9;
    background:#fbe48cc7;
} */
.contact-sec{
    background: #de1947;
    background:#bd2824;
    padding: 7px;
    border-radius:8px;
}
.hm_contact_form {
    position: relative;
    padding: 20px;
    background-color:#0b2768;
    border: 1px solid #ddd;
}
.hm_contact_form h2.title1 {
    background-color: #051154;
    padding: 10px 20px;
    margin: 0px -27px;
    color: #fff;
	text-align:center;
	border:2px solid #ffffff;
}
.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}
.form_row {
    margin-top: 10px;
}
.form_row .hm_input_text {
    border-radius: 4px;
    color: #324545;
    font-weight: 600;
    width: 100%;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.text-white-color {
    color: #fff;
}
.wpcf7-submit{
    background-color: rgb(189, 40, 36);
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #ffffff;
    font-family: Lato;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
	padding:10px 20px;
	margin-top:20px;
}
.form-head{
    font-family: 'Great Vibes', cursive;
    font-size: 37px;
    padding: 5px 0px;
}
.form-sub{font-size:24px}
#client-views{
    padding: 30px 0px;
}
.testimonials-head h3{
    text-align:center;
    font-size:35px;
    color:#bd2824;
    text-transform:uppercase;   
}
.testimonials-head h4{
    font-size:28px;
    text-align:center;
    color:#de1947;
    text-transform: capitalize;
}
.testimonials-head h4 span{
    background: #0b1429;
    color: #fff;
    padding: 5px;
    border-radius:4px;
    box-shadow: 1px 4px 4px 2px #0000006b;
}

/* service section start */
#service-sec{
    padding:30px 0px;
    background:#ffc903;
}
#service-sec .service-sec .service-sec-head h4{
    text-align:center;
    text-transform:uppercase;
    color:#de1947
}
.head-sec-bars i{
  font-size: 40px;
  padding: 20px;
  background: #bd2824;
  color: #fff;
  box-shadow: 0px 0px 10px #716969;
}
#service-sec .service-sec-head{
  padding:20px 0px;
}
    #service-sec .service-sec-head .head-sec-bars-matter h5{
    font-weight: 400;
    text-transform: uppercase;
    color: #0b2768;
    letter-spacing: 5px;
    }
    #service-sec .service-sec-head .head-sec-bars-matter h4{
      font-weight: bolder;
      text-transform: uppercase;
      color: #f83900;
      font-size: 35px;
      line-height: 28px;
      }
/* service section end */
.box-matter{
    margin-bottom: 20px;
    background: #ce0202;
    padding: 12px 6px;
}
.box-matter h4{
  font-family: 'Oswald', sans-serif;
  color:#ffffff;
  text-transform: uppercase;
  font-weight:400
}
.box-matter a{
  padding:10px;
  color:#ffffff;
  background:#750606;
}
.box-matter p{
  font-family: 'Abel', sans-serif;
  color:#fff;
  font-size:16px
}
   
/* special section start */
#spl-sec{
  /* padding: 30px 0px; */
  background:#f00;
  background: radial-gradient(#f31b4d, #0d1118);
  background: radial-gradient(#f31b4d, #f31b4d, #f31b4d);
}
#spl-sec .spl-sec .spl-sec-img img{
  width:100%;
  box-shadow:0px 0px 9px #000;
}

.wayd {
  color:#ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
text-align:center;
font-size:36px;
line-height:48px;
}
.ou a {
background: transparent;
color: #ffffff;
padding: 10px 21px 8px 19px;
font-size: 21px;
border-radius: 45px;
border: 1px solid;
text-align:center
}

.ou a:hover {
background: transparent;
color: #ffffff;
padding: 10px 21px 8px 19px;
font-size: 21px;
border-radius: 45px;
border: 1px solid;
font-weight: 600;
}


.ou {
margin-top: 48px;
}
.bannertopconetr p{text-align:center;color:#ffffff;font-size:16px}
@media only screen and (max-width:767px) {
.wayd {
font-size:24px;
line-height:38px;
}
}
#chat-us{
  background: #0b2768;
  padding: 30px 0px;
  box-shadow: 1px 7px 9px #00000078;
}
.spl-sec-services-inr ul li{
  color:#fff;
  text-transform:capitalize;
  font-size:16px;
  list-style-type:none;
  line-height: 24px;
  line-height:33px;
  border-bottom-style: dotted;
    border-width: 1px;
    border-color: #fff;
    width:90%;
}
.spl-sec-services-inr ul li::before{
  content:url(../images/ar.png);
  margin-right:6px;
}

.spl-sec-services-inr ul li a{
  color:#fff;
 
}
.spl-sec-services-head h4{
  text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0px;
    border-bottom-style: double;
    border-width: 4px;
    border-color: #fea92e;
}
/* special section end */

/* footer start */
/* footer start */
.logo a{
    color:#ffae30;
}
.rs-footer {
    /*    background-color: #f83800;*/
    
    background:#ea053a;
    color:white;
    font-size: 13px;
    /* -webkit-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
    -moz-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8); */
    /* box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8); */
}
.rs-footer .logo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 34px;
}
.rs-footer .widget_contact ul li {
  padding: 6px 0 6px 0px;
  border: none;
  font-size: 16px;
  color: #fff;
}
.rs-footer .widget_contact ul li i {
  padding-right: 10px;
  transition: 0.3s ease all;
}
.rs-footer .widget_contact ul li:hover i {
  color: #ffce00;
}
.rs-footer .footer-bottom-share {
  margin-top: 10px;
}
.rs-footer .footer-bottom-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-footer .footer-bottom-share ul li a:hover {
  color: #ffce00;
}
.rs-footer .widget_recent_entries ul li a:hover {
  color: #ffce00;
}
.rs-footer .widget_newsletter .form-fields {
  position: relative;
}
.rs-footer .widget_newsletter .form-fields [type="email"] {
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #eee;
  position: relative;
  display: block;
  color: #000000;
  background-color: transparent;
  outline: none;
  width: 100%;
}
.rs-footer .widget_newsletter .form-fields [type="submit"],
.rs-footer .widget_newsletter .form-fields button {
  position: absolute;
  right: 0;
  background-color: black;
  top: 0;
  height: 48px;
  padding: 10px 18px;
}
.rs-footer .widget_newsletter .form-fields [type="submit"]:hover,
.rs-footer .widget_newsletter .form-fields button:hover {
  background: #121212;
  color: #fff;
}
.rs-footer2 {
  text-align: center;
  background: #f5f5f5;
  padding: 60px 0 50px;
}
.rs-footer2 .logo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 34px;
}
.rs-footer2 .footer-bottom-share {
  margin-top: 10px;
  margin-bottom: 25px;
}
.rs-footer2 .footer-bottom-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-footer2 .footer-bottom-share ul li a:hover {
  color: #ffce00;
}
.rs-footer2 .copyright p {
  margin-bottom: 0;
}
.rs-footer2 .copyright a:hover {
  color: #ffce00;
}
.footer-bottom {
  padding: 20px 0 17px;
  background: #000000;
}
.footer-bottom .copyright p {
  margin: 0;
}
.footer-bottom .copyright p a:hover {
  color: #ffce00;
}
.footer-bottom-2 {
  padding: 40px 0 30px;
  background: #f5f5f5;
}
.footer-bottom-2 .footer-bottom-share {
  text-align: right;
  margin-top: 0;
}
.footer-bottom-2 .footer-bottom-share ul li:last-child {
  margin-right: 0;
}
.footer-bottom-2 .copyright p {
  margin: 0;
}
.footer-bottom-2 .copyright p a:hover {
  color: #ffce00;
}
.footer-style-1 .footer-bottom-share ul {
  margin: 0;
  list-style-type: none;
}
.footer-style-1 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-1 .footer-bottom-share ul li + li {
  margin-left: 15px;
}
.footer-style-1 .footer-bottom-share ul li a:hover {
  opacity: 0.8;
}
.footer-style-4 {
  text-align: center;
  padding: 60px 0 50px;
  background: #f5f5f5;
}
.footer-style-4 .footer-bottom-share ul {
  list-style-type: none;
  margin: 30px 0 30px 0;
}
.footer-style-4 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-4 .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-style-4 .footer-bottom-share ul li a {
  font-size: 16px;
}
.footer-top {
  padding-top: 70px;
  padding-bottom: 64px;
}
.footer-top ul {
  list-style: none;
  margin: 0;
}
.footer-top li {
  list-style: none;
}
.footer-bottom-share ul{
    padding:0;
    margin:0;
}
.widget ul li {
    position: relative;
    padding: 9px 0 9px 0;
    /* border-top: 1px solid #eee; */
}
.widget ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget ul li {
    position: relative;
    padding: 9px 0 9px 0;
    /* border-top: 1px solid #241661; */
}
.widget p{
    font-size:16px;
    line-height: 1.4em;
    color:#fff;
}
.abts
{
	padding:0px;background-color:#0f0442;
}
@media only screen and (max-width: 767px){
  .abts
{
background-color:#0f0442;
padding-left:10px;
}
}
.social li a{
    color: #000;
    font-size: 24px;
}
.rs-footer .widget_recent_entries ul{
    padding:0;
    margin:0;
}
.rs-footer .widget_recent_entries ul li a{
    color: #ffffff!important;
    font-size: 16px;
    
}
.rs-footer .widget_recent_entries ul li a::before{
    content:url(../images/footer_arrow.png);
    margin-right: 10px;
}
.footer-title{
    font-family: 'Roboto', sans-serif;
    color:#ffae30;
    text-transform: capitalize;
}
/* footer end */
/* footer end */


/*service page styles start*/

/* service page styles start */
.service-page-top{
    padding:80px 0px;
    background:url(../images/service-page-header-back.png);
    background-size:cover;
    background-position:center
}

.service-section-top .service-section-top-heading h4
{
    font-family: 'ZCOOL XiaoWei', serif;
    font-size:30px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase
}
.service-section-top .service-section-top-indicaor ul li {
    display: inline;
    padding: 10px;
}
.service-section-top .service-section-top-indicaor ul li a {
    text-transform: capitalize;
    color: #fff;
}

/* service page styles start */
#service-page-sec{
    padding:30px 0px;
}
.srvce-abt-sec .srvce-abt-sec-head h4{font-family: 'ZCOOL XiaoWei', serif;font-size:34px;text-transform:capitalize;color:#fff}
.srvce-abt-sec .srvce-abt-sec-head h4 span{padding:10px;background:linear-gradient(to right, #ee092f, #ff6a00);border-radius:40px}
.srvce-abt-sec .srvce-abt-content-sec .srvce-abt-content-sec-heading h4{font-family: 'Fira Sans', sans-serif;color:#f00;font-size:24px}
.srvce-abt-sec .srvce-abt-content-sec .srvce-abt-content-sec-matter p{font-family: 'Fira Sans', sans-serif;font-size:16px;color:#8e7c7c;line-height:28px;text-align:justify}
.abt-srvce-below .abt-srvce-below-img img{width:100%;border:5px solid #fefefe;box-shadow: 2px 8px 9px #00000091;margin-bottom:20px}
.about_us_img img{
    max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-shadow: 0px 0px 9px #5d5555;
    
}
.contact-icons-inr .icon i
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #f31b4d;
    font-size: 50px;
    padding: 15px;
    color:#fff;
}
.contact-icons .contact-icons-inr .icon-heading h5{text-align:center;margin-top:20px;color:#000;font-family: 'Oswald', sans-serif;}
.icon-matter p{text-align:center;font-family: 'Raleway', sans-serif;color:#000;font-size:16px}  

/*service page styles end*/

@media(max-width:480px){
    #about-in .about-in .about-in-sec-content .about-in-sec-content-matter p{
        text-align: justify;
    }
    #above-header .above-header .above-header-inr .above-header-inr-content ul li{
        display:block;
    }
    .pull-right{
        float: none!important;
    }
    nav.navbar.bootsnav{
        padding:10px 0px!important
    }
    .flex-services > div:first-child {order: 2;}
    .form-head{
        font-size:30px;
    }
    .form-sub{
        font-size:23px;
    }
    .testimonials-head h3{
        font-size:28px;
    }
    .testimonials-head h4{
        font-size: 20px;
    }
    #service-sec .service-sec-head .head-sec-bars-matter h5{
      font-size:15px;
      letter-spacing:2px;
    }
    .head-sec-bars i{
    font-size: 21px;
    padding: 19px 13px;
    }
    #service-sec .service-sec-head .head-sec-bars-matter h4{
      font-size: 21px;
      line-height: 13px;
    }

}