body{
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
 
  background-color: #220C01;
  
}
body::before{
background: url('../images/bg.webp');
content: '';
width: 100%;
height: 380vh;
top: 0;
line-height: 0;
position: absolute;
background-size: cover;
opacity: 0.1;
}
html {
  scroll-behavior: smooth; scroll-padding: 40px;
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
 font-family: "Philosopher", sans-serif;
 color: #FFF;
}

.logo{
  height: 100px;
  margin-bottom: 20px;
}
.slider h3{
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}
.btn1, .btn2{
  background: #c53b18;
  padding: 6px 45px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.logosection{
  padding: 50px 0 70px;
}
.aboutus img{
 padding: 9px;
  border: 13px double #face5d;
  border-radius: 10px;
}
.as_contact_expert {
    display: flex;
   background-image: linear-gradient(180deg, #FFF 0%, #FBD055 100%);
    border-radius:10px;
    padding:15px 25px;
    margin-top:40px;
    align-items:center;
    width: fit-content;
}
.as_contact_expert .as_icon{
    width:65px;
    height:65px;
    background-color:#220c01;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:25px;
    position: relative;
}
.as_contact_expert .as_icon:before{
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    content: '';
    border-radius: 100%;
}
.as_contact_expert:hover .as_icon:before{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5{
    font-size:18px;
    margin:0 0 7px 0;color: #220c01;
}
.as_contact_expert h1{
    font-size:24px;
    font-weight:700;
    margin:0 0 0 0;color:#220c01;
}
.as_contact_expert h1 a{
  color: #220c01;
  text-decoration: none;
}
.as_heading{
    font-size: 38px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 23px;
    position: relative;
    margin:-8px 0 30px;
}
.as_heading.as_heading_center:after{
    left: 50%;
    transform: translateX(-50%);
}
.as_heading:after{
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 3px solid #face5d;
    left: 0;
    bottom: 0;
}
.as_about_wrapper p {
  margin-bottom: 32px;
}

.aboutsec{
  margin-left: 30px;
}
p{
  text-align: justify;
}

@media screen and (max-width:1600px){
  .as_heading {
  font-size: 36px;
  margin: -8px 0 20px;
  margin: -8px 0 25px;
  padding-bottom: 14px;
}
p{
  font-size: 18px;
  line-height: 28px;
}
.as_contact_expert h5 {
  font-size: 16px;
  margin: 0 0 3px 0;
}
.as_contact_expert{
  margin-top: 30px;
}
.as_contact_expert h1 {
  font-size: 23px;
}
.as_contact_expert .as_icon {
  width: 55px;
  height: 55px;
}
}

@media screen and (max-width:1500px){
  .as_heading {
  font-size: 34px;
  margin: -8px 0 20px;
  padding-bottom: 12px;
}
p{
  font-size: 17px;
  line-height: 26px;
}
.as_contact_expert h5 {
  font-size: 16px;
  margin: 0 0 3px 0;
}
.as_contact_expert{
  margin-top: 24px;
}
.as_contact_expert h1 {
  font-size: 20px;
}
.as_contact_expert .as_icon {
  width: 55px;
  height: 55px;
}
.aboutsec {
  margin-left: 10px;
}
}
@media screen and (max-width:991px){
.aboutus img{
  margin-bottom: 30px;
}
.aboutsec {
  margin-left: 0px;
}
}
@media screen and (max-width:767px){
.aboutus img{
  margin-bottom: 30px;
}
.aboutsec {
  margin-left: 0px;
}
.logo {
  height: auto;
  width: 100%;
}
.logosection {
  padding: 20px 0 25px;
}
 .as_heading {
    font-size: 30px;
  }
}

/* service css start */
.as_service_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    overflow: hidden;
    padding: 60px 0;
}
.as_service_img {
    position: relative;
}

.as_service_img .as_service_img {
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 150px;
}
.as_service_img:after{
    position: absolute;
    content: '';
    left: 42%;
    transform: translateX(-50%);
    width:207px;
    height: 651px;
    background-image: url('../images/service_shape.png');
    bottom: -35px;
}
.as_service_single .as_service_img:after {
    display: none;
}
.as_service_img  .as_service_circle {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_service_box {
    background-color: #ffffff;
    padding: 20px 22px 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}
.as_service_box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url(../images/circle.png);
    width: 271px;
    height: 270px;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    z-index: -1;
}@keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.as_service_box{
    background: rgb(197, 59, 24);
}
.as_service_box .as_icon svg{
    transition: none;
}
.as_service_box .as_icon svg{
    fill: #ffffff;
} 
.as_service_box p {
    transition: none;
}
.as_service_box .as_subheading {
    margin: 20px 0 10px;
    font-size: 30px;
    position: relative;
    font-weight: 600;
    transition: none;
}
.as_service_box p{
  text-align: center;
}
.as_link{
    text-transform: capitalize;
    font-size: 15px;
    line-height:24px;
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: none;
    cursor: pointer;
    /* display: inline-flex; */
}
.as_link span{
    margin: -1px 0 0 5px;
}
.as_service_box:hover .as_link span svg {
    fill: #ffffff;
}

.as_service_box .as_link span svg, .as_service_box .as_link span {
    transition: none !important;
}
.as_service_box:hover .as_subheading,.as_service_box:hover p,.as_service_box:hover .as_link{
    color: #ffffff;
}
.as_service_box:hover .as_link svg{
    fill:#ffffff;
}
.as_service_wrapper  .as_contact_expert{
  margin: auto;
  margin-top: 60px;
}
/* service css end */

.whyus{
  padding: 30px 0 60px;
}

.whyus h2{
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.whyus p{
  text-align: center;
  margin-bottom:20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.whyus .card
{
  background:transparent;
  border: none;
  text-align: center;
}
.whyus .card img{
  width: 70px;
  height: auto;
}
.whyusbox{
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0px 0 20px;
  min-height: 260px;
}
.whyusbox img{
  margin-bottom: 10px;
}
.whyusbox img{
  height: 70px;
}
.border-left:before{
  content: "";
  transform-origin: bottom right;
  left: 14px;
  bottom: 50%;
  border-right: 3px solid #c53b18;
  border-bottom: 3px solid #c53b18;
  position: absolute;
  width: 3px;
  height: 100px;
  border-radius: 10px;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}
@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
.whyus  .as_contact_expert{
  margin: auto;
  margin-top: 20px;
}

.why .as_contact_expert {
  margin: auto;
  margin-top: 40px;
}
.why{
  padding: 40px 0 70px;
}

.why .card{
  background: #c53b18;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.24);
}

.contact{
  padding: 30px 0 20px;
}
.contact ul li{
  display: inline-block;
  margin: 0 20px;
}
.contact ul li a{
  color: #fff !important;
  text-decoration: none !important;
}
.floatright{
  float: right;
}
.floatleft{
  float: left;
}

@media screen and (max-width:1600px){
  .as_service_box {
  padding: 20px 19px 25px;
}
body::before{
height: 320vh;
}
}
@media screen and (max-width:1500px){
  .as_service_box {
  padding: 20px 20px 25px;
  min-height: 320px;
}body::before{
height: 340vh;
}
.why .card{
  padding: 20px 10px;
}
}
@media screen and (max-width:1199px){
  .as_service_box {
  padding: 20px 20px 25px;
  min-height: 320px;
}
.why .card h3{
 font-size: 22px;
}
.as_service_box .as_subheading{
  font-size: 25px;
}  .as_service_box {
    padding: 20px 20px 25px;
    min-height: 253px;
  }
  .whyusbox h3{
    font-size: 25px;
  }
}
.contact {
    background: #c53b18;
    padding: 30px 0 20px;
    margin-top: 90px;
}
#deskn{
    display:none;
}.box-cards{
	box-shadow: 0 0 10px rgb(255 255 255 / 10%);
  padding: 30px 30px 15px;
  overflow: hidden;
 border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
  padding: 0;
  margin: 0;
}
.box-cards ul li {
  list-style: none;
  margin-bottom: 15px;
}
.box-cards ul li a {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
}
.box-cards ul li i {
  padding-right: 10px;
  color: #ed2980 !important;
}
.form-control{
    margin-bottom:20px;
}textarea.form-control {
    height: 153px;
}
.form{
    margin-bottom:50px;
}
@media screen and (max-width:767px){
  .as_heading{
    margin: -8px 0 3px;
  }
  .as_service_box{
    min-height: auto;
   
  }
  .as_service_wrapper .as_contact_expert {
  margin-top: 35px;
}
.as_service_wrapper{
  padding-bottom: 30px;
}
.why {
  padding: 25px 0 30px;
}
.why .as_heading, .whyus .as_heading {
    margin: -8px 0 25px;
  }  .why .card {
    padding: 20px 10px 15px;
  }.why .as_contact_expert {
  margin-top: 20px;
}
.border-left{
 border:none !important;
}.whyusbox {
  margin-bottom: 15px;
  min-height: auto;
}
.border-left::before{
  display: none;
}
.floatleft, .floatright{
  float: none;
  margin-left: 0;
  padding: 0;
  text-align: center;
}
.whyus {
  padding: 30px 0 16px;

}
body::before{
height: 680vh;
}    .contact {
        padding: 20px 0 0px;
        margin-top: 25px;
    }    #deskh{
    display:none;
}
#deskn{
    display:block;
}.aboutus img{
    margin-top:30px;
}
}


.fixedbtn2{
        position: fixed;
    bottom: 100px;
    right: 10px;
}
.fixedbtn2 img{
    height:60px;
}

.fixedbtn{
      position: fixed;
    bottom: 10px;
    left: 20px;
   background-image: linear-gradient(180deg, #FFF 0%, #FBD055 100%);
    padding: 15px 16px;
    border-radius: 10px;
    border: 4px double #d78e2f;
       color: #c12e13 !important;
    text-decoration: none !important;
        z-index: 999999999999;
  text-decoration: none !important;
  z-index: 999999999999;
  width: 100%;
  left: 0;
  bottom: 0;
  border: none;
  border-radius: 10px 10px 0 0px;
  font-size: 30px;
 
}

.fixedbtn  a{
  background: #c53b18;
  padding: 6px 25px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  float: right;
}
.fixedbtn span{
  line-height: 43px;
}
.slider
{
  background: url('../images/slider.webp');
  background-size: cover;
  background-position: top right;
  padding: 90px 0 120px;
}
.myt0{
  margin-top: 30px;
}

@media screen and (max-width:1199px){
  .slider{
    padding: 16px 0 20px;
  }
  .slider h3 {
  font-size: 42px;
  margin-bottom: 26px;
  margin-top: 13px;
}

}

@media screen and (max-width:991px){
  .slider{background: url('../images/mobslider.webp');
    padding: 16px 0 20px;padding: 16px 0 1250px;
    background-position: bottom;
  }
  .slider h3 {
  font-size: 42px;
  margin-bottom: 26px;
  margin-top: 13px;
}

}
.abth{
  display: none;
}

.fixedbtn3{
        position: fixed;
    bottom: 100px;
    left: 10px;
}
.fixedbtn3 img{
        height: 60px;
}
@media screen and (max-width:767px){
    .slider h3 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 3px;
  }
    .slider{background: url('../images/mobs.webp');
      padding: 16px 0 30px;
    }
.abth{
  display: block;
}
.fixedbtn{
  font-size: 24px;
}
.fixedbtn a{
  float: left;
}
.fixedbtn2, .fixedbtn3{
        position: fixed;
    bottom: 130px;
}
}