@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');



.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

body {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Alumni Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.best-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-header {
    float: left;
    width: 100%;
    text-align: center;
}

.best-header h4 {
    font-size: 45px;
    color: #6d0429;
    text-transform: capitalize;
}

.best-header h4 span {
    color: #feca06;
}

.service-inner-box {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px 16px 15px;
    border-radius: 15px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}

.service-inner-box .color-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
}

.service-inner-box .color-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
    transform: rotateY(90deg);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-image: linear-gradient(90deg, #29000c 0%, #6c0228 100%);
    border-radius: 15px 0px 0px 15px;
}

.service-inner-box .color-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
    transform: rotateY(90deg);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-image: linear-gradient(90deg, #29000c 0%, #6c0228 100%);
    border-radius: 0px 15px 15px 0px;
}

.service-inner-box:hover .color-layer:before {
    opacity: 1;
    transform: rotateY(0deg);
}

.service-inner-box:hover .color-layer:after {
    opacity: 1;
    transform: rotateY(0deg);
}

.service-inner-box .icon-box {
    position: relative;
}

.service-inner-box h5 {
    font-size: 26px;
    font-weight: 700;
    color: #6d0429;
}

.service-inner-box .text {
    color: #555555;
}

.service-inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 0px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.btn-style-two {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 25px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #6d0429;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 110%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #feca06;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.service-inner-box:hover .btn-style-two {
    background: #fff;
    color: #000;
}

.service-inner-box:hover .text p {
    color: #fff;
}

.service-inner-box:hover h5 {
    color: #feca06;
    position: relative;
}

.service-inner-box p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}


.otherservices22{
    float: left;
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(180deg, #6d0429 0%, #000 100%);
    padding: 50px 0px;
}

.otherservices {
    float: left;
    width: 100%;
    padding: 100px 0;
   
    padding: 50px 0px;
}

.aboutus-head {
    float: left;
    width: 100%;
    text-align: center;
}

.otherservices22 .aboutus-head p {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    float: left;
    width: 100%;
}

.otherservices22 .aboutus-head img {
    width: 25%;
}

.otherservices22 .aboutus-head strong {
    color: #ffffff;
    font-size: 45px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.otherservices22 .aboutus-head strong b {
    color: #feca06;
    font-weight: 600;
}

.other-services2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 2px solid #feca06;
    border-radius: 40px;
     background: linear-gradient(180deg, #6d0429 0%, #000 100%);
}

.other-services1 {
    padding: 14px;
    margin-top: 20px;
}

.other-services3 img {
    border-radius: 0px;
}

.other-services4 {
    padding: 0 0 0 20px;
}

.other-services4 strong {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    color: #feca06;
}

.other-services4 p {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0 0;
}

.other-services4 a {
    font-size: 17px;
    padding: 8px 24px;
    border-radius: 50px;
    color: #ffffff;
    text-shadow: 0 0 15px #ffffff8a;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 18px 0 0;
    display: inline-block;
    background: transparent;
    border: 2px solid #feca06;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.hs_testi_cont_main_wrapper {
    float: left;
    width: 100%;
    background: #feca06;
    padding: 20px;
    position: relative;
}

.hs_testi_cont_inner_wrapper {
    float: left;
    width: 100%;
    border: 1px dashed #000;
    padding: 40px;
}

.hs_testi_quote_wrapper {
    float: left;
    width: 30px;
}

.hs_testi_quote_wrapper i {
    font-size: 25px;
    color: #6d0429;
    position: relative;
    top: -6px;
}

.hs_testi_quote_cont_wrapper {
    text-align: center;
    float: left;
    width: calc(100% - 30px);
}

.hs_testi_quote_cont_wrapper p {
    color: #000;
    text-align: justify;
    font-size: 17px;
}

.hs_testi_cont_main_wrapper:after {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 46px solid #feca06;
    position: absolute;
    bottom: -46px;
    right: 70px;
}

.hs_testi_quote_cont_wrapper h2 {
    color: #6d0429;
    text-align: right;
    font-size: 30px;
}

.testi-border {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.process-single {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.process-single::before {
    content: url(../images/curve.png);
    position: absolute;
    right: -72px;
    top: 34px;
}

.process-single1::before {
    display: none;
}

.process-single .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative;
    line-height: 135px;
    background: #fff;
    box-shadow: #000;
    border-radius: 50%;
}

.process-single .icon img {
    width: 100px;
}

.process-single h4 {
    margin-bottom: 10px;
    color: #feca06;
    font-size: 25px;
}

.process-single p {
    color: white;
    font-size: 17px;
}






.footer-sec {
    background-image: linear-gradient(90deg, #29000c 0%, #6c0228 100%);
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.footer-1 {
    padding: 0 12px 25px;
    text-align: center;
}

.footer-2 {
    padding: 35px 0 0;
    margin: 0 auto;
}

.ftr-box ul {
    padding: 0 0 5px;
    border: 1px solid #feca0636;
    border-top: 0;
    margin: 0 0 12px;
}

.ftr-box ul li {
    display: inline-block;
    vertical-align: middle;
}

.ftr-box ul li i {
    font-size: 37px;
    font-weight: 600;
    color: #feca06;
    padding: 0px 9px 0 0;
}

.ftr-box ul li p {
    color: #feca06;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.ftr-box ul li a {
    color: #ffffff !important;
    font-size: 29px;
    font-weight: 500;
}

.ftr-list ul li {
    background: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 5px 15px 4px;
    color: #000000;
    margin: 0 2px;
}

.footer-1:nth-child(2) .footer-2 {
    background: #fff;
    padding: 6px 10px;
}

.footer-copyryt-1 {
    padding: 0;
}

.disclaimer {
    padding: 20px 0 12px;
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
}

.copyryt {
    text-align: center;
}

.copyryt span {
    font-size: 15px;
    font-weight: 800;
    line-height: 21px;
    color: #000000;
    text-align: center;
    padding: 8px 22px 9px;
    background: #feca06;
    display: inline-block;
    border-radius: 50px;
}








.ourservices-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}



.ourservices-head span {
    padding: 5px 23px 3px;
    color: #000;
    letter-spacing: 3px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    background: #feca06;
    font-weight: 500;
}

.ourservices-head strong {
    font-size: 45px;
    color: #6d0429;
    display: block;
    text-transform: capitalize;
}

.ourservices-head p {
    color: #000000;
    font-size: 17px;
    line-height: 29px;
    margin: 0;
    font-weight: 400;
    line-height: 35px;
}

.ourservices-right1 {
    padding: 0;
    margin: 0;
}

.ourservices-right2 {
    padding: 0;
    margin: 0;
}

.ourservices-list {
    padding: 0;
    margin: 0;
}
.list-design {
  padding: 0;
  margin: 0;
  text-align: center;
  border: 4px solid #49001b;
}


.gallery {
  float: left;
  width: 100%;
}
.gallery img {
  float: left;
  width: 100%;
}

.gallery .col-sm-2 {
  padding: 1px;
}



.top-sec {
    background-image: linear-gradient(90deg, #29000c 0%, #6c0228 100%);
    float: left;
    width: 100%;
}

.top-line {
    padding: 0;
    margin-top: 15px;
}

.top-line1 ul li {
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}

.top-line1 ul li a {
    color: #ffffff;
}

.top-line1 ul li i {
    color: #feca06;
    padding: 0 0 0 8px;
}

.top-center {
    padding: 0;
    padding-top: 5px;
}

.top-center1 {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
}

.top-center1 p {
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #feca06;
    padding: 5px 10px 4px;
    color: #000;
    text-shadow: 0 0 5px white;
}

.header
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #fff;
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .other-services1 {
  width: 100%;
}
 .ourservices-left1 {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.best-ser .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    .top-line {
  text-align: center;
}
.headr2{display: none;}
.other-services2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}.otherservices22 .aboutus-head img {
  width: 60%;
}
 .ourservices-left1 {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.top-line {
  text-align: center;
}
}
@media(min-width:480px) and (max-width:639px)
{.other-services2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}.otherservices22 .aboutus-head img {
  width: 60%;
}
 .ourservices-left1 {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.top-line {
  text-align: center;
}
.gallery .col-sm-2 {
  float: left;
  width: 50%;
}
.top-line {
  display: none;
}
.header .col-sm-4 {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
 .ourservices-left1 {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.otherservices22 .aboutus-head img {
  width: 90%;
}
.other-services2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.gallery .col-sm-2 {
  float: left;
  width: 50%;
}
.top-line {
  display: none;
}
.header .col-sm-4 {
  padding: 0;
}
}