
.footer-box {
    position: fixed;
    background: #2220;
    height: 539px;
    overflow: hidden;
    width: 184px;
    top: 101px;
    right: 0px;
    z-index: 999;
}
.product-sidebar .social-links {
    position: absolute;
    top: 130px;
    right: -130px;
    padding: 0px;
    margin: 0px;
    z-index: 9999999;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}
.product-sidebar .social-links li {
    position: relative;
    display: block;
    list-style: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    background-color: #3064ee;
    color: #fff;
    cursor: pointer;
    left: 0px;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-sidebar .social-links li a {
    color: #fff;
    text-decoration: none;
}
.product-sidebar .social-links li:hover {
    left: -130px;
}
li {
    position: relative;
    font-family: 'Barlow', sans-serif;
    color: #748196;
    font-weight: 500;
    margin: 0px;
    transition: all 500ms ease;
    font-size: 16px;
}
.product-sidebar .social-links li .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0 !important;
    transition: opacity .2s ease;
    color: inherit;
}
.product-sidebar .social-links li span {
    font-family: 'Nunito Sans', Sans-serif;
    font-size: 13px;
    width: 130px;
    height: 45px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    transition: all .2s ease;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .24);
    border-radius: 0;
    display: block;
    float: right;
    color: inherit;
}
/*.product-sidebar .social-links li:last-child {*/
/*    background: #fd5d14;*/
/*}*/
.product-sidebar .social-links li:nth-child(2) {
    background: #FC7715;
}
.product-sidebar .social-links li:nth-child(3) {
    background:#47BA3B;
}
.product-sidebar .social-links li:nth-child(5) {
    background: #1887ED;
}
.product-sidebar .social-links li:nth-child(6) {
      background: #fd5d14;
}
.col-md-3{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.ps-5{
    padding-left:20px !important;
    padding-right: 15px !important;
}
.bg-image {
    position: absolute;
    top: -302px;
    /* bottom: -300px; */
    right: -50px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.single-item {
  position: relative;
    overflow: hidden;
    float: left;
    width: 270px !important;
    margin-right: 20px;
    padding: 30px 30px;
    text-align: center;
      background: #fa4949;
    color:white;
}
.single-item .icon-box i {
    font-size: 50px;
}
.single-item .icon-box{
  background: #fa4949 !important;
}

.single-item h3 a{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 800;
    margin:top:300px;
}
.content-box {
    margin-top: 350px;
    margin-left: 50px;
}
/*.text h4{*/
/*    color:white !important;*/
/*}*/
.our{
    padding-left:15px !important;
    padding-right:10px !important;
}

@media only screen and (max-width: 600px) {
 .step-img {
    margin-right: -20px;
    background: #fff;
 }
iframe{
    height:250px !important;
}
.image-box {
    margin-right:10px;
}
}
@media only screen and (max-width: 450px) {
    .callout-item .inner-item {
        margin:0px !important;
        padding-left: 30px !important;
    }
    .callout-section .callout-item {
    padding: 20px 0 35px;
}
.callout-item .inner-item {
    box-shadow: 0px 15px 30px 10px rgb(0 0 0 / 10%);
}
.wellcome-left-colmun .text h5 {
    line-height: 34px;
}
.owl-carousel .owl-item {
    float: right;
    left:15px;
}
.owl-item:nth-child(1){
   margin-right: 0px !important;
}
}
@media screen and (max-width: 900px) {
  .footer-box{
		display:none!important;
	}
	.bg-image {
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-image: none !important;
    overflow:hidden;
   }
.content-box {
    margin-top: 0px;
    margin-left: 0px;
    }
.pb-33{
    padding-bottom:30px;
  }
}
