@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&amp;display=swap');

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


/*font-family: 'Federo', sans-serif;*/

/*START HEADER SECTION*/

/*start top head section*/


.tophead-section{
    padding: 0;
    box-shadow: 0px 1px 0px #828282;
    background:#f1f1f16b;
}
.tophead-section1{
    padding: 0px;
}
.top-list{
    padding: 10px;
}
.top-list1{
    padding: 0px;
    /* border:1px solid; */
}
.top-list1 ul{
    padding: 0;
    margin: 0;
    list-style:none;
}
.top-list1 ul li{
    padding: 0px 16px;
    font-size: 19px;
    box-shadow: 1px 0px 0px #828282;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin: 10px 0;
}
.top-call{
    padding: 0px;
}
.top-call1{
    padding: 0px;
    text-align: right;
}
.top-call1 p{
    margin: 0;
    padding: 10px;
}
.top-call1 p a{
    text-decoration: none;
    background:#ffc801;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    padding: 6px 15px;
    border-radius:5px;
    border:1px solid #ffc801;
}
.top-call1 p a i{
  padding:0 0 0 7px;
}
.pulse {
    position: relative;
}

.button {
    display: inline-flex;
    align-items: center;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1);
    height: 45px;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
}
 .pulse:before {
    animation: pulse 1.5s infinite linear;
  }
 .pulse:after {
    animation: pulse 2s .4s infinite linear;
  }
 .pulse:hover:before,.pulse:hover:after {
    display: none;
  }
.pulse:before, .pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}
 .button:hover {
    box-shadow: 0 4px 17px rgba(0,0,0,0.2);
    transform: translate3d(0, -2px, 0);
    color: #000000;
  }
  .button:active {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    transform: translate3d(0, 1px, 0);
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/*end top head section*/

/*start top icons section*/

.topicons-section{
    padding:0;
        background: #f1f1f16b;
    box-shadow: 0px -1px 0px #3d3d3d8f;
}
.topicons-section1{
    padding: 0px;
}
.top-icons{
    padding: 10px;
}
.top-icons1{
    padding: 0px;
}
.top-icons1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-icons1 ul li{
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}
.top-icons1 li a{
    text-decoration: none;
    padding: 0;

}
.top-icons1 li a i{
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 19px;
    color:#fff;
    background:#560830;
    text-align: center;
}
.top-icons1 li a:hover i{
    color: #000;
    background: transparent;
    border: 1px solid #560830;
}
.top-contact{
    padding: 10px;
}
.top-contact1{
    padding: 0px;
    display: inline-block;
}
.top-contact1 i{
    color:#560830;
    margin: 0;
    font-size: 24px;
    padding: 0 5px;
}
.top-contact1 span{
    color: #383838;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.top-contact1 p{
    font-size: 16px;
    color: #560830;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 4px 10px 0 26px;
}



.top-links{
    padding: 10px;
}
.top-links1{
    padding: 0px;
}
.top-links1 i{
    color:#560830;
    margin: 0;
    font-size: 22px;
    padding: 0 5px;
}
.top-links1 span{
    color: #383838;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: 400;
}
.top-links1 p{
    font-size: 16px;
    color: #560830;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1px 33px 0;
    margin: 0;
}

/*end top icons section*/

/*start head section*/

.head-section{
    padding: 0;
}
.head-section1{
    padding: 0px;
}
.head-logo{
    padding: 10px;
}
.head-logo1{
    padding: 0px;
    text-align: center;
}
.head-right{
    padding: 10px;
}
.head-right1{
    padding: 0px;
    text-align:right;
}
.head-right1 .txt1{
    color: #222;
    margin: 0;
    text-transform: capitalize;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px 0;
}
.head-right1 .txt1 span{
    color: #560830;
}
.head-right1 .txt2{
    margin: 0;
    padding: 5px 0px;
}
.head-right1 .txt2 span{
   background:#ffc801;
   color: #000;
   border-radius: 30px;
   text-transform: capitalize;
   margin: 0;
   font-size: 18px;
   font-weight: 600;
   padding: 6px 26px;
}
.head-right1 .txt3{
    color: #222;
    margin: 0;
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 0 0;
}
.head-right1 .txt3 span{
    color: #560830;
}

/*end head section*/

/*start slider section*/

.slider{
    padding: 0;
	border-top: 3px solid #000;
}

/*end slider section*/



/*END HEADER SECTION*/


/*start main services section*/

.main-services{
    padding: 0;
	background: #560830;
}
.main-services1{
    padding: 30px 30px 50px 30px;
}
.main-head{
    padding: 0;
    text-align: center;
}
.main-head p{
    padding:60px 0 10px 0;
    margin: 0;
    font-size:40px;
	color: #fca600;
    font-weight: 600;
    font-family: 'Federo', sans-serif;
    text-transform: capitalize;
}
.main-head span{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}
.circ {
    position: absolute;
    top: 30px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 3px solid #560830;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circ:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 4px;
    background: #ffc801;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circ:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    margin: 2px;
    border-radius: 100%;
    background-color: #560830;
}
.main-services2{
    padding: 20px;
}
.main-services4{
    padding: 10px 15px;
}
.main-services5{
    box-shadow: 0 0 5px #afa5a5;
    padding: 1px 0 15px 0;
    /* border:1px solid; */
	background: #FFFFFF;
}
.main-img{
    padding: 0;
}
.main-img img{
    position: absolute;
    /*  height: 215px;
    width: 215px;*/
    border-radius: 50%;
    top: 15px;
    left: -15px;
    height: 215px !important;
    width: 215px !important;
}
.main-img span {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #560830;
    border-radius: 50%;
    line-height: 50px;
    left: 128px;
    box-shadow: 0 0 0 7px #eee;
    text-align: center;
    animation: clc 0.6s infinite;
    top: 19rem;
}
@keyframes clc{
  0%{box-shadow: 0 0 0 4px #eee;}
  50%{box-shadow: 0 0 0 8px #eee;}
  100%{box-shadow: 0 0 0 4px #eee;}

}
.main-img  span a {
    height: 50px;
    background: transparent;
    color: #fff;
    width: unset;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 28px;
}
.main-txt{
    padding: 10px 0px 10px 0px;
    text-align: left;
}
.main-txt .main-txt1{
    padding: 0px 0 0;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Federo', sans-serif;
    text-transform: capitalize;
}
.main-txt .heading-line{
    color: #222;
    margin: 0;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}
.main-txt .main-txt2 {
    color: #222;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    padding: 10px 0 14px 0;
}
.main-txt a{
    color: #000;
    font-weight:600;
    font-size: 20px;
    text-transform: capitalize;
    background:#ffc801;
    padding: 4px 16px;
    text-align: center;
    margin: 0;
    text-decoration: none;
}
.main-txt:hover a{
   color:#fff;
   background:#560830;
}


/*end main services section*/


/*start about us section*/

.aboutus-section{
    padding: 0;
    background: url(../images/back1.jpg), #fee4b03d;
    background-repeat: repeat-x;
    background-position: top;
}
.aboutus-section1{
   padding: 30px 30px 50px 30px;
}
.about-us{
    padding: 40px 20px 30px;
}
.about-us p{
    color: #222;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    font-size: 15px;
    padding: 0 0 15px ;
}
.about-us p span{
    color: #560830;
    font-weight: 600;
}

/*end about us section*/

/*start our services section*/

.our-services{
    padding: 0;
}
.our-services1{
    padding: 30px 30px 50px 30px;
}
.our-services2{
    padding: 40px 20px;
}
.our-serv{
    padding: 10px;
}
.our-serv1{
    padding: 10px;
}
.our-serv2{
    padding: 0;
}
.our-serv2:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(246, 115, 13, 0.33);
}
.our-serv2:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(217, 8, 69, 0.33);
}
.our-serv1:hover .our-serv2:after{
    width: 100%;
    transform-origin: left;
    transition: all 400ms linear;
    opacity: 0;
}
.our-serv1:hover .our-serv2:before{
    width: 100%;
    transform-origin: left;
    transition: all 400ms linear;
    opacity: 0;
}
.our-serv3{
  padding: 20px 10px;
  background:#fff;
  text-align: center;
  box-shadow: 0 0 5px #afa5a5;
}
.our-serv3 span{
    font-weight: 600;
    margin: 0;
    font-family: 'Federo', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
}
.our-serv3 p{
    color: #222;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
}


/*end our services section*/

/*start why choose us section*/

.chooseus-section{
    padding: 0px;
    margin: 0px;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.chooseus-section1{
    padding: 30px 30px 50px 30px;
    background: linear-gradient(to right, #560830, #000000e3);
}
.choose-head{
    padding:50px 0 0 0;
    margin: 0px;
}
.choose-head p{
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 49px;
    margin: 0px;
    font-family: 'Federo', sans-serif;
}
.choose-1{
    padding: 20px;
    color: #fff;
}
.choose-2{
    padding: 10px;
}
.choose-3{
    padding: 10px;
}
.stats {
padding:15px 0px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-family: 'Federo', sans-serif;
}
.stats i{
  font-size: 60px;
}
.stats p{
    font-size: 23px;
    padding: 0px;
    margin: 0px;
}

.ban{
    padding: 10px;
}
.ban1{
    padding: 10px;
}
.ban2{
    padding: 5px;
    border:5px solid #fff;
    text-align: left;
    margin-top: 40px;
    background: rgba(0,0,0,0.7)
}
.ban2 b{
    text-align:left;
    font-size: 32px;
    background: linear-gradient(to right, #ffcc00, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 0px;
    margin: 0px;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
}
.ban2 strong{
    color: #ffc801;
    font-size: 31px;
    padding: 5px 0px;
    margin: 0px;
    font-family: 'Federo', sans-serif;
    font-weight: 500;
}
.ban2 span{
    color: #fff;
    line-height: 33px;
    font-size: 20px;
    text-align: left;
    padding: 5px 0px;
    text-transform: capitalize;
}
.ban2 p{
    padding: 15px 0px;
    margin: 0;
}
.ban2 a{
    padding: 5px 21px;
    text-align:center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #560830;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ban2 a:hover{
    background: #fff;
    transition: 0.8s;
    color:#560830; 
}
/*end why choose us section*/

/*start form section*/

.form{
    padding: 0px;
}
.form1{
    padding: 30px;
}
.form-ban1{
    padding: 10px;
}
.form-ban2{
    padding: 0px;
    box-shadow: -6px 0 3px #eee;
}
.detail{
  padding: 15px 10px;
  text-align: left;
}
.detail p{
  color: #000;
  background: #ffb000;
  padding: 6px 15px;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: inline-block;
  border-radius: 15px;
  text-transform: capitalize;
  text-align: center;
}
.detail span{
 text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px;
     text-transform: capitalize;
    display: block;
    color: #222;
}
.detail i{
  padding: 0 5px 0 0;
}

.form-1{
    padding: 10px;
}
.form-2{
    padding: 20px;
}
.contac-r {
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: left;
}
.form-texxx{
  text-align: center;
  padding: 0 0 15px 0;
}
.form-texxx p {
     color: #560830;
    font-family: 'Federo',sans-serif;
    font-size:38px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 5px 0;
}
.form-texxx span{
     font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.form-group {
    padding: 5px;
}
input.form-control {
    color: #000;
}
.form-group label {
    color: #000000;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
}
.form-control {
    background-color:#ffffff;
}
textarea.form-control {
    height: 80px;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-top: 0px;
    padding: 13px 18px;
    /* border-radius: 30px; */
    color: #ffffff;
    font-size: 14px;
    background: #000000;
}

/*end form section*/


/**start testimonials-section*/

.testimonials-section{
    padding: 0px 0px;
        padding: 0;
    background: url(../images/back1.jpg), #fee4b03d;
    background-repeat: repeat-x;
    background-position: top;
}
.testimonials-section1{
    padding: 30px 30px 50px 30px;
}
.testi-head{
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.testi-head strong{
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
     font-family: 'Federo', sans-serif;
    padding: 0px;
}
.testi-head p{
    color: #ff0000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin: 10px 0px;
}
.testimonials-section1{
    padding: 30px;
}
.testi-1{
  padding: 20px;
}
.testimonial-bg{
        padding: 20px 20px;
    text-align: center;
    position: relative;
    background-color:#ffc801;
}
.testi-ttop5{
      padding: 10px 0 30px 0;
}
.testimonial{
       padding: 60px 25px;
    background-color:#560830;;
    margin: 5px;
}
.testimonial .description{
    color: #fff;
    line-height: 24px;
    /* padding-bottom: 25px; */
    padding: 5px 0px 20px 0px;
    /* margin-bottom: 15px; */
    position: relative;
    font-size: 15px;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ffc801;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
   content: "";
    width: 20px;
    height: 20px;
    background: #ffc801;

    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ffc801;
    border-right: 1px solid #ffc801;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
        filter: blur(4px);
    height: auto;
}
.testimonial .title{
  display: inline-block;
    font-size: 23px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Federo', sans-serif;
    font-weight: 500;
}
.testimonial .post{
    display: block;
    font-size: 20px;
    color: #000;
}
.owl-theme .owl-controls{
    background:#560830;
    margin-top: 10px;
    position: absolute;
    bottom: -10%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background:#ffc801;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
       font-family: "Font Awesome 5 Free";
    line-height: 31px;
    font-size: 16px;
    font-weight: 700;
    color:#560830;
}
.owl-next:before{
    content:"\f054";
}

/*end testimonials-section*/

/*start footer section*/

.footer-section{
    padding: 0;
    color: #ffbb03;
    background: #000;
}
.footer-section1{
    padding: 50px 30px;
}
.footer-section-2{
    padding: 10px;
}
.footer-section-3{
    padding: 10px;
    text-align: center;
}
.footer-section2{
    padding: 10px;
}
.footer-section3{
    padding: 10px;
}
.footer-head{
    padding: 0;
    text-align: center;
}
.footer-head p{
    font-size: 35px;
    text-transform: capitalize;
    margin: 0;
     font-family: 'federO', sans-serif;
    padding: 5px;
}
.footer-head img{
    margin: -10px 0 0 0;
}
.footer-section4{
    text-align: center;
    padding:2px 0 0 0;
}
.footer-section4 ul{
    margin: 0;
    padding: 9px 0 0 0;
    list-style: none;
}
.footer-section4 li{
    color: #fff;
    padding: 5px 0 5px 0px;
    line-height: 26px;
    font-weight: 300;
    font-size: 17px;
    text-transform: capitalize;
}
.footer-section4 i{
    color: #ffbb03;
    font-size: 22px;
    padding: 0 8px 0 0;
}
.footer-section-4{
    text-align: center;
    padding:15px 0 0 0;
}
.footer-serv{
    padding: 0px;
    margin: 0px 0 0 0;
}

/*end footer section*/

/*start disclimer*/

.dis{
  padding: 0px;
  text-align: center;
   background:#000;
}
.dis-1{
  padding:0px 20px;
}
.dis-1 p{
    background:#000000;
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
    margin: 0px;
    color: #fff;
    font-family: 'Poppins',sans-serif;
}
.copy-1{
  padding: 0px;
  border-top:1px solid #ffbb03;
}
.copy-1 .copy{
  background:#000;
  padding: 10px;
  margin:0px;
   font-family: 'federO', sans-serif;
  font-size: 16px;
  color: #ffbb03;
}

/*end disclimer*/


/*start aowrds*/

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

/*end awords*/


  #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 a span {
    color: #fff;
    font-size:22px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
}
#callbook ul li a i{ 
  color: #fff;
    position: relative;
    top: -13px;
    font-weight: 600;
    font-size: 20px;

}    
#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;}
    }




@media (max-width: 767px){
    body{text-align: center;}  
    .top-call1{text-align: center;}
    .head-right1{text-align:center;}
    .top-list {padding: 0px;}
    .top-call1 p {padding: 2px 0 10px 0;}
    .head-logo {padding: 0px;}
    .head-right {padding: 10px 0;}
    .main-services1{padding:30px 0px;}
    .aboutus-section1{padding: 30px 0px 0px 0px;}
   .about-us{padding: 20px 0;}
   .our-services1{padding:30px 0;}
   .our-services1{padding: 30px 0}
   .our-services2{padding: 20px 0px;}
   .our-serv{width: 50%;}
   .chooseus-section1 {padding:30px 0px;}
   .choose-1 { padding: 0px 0px;}
    .form-2 {padding: 20px 0;}
     #callbook ul li {padding: 20px 0px;}
     #callbook {display:block;}  
     .form1{padding: 30px 0;}
      .testimonials-section1 {padding: 30px 0px;}
    .testi-1 { padding: 20px 0px;}
      .footer-section1{padding: 30px 0px;}
    .footer-section2{width: 50%;}
    .footer-section-2 {padding: 0px 0;}
    .footer-serv{width: 50%;}
    .footer-section3 {padding: 10px 0;}
     .form1{padding: 30px 0;}
    .dis-1 {padding: 0px 0px;}
    .copy-1 {padding: 0px 0px 50px 0px;}
     #callbook ul li {padding: 20px 0px;}
     #callbook {display:block;}
     .footer-section3 {height: 250px;}
          .aword3{width: 50%;}
    .aword1{padding: 30px 0px;}
    .main-head p {font-size: 31px;}
    .main-img img{height: auto !important;width: auto !important;}
    .main-services2 {padding: 20px 0;}
    #callbook ul li a span {    font-size: 18px;top: -12px;}


    
    
}

@media only screen and (min-width: 768px) and  (max-width:991px) {
    .head-right1{text-align:center;}
    .top-list1 ul li {padding: 0px 10px;font-size: 18px;}
    .top-list {padding: 10px 0;}
    .ban { padding: 10px 0px;}
    .chooseus-section2{padding: 30px 0px;}
    .ban1 { padding: 10px 0px;}
    .choose-1 {padding: 20px 0px;}
    .ban2 b {font-size: 33px;}
    .ban2 span{font-size: 18px;}
    .our-serv3 p {font-size: 14px;}
    .main-txt .main-txt1 {font-size: 27px;}
    .detail p {font-size: 18px;text-align: left;}
    .form-texxx span {font-size: 18px;}
    

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
   .top-list1 ul li {padding: 0px 15px;font-size: 18px;}
   .main-txt .heading-line { font-size: 18px;}
   .main-img span {left: 100px;top: 13rem;}
   .main-txt {padding: 10px 0px 5px 0px;}
   .main-txt .main-txt2 {font-size: 15px;padding: 6px 0 12px 0;}
   .main-img img {height: auto !important;width: auto !important;}
   .head-right1 .txt1 {font-size: 18px;}
   .ban { padding: 10px 0px;}
    .chooseus-section2{padding: 30px 0px;}
    .ban1 { padding: 10px 0px;}
    .choose-1 {padding: 20px 0px;}
    .ban2 b {font-size: 29px;}
    .footer-head p {font-size: 26px}
    .ban2 strong {font-size: 25px;}
    .ban2 span {font-size: 14px;}
    .our-serv3 span { font-size: 21px;}
    .main-txt .main-txt1 {font-size: 28px;}
    .form-texxx span {font-size: 19px;}
    
}

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

}

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

@media (max-width: 575px) and (min-width: 0px){
   .head-right1 .txt1 {font-size: 17px;line-height: 26px;}
   .head-right1 .txt2 span {font-size: 13px;padding: 6px 9px;}
   .head-right1 .txt3 {font-size: 16px;line-height: 27px;}
   .top-links {display: none;}
   .our-serv{width: 100%;}
   .choose-head p {padding: 5px 0px;font-size: 30px;}
    .ban {padding: 10px 0px;}
    .ban1 {padding: 10px 10px;}
    .ban2{margin: 0px;}
    .ban2 b {font-size: 28px}
    .ban2 span { font-size: 18px;}
     .testi-head strong{font-size: 32px;}
    .owl-theme .owl-controls {bottom: -8%;}
     .footer-section-2 {padding: 0px 0;}
      .footer-serv{width: 100%;}
      .footer-section2{width: 100%;}
      .footer-section3{height: auto;}
      .aword3{width: 100%;}
      .main-img span {left: 96px;top: 14rem;}
      .main-txt .heading-line {font-size: 16px;}
      .main-txt .main-txt1 {font-size: 28px;}
      .our-serv3 span {font-size: 21px;}
      .detail p {font-size: 18px;}
      .detail span {font-size: 17px;}
}

@media (max-width: 420px) and (min-width: 320px){
   .top-list1 ul li {font-size: 15px;margin: 0px 0;line-height: 30px;box-shadow: none;} 
   .main-head p {font-size: 25px;}
   .main-img span {left: 187px; top: 16rem;}
   .main-img img { position:relative; height: 215px !important; width: 215px !important;}
   .main-img{width: 100%;}
   .main-txt{width: 100%;}
   .main-txt {padding: 20px 15px 10px 15px;text-align: center;}

}

