@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Teachers", sans-serif;
}

a{
  text-decoration: none;
}
a:focus, a:hover {
    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;}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


/* top section start */
.top-sec {
  text-align: center;
  background: #f6ff00;
  overflow: hidden;
}
.top-col1 {
  position: relative;
}
.des{
  padding: 0;
  background: #25001f;
}
.des ul li {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  padding: 4px 15px 4px;
  font-weight: 600;
  display: inline-block;
  background: #f6ff00;
  border-radius: 50px;
  margin: 10px 2px;
}
.des ul li i{
  color:#ff0000;
  padding: 0 5px 0 0;
  font-size: 18px;
}

.top-col2 {
  position: relative;
  z-index: 1;
  color: #fe0000;
  font-size: 20px;
  padding: 11px 0px 0px;
  font-weight: 600;
}
.top-sec .des:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  left: inherit;
  bottom: inherit;
  right: -38px;
  margin: 0 auto;
  z-index: 2;
  clip-path: polygon(60% 50%, 0 0, 0 100%);
  background: #25001f;
}
/* top section end */

/* head section start */
.head-section{
    background: #25001f;
}
.head-design{
  align-items: center;
}
.head-logo1{
  background: #f6ff00;
  padding: 0 8px;
}
.head-right1{
  padding: 0 15px;
  position: relative;
}
.head-line p{
  text-align: center;
  color: #fe0000;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 5px 10px 7px;
  background: #f6ff00;
}
.head-ani {
  width: 100%;
  height: 41px;
}
.word {
  width: 100%;
  height: auto;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  float:left;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  text-transform: capitalize;
}

.w1 {
  animation: w1anim 5s infinite;
}

.w2 {
  animation: w2anim 5s infinite;
}

@keyframes w1anim {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  40% {
    opacity:0;
  }
}


@keyframes w2anim {
  60%{
    opacity: 0;
  }
  80%{
    opacity: 1;
  }
  100% {
    opacity:0;
  }
}

.head-right2 ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 0 0;
}
.head-right2 ul li a{
  text-align: center;
  color: #ffffff;
  font-size: 31px;
  padding: 4px 0px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}
.head-right2 ul li:nth-child(1) a{
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 0px;
  font-weight: 200;
  display: inline-block;
  text-transform: capitalize;
}
.head-right2 ul li i{
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #34b700;
  font-weight: 500;
  border-radius: 40px;
}
/* head section end */

/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end */

/* about us section start */
.about-left{
  margin: 0 auto;
}
.about-title{
    text-align: center;
}
.about-title strong{
    text-transform: uppercase;
    font-size: 57px;
    font-weight: 600;
    display: block;
    color: #f6ff00;
    padding: 0 15px 0;
    background: #25001f;
    line-height: 72px;
}
.about-title p{
    text-transform: capitalize;
    display: inline-block;
    padding: 0 0 7px;
    font-size: 20px;
    color: #fe0000;
    font-weight: 600;
    border-radius: 50px;
}
.about-us-content p{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #272727;
    padding: 12px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #fe0000;
    font-weight: 500;
}
.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: 9px 0 0;
}
.about-us-content ul li{
    position: relative;
    padding: 6px 7px 6px 0;
    background: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #272727;
}
.about-us-content ul li:before {
    font-size: 22px;
    margin: 0px 6px 0 0;
    font-weight: 500;
    display:inline-block;
    content:"";
    text-align: center;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50px;
    border: 3px solid #fe0000;
}
.why-counter{
  background: #25001f;
  padding: 15px 25px;
}
.counter-1{
  padding: 10px;
  text-align: center;
}
.counter-2{
  background: #fff;
  border-radius: 35px;
  padding: 15px 15px;
}
.choose-text i{
    display: inline-block;
    font-size: 54px;
    color: #fe0000;
    font-weight: 400;
}
.choose-text strong{
 font-size: 17px;
 font-weight: 600;
 color: #25001f;
 display: block;
 text-transform: uppercase;
 padding: 9px 0 3px;
}
.choose-text p{
 font-size: 16px;
 line-height: 21px;
 font-weight: 500;
 color: #323232;
 text-transform: capitalize;
 padding: 0 0 9px;
}
.choose-text a{
 font-size: 18px;
 font-weight: 600;
 color: #ffffff;
 background: #34b700;
 display: block;
 text-transform: capitalize;
 padding: 4px 15px 4px;
 border-radius: 50px;
}
.love_count{
  color: #d00000;
  font-weight: 700;
  font-size: 35px;
  padding: 5px 0 0px;
  display: block;
}
.about-line p{
  color: #000000;
  font-weight: 700;
  font-size: 40px;
  padding: 4px 15px 8px;
  text-align: center;
  text-transform: capitalize;
  background: #f6ff00;
} 
.about-line p b{
  color: #fe0000;
  display: inline-block;
}
/* about us section end */


/* our services section start */
.services-design1{
   padding: 30px 15px 0;
}
.services-design2{
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 20px;
}
.services-design3{
  padding: 0;
}
.services-design3 img{
   border-radius: 50% 50% 0 0;
   border: 20px solid #f6ff00;
   border-bottom: 0;
}
.services-design4{
   position: relative;
   z-index: 9;
}
.services-title{
}
.services-design4 strong{
   font-size: 45px;
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   padding: 0;
   color: #fe0000;
   border-bottom: 1px solid #fe000029;
}
.services-design4 p{
   padding: 5px 0 20px;
   font-size: 17px;
   font-weight: 500;
   color: #272727;
   line-height: 30px;
}
.services-design4 a.ptkk-1 {
    right: 0;
    left: auto;
    width: 147px;
}
.services-design4 a.ptkk-2 {
    left: 0;
}
.services-design4 a{
  color: #25001f;
  padding: 6px 15px 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f6ff00;
  margin: 0 auto;
  width: 185px;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  bottom: -20px;
}
.services-design4 a i{
  font-weight: 600;
  color: #fe0000;
  padding: 0 3px 0 0;
}


/* our services section end  */


/* awards section start */
.award-left1{
  padding-right: 0;
}
.srv-list{
  padding: 0 15px 0 0;
}
.srv-list1{
  padding: 15px 20px;
  background: #25001f;
}
.srv-list1 ul li {
    text-transform: capitalize;
    position: relative;
    padding: 12px 15px 12px 0;
    line-height: 27px;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    background: #f6ff00;
    margin: 20px 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.srv-list1 ul li:before {
  content: "";
  position: relative;
  width: 22px;
  height: 22px;
  background: #fe0000;
  display: inline-block;
  margin: 0 9px 0 -7px;
  border-radius: 65px;
  border: 5px solid #25001f;
  animation: anim 5s infinite;
}

@keyframes anim {
  0%{
    background: #ffffff;
  }
  20%{
   background: #fe0000;
  }
  40% {
    background: #ffffff;
  }
}
.award-box{
  background: #25001f;
  margin: 40px 0 0;
  padding: 5px 30px 12px 2px;
  position: relative;
}
.award-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -278px;
    bottom: inherit;
    right: -38px;
    margin: 0 auto;
    z-index: -1;
    background: #25001f;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
/* awards section end */


/* best services section start */
.services-1{
  padding: 15px 15px 15px;
}
.services-2{
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 30px 30px 0 0;
  border: 3px solid #f6ff00;
  border-bottom: 0;
  overflow: hidden;
}
.services-2:hover:before {
    background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}
.service_card_img img {
  width: 100%;
}
.service_card_div {
    position: relative;
    padding: 0;
}
.srv-title p {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fe0000;
    background: #f6ff00;
    padding: 2px 0 0;
}
.service_card_content .srv-text{
   padding: 12px 15px 45px;
   font-size: 17px;
   font-weight: 500;
   color: #272727;
   line-height: 30px;
}
.srv-contac{
  position: relative;
}
.srv-contac a{
   font-size: 19px;
   font-weight: 500;
   display: block;
   text-transform: capitalize;
   color: #ffffff;
   padding: 4px 10px 1px;
   background: #34b700;
   width: 50%;
   position: absolute;
   bottom: 0;
}
.srv-contac a.ptkk-1 {
    right: 0;
    left: auto;
    width: 45%;
    background: #f6ff00;
    color: #032325;
    font-weight: 700;
}
.srv-contac a.ptkk-1 i{
    color: #fe0000;
    font-weight: 600;
}
.srv-contac a.ptkk-2 {
    left: 0;
}
.srv-contac a i {
    color: #f6ff00;
    font-weight: 500;
    padding: 0 5px 0 0;
}
/* best services section end */


/* testimonial section start */
.testi-1{
  padding: 15px 15px;
}
.testi-2{
  padding:0;
  position: relative;
}
.quote-icon i{
  font-size: 55px;
  color: #ffffff14;
  position: absolute;
  bottom: 34px;
  right: 38px;
  z-index: 2;
  font-weight: 600;
}
.testimonial-inner {
    position: relative;
    display: block;
    background: #f6ff00;
    box-shadow: 0px 0px 35px 0px rgb(0, 0, 0, 0.05);
    padding: 30px 25px 30px;
    border-radius: 30px;
}
.rating-box {
    background: #ffffff;
    padding: 2px 10px 1px;
    border-radius: 50px;
    text-align: center;
    color: #fe0000;
    font-size: 16px;
}
.testi-box{
    position: relative;
    display: block;
}
.testi-box p {
    padding: 10px 0 12px;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    line-height: 29px;
    text-align: justify;
}
.client-info .img-box {
    position: relative;
    width: 80px;
}
.client-info .img-box img{
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}
.testi-name{background: #25001f;padding: 2px 15px 5px;border-radius: 10px;}
.testi-name span {
    color: #ffffff;
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
}
.testi-name p {
    font-size: 14px;
    font-weight: 500;
    color: #f6ff00;
    text-transform: uppercase;
}
/* testimonial section end */


/* footer section start */
.footer{
  background: #25001f;
}
.footer-award-bx{
  padding: 0 12px 40px;
}
.footer-award-bx1{
  padding: 0px 0 25px;
}
.footer-award-bx2 p{
  font-size: 58px;
  font-weight: 800;
  padding: 22px 20px 25px;
  text-align: center;
  color: #815185;
  line-height: 47px;
  text-transform: capitalize;
  background: #fff;
}
.footer-award-bx3{
  padding: 0;
}
.footer-award-bx4{
  border-radius: 0 0 0 58px;
  background: url(../images/footer-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 22px 85px 22px 40px;
}
.awards-1{
  padding: 12px;
}
.awards-2{
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
.footer-flex{
  align-items: center;
  justify-content: center;
}
.footer-left{
  padding: 0 12px;
}
.footer-left1{
  padding:0;
}
.footer-left-div {
    background: #f6ff00;
    padding: 25px 0;
    border-radius: 10px;
}
.footer-detail-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 0;
}
.footer-detail-left span {
    background-color:#fff;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    margin-left: 45px;
    font-size: 22px;
    padding: 4px 15px;
    color: #181818;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-detail-left span a{
    color: black;
}
.footer-detail-left i{
    width: 95px;
    margin-left: -25px;
    height: 65px;
    line-height: 66px;
    background: #fff;
    text-align: center;
    font-size: 33px;
    position: relative;
    color: #fe0000;
    font-weight: 600;
}
.footer-center{
  padding: 0 10px;
}
.footer-center1{
  text-align: center;
  border: 8px solid #fdb302;
  border-top: 0;
  border-bottom: 0;
  padding: 0 20px 0;
}
.footer-center1 img{
  background: #fff;
}
.footer-center1 p{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 25px 0 10px;
    animation: blink 1.5s linear infinite;
    text-shadow: 0 0 3px white;
}
@keyframes blink {
    50% {
        opacity: .1
    }
}
.footer-center1 span{
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 0 15px;
    display: inline-block;
}
.footer-right{
  text-align: center;
}
.copyryt-sec{
  padding: 0;
  position: relative;
}
.disclaimer{
    font-size: 36px;
    font-weight: 800;
    color: #fdb302;
}
.disclaimer p{
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    color: #ffffff;
}
.copyryt{
    padding: 25px 0 0;
}
.copyryt span{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    padding: 6px 15px 8px;
    display: block;
    background: #fe0000;
}
/* footer section end */




#callbook {
  bottom: 0;
  height: 43px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook ul li {
  position: relative;
  
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li a{
  background: #cf0000;
  padding: 7px 6px 8px;
  display:block;
}
#callbook ul li:last-child a{
  background: #00b713;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}





@media (max-width: 767px){
.des ul li {font-size: 13px;padding: 4px 12px 3px;}
.des ul li i {font-size: 16px;}
.top-col2 {font-size: 20px;padding: 9px 0px 0px;}
.head-right2 ul li:nth-child(1) a {font-size: 19px;}
.head-right2 ul li a {font-size: 26px;}
.head-line p {font-size: 18px;}
.head-right1 {padding: 0;}
.head-right2 ul li i {font-size: 39px;width: 45px;height: 45px;line-height: 45px;}
.about-line p {font-size: 26px;line-height: 33px;padding: 6px 15px 6px;}
.about-title strong {font-size: 43px;}
.srv-list {padding: 0 15px 0;}
.disclaimer p {padding: 20px 0 0;}
.copyryt {padding: 25px 0 22px;}
#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-right1 {padding: 0;}
.about-line p {font-size: 32px;line-height: 40px;padding: 9px 15px 9px;}
.award-box {padding: 5px 22px 12px 2px;}
.top-sec .des:before{width: 0;}
.srv-list {padding: 0 15px 0;}
.disclaimer p {padding: 20px 0 0;}
.services-design4 a.ptkk-1 {width: 135px;}
.services-design4 a {padding: 6px 5px 4px;font-size: 16px;width: 165px;}

}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.des ul li {font-size: 14px;padding: 4px 12px 4px;}
.des ul li i {font-size: 17px;}
.top-col2 {font-size: 18px;padding: 12px 0px 0px;}
.head-right2 ul li:nth-child(1) a {font-size: 17px;}
.head-right2 ul li a {font-size: 26px;}
.head-line p {font-size: 18px;}
.head-right2 ul li i {font-size: 39px;width: 45px;height: 45px;line-height: 45px;}
.about-line p {font-size: 35px;padding: 4px 15px 4px;}
.choose-text strong {font-size: 15px;}
.choose-text p {font-size: 14px;line-height: 20px;}
.services-1 {padding: 15px 8px 15px;}
.srv-contac a {width: 52%;}
.counter-2 {padding: 15px 10px;}
.choose-text a {font-size: 16px;}
}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.head-right2 ul li:nth-child(1) a {font-size: 22px;line-height: 16px;}
.head-right2 ul li a {font-size: 32px;padding: 0;}
.head-line p {font-size: 15px;line-height: 20px;padding: 5px 10px 5px;}
.head-right2 ul {display: block;padding: 0;margin: -12px 0 0;}
.head-right2 ul li{display: inline-block;}
.about-title strong {font-size: 34px;line-height: 40px;padding: 12px 15px 4px;}
.about-line p {font-size: 23px;line-height: 30px;padding: 6px 15px 6px;}
.top-sec .des:before{width: 0;}
.des {padding: 0 0 9px;}
.des ul li {margin: 8px 2px 0;}
.award-box {padding: 5px 22px 12px 9px;}
.footer-detail-left span {margin-left: 25px;font-size: 19px;padding: 6px 11px 4px;}
.footer-detail-left i {width: 80px;height: 60px;line-height: 60px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.head-right2 ul li:nth-child(1) a {font-size: 17px;}
.head-right2 ul li a {font-size: 25px;}
.head-right2 ul li i {font-size: 28px;width: 35px;height: 35px;line-height: 36px;}
.word {font-size: 18px;padding: 2px 0 5px;}
.head-line p {font-size: 13px;line-height: 17px;}
.top-col2 {font-size: 16px;padding: 8px 0px 0px;}
.about-title strong {font-size: 24px;padding: 3px 15px 3px;}
.about-title p {padding: 0 0 5px;font-size: 17px;}
.about-line p {font-size: 18px;line-height: 23px;padding: 5px 15px 4px;}
.services-design4 strong {font-size: 30px;}
.srv-title p {font-size: 24px;padding: 0px 0 2px;}
.srv-contac a.ptkk-1 {width: 42%;}
.srv-contac a {font-size: 17px;padding: 4px 7px 1px;}
.services-design4 a.ptkk-1 {width: 112px;}
.services-design4 a {padding: 6px 5px 4px;font-size: 15px;width: 150px;}
.footer-detail-left span {margin-left: 12px;font-size: 15px;padding: 6px 32px 4px 8px;}
.footer-detail-left i {width: 60px;margin-left: -25px;height: 50px;line-height: 51px;font-size: 26px;}
.footer-detail-left {padding: 8px 0;}
.footer-left-div {padding: 15px 0;}
  #callbook ul li a span {
    color: #fff;
    font-size: 20px;
    }

}