@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
}
.main{
  width: 95%;
  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, p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}


/* start top header section */
.top-head-sec{
  padding:0;
  background:#ac0007;
}
.top-head-sec-1{
  padding:0;
}
.top-left{
  padding:0;
}
.top-left-1{
  padding:0;
  text-align:center;
}
.top-left-1 a{
  display: block;
  font-size: 35px;
  font-weight: 600;
  padding: 3px 10px 4px;
  text-transform:capitalize;
  animation:blinkk .4s infinite;
}
@keyframes blinkk{
  0%{
    color:#ac0007;
  }
   30%{
    color:#fff;
  }

  100%{
    color:#fff;
  }
}
.top-right{
  padding:0;
}
.top-right-1{
  color: #000000;
  background: #ffd640;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 15px 5px;
  text-transform:capitalize;
  border-radius: 0px 0px 15px 15px;
}

/* end top header section */

/* start header logo section */
.header-logo{
  padding: 0;
  background: #ac0007;
}
.header-logo-1{
  display: flex;
  align-items: center;
  padding: 0;
}
.header-logo-left{
  padding: 10px 15px;
}
.header-logo-left-1{
  padding:0;
  text-align: center;
}
.header-logo-right{
  padding: 10px 15px;
  text-align: center;
}
.header-logo-right-1{
  padding: 0;
}
.header-logo-right-1 ul li{
  display: inline-block;
  padding: 0 2px;
}
.header-logo-right-1 ul li span{
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background:#fff;
  border-radius: 50px;
}
.header-logo-right-1 ul li i{
  padding:0 6px 0 0;
  color: #ac0007;
}
.header-logo-right-1 p{
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0 0px;
}
.header-logo-right-1 .header-contac li{
  display: inline-block;
  padding:7px;
  font-size:16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.header-logo-right-1 .header-contac li span{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  background: #e2ff00;
  padding: 7px 15px;
  display: inline-block;
  margin-left: 8px;
}
.header-logo-right-1 .header-contac li span i{
  font-size:14px;
  font-weight:600;
  padding:0 6px 0 0;
}
.head-contact{
  padding: 10px 12px;
}
.head-contact a{
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    text-transform:capitalize;
    background: #1773ea;
    display: block;
    padding: 20px 12px 18px;
    border-radius: 50px;
    text-align: center;
}
.head-contact:nth-child(3) a{
    background: linear-gradient(288deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
/* end header logo section */


/* start top-add section */
.top-add-sec{
  padding:0;
  background: #ac0007;
}
.top-add-sec-1{
  padding: 5px 12px 10px;
  font-size: 28px;
  font-weight: 800;
  color: #ac0007;
  text-transform: capitalize;
  background: #fff;
  text-align: center;
}
/* end top add section */


/* start slider section */
 .slider-bg-img{
    padding: 0;
}
.item img{
    width: 100%
}
.carousel-control .right{
  background-image:linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 0%) 100%)
}

.carousel-control{
    color: #ffffff;
    opacity: 100%;
}

.carousel-control:focus, .carousel-control:hover {
    color: #ffffff;
    opacity:100%;
}
.overlap{
    background: #000000ab;
    position:absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}
.background-content{
    padding: 0px 97px;
    position: absolute;
    top: 34%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.background-content h2 span{
    color:#ff5722;
}
.background-content h2{
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px 0;
    letter-spacing: 2px;
}
.background-content p{
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    padding: 16px 0 50px 0;
    line-height: 34px;
}
.background-content a{
    background: #da3805;
    color: #faf9f9;
    padding: 16px 33px;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.5s;
}

.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:#fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  left: 0;
  border-radius:35px 20px 20px 35px;
  overflow:hidden;
  z-index: 1;
  position: relative;
  box-shadow:0 0 5px 0 #0000001c;
}
.carousel-control .glyphicon-menu-left:hover{
  color:#fff;
}
.carousel-control .glyphicon-menu-right{
  background: #ac0007;
  color:#fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  right: 0;
  border-radius:20px 35px 35px 20px;
  overflow:hidden;
  z-index: 1;
  position: relative;
  box-shadow:0 0 5px 0 #0000001c;
}
.carousel-control .glyphicon-menu-right:hover{
  color:#fff;
}
.slider-section .carousel-control{
  opacity:1;
}
.slider-section .carousel-control:focus, .carousel-control:hover {
    opacity:1;
}


/* end slider section */

/* start why choose section */
.choose-sec-1{
    padding: 45px 0;
}
.choose-sec-2{
    padding:65px 15px 50px;
}
.choose-title{
  padding: 0 0 15px;
}
.choose-title p{
  font-size: 18px;
  color:#000;
  font-weight: 500;
  text-transform: capitalize;
  font-family:'Amaranth', sans-serif;
}
.choose-title strong{
  font-size: 38px;
  display: block;
  color: #ac0007;
  text-transform: uppercase;
}
.choose-content{
  padding:0;
}
.choose-content p{
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 30px;
  text-align: justify;
}
.choose-box{
  padding:35px 0 0;
}
.choose-1{
  padding: 10px 15px;
}
.choose-2{
    padding: 0;
    text-align: center;
    display: flex;
    align-items:center;
}
.choose-icon {
    display: inline-block;
    background: #ac0007;
    transform: rotate(45deg);
    width: 60px;
    height: 60px;
}
.choose-icon i{
    font-size: 29px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #ac0007;
    transform: rotate(-45deg);
    line-height: 60px;
}
.choose-text{
    padding:0 0 0 25px;
    text-align:left;
}
.choose-text span{
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.choose-text p{
  color: #ac0007;
  font-size: 20px;
  font-weight: 100;
  font-family: 'Amaranth', sans-serif;
  text-transform: capitalize;
}
/* end why choose section */


/* start add section */
.add-sec{
  text-align: center;
  padding: 35px 0px 55px;
  position: relative;
  background: url(../images/add-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
  width: 100%;
}
.add-sec:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #ac0007de;
}
.add-sec-1{
  padding:0;
}
.add-sec-1 strong{
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  line-height: 38px;
  display: block;
  color: #ffffff;
  padding: 0 0 32px;
  font-weight: 500;
}
.add-sec-1 span a{
  font-size:36px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Amaranth', sans-serif;
  line-height: 40px;
  padding: 10px 22px;
  background: linear-gradient(45deg, #ffd640, #ff7200);
  border-radius: 9px;
  display: inline-block;
}
.add-sec-1 span a i{
  padding:0 5px 0 0;
  color: #ac0007;
}
/* end add section */


/* start about us section */
.about-us-sec{
  padding: 60px 0;
}
.about-us-sec-1{
  background: #fff;
  padding: 100px 30px 25px;
  box-shadow: 0 0 15px 0px #ff7804;
  z-index: -1;
}
.others-srv{
  padding:0;
  margin: 0 0 -75px;
}
.other-srv-1{
  padding: 15px;
  text-align: center;
}
.other-srv-2{
  padding: 0;
}
.other-srv-text{
  padding:0 0 22px;
}
.other-srv-text strong{
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: block;
  font-family:'Amaranth', sans-serif;
}
.other-srv-img{
  padding:0;
}
.other-srv-img img{
  box-shadow:0 0 10px #00000075;
  border-radius: 100%;
}
.about-us-sec-2{
  padding: 0;
}
.about-us-title{
  padding: 0 0 15px;
  text-align: center;
}
.about-us-title p{
  18px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Amaranth', sans-serif;
}
.about-us-title strong{
  font-size: 38px;
  display: block;
  color: #ac0007;
  text-transform: uppercase;
}
.about-us-content{
  padding: 0;
}
.about-text{
  padding:0;
}
.about-text-1{
  padding:0;
}
.about-text-1 p{
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding: 8px 0;
  text-align: justify;
}
.about-text-1 p strong{
  color: #ab0007;
  font-weight: 600;
}
.about-heading{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  padding: 2px 0 8px;
  display: inline-block;
  font-family: 'Amaranth', sans-serif;
  border-top: 2px solid;
  margin-top: 16px;
}
.about-text-1 ul{padding: 0 0 5px;}
.about-text-1 ul li{
  font-size: 15px;
  font-weight:500;
  line-height: 26px;
  padding: 2px 0;
  color: #1a1a1a;
}
.about-text-1 ul li:before{
  content: "\f219";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #ac0007;
  padding-right: 8px;
}
/* end about us section */


/* start add1 section */
.add1-sec{
  text-align: center;
  padding: 25px 0px 45px;
  position: relative;
  background: url(../images/add-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
  width: 100%;
}
.add1-sec:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #ac0007de;
}
.add1-sec-1{
  padding:0;
}
.add1-sec-1 p{
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    line-height: 40px;
    display: block;
    padding: 22px 0 42px;
    font-family: 'Amaranth', sans-serif;
    display:none;
}
.add1-sec-1 strong{
  font-size: 32px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: 600;
  padding: 0 0 22px;
}
.add1-sec-1 span a{
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Amaranth', sans-serif;
  line-height: 40px;
  padding: 6px 22px;
  background: linear-gradient(45deg, #ffd640, #ff7200);
  border-radius: 9px;
  display: inline-block;
}
.add1-sec-1 span a i{
  padding:0 5px 0 0;
  color: #ac0007;
}
/* end add1 section */

/* start main service section  */
.main-srv-section{
  padding: 60px 0;
}
.main-srv-section-1{
  padding:85px 0 8px;
}
.main-srv-content{
  padding:35px 0 0;
}
.our-services1{
  padding: 15px;
}
.our-services2{
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
}
.our-services3{
  padding:0;
  text-align: center;
}
.services{
  border-radius: 50%;
  padding: 13px;
  box-shadow: 0px 0px 40px 0px rgb(255 189 48);
  max-width: 230px;
  margin: 0 auto;
  background: linear-gradient(45deg, #ffd640, #ff7200);
}
.services img{
  padding:0;
  border:4px solid #ffffff;
  box-shadow: 0px 0px 20px 2px rgb(255 189 48);
  transition-duration: .7s;
  border-radius:50%
}
.our-services2:hover .our-services3 img {
    transform: scale(1.0) rotate(359deg);
}
.our-services4{
  padding: 15px 0 9px;
  text-align: center;
}
.our-services4 strong{
  font-size: 22px;
  color: #ac0007;
  font-weight: 600;
  text-transform: capitalize;
  display:inline-block;
  padding: 12px 0 5px;
  font-family:'Amaranth', sans-serif;
}
.our-services4 p{
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.srv-contact{
  padding:20px 0 0;
}
.srv-contact a{
  color:#fff;
  background: #041f3a;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 57px;
  display: inline-block;
  text-align: center;
}
.srv-contact a i{
  font-size: 21px;
}
/* end main service section  */



/* start contact section */
.contact-sec{
    text-align: center;
    padding: 0;
}
.contact-sec-1{padding: 0 0 60px;display: flex;align-items: center;}
.form-sec{
    padding: 15px;
}
.form-sec-1{
   padding:0;
}
.form-title{
    padding: 0 15px; 
}
.form-title strong{
    border-bottom: 1px solid #eee;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 0 0 15px;
    text-transform: capitalize;
    text-align: left;
    font-family:'Amaranth', sans-serif;
}
.contact-banner{
    padding: 15px;
}
.contact-banner img{

}

.contact{
    padding: 0;
}
.contact-1{
    padding: 0;
    text-align: center;
}
.contact-2{
  padding: 10px 15px;
}
.contact-text{
  background: linear-gradient(45deg, #ffd640, #ff7200);
  border-radius: 20px;
  padding: 20px 15px 15px;
}
.contact-text p{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-3{
  padding: 10px 12px;
}
.contact-3 a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform:capitalize;
    background: #1773ea;
    display: block;
    padding: 20px 12px 18px;
    border-radius: 20px;
}
.contact-3:nth-child(2) a{
    background: linear-gradient(288deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.contact-text p i{
    font-size: 20px;
    color: #ac0007;
    font-weight: 600;
    padding: 0 8px 0 0;
}
.contact-text span{
    font-size: 18px;
    color: #000000;
    padding: 5px 0 0;
    font-weight: 600;
    display: block;
}
/* end contact section */


/* start testimonial section */
.testi-sec{
  padding:0px 0;
}
.testi-sec-1{
  padding: 0 0 60px;
}
.testi-sec-2{
  padding:45px 0 0;
}
.testi-content{
  padding:0;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  padding: 0;
}
.testi-title{
  position:relative;
  padding:0px 0 23px;
}
.testi-title p {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
}
.testi-2 .pic{
  display: inline-block;
  position:relative;
  width:120px;
  height: auto;
  padding: 0 0 15px;
}
.testi-2 .pic:before{
  content: "";
  font-size: 16px;
  position: absolute;
  top: 43px;
  left: 0;
  background: #ac0007;
  height: 15px;
  width: 132px;
  z-index: -1;
  border-radius: 50px;
}
.testi-2 .pic-1 img{
  display: inline-block;
  position: relative;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px -8px 0 0 #ac0007;
}

.testi-text{
  padding: 30px 0;
  position:relative;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.testi-text:before {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    bottom: 0;
    right: 0px;
    position: absolute;
    color: #ff8d11;
    width: 39px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    font-size:22px;
}
.testi-text:after {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    top: 0;
    left: -17px;
    position: absolute;
    color: #fe8c11;
    width: 39px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    font-size:22px;
}
.srv-list{
  padding:0 15px 0;
}
.srv-list-1{
  padding: 15px;
  background: #ac0007;
}
.srv-list-1 ul li{
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform:capitalize;
}
.srv-list-1 ul li:before{
  content: "\f666";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  padding-right:9px;
}
/* end testimonial section */

/* start copyright section */
.copyryt-sec{
  padding: 15px 0;
  background: #a20007;
  text-align: center;
}
.copyryt-sec-1{
  padding:0;
  text-align:center;
}
.disclaimer{
  padding:0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight:300;
}
.copyryt{
  padding: 5px 0 0;
  color:#fff;
  font-size:12px;
  font-weight: 400;
}
/* end copyright section */

.mobile-call{
    display:none;
}
.call {
    bottom:12px;
    left: 16px;
    position: fixed;
    z-index: 1111;
}
.call a i{
    text-align: center;
    font-size: 16px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height:43px;
    color: #fff;
    background:#f00008;
    border-radius: 50%;
}
.call a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}

.call i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}

.whatsapp {
    bottom:12px;
    right: 16px;
    font-size: 18px;
    position: fixed;
    z-index: 1111;
}
.whatsapp  a i{
    text-align: center;
    font-size: 20px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height: 43px;
    color: #fff;
    background:#00c800;
    border-radius: 50%;
}
.whatsapp  a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}
.whatsapp i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}
@keyframes scnee {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     50% {
         transform: scale(1.8);
         opacity: 0;
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }

 @keyframes sollcl {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.4);
     }

     100% {
         transform: scale(1);
     }
 }









@media (max-width: 767px){
.top-head-sec-1{display:flex;flex-direction: column-reverse;}
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 6px 0 0 0px;}
.header-logo-right-1 p {font-size: 24px;}
.choose-1{width:50%;}
.our-services1{width:50%;}
.about-us-title strong{font-size: 32px;}
.choose-title strong {font-size: 40px;}
.form-title strong{font-size: 40px;}
.copyryt-sec-1 {padding: 0 0 43px;}
.head-contact a {font-size: 18px;padding: 14px 15px 12px;}
.top-add-sec-1 {padding: 5px 12px 7px;font-size: 15px;}
.header-logo-right {padding: 5px 15px 0;}
.srv-list-1 ul li {}
.contact-sec-1 {display: block;}
.add1-sec-1 strong {font-size: 28px;}
.our-services4 strong {font-size: 19px;}
.about-text-1 p, .choose-content p {text-align: left;}
.head-contact {padding: 0 12px 10px;}
.our-services4 p {height: 195px;}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {width: 35px;height: 35px;line-height: 32px;}
.glyphicon-menu-right:before, .glyphicon-menu-left:before {font-size: 15px;}
#callbook {display: block;}

}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-left-1 a {font-size: 33px;}
.header-logo-1{display:block;}
.head-contact a {font-size: 25px;padding: 14px 12px 12px;}
.top-add-sec-1 {padding: 5px 12px 7px;font-size: 16px;}
.header-logo-right {padding: 5px 15px 0;}
.srv-list-1 ul li {padding: 5px 5px; font-size: 15px;display: inline-block;}
.contact-sec-1 {display: block;}
.srv-list-1 {text-align: center;}
.about-us-title strong {font-size: 32px;}
.head-contact {padding: 0 12px 10px;}
.our-services4 p {height: 140px;}
}

@media only screen and (min-width: 991px) and (max-width:1200px){
.header-logo-right-1 ul li span{font-size:15px;}
.header-logo-right-1 p {font-size: 22px;}
.header-logo-right-1 .header-contac li{padding: 7px 2px;font-size: 14px;}
.header-logo-right-1 .header-contac li span{font-size:14px;padding:3px 17px;}
.choose-sec-2 {padding: 65px 4px 50px;}
.choose-text {padding: 0 0 0 20px;}
.choose-text span{font-size: 30px;}
.choose-text p{font-size: 16px;}
.our-services1 {padding: 18px 4px;}
.srv-list {padding: 0 0px 0;}
.top-left-1 a {font-size: 26px;}
.head-contact a {font-size: 32px;}
.top-add-sec-1 {padding: 5px 12px 8px;font-size: 22px;}
.add1-sec-1 strong {font-size: 26px;}
.contact-3 a {font-size: 16px;}
.our-services4 strong {font-size: 17px;}

}




@media only screen and (min-width:1200px) and  (max-width:1300px){
.top-left-1 a { font-size: 32px;}
.top-add-sec-1 {padding: 5px 12px 6px;font-size: 26px;}
.our-services4 strong {font-size: 19px;}
}


@media (min-width:0) and (max-width:600px){
.header-logo-left{padding:0;}
.header-logo-right-1 .header-contac li{padding: 7px 2px;font-size: 14px;}
.header-logo-right-1 .header-contac li span{font-size:14px;padding:3px 15px;}
.choose-1{width:100%;}
.our-services1{width:100%;}
.testi-1{width:100%;padding: 15px 0;}
.about-us-sec-2 {padding: 50px 0 0;}
.contact-sec-1{}
.form-sec-1 {padding: 0 15px 0;}
.add-sec-1 strong {font-size: 17px;line-height: 32px;}
.about-us-title strong {font-size: 25px;}
.add1-sec-1 strong {font-size: 25px;}
.add1-sec-1 p{font-size: 32px;padding: 12px 0 27px;}
.header-logo-right-1 p {font-size: 18px;}
.head-contact a {font-size: 15px;padding: 10px 15px 10px;}
.head-contact { padding: 0 5px 10px;}
.head-contact {padding: 0 5px 10px;}
.choose-title strong {font-size: 35px;}
.our-services4 p {height: auto;}
.contact-2, .contact-3 {padding: 10px 5px;}
.contact-3 a {font-size: 16px;padding: 12px 12px 10px;}
.about-us-sec-1 {padding: 50px 15px 10px;}
}

@media (min-width: 290px) and (max-width:480px){
.top-left-1 a{font-size: 33px;}
.header-logo-right-1 ul li{padding:7px 2px;}
.header-logo-right-1 ul li span {padding: 7px 8px;font-size: 10px;}
.header-logo-right-1 p {font-size: 16px;padding: 7px 0 0;}
.header-logo-right-1 .header-contac li{padding: 7px 2px;font-size: 14px;}
.header-logo-right-1 .header-contac li span{font-size:14px;padding:3px 15px;}
.top-add-sec-1{font-size: 15px;line-height: 23px;padding: 10px 5px 10px;}
.about-us-title strong{font-size: 20px;}
.add1-sec-1 strong {font-size: 20px;line-height: 32px;padding: 0 0 20px;}
.add1-sec-1 p{font-size: 32px;padding: 12px 0 27px;}
.add1-sec-1 span a {font-size: 25px;}
.choose-title strong {font-size: 25px;}
.form-title strong{font-size: 25px;}
.contact-form {padding: 30px 12px 0;}
.form-control{margin-bottom:10px;}
.other-srv-1{width:100%;}
.contact-2{width:100%;padding: 5px 5px;}
.add-sec-1 span a {font-size: 30px; padding: 10px 15px}
.add-sec-1 strong {font-size: 15px;line-height: 28px;}
.head-contact{width: 100%;}
.head-contact a {font-size: 20px;}
.top-right-1 {font-size: 15px; padding: 8px 15px 2px;}

}






