@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&display=swap');

body{
    margin:0;
    padding:0;
    color:#560830;
    font-family: 'Dosis', sans-serif;
}
.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;}

p{margin:0;}


/*font-family: 'Dancing script', cursive;*/

/*START HEADER SECTION*/

/*start top-head section*/

.tophead-section{
    padding: 0;
    background:#560830;
}
.tophead-section1{
    padding: 0px;
}
.tophead-mark{
    padding: 5px 10px;
}
.tophead-mark1{
    padding: 0px;
}
.tophead-mark1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tophead-mark1 ul li{
    font-size: 20px;
    color: #ffc801;
    font-weight: 600;
    list-style: none;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    padding: 5px 10px;
}
.tophead-mark1 ul li a{
    color: #ffc801;
		
}
.tophead-mark1 li img{
    padding: 0 5px 0 0;
}
.tophead-mark1 li a i{
    color: #ffc801;
	font-size: 28px;
}
.tophead-question{
    padding: 5px 10px;
}
.tophead-question1{
    padding: 0px;
}
.tophead-question1 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tophead-question1 li{
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
}
.tophead-question1 li a{
    color: #ffc801;
    font-weight: 600;
    font-size:20px;
    text-transform: capitalize;
    text-decoration: none;
}
.tophead-question1 li a i{
    color: #ffc801;
}
.tophead-question1 img{
    padding: 0 5px 0 0;
    height: 30px;
}


.tophead-call{
    padding: 5px 10px;
}
.tophead-call1{
    padding: 0px;
}
.tophead-call1 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tophead-call1 ul li{
    display: inline-block;
    margin: 3px 0 0 0;
    padding:5px 10px;
    text-transform: capitalize;
}
.tophead-call1 a{
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #ffc801;
    font-weight: 600;
}
.tophead-call1 a i{
    color: #ffc801;
    padding: 0 5px 0 0;
}

.tophead-hide{
    padding: 5px 10px;
}
.tophead-hide1{
    padding: 0px;
}

/*end top-head section*/

/*start head section*/

.head-section{
    padding: 0;
    background:#FFFFFF;
    border-top:1px solid #dda201;
}
.head-section1{
    padding: 0px 20px;
}
.head-logo{
    padding: 10px;
}
.head-logo1{
    padding: 0px;   
    text-align: center;
}

.head-line{
    padding: 10px;
}
.head-line1{
    padding: 10px 10px;
    text-align: center;
}
.head-line1 p{
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}
#spin {
   color: #560830;
   font-size: 21px;
   font-weight: 700;
   text-transform: capitalize;
}
#spin:after {
  content:"";
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { content:"love-marriage"; }
  20% { content:"parents approval"; }
  40% { content:"get love back"; }
  60% { content: "divorce women"; }
  80% { content: "relationship problem"; }
  100% { content: "breakup problems"; }
}
.head-line1 .headline-call{
    color:#560830;
    font-size:22px;
    margin:0;
    font-weight:700;
    line-height:40px;
    text-transform:capitalize;
    padding:5px 0 !important; 
}

.call-button{
    padding: 10px;
}
.call-button1{
    padding: 10px 0;
}
.call-button1 p{
    padding: 0;
    text-align: center;
    margin: 40px 0 0 0;
}
.call-button1 a{
    color: #fff;
    background:#560830;
    padding: 6px 7px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    animation: mymove 0.7s infinite;
    outline: #000 solid 2px;
    width: 150px;
    height: 150px;
}
@keyframes mymove {
    50% {outline-offset: 8px;}
}

/*end head section*/

/*start slider section*/

.zigzag {
    /* margin: 7.5% 0; */
    background: #560830;
    position: relative;
    height: 16px;
    z-index: 1;
}
.zigzag:before {
    height: 12px;
    top: 110%;
    background: linear-gradient(-135deg, #740019 8px, transparent 0) 0 8px, linear-gradient(135deg, #740019 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}
.zigzag:after {
    height: 16px;
    top: 100%;
    background: linear-gradient(-135deg, #560830 8px, transparent 0) 0 8px, linear-gradient(135deg, #560830 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}
.zigzag:before, .zigzag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.zigzag:before, .zigzag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.slider{
    padding: 0;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 80px;
}
.carousel-control {
    opacity: 5;
}
.carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
}
/*end slider section*/

/*END HEADER SECTION*/

/*start top services section*/

.topservices-section{
    padding: 0;
    background:#000;
}
.topservices-section1{
    padding: 50px 30px;
}
.top-head{
    padding: 0;
    text-align: center;
}
.top-head span{
    color: #feba01;
    margin: 0;
    font-size: 52px;
    font-weight: 600;
    font-family: 'Dancing Script',cursive;
    text-transform: capitalize;
}
.top-head p{
    margin:0;
    text-transform: capitalize;
    margin: 0;
    font-size: 23px;
    font-weight: 500;
    padding: 0px 0;
    color: #fff;
}
.top-head img{
    margin: -10px 0 0 0;
}
.top-services{
    padding: 40px 0px 0px 0px;
}
.top-serv1{
    padding: 10px;
}
.top-serv2{
    padding: 0px;
}
:root {
    --color_1: #ffba00
}

.serviceBox {
    text-align: center;
    padding: 30px 0px 0;
    position: relative;
}

.serviceBox:after,
.serviceBox:before {
    content: "";
    background: var(--color_1);
    width: 25px;
    height: 15px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    transition: all .3s
}

.serviceBox:hover:before {
    opacity: 1;
    top: 181px;
}

.serviceBox:hover:after {
    opacity: 1;
    top: 190px;
}

.serviceBox .service-icon {
    color: #560830;
    background: #feba01;
    font-size: 40px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto 53px;
    border-radius: 50%;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    display: flex;
    transition: all .3s;
    justify-content: center;
    align-content: center;
}

.serviceBox .service-icon:after,
.serviceBox .service-icon:before {
    content: "";
    border: 2px solid var(--color_1);
    border-left: 2px dashed var(--color_1);
    border-right: 2px dashed var(--color_1);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    transition: all .3s;
}
.service-icon i{
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceBox .service-icon:after {
    transform: rotate(-45deg);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}

.serviceBox:hover .service-icon:before {
    transform: rotate(-40deg)
}

.serviceBox:hover .service-icon:after {
    transform: rotate(40deg)
}

.serviceBox .service-icon .icons {
    transition: all .3s
}

.serviceBox:hover .service-icon .icons{
    transform: rotateX(360deg)
}

.serviceBox .title {
    color: #feba01;
    font-size: 32px;
    margin: 0 0 5px;
    font-family: 'Dancing Script',cursive;
    font-weight: 600;
}

.serviceBox .description {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 6px 10px 0px;
    font-weight: 400;
}

.serviceBox.orange:after,
.serviceBox.orange:before {
    background: var(--color_2)
}



/*end top services section*/


/*start about-us section*/

.aboutus-section{
    padding: 0;
    background: linear-gradient(#000,#560830);
}
.aboutus-section1{
    padding:50px 30px;
}
.about-head{
    padding: 0;
    text-align:center;
}
.about-head p{
    color: #feba01;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Dancing script', cursive;
    text-transform: capitalize;
    margin: 0;
}
.aboutus-content{
    padding: 40px 0px;
}
.aboutus-content p{
        color: #fff;
        font-size: 20px;
        text-align: justify;
        margin: 0;
        /* letter-spacing: 0.2px; */
        line-height: 33px;
        padding: 5px 0 10px;
}
.aboutus-content ul li{
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 5px 0 10px;
}
.aboutus-content strong{
    font-weight: 600;
    /* font-size: 20px; */
    color: #feba01;
    padding: 0 5px 0 0;
    text-transform: capitalize;
}
.aboutus-content img{
    float: right;
    margin: -50px 0 0 0;
    height: 400px;
}

/*end about us section*/


/*start our services section*/

.ourservices-section{
    padding: 0;
}
.ourservices-section1{
    padding: 50px 30px;
}
.ourservices-head{
    padding: 0;
    text-align: center;
}
.ourservices-head p{
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    padding:0;
    font-weight: 700;
    font-family: 'Dancing script', cursive;
} 
.ourservices-head img{
    margin: -8px 0 0 0;
}
.ourservices-head span{
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.our-services1{
    padding: 40px 0px 0;
}
.our-services2{
    padding: 10px;
}
.our-services3{
    padding: 10px;
}
.our-services4{
    padding: 0;
}
.our-services4 img{
    border-radius: 50%;
    transition: 0.9s;
	border: 5px solid #560830;
}
.our-services3:hover .our-services4 img{
    transform: rotate(360deg);
    transition: 0.9s;
}
.our-lnee {
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    width: 2px;
    height: 66%;
    background-color:#560830;
    transition: all 300ms linear;
}
.our-lnee:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color:#560830;
    border-radius: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-left: -3px;
}
.our-services4:after {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: transparent;
    border: 0px solid #560830;
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 0px;
    transition: all 300ms linear;
    transform: rotate(-45deg);
}
.our-services-txt {
    padding: 5px 0px 10px 0;
    text-align: center;
}
.our-services-txt span {
    margin: 0;
    font-size: 34px;
    text-transform: capitalize;
    padding: 0;
    font-weight: 700;
    font-family: 'Dancing script', cursive;
}
.our-services-txt p {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 17px;
    line-height: 29px;
    color: #000;
}

/*end our services section*/

/*start why choose us section*/

/*start choose-us section*/

.choose-us{
    padding: 0;
    background:#560830;
}
.choose-us1{
    padding: 50px 30px;
    color: #fff;
}
.choose-us3{
    padding: 40px 0px 0px 0px;
}
.choose-us4{
    padding: 10px;
    overflow: hidden;
}
.choose-us5{
    padding: 0px;
}
.counter{
    text-align: center;
    width: 200px;
    padding: 0 0 35px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(45deg,transparent 49%, #feba01 50%);
    width: 80px;
    height: 100px;
    position: absolute;
    bottom: -5px;
    left: 25px;
    z-index: -1;
}
.counter .counter-icon{
    color: #560830;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 1;
    transition: all 0.6s;
}
.counter .counter-content{
    color: #560830;
    background-color: #feba01;
    height: 200px;
    width: 200px;
    padding: 55px 28px;
    border-radius: 50% 5% 50% 50%;
    box-shadow: -2px 2px 3px #feba01;
    position: relative;
    transition: all 0.6s;
}
.counter .counter-content:before{
       content: '';
    width: 92%;
    height: 92%;
    border: 13px solid #560830;
    border-left: 13px solid rgb(0 0 0 / 8%);
    border-radius: 50% 50%;
    transform: translateX(-50%) translateY(-50%) rotate(30deg);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.6s;
}
.counter .counter-content:hover:before{
    transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    transition: all 0.6s;
}
.counter .counter-content:hover .counter-value{
    color:#000;
    text-shadow: 0 0 1px #555;
}
.counter p{
    font-size: 18px;
    font-weight: 600;
    color: #560830;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    transition: all 0.6s;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}


/*end why choose us section*/

/*start services list section*/

.services-list{
    padding: 0;
	background: #ffc801;
}
.services-list1{
    padding: 50px 30px;
}
.services-list2{
    padding: 40px 20px;
}

.bottom-serv2{
   padding: 10px;
}
.bottom-serv3{
    padding: 0px;
}
.serviceBox-1 p {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    font-family: 'Dancing Script', cursive;
}
.serviceBox-1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.serviceBox-1 ul li{
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    padding: 2px 0;
    border-bottom:1px dashed #c8c1c1;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
}
.serviceBox-1 li i{
    color: #560830;
    padding: 0 7px 0 0;
    font-size: 25px;
}
.serviceBox-1 li:hover{
    background:#ffba00;
    color: #560830;
    transition: 0.4s;
}

.serviceBox-1 {
    text-align: center;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.serviceBox-1:before,
.serviceBox-1:after{
       content: '';
       background: linear-gradient(#554e4e,#560830,#560830,#560830);
       height: 900px;
       border-radius: 50%;
       transform: translateY(-50%);
       position: absolute;
       left: 2px;
       right: 2px;
       top: 50%;
       z-index: -1;
}
.serviceBox-1:after {
    background: #fff;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 10px;
    right: 10px;
}
.service-icon-1 {
    color: #560830;
    padding: 12px 0 0 0;
    text-align: center;
    font-size: 45px;
    transition: all 0.3s;
}

/*end services list section*/

/*start form section*/

.form-section{
    padding: 0;
}
.form-section1{
    padding: 50px 30px;
}
.form-section2{
    padding: 40px 20px 20px 20px;
}
.form-group {
    padding: 5px 15px;
    margin-bottom: 10px;
}
input.form-control {
    color: #000;
}
.form-control {
    width: 100%;
    background: #ffffff00;
    border-radius: 0px;
    height: 34px;
    color: #000;
    border: 0px;
    box-shadow: none;
    border-radius: 1px;
    border-bottom: 2px solid #e0e0e0;
}
textarea.form-control {
    height: 80px;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    margin: 10px 0 0 0;
    padding: 10px 54px;
    border-radius: 33px;
    font-size: 17px;
    text-align: center;
    border: 0px;
    font-weight: 600;
    float: right;
    color: #fff;
    background:#560830;
}
.btn-group>.btn:first-child:hover{
    background: #ffba00;
    color: #000;
}

/*end form section*/

/*start testimonials section*/

.testimonials-section{
    padding: 0;
    background:#560830;
    
}
.testimonials-section1{
    padding: 50px 30px;
}
.testii{
    padding: 40px 0px 30px 0px;
}
.testi-1{
    padding: 10px;
}
.testi-2{
    padding: 40px 30px;
    background:#fff;
    border:1px solid;
}
.testi-txt{
    padding: 5px 0 0;
    text-align: left;
}
.testi-txt img{height: 30px;display: inline-block;position: absolute;}
.testi-txt p{
    color: #560830;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 48px;
    margin-bottom: 0;
}
.testi-img{
    text-align: right;
    padding: 7px 0 0 0;
    margin: 11px 0 0;
}
.testi-img img{
    border-radius: 50%;
    text-align: right;
    height: 81px;
}
.heading-testi{
    text-align: left;
    padding: 5px 0 0;
    margin: -45px 0 0 0;
}
.heading-testi span{
    color: #560830;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
}
.heading-testi p{
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    padding: 5px 0 9px 0;
    font-weight: 600;
    font-style: italic;
    color: #560830;
}
.heading-testi i{
    color: #ffba00;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 1px;
}

/*end testimonials section*/

/*start footer section*/

.footer-section{
    padding: 0;
    background: #000;
}
.footer-section1{
    padding: 50px 30px;
}
.footer-head{
    padding: 0;
    text-align: center;
}
.footer-head span{
        color: #feba01;
        margin: 0;
        font-size: 47px;
        font-weight: 600;
        text-transform: capitalize;
        font-family: 'Dancing Script',cursive;
}
.footer-head p{
        color: #fff;
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        padding: 11px 0 24px 0;
        text-transform: capitalize;
}
.footer-head .call{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    border-bottom: 2px solid #feba01;
    font-family: 'Dosis', sans-serif;
}
.footer-head .call i{
   font-size: 30px;
}
.footer-head .call a{
   font-size: 30px;
	color: #fff;
}
.footer-design{
    padding: 40px 0px 0px 0px;
}
.foot-1{
    padding: 10px;
    border-right: 2px solid #feba01;
}
.foot-1a{
    border-right:0;
}
.foot-2{
    padding: 10px 10px 10px 0;
    color: #fff;
}
.foot-head{
    margin: 0;
    padding: 0;
    text-align: left;
}
.foot-head span{
    color: #feba01;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Dancing Script',cursive;
}
.foot-txt{
    text-align: left;
    padding: 0;
}
.foot-txt p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    padding: 9px 0px 10px 0px;
}
.foot-txt .details{
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
}
.foot-txt .details li{
    margin: 0;
    padding: 5px 0;
    font-size: 17px;
    color: #fff;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 500;
}
.foot-txt .details li i{
    color: #feba01;
    padding-right: 7px;
    font-size: 16px;
}
.foot-txt ul{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}
.foot-txt ul li{
    margin: 0;
    padding: 5px 0;
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.foot-txt li i{
    color: #feba01;
    padding-right: 8px;
}
.disclimer{
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #ffc801;
}
.disclimer p{
        color: #fff;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}


/*end footer section*/

/*start copy-right*/

.copy-right{
    padding: 0;
}
.copy{
    padding: 10px;
}
.copy p{
    color: #560830;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

/*end copy-right*/

/*start aowrds*/

.awords{
    padding: 0px;
}
.aword1{
    padding: 30px;
}
.aword2{
    padding: 10px 0 0 0;
}
.aword3{
    padding: 10px;
}
.aword4{
    padding: 0px;
}

/*end awords*/

/* start popup section */
.modal-open .modal{padding-right: 0;}
.modal-header{
  padding:0;
  margin: 00% 0 0;
  border:0;
}
.modal-content{
  background: #fff;
  text-align: center;
  box-shadow:
  none;
  border:0;
  border-radius: 0;
}
.popup-form{
    padding: 00px 2% 20px;
    border: 0;
    background: #fdfdfd;
    margin-top: 0;
}
.popup-form .contact-rr{
    padding:20px 15px 0 ;
}
.form-group1{
  margin:0;
  padding:10px 9px;
  text-align: left;
}
.form-group1 select{
    border: 1px solid #a7a7a7;
    height: 40px;
    text-transform:capitalize;
    width: 100%;
    color: #969696;
    padding: 0 6px;
}
.form-group1 select option{
    background: #222;
    color: #fff;
    padding: 2px 0;
}
.form-group1 .form-control{
     border: 1px solid #343434;
     height: 50px;
}
.form-group1 textarea.form-control{
    height: 80px;
}
.modal {
   /* background: #ffffff63;*/
   top: 20px;
}
.col-sm-offset-1{margin: 0;/* z-index: -9; */}
.col-sm-offset-1 img{
  border: 8px solid #fff;
  border-radius: 9px;
}
.modal-body{padding-top:0;padding: 0;/* width: 67%; */}
.modal-header .close {
    background: #feba01;
    margin-top: 0px;
    opacity: 1;
    left: 0px;
    right: 0;
    height: 40px;
    line-height: 32px;
    width: 40px;
    text-shadow: 0 0 BLACK;
    border-radius: 50% 0% 50% 0%;
}
.modal-header .close span{
    box-shadow:
    none;
    font-size: 56px;
    font-weight: 500;
}
.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.btn-group1>.btn:first-child:hover{
  color: #fff;
  background: #2e2e2e;
}
.form-group  .place::-webkit-input-placeholder{
  color: #560830;
    font-weight:500;
    font-size:16px;
}
.form-control:focus {
    border-color: #8b8b8b;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%), 0 0 8px rgb(213 204 165 / 0%);
}
label{
    text-transform:capitalize;
    font-size:17px;
}
.modal-dialog {
    width: 700px;
    margin: 0px auto;
}
.popup-form p{
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    
    margin:0;
    border-bottom: 3px solid #feba01;
    padding: 5px 0 2px;font-weight:500;
}
.popup-form p strong{
    color:#680000;
}
.form-popup{
    background:#680000;
    padding:10px 10px;
    margin:20px 0 0;
    text-align:center;
}
.form-popup p{
    color:#fff;
    font-size: 23px;
    margin:0;
    text-transform:
    capitalize;
    border: 0;
    padding: 0;
}
.form-popup p strong{
    color:#feba01;
    font-weight: 500;
}



/* end popup section */





  #callbook {
    background:green;
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff; 
    background:red;
    position: relative;
    padding: 15px;
    width:50%;
    list-style:none;
    float:left; text-align: center;
}
#callbook ul li:nth-child(1){background: #e40000 !important;}
  #callbook ul li a span {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    top: -7px;
}
#callbook ul li a i{
  color: #fff;
  position: relative;
  top: -5px;
  padding:  0 7px 0 0;
  font-size: 18px;
}    
#callbook ul li a i{
        animation: pulsate 0.5s ease-out;
        animation-iteration-count: infinite;
        -webkit-animation: pulsate 0.5s ease-out;
        -webkit-animation-iteration-count: infinite;
}
@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;}
    }


/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
    .tophead-hide{display: none;}
    .head-section1 {padding: 0px 0;}
    .carousel-control .icon-next, .carousel-control .icon-prev {font-size:30px;}
    .head-line1{display: none;}
    .call-button1 p {margin: 0px 0 0 0;}
    .head-line {padding: 0px;}
    .topservices-section1{padding:30px 0px;}
    .top-services{padding: 20px 0;}
    .top-serv1{width: 50%;}
    .our-services1{padding:20px 0px;}
    .ourservices-section1{padding:30px 0px;}
    .our-services2{width: 50%;}
    .choose-us1{padding:30px 0px;}
    .choose-us3{padding:40px 0px 20px 0px;}
    .choose-us4{width: 50%;}
    .testimonials-section1 {padding: 30px 0;}
    .testii {padding: 20px 0;}
    .testi-1 {/* width: 50%; */}
    .testi-2 {padding: 24px 20px;}
    .footer-section1 {padding: 50px 0 30px 0;}
    .footer-head span {font-size: 21px;line-height: 40px;}
    .footer-design {padding: 20px 0;}
    .footer-head p {font-size: 18px;line-height: 36px;}
    .foot-1{width: 50%; border:0;}
    .aword3{width: 50%;}
    .aword1{padding: 30px 0px;}
    #callbook ul li {padding: 20px 0px;}
    #callbook {display:block;} 
    .bottom-serv2{width: 50%;}
    .choose-us4{width: 50%;}
    .aboutus-section1{padding: 30px 0;}
    .aboutus-content {padding: 20px 0;}
    .aboutus-content img{height: auto;margin:0;}
    .about-head p {font-size: 30px;}
    .services-list1 {padding:30px 0px;}
    .services-list2{padding: 20px 0;}
    .form-section1{padding: 30px 0;}
    .form-section2 {padding: 20px 0;}
    .top-head span {font-size: 49px;}
    .tophead-mark{display:none;}
    .tophead-question{width:50%;padding: 0 0 0;}
    .tophead-call{width:50%;}
    .tophead-call1 a{font-size:30px;font-weight:700;}
    .tophead-call1 ul li{padding: 0;}
    .tophead-question1 li a{font-size:25px;display: block;padding: 5px 0 0;}

}

@media only screen and (min-width: 768px) and  (max-width:991px) {
    .tophead-hide{display: none;}
    .tophead-question1 li a {font-size: 19px;font-weight: 700;}
    .tophead-question1 li {padding: 12px 0px;}
    .tophead-question1 img {padding: 0px 0px 0 0;height: 23px;}
   .tophead-mark1 ul li {padding: 10px 5px 10px 5px;font-size: 19px;}
   .tophead-mark1 li img {padding: 0 0px 0 0;height: 33px;}
    .tophead-call1 a {font-size: 18px;}
    .tophead-question {padding: 5px 0px;}
    .head-section1 {padding: 20px 0;}
    .tophead-call1 ul li {margin: 10px 0 0 0;}
    .our-services-txt p {font-size: 15px;}
    .testi-1:nth-child(3) {width:100%;}
}


@media only screen and (min-width: 991px) and  (max-width:1200px) {
    .tophead-hide{display: none;}
    .tophead-mark {padding: 5px 0px 5px 0;}
    .tophead-mark1 ul li {padding: 5px 6px;font-size: 18px;}
    .head-line1 .headline-call {font-size: 19px;}
    .head-line1 p {font-size: 17px;}
    .footer-head span {font-size: 30px;}
    .foot-head span {font-size: 21px;}
    .foot-txt ul li {font-size: 15px;}
    .our-services-txt span {font-size: 33px;}
    .serviceBox .title {font-size: 30px;}
    .tophead-call1 ul li {padding: 5px 8px;}

    
}

@media only screen and (min-width:1200px) and  (max-width:1300px){

}

@media (max-width: 575px) and (min-width: 0px) {
    .tophead-question1 li {padding: 0px 0px;}
    .top-serv1{width: 100%;}
    .our-services2{width: 100%;}
    .choose-us4{width: 100%;}
    .testi-1 {width: 100%;}
    .foot-1{width: 100%;}
    .aword3{width: 100%;}
    .bottom-serv2{width: 100%;}
    .choose-us4{width: 100%;}
    .container-fluid{overflow: hidden;}
    .form-popup p{font-size:16px;}
    .popup-form p{font-size:19px;}
    .tophead-question{width:100%;padding: 0 0 0;}
    .tophead-call{width:100%;}
    .tophead-question1 li a {font-size: 20px;}
    .top-head p{font-size:16px;}

    
}

@-webkit-keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.choose-sec {
  padding: 70px 0px;
  position: relative;
  z-index: 1;
/*  overflow: hidden;*/
}

.choose-sec:before, .choose-sec:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  z-index: -1;
  background: #FFFFFF;
}

/*
.choose-sec:after {
  width: 50%;
  height: 60px;
  background: #ffc800;
  top: inherit;
  bottom: 0;
}
*/

.choose-sec .choose-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  padding: 0px 0px 50px;
}

.choose-sec .choose-head span:nth-child(2) {
  margin-top: -30px;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}

.choose-sec .choose-head span:nth-child(3) {
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

.choose-sec .choose-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0px 2px 20px #5608305e;
          box-shadow: 0px 2px 20px #5608305e;
  color: #9c0000;
  font-weight: 800;
  font-size: 50px;
  margin: 0px 5px;
  background: #fff;
  border-radius: 7px;
}

.choose-sec .choose-head p {
  margin: 0px;
  font-size: 50px;
  color: #000;
  font-weight: 800;
  padding-left: 30px;
}

.choose-sec .choose-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-sec .choose-col1 .choose-inr {
  padding: 0px;
}

.choose-sec .choose-mn {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-sec .choose-mn .choose-box {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px #5608305e;
          box-shadow: 0px 0px 20px #5608305e;
  border-radius: 10px;
  z-index: 0;
  background: #ffc800;
}

.choose-sec .choose-mn .choose-box .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  background: #ffc800;
  margin: 0 auto;
  color: #9c0000;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  font-size: 45px;
}

.choose-sec .choose-mn .choose-box .icon-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  border-radius: inherit;
  -webkit-animation: spin 4s infinite alternate;
          animation: spin 4s infinite alternate;
}

.choose-sec .choose-mn .choose-box p {
  font-size: 19px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 15px 0px;
  font-weight: 600;
}

.choose-sec .choose-col2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.choose-sec .choose-col2 .choose-inr {
  z-index: -1;
}

.choose-sec .choose-col2 .choose-img {
  margin-bottom: -160px;
  max-width: 85%;
}

.serv1-sec {
  text-align: center;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}



@media screen and (max-width: 991px) {
  .choose-sec {
    padding: 50px 0px;
  }
  .choose-sec:before, .choose-sec:after {
    display: none;
  }
  .choose-sec .choose-col2 {
    display: none;
  }
 
}

@media screen and (max-width: 575px) {
  .choose-sec .choose-mn {
    max-width: 50%;
  }
  .choose-sec .choose-mn .choose-box {
    padding: 20px 12px;
  }
}

@media screen and (max-width: 410px) {
  .choose-sec .choose-mn {
    padding: 30px 15px;
  }
  .choose-sec .choose-mn .choose-box {
    padding: 20px 5px;
  }
  .choose-sec .choose-mn .choose-box p {
    font-size: 16px;
  }
  .contact-sec .contact-hd p {
    font-size: 40px;
  }
  .contact-sec .contact-hd span {
    font-size: 16px;
  }
}
