@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: 'Yantramanav', 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;
}


/* start top header section */
.top-head-sec{
  padding: 0 20px;
  background:#ffbd00;
  border-top:7px solid #ac0007;
}
.top-head-sec-1{
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  line-height: 30px;
}
.top-head-sec-2{
  background:#ac0007;
  font-weight:500;
  color: #fff;
  padding: 9px 15px 5px;
  text-align:center;
}
.top-head-sec-2 span{
  font-size: 30px;
  width: 33.3%;
  display:inline-block;
  animation: blkk 0.6s infinite;
  text-transform:capitalize;
}
@keyframes blkk{
  0%{transform:scale(1); color:#ffbd00;}
  50%{transform:scale(1.1);color:#fff;}
  100%{transform:scale(1);color:#ffbd00;}
    
}
/* end top header section */


/* start header logo section */
.header-logo-1{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0 15px;
  text-align: center;
}
.header-logo-left-1{
  padding:0;
}
.header-logo-right{
  text-align: center;
}
.header-logo-right-1{
  padding: 0;
}
.logo-leftt{
  padding:0;
}
.logo-leftt-1{
  padding:0;
}
.logo-leftt-1 p{
  font-size: 32px;
  font-weight: 600;
  color:#000;
  text-transform: capitalize;
}
.logo-leftt-1 p span{
  color:#ac0007;
}
.logo-leftt-1 ul{
  display:flex;
  align-items:center; 
}
.logo-leftt-1 ul li{
  display:inline-block;
}
.top-add-line{
  width:40%;
  font-size: 19px;
  font-weight:600;
  color: #000000;
  text-transform: capitalize;
  border-top: 2px solid transparent;
  border-image:linear-gradient(to right, #d99704,#ffc00d);
  border-image-slice: 1;
  padding: 2px 0 0;
}
.top-add-line-1{
  font-size: 16px;
  font-weight: 500;
  color: #2d2d2d;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 5px;
}
.logo-rytt{
  padding: 0 0 0 5px;
}
.logo-rytt-1{
  padding: 0 0 0 0px;
  border-left: 2px solid #ffbd00;
}
.logo-rytt-1 ul li{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding:5px 0;
}
.logo-rytt-1 ul li a{
  display:flex;
  align-items:center;
}
.logo-rytt-1 ul li a i{
  display: inline-block;
  height:35px;
  width:35px;
  line-height:35px;
  text-align: center;
  background:#ffbd00;
  border-radius: 0px 50px 50px 0px;
  font-size:16px;
  margin-right: 5px;
  color: #ac0007;
}
/* end header logo section */

/* start top head services section */
.top-head-srv-1{
  padding: 5px 0;
  text-align: center;
  background: #ac0007;
}
.top-head-srv-1 ul li{
  display:inline-block;
  font-size: 18px;
  font-weight:600;
  padding: 8px 8px;
}
.top-head-srv-1 ul li span{
  background:#ffbd00;
  color:#000;
  border-radius: 50px;
  text-transform:capitalize;
  padding: 6px 25px;
}
/* end top head services section */




/* banner section start */
.slider-section{
  padding: 0;
}
.slider-section img{
  width: 100%;
}
.carousel-caption{
  padding-bottom:100px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}


.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control .glyphicon-menu-left{
  background:#ac0007;
  color:#ffbd00;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  left: 0;
  border-radius:25px 15px 35px 24px;
  overflow:hidden;
  z-index: 1;
  position: relative;
}
.carousel-control .glyphicon-menu-left:after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius:25px 15px 35px 24px;
  background:#ffbd00;
}
.carousel-control .glyphicon-menu-left:hover:after {
  left: 0;
  width: 100%;
}
.carousel-control .glyphicon-menu-left:hover{
  color:#ac0007;
}
.carousel-control .glyphicon-menu-right{
  background:#ac0007;
  color:#ffbd00;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  right: 0;
  border-radius:15px 25px 24px 35px;
  overflow:hidden;
  z-index: 1;
  position: relative;
}
.carousel-control .glyphicon-menu-right:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
    height: 100%;
    width: 0;
    border-radius:15px 25px 24px 35px;
    background:#ffbd00;
}
.carousel-control .glyphicon-menu-right:hover:after {
    left: 0;
    width: 100%;
}
.carousel-control .glyphicon-menu-right:hover{
  color:#ac0007;
}
.slider-section .carousel-control{
  opacity:1;
}
.slider-section .carousel-control:focus, .carousel-control:hover {
    opacity:1;
}

/* banner section end */


/* start add section */

.add-sec{
    padding:15px;
    background: url(../images/add-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.add-sec:before{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  background:#febd008c;
}
.add-text{
    padding: 0;
}
.add-text span{
  color:#ab0008;
  font-size: 45px;
  font-weight: 700;
  text-transform:capitalize;
  display: block;
}
.add-text p{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 15px;
}
.add-text a{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    background: #ab0007;
    padding: 5px 20px 2px;
}

/* end add section */

/* start main service section */
.main-srv-section{
  overflow: hidden;
}
.main-srv-section-1{
  padding: 50px 0;
}
.main-srv-1{
  padding: 12px 12px 30px;
}
.main-srv-2{
  padding: 0;
  text-align: center;
}
.main-srv-img{
  position: relative;
  z-index: 1;
  transition: .5s;
}
.main-srv-img-1{
  position: relative;
  z-index: 1;
  transition:.5s;
  overflow: hidden;
}
.main-srv-img-1:before{
  position: absolute;
  left: -70px;
  bottom: -59px;
  height: 120px;
  width: 133%;
  background: #fff;
  content: "";
  transform: skew(-98deg);
}
.main-srv-img:after {
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 100%;
  width: 100%;
  background:#ffbd00;
  content: "";
  opacity: 0;
  transition: .5s;
  z-index: -1;
}
.main-srv-text{
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 18px;
  z-index: 1;
  padding:15px 28px 0px 50px;
  transition: .5s;
}
.main-srv-text:before{
  content: '';
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index: -2;
  transform: skew(-25deg);
  transform-origin: left bottom;
  background:#ac0007;
  transition: .5s;
}
.main-srv-text:after{
  content: '';
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index:-2;
  transform: skew(-30deg);
  transform-origin: left bottom;
  transition: all .2s; 
}
.main-srv-text strong{
  padding: 0px 0px 10px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
}
.main-srv-text ul{
  padding: 0 20px 0 0;
}
.main-srv-text ul li{
  display:inline-block;
  padding:0 5px;
}
.main-srv-text ul li a{
  display:inline-block;
  height: 40px;
  width: 40px;
  line-height: 45px;
  text-align: center;
  transition: .5s;
  position: relative;
  overflow: hidden;
  background: #ffbd00;
  border-radius: 50px;
  font-size: 18px;
  z-index: 1;
  color: #000000;
}
.main-srv-text ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius:15px 15px 0px 0px;
  background:#fff;
}
.main-srv-2:hover .main-srv-img:after {
  opacity: 1;
  transform: rotate(-6deg);
}
.main-srv-2:hover .main-srv-text:before{
  background:#9c030a;
  transition: .5s;
}
.main-srv-text ul li a:hover:after{
  left:0;
  width: 100%;
}
/* end main service section */


/* start about us section */
.about-us-sec{
  padding: 0 0 0 120px;
  background:#ffbd00;
}
.about-us-sec-1{
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  padding: 50px 0 50px 25px;
}
.about-us-title{
  padding: 0;
  text-align: center;
}
.about-us-title .watermark {
  left: 50%;
  transform: translate(-50%);
  margin-top: 0;
  position: absolute;
  top: -39px;
  font-size: 120px;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  width: 100%;
  text-transform: uppercase;
}
.about-us-title p{
  font-size: 16px;
  color:#000;
  font-weight:800;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  padding-bottom: 5px;
  display: inline-block;
}
.about-us-title p:before{
  content: '';
  position: absolute;
  top: -3px;
  left: -14px;
  height: 28px;
  width: 28px;
  background:#ffbd00;
  z-index: -1;
}
.about-us-title strong{
  font-size: 55px;
  display: block;
  color: #ab0007;
  text-transform:capitalize;
  font-weight: 800;
}
.about-us-content{
  padding:30px 0 0;
}
.about-text{
  padding: 0 15px 15px;
}
.about-text-1{
  padding: 0;
}
.about-text-1 p{
  font-size: 17px;
  font-weight: 400;
  line-height:30px;
  color: #282828;
  padding: 5px 0;
  text-align: justify;
}
.about-heading{
  color: #ab0007;
  font-size: 25px;
  font-weight:600;
  line-height: 32px;
  padding: 5px 0;
  display: block;
  text-transform: capitalize;
}
.about-text-1 ul{
  padding:0 0 10px;
}
.about-text-1 ul li{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding: 4px 0;
  color:#000;
}
.about-text-1 ul li:before{
  content: "\e05d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 16px;
  color:#ac0007;
  padding-right: 8px;
}
.about-img{
  padding:0;
}
.about-img-1{
  padding:0;
}
.about-img-1 img{
  width:100%;
}
/* end about us section */


/* start why choose us section */
.choose-sec-1{
  padding: 80px 0 50px;
}
.choose-text{
  padding: 0 0 25px;
}
.choose-text p{
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #282828;
  text-align: center;
}
.choose-sec-content{
  padding:0;
}
.choose-1{
  padding: 12px;
  text-align: center;
}
.choose-2{
  padding: 0;
}
.choose-icon{
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.choose-icon:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 40px;
  width:2px;
  border:1px dashed #000;
  margin: auto;
  bottom: -75px;
  border-radius: 100%;
}
.choose-icon:after{
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: -32px;
  height: 15px;
  width: 15px;
  margin: auto;
  border-radius: 50%;
  background:#ac0007;
}
.choose-icon-box{
  display: inline-block;
  font-size: 50px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: #ab0008;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}
.choose-icon-box img{
  width:73%;
}
.choose-content p{
  font-size: 25px;
  font-weight:700;
  text-transform: capitalize;
  color:#ac0007;
}
.choose-content span{
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #282828;
}
/* end why choose us section */




/* start banner 2 section */
.banner-2-sec{
  padding:0;
}
.banner-2-sec img{
  width:100%;
}
/* end banner 2 section */



/* start service section */
.srv-section-1{
  padding: 50px 0;
}
.srv-1{
  padding:0;
}
.srv-2{
  padding: 15px;
  text-align: center;
}
.srv-img{
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius:200px 200px 0 0;
}
.srv-img img{
  border-radius: 200px 200px 0 0;
}
.srv-text{
  padding: 32px 15px 20px 15px;
  position: absolute;
  bottom: 0;
  background:#ac0007;
  left: 20px;
  right: 20px;
  border-radius: 190px 190px 0 0;
}
.srv-text a{
  display:inline-block;
  height: 45px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background: #ffbd00;
  border-radius: 50px 50px 0px 0px;
  font-size: 25px;
  margin-bottom: 5px;
}
.srv-text a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius:15px 15px 0px 0px;
  background:#fff;
}
.srv-text strong{
  padding: 0px 0px 2px;
  font-size: 26px;
  font-weight: 600;
  text-transform:capitalize;
  color:#ffbd00;
  display:block;
}
.srv-text p{
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  font-weight:300;
}
.srv-text a:hover{
  color:#ac0007;
}
.srv-text a:hover:after{
  left:0;
  width: 100%;
}
/* end service section */


/* start award section */
.award-sec-1{
  padding: 0;
}
.award-1{
  padding: 15px;
}
.award-2{
  padding:0;
  box-shadow:-5px 5px 5px 0 #000000b0;
}
/* end award section */

/* start testimonial section */
.testi-sec-1{
  padding: 50px 0;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  text-align: center;
  padding: 30px 15px 20px;
  background: #ffecb6;
  border-left: 9px solid #ab0007;
  border-radius:40px 0 0 0;
}
.testi-2 .pic{
  display: inline-block;
  position:relative;
  width: 100px;
  height: 100px;
}
.testi-2 .pic:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  line-height: 45px;
  top: 40px;
  left: -27px;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  background: #ab0007;
  border: 3px solid #ffecb6;
  height: 52px;
  width: 52px;
}
.testi-2 .pic img{
  border-radius: 50%;
}
.testi-title{
  position:relative;
  padding:20px 0 5px;
}
.testi-title p {
  font-size: 22px;
  font-weight: 700;
  text-transform:capitalize;
  color: #000000;
}
.testi-title span {
  color: #ab0007;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}
.testi-text{
  text-align: center;
  color: #000;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding:4px 0 0;
}
/* end testimonial section */


/* start footer section */
.footer-sec{
  padding:0;
  background:#ab0007;
}
.footer{
  padding:0;
}
.footer-1{
  padding: 0 15px 15px;
  text-align:center;
}
.footer-logo{
  padding: 0 10px;
  background:#fff
}
.footer-about-text{
  padding:0;
}
.footer-about-text p{
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight:300;
  padding: 10px 0 5px;
}
.footer-contact{
  padding: 0;
}
.footer-contact p{
  font-size: 22px;
  font-weight: 500;
  color:#ffbd00;
  text-transform: uppercase;
}
.footer-contact ul li{
  display:inline-block;
  padding: 10px 5px 0;
}
.footer-contact ul li a{
  font-size: 20px;
  font-weight:700;
  color: #000000;
  padding: 7px 15px 4px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
}
.footer-contact ul li a i{
  color: #ab0007;
}
.footer-content{
  padding:0;
}
.footer-srv{
  padding: 12px;
}
.footer-srv-1{
  padding: 0;
}
.footer-srv-1 img{
  border-radius: 50%;
}
.footer-srv-1 p{
  font-size: 18px;
  font-weight:400;
  color:#fff;
  text-transform: capitalize;
  padding: 8px 0 0;
}
/* end footer section */


/* start copyright section */
.copyryt-sec{
  padding: 15px 0 20px;
  background: #ab0007;
  text-align: center;
}
.disclaimer{
  padding: 8px 0 5px;
  color: #ffcccc;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  border-top: 1px solid #ffffff2e;
}
.copyryt{
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
/* end copyright section */




#callbook {
  background: green;
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0
}

#callbook ul li {
  border-bottom: 1px solid #fff;
  background: red;
  padding: 9px 0 10px;
  width: 50%;
  float: left;
  text-align: center;
}
#callbook ul li:nth-child(2){
    background: green;
}
#callbook ul li a{
  display: inline-block;
}

#callbook ul li a span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -2px
}

#callbook ul li a i {
  color: #fff;
  padding: 0 5px 0 0;
  font-size: 19px;
}

#callbook ul li a i {
  animation: pulsate .5s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
      transform: scale(.9, .9);
      opacity: 1
  }
  50% {
      transform: scale(1.2, 1.2);
      opacity: 1
  }
  100% {
      transform: scale(.9, .9);
      opacity: 1
  }
}















@media (max-width: 767px){
.top-head-sec-1{font-size: 18px;line-height: 26px;}
.logo-leftt-1 p {font-size: 25px;}
.top-add-line{font-size: 15px;padding: 8px 0px 0;width: 50%;}
.top-add-line-1{font-size: 14px;}
.logo-rytt-1 ul li {font-size: 17px;}
.header-logo-1{display:block;padding: 8px 0;}
.top-head-sec-2 span:nth-child(2){display:none;}
.top-head-sec-2 span{width: 50%;font-size: 22px;}
.add-text span{font-size: 32px;}
.add-text p{font-size: 20px;line-height: 32px;}
.about-us-sec {padding: 0 0 0 15px;}
.about-us-sec-1{padding: 50px 0;}
.about-us-title .watermark {top: -19px;font-size: 90px;}
.srv-text strong {font-size: 17px;}
.copyryt-sec{padding: 15px 0 50px;}
.about-us-title strong {font-size: 45px;}
.srv-text {padding: 15px;bottom: 0;right: 0;border-radius: 0 0 0 60px;position: relative;left: 0;}
.about-img{display: none;}
.about-text-1 p{text-align:left;}
#callbook {display: block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-head-sec-3 span {font-size: 24px;width: 31%;}
.header-logo-1{display:block;padding: 8px 0 15px;}
.top-add-line{font-size: 18px;}
.top-head-srv-1 ul li{font-size: 18px;padding: 8px 5px;}
.top-head-srv-1 ul li span{padding: 6px 15px;}
.add-text span{font-size: 35px;}
.add-text p{font-size: 22px;line-height: 30px;}
.about-img-1{padding:30px 0;}
.srv-text strong{font-size: 22px;}
.top-head-sec-2 span {font-size: 19px;}
.top-head-sec-2 {padding: 6px 15px 5px;}
.about-us-title strong {font-size: 52px;}
.about-img{display: none;}
.footer-srv-1 p {font-size: 17px;}
.about-us-sec-1 {padding: 50px 0;}
}

@media only screen and (min-width: 991px) and (max-width:1200px){
.top-head-sec-3 span{font-size:27px;}
.logo-leftt-1 p {font-size: 25px;}
.top-add-line{font-size: 14px;padding: 8px 0px 0;width:49%;}
.top-add-line-1{font-size: 14px;line-height: 21px;}
.top-head-srv-1 ul li{font-size: 15px;padding: 8px 3px;}
.logo-rytt-1 ul li {font-size: 17px;}
.main-srv-text strong{font-size: 17px;}
.srv-text strong{font-size: 20px;}
.footer-contact p{font-size: 19px;}
.footer-contact ul li{padding:15px 1px 10px;}
.footer-srv{padding: 12px 4px;}
.top-head-sec-2 span {font-size: 24px;}
.footer-srv-1 p {font-size: 16px;}
}




@media only screen and (min-width:1200px) and  (max-width:1230px){
.logo-leftt-1 p {font-size: 30px;}
.top-add-line-1 { font-size: 16px;}
.top-add-line {font-size: 16px;}
.footer-srv-1 p {font-size: 17px;}
}


@media (min-width:0) and (max-width:600px){
.top-head-sec-2 span:nth-child(1){display:none;}
.top-head-sec-2 span{width:100%;font-size: 32px;}
.top-head-sec {padding: 0;}
.logo-leftt-1 p {font-size: 28px;}
.top-add-line{font-size: 18px;padding: 2px 0px 0;}
.top-add-line-1{font-size: 17px;}
.logo-rytt{padding: 0;width: 100%;}
.logo-rytt-1 {padding: 0;border-left: 0;}
.logo-rytt-1 ul li {font-size: 20px;display: inline-block;}
.logo-rytt-1 ul li a i{border-radius: 50px;}
.top-head-srv-1 ul li{font-size: 15px;padding: 7px 5px;}
.carousel-control{font-size:16px;}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right{width: 39px;height: 39px;line-height: 39px;top:39%;}
.main-srv-1{width:100%;}
.about-us-title .watermark {top: -4px;font-size:52px;}
.about-us-title strong {font-size: 35px;}
.srv-1{width:100%;}
.srv-text strong {font-size: 25px;}
.award-1{padding: 10px;}
.testi-1{width:100%;}
.about-img{display: block;}
.about-us-sec-1 {padding: 50px 0 0;}
.top-head-srv-1 ul li span {padding: 5px 15px;}
.add-text span {font-size: 25px;}
.add-text p {font-size: 18px;line-height: 26px;}
.logo-leftt{width: 100%;}

}

@media (min-width: 290px) and (max-width:480px){
.top-head-sec-1{font-size: 15px;line-height: 23px;}
.logo-leftt{width: 100%;}
.logo-rytt{width:100%;}
.logo-rytt-1 ul li{display: inline-block;padding:8px 3px 0;}
.add-text span{font-size: 22px;line-height: 28px;}
.add-text p{font-size: 16px;line-height: 21px;}
.add-text a{font-size: 22px;padding: 5px 15px 2px;}
.main-srv-1{padding:20px 0px 20px;}
.srv-text strong {font-size: 19px;}
.srv-content, .testi-content{padding:15px 0 0;}
.choose-sec-1 {padding: 50px 0 15px;}
.choose-1{width:100%;}
.award-1 {width: 100%;}
.testi-sec-1 {padding: 50px 0 20px;}
.footer-sec-1 {padding: 69px 0 50px;}
.footer-1 {padding:0 4px 10px;}
.footer-2 {padding: 45px 0 35px;}
.footer-contact p {font-size: 20px;}
.footer-contact ul li {padding: 15px 0px 0;}
.footer-contact ul li a {font-size: 14px;padding: 7px 10px 4px;}
.about-us-title strong {font-size: 30px;line-height: 36px;}
.about-us-title .watermark {font-size: 45px;}
.footer-srv {padding: 4px;}
.footer-srv-1 p {font-size: 15px;}
.top-head-sec-2 span {font-size: 24px;}
.logo-leftt-1 ul{display:block;}
.logo-leftt-1 p {font-size: 20px;}
.top-add-line-1 {padding: 0;}
.logo-rytt-1 ul li:nth-child(2){display: none;}
.header-logo-left {padding: 0;}
.header-logo-right{padding: 0;}
}

