@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Lexend', sans-serif;
    color: #202020;
}
.main{
  width: 90%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}



/* header section start */
.header-logo{
    padding: 0;
    background: #042f72;
}
.header-logo-1{
  padding:0;
}
.header-logo-2{
    border-radius: 5px;
    z-index: 1;
    position: relative;
    padding: 0 0px;
    background: #fff;
}
.header-logo:after {
    background: #ff9a00;
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 84px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 12px 15px 12px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 15px 0;
  text-align:center;
}
.header-logo-right-1 p{
    padding: 8px 0 18px;
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 500;
}
.header-logo-right-1 p i{
    padding: 0 8px 0 0;
    font-size: 29px;
    animation: blltx 900ms linear infinite;
}
@keyframes  blltx{
  0%{color:#f07f3e;}
  50%{color:#2b073b;}
  100%{color:#f07f3e;}
}
.head-line{
  padding: 0 0 0 15px;
}
.head-line p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px 12px;
  text-align: center;
  text-transform: capitalize;
  color: black;
  background: #ff9a00;
}
.chat-section{
  padding: 15px 0 0 0;
  text-align: center;
}
.chat-section a{
  background: #007800;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.chat-section ul{
  padding: 0;
  display: inline-block;
  list-style: none;
}
.chat-section ul li{
  color: #000;
  font-size: 17px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.chat-section ul li:nth-child(2){
  /* color: #000000; */
}
.chat-section li:before{
  border: 2px solid;
  padding: 1px;
  height: 12px;
  width: 12px;
  margin: 4px 3px 0px 0px;
  border-radius: 58%;
  color: #ff9a00;
  content: "";
  display: inline-block;
  background: #ffffff;
}
.head-icon{
    padding:0;
    margin: -10px 0 0;
}
.head-icon ul li{
  margin: 0px 10px;
  display: inline-block;
  background: #ffffff;
  color: #d20a0a;
  font-size: 24px;
  height: 47px;
  width: 62px;
  border-radius: 60px 60px 0 0;
  text-align:center;
  border-right: 0;
  line-height: 57px;
  /* border-bottom: 2px solid #ff9a00; */
  border-left: 2px solid #ff9a00;
}
/* header section end */



/* top section start */
.tophead-section{
  padding: 12px 0 0px;
  background: #042f72;
}
.tophead-section:before {
    content: "";
    border-top: 1px solid #fff;
    height: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.tophead-section-1{
    display: flex;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 60px;
    background: #042f72;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
}

.tophead1{
  padding: 0px;
}
.tophead2{
  padding: 7px 0;
}
.tophead3{
    text-align: right;
}
.tophead2 span {
    font-size: 22px;
    color:#082e04; 
    font-weight: 600;
}
.tophead2 ul{
}
.tophead2 li{
    font-size: 16px;
    padding: 1px 0;
    display: inline-block;
    text-transform: capitalize;
    color: white;
    font-weight: 500;
}
.tophead3{
  padding: 0px;
}
.tophead4{
    padding: 0 10px;
}

.tophead4 a{
    font-size: 39px;
    color: #ff9a00;
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    text-align:center;
    animation: blkk1 0.5s infinite;
}
@keyframes blkk1{
  0%{color:#ffffff;}
  50%{color:#ff9a00;}
  100%{color:#ffffff;}
}
/* top section end */


/* banner section start */
.banner-section{
    padding:0;
}
.banner-section img{
    width:100%;
}
/* banner section end */


/* best services section start */
.best-srv-sec-1{
    padding: 60px 0;
}
.best-srv-sec-2{
    padding: 0;
}
.srv-heading{
  text-align: center;
}
.best-srv-sec-content{
    padding: 0;
}
.best-srv-mn{
    padding: 12px;
}
.best-srv-inr{
    padding: 0;
}


.srvbx {
    position: relative;
    /* height: 578px; */
    padding: 27px 0 0;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ff9a00;
    overflow: hidden;
    text-align: center;
}
.srvbx a {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 45px;
    line-height: 50px;
    background: #042f72;
    border-radius: 200px 200px 0 0;
    font-size: 22px;
    color: #ffffff;
}
.bx1 {
    background: #ff9a00;
}
.bx1 span {
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 0px;
    display: block;
}
.bxpara {
    position: relative;
    z-index: 9999;
    border-radius: 0 0 15px 15px;
    text-align: center;
    width: 85%;
    background-color: #042f72;
    margin: 0 auto 22px;
    padding: 12px 20px;
    height: auto;
} 
.bxpara p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
} 

.srv-img {
    /* position: absolute; */
    /* bottom: -11px; */
}
.srv-img img{border-radius: 200px 200px 0 0;border-top: 8px solid #ff9a00;}
/* best services section end */


/* why choose us section start */
.whyus-section{
  padding: 0;
}
.whyus-section1{
  padding: 0;
}
.why-us{
  padding: 0 0 0;
  display: flex;
  align-items: center;
}
.why-us1{
  padding: 12px;
}
.why-us2{
  padding: 0px;
}
.why-choose-main {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.why1{
  padding: 0px;
}
.why2{
  padding: 0px;
}
.outer-box {
    background: #042f72;
    border-radius: 20px;
    padding: 15px;
}
.inner-box {
    background: #ffff;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0px 0px 10px #bcbcbc;
}
.outline {
    border-radius: 15px;
    padding: 15px;
    background: #ff9a00;
}
.outline span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #d20a0a;
    display: block;
    padding: 0 0 2px;
}
.outline p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}
.why-img-1 {
    position: relative;
    z-index: -1;
    text-align: right;
}
.why-img-1:after {
    content: '';
    background: #042f72;
    position: absolute;
    bottom: 15px;
    left: -32px;
    width: 119px;
    height: 66px;
    z-index: -1;
}
.bottom-box .why-img-1{   
/* left: 40px; */
text-align: left;
}
.bottom-box .why-img-1:after {
    left: 36px;
}
.why-img-1 i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 51px;
    border: 10px solid #042f72;
    display: inline-block;
    text-align: center;
}
.why-img-1 svg{
    width: 60px;
    height: 60px;
    fill: #042f72;
}
/* why us section end */



/* why choose us section start */
.chooseus-section{
  padding: 0;
}
.chooseus-section:after {
    content: '';
    background-image: url(../images/grid-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.chooseus-section1{
  padding: 0;
}
.choose-us{
  padding: 0 0 126px;
  display: flex;
  align-items: center;
}
.choose-us1{
  padding: 12px;
}
.choose-us2{
  padding: 0px;
}
.choose-0{
   text-align: center; 
}
.text-num{
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}
.choose-head{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #d20a0a;
    padding: 0 0 5px;
}
.choose-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    display: block;
}
.choose-text-center{
    position: relative;
}
.choose-text-center span{
    font-size: 240px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    color: #232323;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url(../images/experince-img.jpg);
    text-align: center;
}
.choose-text-center p{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #d20a0a;
    text-align: center;
    margin: -44px 0 0;
}

/* why choose us section end */


/* about us section start */
.about-section{
    padding: 0;
}
.about-img{
    margin: -110px 0 0;
    padding: 0 0 24px;
    text-align: center;
}
.about-img img{
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #FFFFFF;
    border-radius: 50%;
      animation: rotate360 25s linear infinite;
    transform-origin: center center;
}
@keyframes rotate360{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.about-section-1{
    padding: 0;
}
.about-us-content{padding: 0;}
.about-us-content img{
    
border-radius: 50%;
    
float: right;
    
margin: 0 0 12px 12px;
}
.about-title{
    padding: 0 0 12px;
    text-align: center;
}
.about-title strong {
    font-size: 45px;
    font-weight: 700;
    display: block;
    color: #d20a0a;
    text-transform: capitalize;
}
.about-title p {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    padding: 6px 0;
}
.about-us-content p strong{
    color: #d20a0a;
    font-weight: 500;
}
.about-heading{
    color: #042f72;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    padding: 3px 0px 7px;
    display: inline-block;
}
.about-us-content ul{
  padding: 13px 10px 8px;
  margin: 0;
}
.about-us-content ul li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: #ff9a00;
    margin: 0 6px 8px 0;
    padding: 8px 12px 7px 15px;
    display: inline-block;
    position: relative;
}
.about-us-content ul li:before {
    font-weight: 900;
    color: #c31218;
    font-size: 15px;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    margin: 10px 8px 0 -26px;
    border: 3px solid #042f72;
    position: absolute;
    top: 0;
    left: 18px;
}
.welcome-contact{
    padding: 12px 0 0;
}
.welcome-contact p{
    font-size: 31px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.welcome-contact a {
    font-size:48px;
    color: #fcd402;
    font-weight:bold;
    text-decoration:none;
}

.welcome-contact a i{
   padding: 0 8px 0 0px;
}
/* about us section end */



/* service section start */
.srv-sec-1{
    padding: 60px 0;
}
.srv-sec-2{
    padding: 0;
}

.srv-sec-content{
    padding: 20px 0 0;
}
.srv-1{
    padding: 12px;
}
.srv-2{
    text-align: center;
    padding: 0;
}
.srvimg{
text-align: left;
}
.srvimg img{
}
.srv-home-text{
    padding:0;
}
.srv-home-text-1 {
    background-color: rgb(4 47 114);
    margin-top: -105px;
    padding: 28px 15px 10px;
}
.srv-home-text-1 span {
    font-size: 17px;
    color: #ffae00;
    font-weight: 500;
    display: block;
    padding: 0 0 4px;
}
.srv-home-text-1 p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 29px;
}
.srv-call {
    text-align: right;
    margin-right: -15px;
    margin-bottom: -11px!important;
}
.srv-call a{
    background: #ffffff;
    border-radius: 40px 1px 0 0px;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    padding: 0 0 0 12px;
    color: #d20a0a;
}
/* service section end */



/* testimonial section start */
.testimonials {
    padding: 60px 0;
}
.testimonials:after {
    content: '';
    background-image: url(../images/grid-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonials1 {
    padding: 0;
}
.testi {
    padding: 0;
}
.testi-1 {
    padding: 12px;
}
.testi-2 {
    padding: 0;
    position: relative;
    text-align: left;
}
.single-testimonials-style2 {
    position: relative;
    display: block;
    background: #ff9a00;
    padding: 0 20px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    border: 3px solid #042f72;
}

.single-testimonials-style2:hover {
    /* box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.2); */
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out 0.1s;
}

.single-testimonials-style2 .icon-box {
    position: relative;
    display: block;
    width: 170px;
    height: 50px;
    margin: -3px auto 0;
    z-index: 1;
    padding: 0px 0 0;
}

.single-testimonials-style2 .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 50px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: -1;
}

.single-testimonials-style2 .icon-box span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-testimonials-style2 .icon-box span:before {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 30px;
    line-height: 22px;
}

.single-testimonials-style2 .text-holder {
    position: relative;
    display: block;
    padding: 30px 15px 25px;
}

.single-testimonials-style2 .text-holder span {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0 6px;
    color: #d20a0a;
    display: block;
    text-transform: capitalize;
}

.single-testimonials-style2 .text-holder p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}

.single-testimonials-style2 .img-holder {
    position: relative;
    display: block;
    padding-top: 45px;
}

.single-testimonials-style2 .img-holder .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: inherit;
    z-index: 2;
}

.single-testimonials-style2 .img-holder .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000075;
    border-radius: 50%;
    z-index: 1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-testimonials-style2:hover .img-holder .img-box:before {
    transform: scaleX(1.0);
}

.single-testimonials-style2 .img-holder .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonials-style2 .img-holder .inner {
    position: relative;
    display: block;
    background: #042f72;
    padding: 61px 0 24px;
}

.single-testimonials-style2 .img-holder .inner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50px;
    right: 50px;
    height: 4px;
    background: white;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-testimonials-style2:hover .img-holder .inner:before {
    left: 0px;
    right: 0px;
}

.inner ul li{
    color: #ff9a00;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}


/* testimonial section end */



/* other service section start */
.other-srv-sec-1{
    60p: 0;
    padding: 60px 0;
}
.other-srv-sec-2{
    padding: 0;
}

.other-srv-sec-content{
    padding: 15px 0 0;
}
.other-srv-1{
    padding: 12px;
}
.other-srv-2{
    padding: 0;
    text-align: center;
}
.other-service_card {
    padding: 25px 25px 0;
    background-color: #042f72;
    border-radius: 20px;
    border: 4px solid #ff9a00;
}
.other-service_card img{
    margin-bottom: -50px;
}
.other-srv-2 a {
    display: inline-block;
    position: relative;
    background: #ff9a00;
    width: 98px;
    height: 98px;
    line-height: 75px;
    font-size: 38px;
    color: black;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0 3px 0 0;
    border: 9px solid #fff;
}
.other_sc_content p {
    font-size: 25px;
    color: #ff9a00;
    font-weight: 600;
    text-transform: capitalize;
}
.other_sc_content span{
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    padding: 0 0 18px;
    text-transform: capitalize;
}
/* other service section end */

/* awards section start */
.awards-sec{
  text-align: center;
  padding: 60px 0 0;
}
.awards-1{
  padding: 12px;
}
.awards-1 img{
  width: 100%;
}
/* awards section end */


/* footer add section start */
.footer-1{
    padding:0;
}
.footer-2{
    background: #ff9a00;
    border-radius: 25px 25px 0 0;
    padding: 20px 15px 12px;
    text-align: center;
}
.footer-2 p {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 35px;
    padding: 0 0 8px;
}
.footer-2 span {
    : #ffff;
    font-size: 25px;
    font-weight: 600;
    animation: blink 1s linear infinite;
    display: block;
    text-transform: uppercase;
}

@keyframes blink{
    0%{opacity: 0; color:#fff;}
    50%{opacity: .5;color: #b80000;}
    100%{opacity: 1;color: #b40000;}
}
.footer-2 a {
    display: block;
    color: #000000;
    font-size: 50px;
    font-weight: 600;
}
/* footer add section end */


/* whatsapp testimonials section start */
.whatsapp-section{

padding: 60px 0 0;

text-align: center;
}
.whatsapp-section strong{
    
font-size: 45px;
    
font-weight: 700;
    
display: block;
    
color: #ffffff;
    
text-transform: capitalize;
    
background: #042f72;
    
margin: 0 0 25px;
    
padding: 0 15px;
}
.chat-img1{
  padding: 12px;
  text-align: center;
}
.chat-img1 img{border-radius: 50px;}
/* whatsapp testimonials section end */

/* copyright section start */
.copy-right{
    padding: 15px 0;
    background: #042f72;
    border-top: 6px solid #ff9a00;
}
.disclimer{
    padding: 0;
    text-align: center;
}
.disclimer p{
    color: #ffffff;
    line-height: 25px;
    font-weight: 200;
    font-size: 13px;
    padding: 0 0 8px;
}
.copyryt{
  padding:0;
  text-align: center;
}
.copyryt span{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
/* copyright section end */


#callbook {
    background: green;
    bottom: 0;
    height: 43px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 15px 5px;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    top: -7px;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -6px;
    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){
.header-logo-left-1 {padding: 10px 15px 5px;}
.header-logo-right-1 {padding: 0px 0 10px;}
.head-line{padding:0;}
.head-line p {font-size: 12px;}
.tophead4 {padding: 0;}
.tophead1:nth-child(3){display:none;}
.tophead-section-1{padding: 5px 18px;}
.tophead2 li {font-size: 14px;}
.tophead4 a {font-size: 30px;text-align: right;}
.head-icon ul li {font-size: 20px;height: 32px;width: 45px;line-height: 50px;margin: 0px 6px;}
.chat-section a {padding: 6px 15px 7px;font-size: 15px;}
.chat-section ul li {font-size: 15px;padding: 0 3px;}
.about-title strong {font-size: 38px;}
.choose-us{display:block;padding: 30px 0 126px;}
.choose-text-center{margin: -79px 0 0;}
.srv-1 {padding: 12px 5px;}
.srv-home-text-1 span {font-size: 17px;}
.other-srv-1 {padding: 12px 0;}
.srvimg{text-align: center;}
.srv-home-text-1 {margin-top: -2px;}
.single-testimonials-style2 .text-holder {padding: 30px 0 25px;}
.why-us{display:block;}
.why-img-1 {top: 1px;text-align: center;padding: 27px 0 0;}
.bottom-box .why-img-1 {bottom: -1px;text-align: center;padding: 0 0 27px;}
.bottom-box .why-img-1:after {left: 0;bottom: -5px;}
.why-img-1:after {width: 60px;height: 119px;right: 0;margin: 0 auto;left: 0;}
.why-choose-main {display: block;}
.copy-right {padding: 15px 0 60px;}
.about-us-content img {width: 300px;}
.whatsapp-section strong {font-size: 40px;}
#callbook {display: block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.header-logo-left-1 {padding: 12px 15px 0;}
.header-logo-right-1 {padding: 0 0 12px;}
.head-line{padding:0;}
.tophead1:nth-child(3){display:none;}
.tophead-section-1{padding:8px 24px;}
.tophead2 li {font-size: 15px;}
.tophead4 a {font-size: 30px;text-align: right;}
.choose-us{display:block;padding: 30px 0 126px;}
.choose-text-center{margin: -79px 0 0;}
.other_sc_content p {font-size: 23px;}
.why-img-1 {top: 1px;text-align: center;padding: 27px 0 0;}
.bottom-box .why-img-1 {bottom: -1px;text-align: center;padding: 0 0 27px;}
.bottom-box .why-img-1:after {left: 0;bottom: -5px;}
.why-img-1:after {width: 60px;height: 119px;right: 0;margin: 0 auto;left: 0;}
.why-choose-main {display: block;}
.why-us{display:block;}
.outline span {font-size: 19px;}
.about-us-content img {width: 330px;}

}

@media only screen and (min-width: 991px) and (max-width:1200px){
.head-line {padding: 0px 0 0 0;}
.head-line p {font-size: 12px;}
.head-icon ul li {font-size: 20px;height: 35px;width: 47px;line-height: 47px;}
.chat-section {padding: 8px 0 0 0;}
.chat-section a {padding: 6px 15px;font-size: 15px;}
.chat-section ul li {font-size: 16px;padding: 0 5px;}
.chat-section li:before {height: 10px;width: 10px;}
.tophead2 li {font-size: 12px;}
.tophead-section-1 {padding: 8px 15px;}
.tophead4 a {font-size: 40px;}
.bx1 span {font-size: 16px;}
.choose-text-center span {font-size: 180px;}
.choose-text-center p {font-size: 25px;}
.choose-head {font-size: 17px;}
.srv-1 {padding: 8px;}
.srv-home-text-1 span {font-size: 16px;}
.other_sc_content p {font-size: 19px;}
.other_sc_content span {font-size: 18px;}
.outline span {font-size: 19px;}
}




@media only screen and (min-width:1200px) and  (max-width:1330px){
.head-line p { font-size: 14px;}
}



@media (min-width:0) and (max-width:600px){
.head-icon ul li {margin: 0px 3px;}
.chat-section a {padding: 6px 11px 6px;font-size: 13px;}
.chat-section ul li {font-size: 14px;padding: 0 3px;}
.tophead1{display:none;}
.tophead3{width:100%;}
.tophead4 a {font-size: 40px;text-align: center;}
.chat-section li:before {height: 10px;width: 10px;margin: 4px 2px 0px 0px;}
.about-title strong {font-size: 32px;}
.about-title p {font-size: 16px;}
.best-srv-mn{width:100%;padding: 12px 0;}
.choose-text-center span {font-size: 185px;}
.choose-text-center p {font-size: 26px;}
.srv-1{width:100%;padding: 12px 0;}
.srv-home-text-1 span {font-size: 19px;}
.other_sc_content p {font-size: 27px;}
.testi-1{width:100%;padding: 12px 0;}
.single-testimonials-style2 .text-holder {padding: 30px 15px 25px;}
.footer-2 p {line-height: 27px;font-size: 15px;}
.footer-2 a {font-size: 45px;}
.about-us-content img {width: auto;float: none;margin: 0 0 12px;}
.whatsapp-section strong {font-size: 35px;padding: 2px 15px;}    
}


@media (min-width: 290px) and (max-width:490px){
.head-icon ul li {margin: 0px 1px;font-size: 13px;height: 24px;width: 32px;line-height: 34px;}
.chat-section a {padding: 8px 10px 8px;font-size: 13px;}
.chat-section ul li {font-size: 14px;padding: 0 3px;}
.tophead4 a {font-size: 32px;}
.chat-section li:before {height: 10px;width: 10px;margin: 4px 2px 0px 0px;}
.header-logo-left-1 {padding: 7px 5px 0;}
.header-logo-right-1 {padding: 8px 0 8px;}
.chat-section ul li:nth-child(1){display: none;}
.chat-section {padding: 8px 0 0 0;}
.about-section {}
.about-img {padding: 0 0 5px;}
.about-us-content {padding: 3px 0 0;}
.about-title strong {font-size: 25px;line-height: 30px;}
.about-title p {font-size: 13px;}
.best-srv-sec-2 {padding: 15px 0px 0;}
.best-srv-sec-content {padding: 15px 0 0;}
.srv-sec-content {padding: 0px 0 0;}
.other-srv-sec-content {padding: 0px 0 0;}
.other_sc_content p {font-size: 20px;}
.other_sc_content span {font-size: 16px;}
.choose-us {padding: 25px 0 110px;}
.choose-us1 {padding: 0 10px 12px;}
.choose-text-center {margin: -37px 0 0;}
.choose-text-center span {font-size: 122px;}
.choose-text-center p {font-size: 20px;margin: -20px 0 0;}
.testimonials1 {padding: 18px 0 0;}
.testi {padding: 20px 0 0;}
.whyus-section1 {padding: 12px 0 0;}
.why-us1 {padding: 15px 0 0;}
.outline span {font-size: 20px;}
.other-srv-sec-2 {padding: 23px 0 15px;}
.footer-2 {padding: 20px 15px 12px;}
.footer-2 a {font-size: 32px;}
.footer-2 span {font-size: 18px;}
.best-srv-sec-1 {padding: 15px 0 25px;}
.awards-1{width: 100%; padding: 12px 0;}
.chat-img1{width: 100%; padding: 10px 0;}
.whatsapp-section strong {font-size: 22px;}

}




