body{
 font-family: "Poppins", sans-serif;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
	padding: 0;
	margin: 0;
}
p {
    font-size: 16px;
    color: #fffdd0;
}
.align{
	align-items: center;
}
.top-part {
    background: #48005a;
}
.ic-r p {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.ic-r p a {
    color: #000;
    padding: 8px 0;
    text-decoration: none;
    display: block;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
}
marquee.ft-mar {
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    padding: 10px 0px;
    margin: 0 0 -8px 0;
}

h4.awesome a {
    color: #fff;
    text-decoration: none;
}

.g-back{
	 background: #212121;
}
.ic-r {
    text-align: center;
    padding: 4px 0;
    
}
.ic-r img {
    width: 33px;
    margin-right: 5px;
}
ul.top-social-ic li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
}
ul.top-social-ic li i { 
    font-size: 22px;
     background: linear-gradient(to right, #fff7c3, #ffd95c);
    color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    transition: 0.6s;
}
.marquee-part {
    background: #48005a;
    padding: 0px 0;
}
.sp-0{padding: 0 !important;}
 
.banner-main{
    overflow: hidden;
}
 .banner-main .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.right-banner-part .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
 
.talk-box {
    text-align: center;
    padding: 20px;
}
 
.talk-box h4 {
    color: #f4c823;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.talk-box p {
    margin: 0;
    font-size: 14px;
}
.callNow {
    color: #000000;
    font-size: 15px;
    padding: 9px 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    margin-top: 8px;
    text-decoration: none;
}

.ic-txt a{
    text-decoration: none;
    color: #fff;
}

.banner-main{
    background: #fbf5e2; 
}
.right-banner-part {
    padding: 41px 0 0 0;
}
.talk-box img {
    height: 75px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    border-radius: 100px;
    padding: 10px;
    border: dotted 2px #420000;
}
.banner-part {
    margin: -3px 0 0 0;
    padding: 0;
}
.awesome {
    -webkit-animation: colorchange 2s infinite alternate;
    font-size: 17px;
    color: #FFFFFB;
    margin: 0;
    font-weight: 500;
}
    @-webkit-keyframes colorchange { 
      30% {color: #fff;} 
      80%{color: #efff00;} 
    }
.marquee-part marquee {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
}
.box-content {
    overflow: hidden;
}
.box-content 
 img {
    -webkit-animation-duration: var(--fa-animation-duration, 8s) !important;
    animation-duration: var(--fa-animation-duration, 8s)  !important;
}
.box-content img {
    width: 30px;
}
.box-content p {
    margin: 0;
    font-size: 20px;
    text-align: center;
       background: linear-gradient(to right, #fff7c3, #ffd95c);
    padding: 8px 6px;
    font-weight: 600;
}
.align{align-items: center;}
/**/
 
.mainHeader {
    padding: 10px 0;
    background-image: url(../images/bg-header.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.mainHeader .container-fluid {
    max-width: 1360px;
}
/**/
.about-part {
    padding: 60px 0;
}
.round-title {
    font-size: 22px;
    color: #420000;
    font-weight: 600;
}
.abou h3 {
    color: #f4c823;
    font-size: 50px;
    font-weight: 700;
}
.s-color {
    color: #000000;
}
.left-line {
    border-left: solid 2px #48005a;
    box-shadow: 2px 5px 6px #e7e7e7;
    padding: 15px;
}

/*Start About - List*/
ul.about-list {
    margin: 0 0 10px 0;
    padding: 0;
}
ul.about-list li {
    margin: 0 0;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    padding-left: 29px;
}

ul.about-list li i {
    position: absolute;
    margin-right: 5px;
    left: 7px;
    color: #48005a;
    top: 10px;
}
/*End About - List*/

/*Start Call Part*/
.call-part  ul {
    margin: 0;
    padding: 0;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -104px;
    width: 160px;
    list-style: none;
    transition: 1.7s;
    bottom: 40px;
}
.call-part ul li a {
    background: #211e20;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #721c1c;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 110px;
}
 
.call-part ul li.whats i {
    background: #249932;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}
/*End Call Part*/


.btn-a {
    color: #000;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    display: block;
    width: fit-content;
    font-weight: 600;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
}
.btn-a:hover{
 color: #fff;
 background: #420000;
}
.mm:nth-child(1) {
    border-right: dotted 1px #420000;
}
.mm:nth-child(2) {
    border-right: dotted 1px #420000;
}
.mm:nth-child(3) {
    border-right: dotted 1px #420000;
}
/*Start Why-choose */
.why-choose {
    margin: 0;
    background-image: url(../images/black-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 45px 0;
}

.ch-text {
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background: #fffdf2;
}

.ch-text h2 {
    color: #000000;
    font-weight: 700;
    font-size: 44px;
}
.ch-text h3 {
    color: #6c1919;
    font-size: 25px;
    font-weight: 700;
}
.ch-p {
    margin: 0;
    padding: 10px 0;
}
.ch-p p {
    font-size: 18px;
    color: #000;
}

.ic-bx {
    margin: 0 0 8px 0;
    padding: 0 0;
    background-image: linear-gradient(to right, #ff6e1f, #c7480b);
    border: solid 1px #fff;
}
.why-icons {
    margin: 0;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    padding: 0 0;
    text-align: center;
}
.why-icons i {
    font-size: 45px;
    color: #540a0a;
    padding: 10px 0;
}

.ic-txt h3 {
    color: #fff;
    margin-top: 17px;
    font-weight: 500;
    font-size: 22px;
}

/*End Why-choose */

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.mainHeader p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.mainHeader span {
    background: #ffd402;
    color: #a90500;
    padding: 10px 15px;
    font-weight: 700;
}
.mainHeader h4 {
    font-size: 30px;
    font-weight: 600;
}
.span-r {
    font-weight: 600;
    color: #c90a04;
}
br.desktop-none {
    display: none;
}
/*services css*/
.box {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    background: #48005a;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.box:before{
    content: "";
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .35s;
}
.box:hover:before{
    opacity: 1;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,1,1);
}
.box img {
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
    border: solid 2px #420000ad !important;
}
.box:hover img{
    opacity: 0.3;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
.box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.box .post{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a {
    color: #212121;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    font-size: 18px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border-radius: 57px;
    display: block;
    transition: all .35s;
}
.box .icon li a:hover{
    color: #6C5B7B;
    background: #fff;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
.services-part h4 {
    text-align: center;
    font-size: 22px;
    margin: 0 0;
    font-weight: 600;
    color: #fff;
    background: #48005a;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 22px;
}
.bg-back-white {
    background-image: url(../images/back.jpg);
}
.services-part {
    padding: 60px 0;
    text-align: center;
}
.title1 {
    color: #48005a;
    font-size: 35px;
    font-weight: 700;
}
p.round-title {
    margin: 0 0 10px 0;
}
/*services css End*/
.bg-black {
    background: #212121;
    padding: 70px 0;
    background-image: url(../images/black-back2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-black .left-line {
    color: #212121;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    border-left: solid 3px #ffffff;
    box-shadow: unset;
}
.bg-black .title1 {
    color: #fff; 
}
.title2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.bg-black .title2 {
    color: #fff; 
}
.list-part {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
}
 
.list-part li   i {
    color: #3f0101;
}
.list-part li {
    color: #212121;
    font-size: 16px;
}
.list-part li {
    list-style: none;
    padding: 8px 0;
    border-bottom: solid 1px #43060645;
}
/**/
.clientReviews {
    padding: 60px 0;
    background-image: url(../images/back.jpg);
}
.awards{
    padding: 10px;
} 

.awards-s {
    border: solid 3px #ffdc67;
    border-radius: 7px;
}
.owl-theme .owl-controls .owl-page span {
    background: #510909 !important;
}
.test-slider  .g-back {
    padding: 30px;
    border: solid #fff 10px;
    border-radius: 16px;
    padding-bottom: 50px;
    margin: 0;
}   
.test-slider   .te1 {
    border: solid 3px #fff3b6;
    border-radius: 100px;
    width: 100px;
    margin-top: -45px;
}
.name {
    font-size: 22px;
    color: #420000;
    font-weight: 600;
}
.g-back q {
    color: #fff;
}

section.pages-banner {
    text-align: center;
    padding: 70px 0;
    background-image: linear-gradient(to right, #420000, #721c1c);
    color: #fff;
}
ul.pri-list {
    margin: 0;
    padding: 0;
}

ul.pri-list li {
    margin: 0 0 10px 0;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

ul.pri-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fb4;
}


.choose-part i {
    color: #000;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(255 229 136), rgb(255 200 0), rgb(227 180 11));
    padding: 15px;
    font-size: 29px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.choose-part  p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.choose-part {
    background: #5433b77a;
    border: solid 3px #842ac1;
    padding: 15px;
    margin-bottom: 20px;
}

/**/
.footer-part {
    padding: 4% 0 2% 0;
    background: #49005a;
}
.footer-links p {
    color: #fff;
}
ul.policy {
    margin: 0;
    padding: 0;
}
ul.policy li {
    display: inline-block;
    list-style: none;
}
ul.policy li a {
    background: linear-gradient(to right, #fff7c3, #ffd95c);
    text-decoration: none;
    color: #000;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.5s;
}
p.para-white {
    color: #fff;
    margin: 15px 0 15px 0;
}

ul.policy li a:hover {
    background: #fff;
}
.footer-part-2 p {
    margin: 0;
    text-align: center;
    color: #212121;
}
.footer-part-2 {
    padding: 10px 0;
    background: linear-gradient(to right, #fff7c3, #ffd95c);
}
 

@media(max-width:991px){
.awesome {
    font-size: 21px;
}
 
.tab-sp{
    margin-top:15px; 
}

}

@media (min-width: 767px){
ul.top-social-ic span {
    display: none;
}
    


}

@media (max-width: 767px){ 
ul.top-social-ic li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
ul.top-social-ic li {
    margin-right: 5px;
}
ul.top-social-ic li i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    padding: 6px;
}
ul.top-social-ic {
    text-align: center;
    margin: 8px 0;
}
.text-hindi {
    margin: 4px 0 9px 0;
}
.awesome {
    font-size: 18px;
}
.top-part {
    padding:5px 0 25px 0;
}
.logo {
    margin: 5px 0;
    border-bottom: solid 1px #5435ad1c;
    padding-bottom: 10px;
}
 
li.m-w-100 {
    width: 100% !important;
}
.abou h1 { 
    font-size: 28px; 
}
.left-line {
    padding: 0;
    padding-left: 15px;
}
.round-title {
    font-size: 18px; 
}
.title1 { 
    font-size: 30px; 
}
.box {
    margin: 0 0 10px;
}
.bg-black .left-line {
    padding: 15px;
}
.title2 {
    font-size: 20px; 
}
.clientReviews p.round-title {
    font-size: 15px;
}
.Dinesh-review {
    margin: 8px 0;
}
.clientReviews {
    padding: 40px 0;
}
.bg-black { 
    padding: 50px 0; 
}
.choose-part  p { 
    font-size: 15px; 
}
ul.policy li {
    margin: 10px 0;
}
.footer-links p { 
    margin: 0;
}
.footer-part-2 p {
    font-size: 13px;
}
.footer-part {
    padding: 40px 0 10px 0; 
}
.abou h1 {
    font-size: 29px;
}
ul.about-list li { 
    font-size: 16px; 
}
.why-icons i {
    font-size: 22px !important; 
}
.ic-txt h3 {
    font-size: 12px !important;
    margin-top: 7px !important;
}
.ic-bx .row {
    align-items: center;
}
img.ft-ban {
    margin-bottom: 22px;
}
}

@media(max-width:370px){

ul.top-social-ic li a { 
    font-size: 11px;
}
 



}
 
@media(max-width:350px){
 
.choose-part  p {
    font-size: 12px;
}

ul.top-social-ic li i {
    font-size: 15px;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.awesome {
    font-size: 16px;
}

}

/*Start Responsive*/
@media(max-width:1199px){
.ic-r p a {
    font-size: 12px;
}
    .mainHeader p {
    font-size: 15px;
}
.abou h1 {
    font-size: 35px;
}
.services-part h4 {
    font-size: 20px;
}
.ch-text h2 {
    font-size: 38px;
}
.ch-text h3 {
    font-size: 24px;
}
.ic-txt h3 {
    font-size: 16px;
}

}


@media(max-width:991px){
    .box-content p {
    font-size: 16px;
}
.ch-text {
    margin-bottom: 30px;
}
.awesome {
    font-size: 14px;
}
}

@media(max-width:767px){
    .footer-links p {
    margin: 0;
    font-size: 15px;
}

.mainHeader p {
    font-size: 16px;
}
.mainHeader h4 {
    font-size: 15px;
}
.awesome {
    font-size: 17px;
    line-height: 1.3;
}

br.desktop-none {
    display: unset;
}
.mainHeader {
    background-attachment: unset;
    background-position: bottom;
}
.mm:nth-child(1) {
    border-right: unset; 
}
.mm:nth-child(3) {
    border-right: unset;
    border-bottom: dotted 1px #420000;
}
.left-line{
    padding: 8px 15px   ;
}
.bg-black .left-line {
    font-size: 15px;
}
.ch-text h2 {
    font-size: 25px;
}
.ch-text h3 {
    font-size: 20px;
}
.ch-p p {
    font-size: 16px;
}
img.rev-review {
    margin-bottom: 20px;
}
.title1 {
    font-size: 23px;
}
.list-part {
    margin-top: 25px;
}
.mainHeader span {
    position: relative;
    bottom: 6px;
}
.abou h1 {
    font-size: 30px;
}



}

@media(max-width:350px){
.mainHeader p {
    font-size: 14px;
}
.mainHeader h4 {
    font-size: 13px;
}
.ch-text h2 {
    font-size: 27px;
}
.ch-text h3 {
    font-size: 18px;
}
.ch-p p {
    font-size: 15px;
    margin: 0;
}
.ic-txt h3 {
    font-size: 13px;
}

}
/*Start Responsive*/