@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
}
.main{
  width: 93%;
  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%;
}


ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* top marquee section start */
.top-mark-sec{
  padding: 20px 0;
  background: linear-gradient(45deg, #0e435e, #5e0e4f);
}
.top-mark-sec-1{
  padding:0;
  display:flex;
  align-items:center;
}
.top-mark-sec-left{
  padding:0;
}
.top-mark-sec-left-1{
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
}
.top-mark-sec-right{
    padding:0;
}
.top-mark-sec-right-1{
    padding:0;
}
.header-action-number {
    display: flex;
    align-items: center;
    justify-content: right;
}
.header-action-number .item-icon:before {
    content: "";
    height: 52px;
    width: 52px;
    border: 1.5px solid #ffd300;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse2 infinite 2s;
}
.header-action-number .item-icon:after {
    content: "";
    height: 62px;
    width: 62px;
    border: 1px solid #ffd300;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: pulse2 infinite 2s;
}
.header-action-number .item-icon {
    position: relative;
    text-align: center;
    height: 42px;
    width: 42px;
    line-height: 45px;
    background-color: #ffd300;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
    color: #ca0000;
    font-size: 20px;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #ffffff36;
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
.item-content{
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
/* top marquee section end */



/* header logo section start */
.header-logo{
  padding: 0;
}
.header-logo-1{
  padding:0;
}
.header-logo-left{
  padding: 0 15px;
}
.header-logo-left-1{
  padding: 0;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 0 20px 15px;
  text-align: center;
}

.logo-mark{
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  padding: 12px 10px;
  background: linear-gradient(45deg, #0e435e, #5e0e4f);
  border-radius: 10px;
}
.logo-list{
  padding: 0;
  text-transform:capitalize;
}
.logo-list ul{
  padding: 0px 0 12px;
}
.logo-list ul li{
  display: inline-block;
  font-size: 19px;
  background: #ffd300;
  padding: 8px 15px 6px;
  border-radius: 0 0 10px 10px;
  margin: 0 3px;
  font-weight: 800;
  color: #ca0000;
}

.logo-contact{
    padding: 10px 0 0;
    text-transform: capitalize;
}
.logo-contact ul{
  padding: 0px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logo-contact ul li{
  display: inline-block;
  font-size: 23px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  color: #ca0000;
  background: none;
  margin: 0;
}
.logo-contact ul li:nth-child(2) a{
    display: block;
    background: #13b700;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.logo-contact ul li:nth-child(2) a::before{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.logo-contact ul li:nth-child(2) a:hover::before{
    left: 120%;
}

.logo-contact ul li:nth-child(2) a:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
}
/* header section logo end */



/* top header section start */
.top-header{
  padding: 0;
  background: linear-gradient(45deg, #0e435e, #5e0e4f);
  border-bottom: 5px solid #ffd300;
  overflow: hidden;
}
.top-header-1{
  padding:0;
  text-align: center;
}

.top-header-1 p{
    padding: 12px 0;
    color: #ffd300;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    animation: pulseText 1.5s infinite;
}

@keyframes pulseText{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
}
.top-header-1 span{
  padding: 5px 18px 8px;
  color: #ca0000;
  font-size: 33px;
  font-weight: 800;
  display: inline-block;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 0 0 30px 30px;
}
/* top header section end */


/* banner section start */
.banner-section{
  padding:0;
}
.banner-section img{
  width:100%;
}
/* banner section end */


/* counter section start */
.counter-sec-1{
    padding:0;
    background: #ffd300;
}
.counter{
    padding:0;
}
.counter-1{
    padding: 33px 15px 15px;
    text-align: center;
}
.counter-2{
    padding:0;
}

.why-icon {
    position: relative;
    z-index: 1;
    display: block;
}
.why-icon::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: -22px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
}
.why-icon::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    top: -33px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: white;
}
.why-icon span {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    background: linear-gradient(45deg, #0e435e, #5e0e4f);
}
.why-icon span img {
    font-size: 48px;
    color: #ffffff;
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px dotted #ffffff;
    position: relative;
    z-index: 1;
}


.why-title {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 800;
    color: #ca0000;
    padding: 15px 0 0;
}

/* counter section end */


/* top services section start */
.top-srv-sec-1{
    padding:0;
}
.top-srv-sec-1::before {
    content: '';
    position: absolute;
    background: #ffd300;
    width: 100%;
    height: 460px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-srv-sec-2{
    padding:0;
}
.top-srv-sec-3{
    padding: 0 15px;
    background: #fff;
}
.srv-title{padding: 0;}
.srv-title strong{
    font-size: 50px;
    font-weight: 600;
    padding: 0px 20px 8px;
    display: block;
    color: #22375b;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    border-radius: 12px;
    border: 1px solid #ffd300;
    background: transparent;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.top-srv-add{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    padding: 15px 0 15px;
    text-transform: capitalize;
    text-align: center;
}
.top-srv-content{
    padding: 0;
}
.top-srv-1{
    padding: 15px;
}
.top-srv-2{
    padding: 0 0;
}
.top-srv-text{
    padding:0;
    text-align: center;
}
.top-srv-title{
    font-size: 24px;
    font-weight: 600;
    padding: 5px 10px 9px;
    display: block;
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(45deg, #0e435e, #5e0e4f);
    color: #ffd300;
    text-transform: capitalize;
    text-shadow: 0 0 15px #ffd400;
}
.top-srv-text-1{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #2e2e2e;
    padding: 10px 0 15px;
}
.top-srv-text img{

width: 100%;
}
.top-srv-text a{display: flex;align-items: center;padding: 25px 0 0;justify-content: center;}
.top-srv-text a span{
    padding: 5px 12px 3px 12px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #c80006;
    text-transform: capitalize;
    border: 3px solid #22375b;
    border-left: 0;
    border-radius: 0px 50px 50px 0px;
    display: inline-block;
}
.top-srv-text a i{
    padding: 4px 2px;
    font-size: 33px;
    font-weight: 900;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    color: #ffd300;
}
.home-service-list {
    background: linear-gradient(45deg, #0e435e, #5e0e4f);
    padding: 0 15px;
}
.home-service-list p {
    font-weight: 700;
    writing-mode: vertical-lr;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    color: #ffd300;
    background: #561350;
    width: 14%;
    height: 100%;
    line-height: 45px;
    text-transform: capitalize;
    font-size: 25px;
    padding: 0 0 0px 0;
    text-align: center;
}
.home-service-list ul {
    padding: 13px 0 13px 3px;
}
.home-service-list ul li {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: 2px solid #20659a;
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
}
.home-service-list ul li:before{
    content: "\f2db";
    font-family: "Font Awesome 7 Free";
    font-weight: 800;
    color: #ffd300;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0px;
    background: #20659a;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 0 40px 40px 0;
}
/* top services section end */


/* about us section start */
.about-section{
    padding:0;
}
.about-section-1{
    padding: 60px 0;
}
.about-left{
    padding: 0 15px;
}
.about-left-1{
    padding:0;
}

.about-left-1 span{
    position: relative;
    bottom: 0;
    display: inline-block;
}
.about-left-1 span a{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background: #e09004;
    position: absolute;
    text-align: center;
    color: #000;
    right: 0;
    line-height: 85px;
    font-size: 40px;
    display: inline-block;
    top: 61px;
    bottom: 0;
}
.about-left-1 span a:before{
  position: absolute;
  content: close-quote;
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: -15px;
  border-radius: 50%;
  animation: auto;
}

.about-left-1 span a i{
    transform:rotate(346deg);
}
.about-left-1 span a:hover{
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
.about-left-1 span a:hover:before{
  border: 1px solid #ffffff00;
}
.about-right{
    padding: 15px 0 0 15px;
    border-top-left-radius: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
}
.about-right-1{
    padding:0;
}
.about-title{
    padding: 0;
    text-align:left;
}
.about-title p{
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 0px 0 5px 25px;
}
.about-title strong{
    font-size: 50px;
    font-weight: 600;
    padding: 0px 0 8px 15px;
    display: block;
    color: #22375b;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    border-radius: 12px 0 0 12px;
    border: 1px solid #ffd300;
    border-right: 0;
}
.about-us-content{
  padding: 15px 35px 0 0;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #2e2e2e;
    padding: 10px 0;
}
.about-us-content p strong{
    color: #c80006;
    font-weight: 700;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding:0 0 3px;
}
.about-us-content ul li{
    font-size: 16px;
    font-weight: 500;
    line-height:30px;
    color: #000;
    padding: 1px 0;
}
.about-us-content ul li:before{
    content: "\f564";
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    font-size: 16px;
    color: #22375b;
    padding-right:7px;
}
.service-box{
    padding:0;
    position: absolute;
    max-width: 660px;
    /* left: -28%; */
    top: 50%;
    transform: translate(-50%, -50%);
}
.service-box-1{
    padding:0;
}
.srv-1{
    padding:0;
}
.srv-2{
    padding: 15px;
}
.column-inner{
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    min-height: 300px;
    padding: 30px 0;
    background: linear-gradient(45deg, #0e435e, #5e0e4f);
    box-shadow: 0 0 4px 0 #00000026;
}
.srv_single_image{
    text-align: left;
    background-image: url(../images/srv-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0;
    display: block;
    transform: translate(20%, 0%);
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.srv_single_image::before {
    content: "";
    position: absolute;
    max-width: 100%;
    height: 600px;
    top: 0;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -2;
    background: #ffd300de;
}
.srv_single_image img {
    margin: 0 0 0 20px;
}
.srv_content{
    padding: 0 25px;
    min-height: 215px;
}
.srv_content span{
    font-size: 32px;
    font-weight: 600;
    padding: 16px 0 8px;
    display: block;
    color: #ffd300;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}
.srv_content p{
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}

/* about us section end */



/* why us section start */
.why-sec-1{
    padding:0;
}
.why-sec-2{
    padding:0;
    display: flex;
    align-items: center;
}
.why-left{
    padding: 15px;
}
.why-left1{
    padding: 40px 45px 30px 0;
    background: #ffd300;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
}
.why-left1 span {
    font-size: 50px;
    font-weight: 700;
    padding: 0px 0 5px 25px;
    display: inline-block;
    color: #22375b;
    text-transform: capitalize;
    background: #ffffff;
    font-family: 'Oswald', sans-serif;
    border-radius: 0 50px 50px 0;
    width: 88%;
}

.why-left1 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    padding: 15px 0 0 25px;
}
.why-left1 p strong{
    color: #ca0000;
    font-weight: 700;
}
.why-right{
    padding: 15px;
}
.why-right1{
   padding: 70px 52px;
   background-image: url(../images/why-img.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   left: 0;
   background-attachment: fixed;
   border-radius: 500px 0 0 500px;
   background-position: center;
   overflow: hidden;
   z-index: 1;
   display: flex;
   align-items: center;
}

.why-right1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #4b1b53d1;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.why-right1 p{font-size: 19px;font-weight: 400;line-height: 38px;color: #ffffff;text-align: center;}
/* why us section end */



/* popular services section start */
.popular-srv-sec{
    padding: 60px 0;
}
.popular-srv-sec-1{
    padding: 0;
}

.popular-srv-sec-2{
    padding: 25px 0 0;
}
.popular-srv-sec-3{
    padding:0;
}
.popular-srv-sec-4{
    padding: 15px;
}
.popular-srv-mn{
    padding: 0;
}
.popular-srv-inr{
    position: relative;
    padding: 0;
    text-align: center;
}
.popular-srv-img-1{
    padding: 0px 0;
}
.popular-srv-img-1 img {border-radius: 15px;}

.popular-srv-text{
    padding: 12px 0px 0;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.popular-srv-text::after {
    content: "";
    position: absolute;
    max-width: 300px;
    height: 300px;
    border-radius: 49px;
    transform: rotate(45deg);
    top: 100px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    opacity: 22%;
    background: #ffd300;
}
.popular-srv-text span{
    font-size: 35px;
    font-weight: 600;
    display: block;
    color: #c80006;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    border-radius: 0 50px 50px 0;
}
.popular-srv-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #161616;
    padding: 10px 0 15px;
}
.popular-srv-contact{
    text-align:center;
}
.popular-srv-contact a{
    background: linear-gradient(45deg, #0e435e, #5e0e4f);
    color: #ffd300;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 0 15px #ffd400;
}
.popular-srv-add{
  padding: 39px 0 0;
  border-radius: 0;
  background: url(../images/popular-add-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}
.popular-srv-add::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffd300e3;
}
.popular-srv-add-1{
    padding: 0;
}
.popular-srv-add-1 strong{
    text-align: center;
    font-size: 35px;
    padding: 0 15px 10px;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #c80006;
}
.popular-srv-add-1 p{
    padding: 0px 15px 20px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.popular-add-text{border-radius: 500px 500px 0 0;padding: 35px 0 15px;background: linear-gradient(45deg, #0e435e, #5e0e4f);}
.popular-add-text p{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 58px 6px;
    text-transform: capitalize;
    font-weight: 800;
    display: block;
    line-height: 33px;
}
.popular-add-text p span{
    color: #ffa800;
    padding: 0;
}
.popular-add-text a {
    display: inline-block;
    color: #ffd300;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    animation: pulseText 1.5s infinite;
}
@keyframes action{
  0%,100%{transform:skewY(0) rotate(0)}
  15%{transform:skewY(-6deg) rotateZ(5deg)}
  35%{transform:skewY(6deg) rotateZ(-5deg)}
  55%{transform:skewY(-3deg) rotateZ(-2deg)}
  85%{transform:skewY(3deg) rotateZ(2deg)}
}

/* popular services section end */



/* testimonial section start */
.testi-sec{
  padding: 60px 0;
}
.testi-sec-1{
  padding: 5px 0 55px;
}
.testi-content{
  padding: 25px 0 20px;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  padding: 0;
}
.testi-2:before {
    content: "";
    font-weight: 900;
    color: #000000;
    position: absolute;
    background: #ffd300;
    font-size: 15px;
    text-align: center;
    margin: 0 9px 0 0;
    padding: 0;
    z-index: -1;
    width: 123px;
    height: 123px;
    bottom: 8px;
    right: -9px;
    border-radius: 100px 0 100px 100px;
}
.testi-3{
  padding: 0 11px 22px;
  position: relative;
  text-align: right;
  margin: -23px 0 0 0;
}
.content-testi{
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  padding: 60px 35px 50px;
  text-align: center;
  background: #ffd300;
  border-radius: 400px 400px 0 400px;
}
.testi-img{padding: 0;}

.testi-img img{
  max-width: 100%;
  border-radius: 50px 0 50px 50px;
}
.testi-name{
  position: absolute;
  bottom: -46px;
  right: 0;
  width: 100%;
  border-radius:50%;
  float: right;
  text-align: right;
  padding: 0 0 0 70px;
}
.testi-name1{
    
padding: 0;
}
.testi-name1 p{
    color: #591250;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    text-align: right;
    padding: 7px 0 0;
}
.testi-name1 span{
  display: block;
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: right;
}
.rating{
  padding: 0 0 6px;
}
.rating li{
  display:inline-block;
  color: #c80006;
  font-size: 20px;
}
/* testimonial section end */



/* footer section start */
.footer-sec{
  padding:0;
  background: #ffd300;
}
.footer-sec-1{
  padding:0;
}
.footer-sec-2{
  padding: 0px 0 0;
  margin: -45px 0 0;
}
.footer-1{
  padding: 10px 22px;
}
.footer-2{
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #0e435e, #5e0e4f);
  padding: 10px 15px;
  border-radius: 300px;
}
.footer-3{
  text-align: center;
  display: block;
  background: transparent;
}
.cta-icon {
    padding-right: 13px;
}
.cta-icon span{
  width: 90px;
  display: block;
  height: 90px;
  border-radius: 50%;
  background: #ffd300;
  margin: 0 auto;
  line-height: 90px;
  border: 9px solid #fff;
  text-align: center;
} 
.cta-icon i {
  color: #c80006;
  font-size: 33px;
  text-align: center;
  font-weight: 600;
}
.cta-detail p{
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 30px;
  color: #ffd300;
}
.cta-detail a{
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
/* footer section end */



/* copyright section start */
.copy-right{
    padding:0;
    background: #ffa800;
}
.copyryt{
  padding:0;
  text-align: center;
}
.disc{
    padding:0;
}
.disc span{
    padding: 15px 0 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    display: block;
}
.copyryt-1{
    padding:0;
}
.copyryt-1 span{
    font-size: 16px;
    font-weight: 800;
    color: #c80006;
    text-align: center;
    padding: 0px 0 35px;
    display: block;
}
/* copyright section end */




#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    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: 24px 12px;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    position: relative;
    top: -15px;
    font-size: 17px;
    font-weight: 700;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 2px 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;
    }
}


@media (max-width: 767px){
.top-mark-sec-1{display: block;}
.top-mark-sec-left-1 {text-align: center;}
.header-action-number{justify-content: center;padding: 15px 0 0;}
.header-logo-right-1 {padding: 0 0px 5px;}
.logo-mark {font-size: 17px;padding: 8px 10px;}
.logo-list ul li {padding: 8px 12px 5px;margin: 0;font-size: 15px;}
.logo-contact ul li:nth-child(2) {font-size: 15px;padding: 8px 13px;margin: 0 0 0;}
.logo-contact ul li {padding: 0 0px;font-size: 17px;}
.top-header-1 span {font-size: 19px;}
.top-header-1 p {font-size: 18px;padding: 10px 0;}
.why-sec-2{display: block;}
.srv-title strong {font-size: 25px;padding: 5px 15px 8px;}
.top-srv-add {padding: 10px 0;font-size: 14px;line-height: 25px;}
.popular-add-text p {font-size: 22px;padding: 0 70px 6px;}
.about-left {padding: 0;}
.popular-srv-sec-4 {padding: 12px;}
.popular-srv-text span {font-size: 25px;}
.home-service-list p {line-height: 34px;font-size: 20px;}
.footer-1 {padding: 10px 7px;}
.cta-detail p {font-size: 18px;font-weight: 500;}
.cta-detail a {font-size: 19px;padding: 4px 0 0;}
.cta-icon span {width: 71px;height: 71px;line-height: 65px;}
.cta-icon {padding-right: 6px;}
.cta-icon i {font-size: 25px;}
.copyryt-1 span {padding: 0px 0 65px;}
.top-mark-sec {padding: 15px 0 20px;}
.logo-contact {padding: 0px 0 0;}
.top-srv-title {font-size: 20px;padding: 6px 10px 9px;}
.about-us-content {padding: 5px 10px;}
.counter-1:nth-child(3), .counter-1:nth-child(4){padding: 15px;}
.counter-1:nth-child(3) .why-icon::before, .counter-1:nth-child(3) .why-icon::after, .counter-1:nth-child(4) .why-icon::before, .counter-1:nth-child(4) .why-icon::after {display: none;}
#callbook {display: block;}

}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-mark-sec-left-1 {font-size: 19px;}
.item-content {font-size: 24px;}
.header-logo-left-1 {padding: 0 15px 10px;text-align: center;}
.header-logo-right-1 {padding: 0 0px 15px;}
.top-header-1 span {font-size: 25px;}
.top-header-1 p {font-size: 22px;}
.why-sec-2{display: block;}
.popular-srv-text span {font-size: 32px;}
.about-left {padding: 0;}
.top-srv-add {font-size: 15px;line-height: 25px;}
.popular-add-text p {font-size: 18px;line-height: 29px;padding: 0px 58px 6px;}
.popular-add-text a {font-size: 26px;}
.srv-title strong {font-size: 32px;padding: 8px 15px 8px;}
.footer-1 {padding: 10px 12px;}
.cta-detail p {font-size: 20px;}
.cta-detail a {font-size: 25px;}
.cta-icon span {width: 77px;height: 77px;line-height: 72px;}
.cta-icon {padding-right: 12px;}
.cta-icon i {font-size: 27px;}
.why-title {font-size: 19px;}

}


@media only screen and (min-width: 991px) and (max-width: 1200px){
.logo-contact {padding: 0;}
.logo-mark {font-size: 15px;padding: 8px 10px;}
.logo-list ul li {font-size: 14px;padding: 8px 10px 7px;margin: 0 1px 0;}
.logo-contact ul li:nth-child(2) {font-size: 15px;padding: 8px 6px;margin: 0 0 0;}
.logo-contact ul li {font-size: 15px;}
.top-srv-content {padding: 0;}
.top-srv-title {font-size: 16px;}
.top-srv-text-1 {padding: 13px 5px 5px;}
.top-srv-text a span {padding: 2px 12px 2px 8px;font-size: 16px;}
.top-srv-text a i {font-size: 29px;}
.home-service-list p {line-height: 35px;font-size: 21px;}
.home-service-list {padding: 0 6px;}
.about-left {padding: 0 0 40px 25px;}
.srv-2 {padding: 8px;}
.about-right {padding: 0 0 0 15px;}
.srv_content span {font-size: 26px;}
.srv_content { padding: 0 15px;}
.srv-title strong {font-size: 40px;padding: 2px 20px 8px;}
.popular-srv-text span {font-size: 28px;}
.popular-srv-add-1 strong {font-size: 30px;}
.popular-add-text p {font-size: 14px;padding: 0 47px 6px;line-height: 22px;font-weight: 600;}
.popular-add-text a {font-size: 20px;}.footer-3 {padding: 22px 0px 22px;}
.footer-1 {padding: 10px 12px;}
.about-title strong {font-size: 42px;}
.why-right1 p {font-size: 18px;line-height: 32px;}
.why-left1 p {font-size: 16px;line-height: 30px;}
.logo-contact ul li:nth-child(2) a {padding: 7px 15px 6px;font-size: 16px;}
.header-logo-left { padding: 0;}
.top-header-1 span {font-size: 32px;}

}



@media only screen and (min-width:1200px) and  (max-width:1333px){
.top-srv-title {font-size: 20px;}
.home-service-list p {line-height: 35px;font-size: 20px;}
.popular-srv-text span {font-size: 32px;}
.popular-add-text p {padding: 5px 58px 6px;}
.popular-add-text a {font-size: 25px;}
.srv_content span {font-size: 29px;}
.logo-list ul li {font-size: 16px;}
.logo-mark {font-size: 19px;padding: 12px 10px 10px;}
.logo-contact ul li:nth-child(2) a {padding: 10px 12px;font-size: 16px;}
.logo-contact ul li {font-size: 22px;padding: 8px 5px 6px;}


}



@media (min-width:0) and (max-width:600px){
.top-mark-sec-1{display: block;}
.top-mark-sec-left-1 {font-size: 20px;}
.header-action-number{justify-content: center;padding: 15px 0 0;}
.logo-mark {font-size: 13px;}
.logo-list ul li {padding: 7px 10px 5px;font-size: 12px;}
.logo-contact ul li:nth-child(2) {font-size: 13px;padding: 8px 11px;margin: 0 0 0;}
.logo-contact ul li {font-size: 13px;padding: 0;}
.top-header-1 span {font-size: 15px;padding: 0px 15px 5px;}
.top-header-1 p {font-size: 15px;}
.top-srv-1{width:100%;}
.about-title strong {font-size: 40px;padding: 5px 0 8px 15px;}
.why-left1 span {font-size: 38px;padding: 2px 0 5px 90px;}
.top-srv-title {font-size: 22px;}
.srv-2 {padding: 15px 7px;}
.srv_content span {font-size: 24px;}
.popular-srv-sec-3 {width: 100%;}
.logo-contact ul li:nth-child(2) a {padding: 5px 12px;font-size: 18px;}
.testi-1{width:100%;}
.footer-1{width:100%;}
.footer-2{width:100%;}
.footer-3 {padding: 5px 0 22px;}
.cta-detail p {font-size: 22px;}
.cta-detail a {font-size: 26px;padding: 6px 0 0;}
.cta-icon span {width: 80px;height: 80px;line-height: 77px;}
.why-right1 {padding: 160px 40px 140px;border-radius: 500px 500px;}
.cta-icon i {font-size: 31px;}
.home-service-list p {line-height: 52px;font-size: 25px;}
.why-left1 {border-radius: 500px 500px 0 0;}
.why-left1 p {padding: 15px 0px 0 45px;}
.about-section-1 {padding: 60px 10px;}
}


@media (min-width: 290px) and (max-width:480px){
.top-mark-sec-1{display: block;}
.top-mark-sec-left-1 {font-size: 16px;}
.item-content {padding: 0;font-size:25px;}
.header-logo-left {padding: 0 0px 0px;}
.logo-list ul {padding: 0px 0 5px;}
.logo-contact ul {padding: 6px 0;display: block;}
.header-action-number{justify-content: center;padding: 15px 0 0;}
.logo-mark {font-size: 12px;}
.logo-list ul li {padding: 6px 10px 5px;margin: 3px 0;font-size: 11px;border-radius: 10px;}
.logo-contact ul li:nth-child(2) {font-size: 13px;padding: 5px 0;margin: 0 0 0;}
.logo-contact ul li {padding: 0px 0px 0px;font-size: 15px;margin: 0;}
.top-header-1 p {font-size: 12px;padding: 8px 0 8px;}
.counter-1{padding: 33px 12px 0;}
.srv-title strong {}
.about-section-1 {padding: 20px 0;}
.popular-srv-sec-1 {padding:0;}
.popular-srv-sec-2 {padding: 5px 0 0;}
.srv_content span {font-size: 30px;}
.srv-1{width:100%;}
.home-service-list p {line-height: 38px;}
.about-right {padding: 0 0 0 9px;}
.about-title strong {font-size: 28px;padding: 2px 0 5px 15px;}
.why-left1 span {font-size: 23px;padding: 2px 12px 5px 48px;}
.why-left1 {padding: 40px 15px 30px 0;}
.why-left1 p {padding: 15px 0px 0 22px;}
.popular-srv-add-1 strong {font-size: 32px;}
.popular-srv-add {padding: 22px 0 0;}
.popular-add-text {padding: 25px 0 15px;}
.popular-srv-add-1 p {font-size: 15px;line-height: 25px;}
.popular-add-text p {font-size: 16px;padding: 0 50px 6px;line-height: 25px;}
.popular-add-text a {font-size: 20px;}
.top-srv-1 {padding: 15px 0;}
.testi-sec-1 {padding: 0px 0 50px;}
.testi-1 {padding: 15px 0;}
.testi-content {padding: 10px 0 0px;}
.footer-1 {padding: 10px 0px;}
.footer-2 {padding: 4px 4px}
.footer-3 {padding: 0px 0 0;}
.cta-detail p {font-size: 20px;}
.cta-detail a {font-size: 25px;padding: 0;}
.cta-icon span {width: 72px;height: 72px;line-height: 67px;}
.cta-icon i {font-size: 27px;}
.why-right1 {padding: 78px 28px 65px;}
.why-right1 p {font-size: 15px;line-height: 30px;}
.counter-1:nth-child(3), .counter-1:nth-child(4){padding: 15px;}
.why-title {font-size: 15px;padding: 12px 0 0;}
.why-icon span {width: 115px;height: 115px;}
} 