@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Lexend', sans-serif;
    color: #333;
    background: url(../images/backgro.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.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: #579a4c;
}
.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: linear-gradient(45deg, #004383, #004383);
    content: "";
    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;
}
.head-top{
    padding:0;
}
.tophead-left2 {
    font-size: 20px;
    font-weight: 600;
    padding: 14px 22px 0;
    color: #ffdd93;
    margin: 10px 0 0 0;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(45deg, #004383, #004383);
}
.head-name1{
    padding: 0px;
    background:#828282;
    border-bottom-left-radius: 20px;
}
.head-name2{
    padding:0px;
}
.head-name2 p{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 16px 0 14px;
    margin: 0;
}

.head-num1{
    padding: 0px;
    background: #e9e9e9;
    text-align: center;
    line-height: 54px;
    color: #000;
}
.head-num2{
    padding: 0;
}
.head-num2 a{
    font-size: 20px;
    margin:0;
    text-decoration:none;
    color:#000;
    font-weight:600;
}

.head-blk1{
    padding: 0px 0;
}
.head-blk2{
    padding:0px;
}
.head-blk2 p{
    display: block;
    color: #fff;
    background: #579a4c;
    text-align: center;
    text-transform: capitalize;
    padding: 14px 0px 14px;
    font-weight: 600;
    margin: 0px;
    font-size: 19px;
    animation: txt-blnk 0.6s infinite;
}
@keyframes txt-blnk{
    0%{background: #579a4c;color:#fff;}
    50%{background: #022452;color:#ffffff;}
    100%{background: #579a4c;color:#fff;}

}
/* header section end */



/* top section start */
.tophead-section{
  padding: 12px 0 0px;
  background: #579a4c;
}
.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: #579a4c;
    justify-content: space-between;
    align-items: center;
    padding: 8px 11px;
}

.tophead1{
  padding: 0px;
}
.tophead2{
  padding: 7px 0;
}
.tophead3{
    text-align: right;
}
.tophead2 span {
    font-size: 22px;
    color:#082e04; 
    font-weight: 600;
}
.tophead2 ul li a{
    background: #16b816;
    padding: 10px 10px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    display:inline-block;
}
.tophead2 ul li a i{
    font-size: 23px;
    margin: 0;
    display: inline-block;
}
.tophead3 ul li{padding:0;}
.tophead2 li{
    font-size: 16px;
    padding: 9px 13px;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(45deg, #004383, #004383);
}
.tophead3{
  padding: 0px;
}
.tophead4{
    padding: 0 10px;
}

.tophead4 a{
    font-size: 21px;
    color: #022452;
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    text-align:center;
    animation: blkk1 0.5s infinite;
}
@keyframes blkk1{
  0%{color:#ffffff;}
  50%{color:#f7c96b;}
  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 #022452;
    overflow: hidden;
    text-align: center;
}
.srvbx a {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 45px;
    line-height: 50px;
    background: #579a4c;
    border-radius: 200px 200px 0 0;
    font-size: 22px;
    color: #ffffff;
}
.bx1 {
    background: linear-gradient(45deg, #004383, #004383);
}
.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: #579a4c;
    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 #022452;}
/* 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: #579a4c;
    border-radius: 20px;
    padding: 15px;
}
.inner-box {
    background: #ffff;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0px 0px 10px #022452;
}
.outline {
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(45deg, #004383, #004383);
}
.outline span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
    padding: 0 0 2px;
}
.outline p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
}
.why-img-1 {
    position: relative;
    z-index: -1;
    text-align: right;
}
.why-img-1:after {
    content: '';
    background: #579a4c;
    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 #579a4c;
    display: inline-block;
    text-align: center;
}
.why-img-1 svg{
    width: 60px;
    height: 60px;
    fill: #579a4c;
}
/* 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: #6a2233;
    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: #022452;
    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;
    position: relative;
    z-index: 9;
}
.about-us{
    overflow:hidden;
    padding: 0;
}
.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;
    border: 10px solid #f6c86b8f;
}
@keyframes rotate360{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.about-section-1{
    padding: 0;
}
.about-us-content{padding: 0;}
.round-image{
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {transform: rotate(0)}
  to {transform: rotate(1turn);}
}
.round-image img{
  height: 490px;
  margin: 0 auto;
  display: block;
}

.about-title{
    padding: 0 0 12px;
    text-align: center;
}
.about-title strong {
    font-size: 51px;
    font-weight: 700;
    display: block;
    color: #579a4c;
    text-transform: uppercase;
}
.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: 31px;
    padding: 6px 0;
}
.about-us-content p strong{
    color: #ab3954;
    font-weight: 500;
}
.about-heading{
    color: #579a4c;
    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: #ffffff;
    background: #022452;
    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 #579a4c;
    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: #022452;
    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: linear-gradient(45deg, #004383, #004383);
    padding: 0 11px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    border: 3px solid #579a4c;
}

.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: #579a4c;
    display: block;
    text-transform: capitalize;
}

.single-testimonials-style2 .text-holder p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #ffffff;
}

.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: #579a4c;
    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: #022452;
    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: #579a4c;
    border-radius: 20px;
    border: 4px solid #022452;
}
.other-service_card img{
    margin-bottom: -50px;
}
.other-srv-2 a {
    display: inline-block;
    position: relative;
    background: linear-gradient(45deg, #004383, #004383);
    width: 98px;
    height: 98px;
    line-height: 75px;
    font-size: 38px;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0 3px 0 0;
    border: 9px solid #fff;
}
.other-srv-2 a img{
    height:40px;
}
.other_sc_content p {
    font-size: 25px;
    color: #022452;
    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: linear-gradient(45deg, #004383, #004383);
    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: #ffffff;
    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: #ffffff;
    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: #579a4c;
    
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: #579a4c;
    border-top: 6px solid #022452;
}
.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: 13px;
    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: 17px;
    font-weight: 400;
    position: relative;
    top: -7px;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -6px;
    font-size: 17px;
}
#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: 12px;padding: 5px 7px;}
    .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;}
    .head-right2 ul li:last-child{display:none;}
    .head-right2 li b{font-size: 34px;}
    .tophead2 ul li a,.tophead2 li{text-align: center;margin: 0 auto;width: fit-content;display: block;}
    .head-num11:nth-child(1){display:none;}
    .head-blk1,.head-num1{ width: 50%;}
    .head-num2 a{font-size: 22px;}


    
}

@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: 17px;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;}
    .tophead2 ul li a,.tophead2 li{text-align: center;}
    .head-num11:nth-child(1){display:none;}
    .head-blk1,.head-num1{ width: 50%;}

}

@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: 15px;}
    .tophead-section-1 {padding: 8px 15px;}
    .tophead4 a {font-size: 20px;}
    .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;}
    .tophead2 ul li a,.tophead2 li{font-size: 14px;text-align: center;}
    .head-num11:nth-child(1){display:none;}
    .head-blk1,.head-num1{ width: 50%;}
}




@media only screen and (min-width:1200px) and  (max-width:1330px){
    .tophead4 a { font-size: 18px;}
    .tophead2 ul li a,.tophead2 li{ 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: 13px;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: 10px 9px 13px;}
    .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;}    
    .round-image img{height:auto;}
     .tophead1,.head-blk1,.head-num1{ width: 100%;}
    .tophead-section-1{display:block;border-radius: 27px;}
    .head-blk2 p{padding:5px 0;}
    .tophead-left2{border-radius:0;}

}


@media (min-width: 0px) 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: 11px;}
    .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: 29px;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;}

}




