
.m-top10{
	margin-top: 10px;
}

.m-top20{
	margin-top: 20px;
}

.m-top30{
	margin-top: 30px;
}

.m-top40{
	margin-top: 40px;
}

.m-top50{
	margin-top: 50px;
}

.m-top60{
    margin-top: 60px;
}

.m-top70{
    margin-top: 70px;
}




.main-btn {
    background: -webkit-linear-gradient(279.85deg,#256ac8,#3852b9)!important;
    color: #fff;
}


.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    transform: translateY(-2px) !important;
}

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #1362c2 !important;
    border-radius: 50%;
    
}

.bg-grey {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.bg-black{
  background-color: #bebcc2;
}

.bg-whites{
  background: rgba(255,255,255,0.95);
}


/*slider*/
.testimonials {
  background: -webkit-linear-gradient(294.25deg,rgba(0,133,228,.88),rgba(65,2,148,.94));
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: -webkit-linear-gradient(294.25deg,rgba(0,133,228,.88),rgba(65,2,148,.94));
}

#customers-testimonials .item-details1 {
  background: linear-gradient(176.86deg,#00253e,#0e3e5d);
  color: #fff;
  padding: 8px 10px;
  text-align: left;
}

#customers-testimonials .item-details2 {
  background: linear-gradient(176.86deg,#2a98ed,#3d89c3);
  color: #fff;
  padding: 8px 10px;
  text-align: left;
}

#customers-testimonials .item-details3 {
  background: linear-gradient(176.62deg, #d53330 0%, #bb2338 100%);
  color: #fff;
 padding: 8px 10px;
  text-align: left;
}
#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 8px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: 0px;

}

.owl-carousel .owl-next {
  right: 0px;
}

i.fa.fa-angle-left {
    color: #277eda;
}

i.fa.fa-angle-right {
    color: #277eda;
}

.back-img{
  background-image: url('img/bg2.jpg')  !important;
  background-position: center;
}


/*slider end*/
/*.padding-50{
  padding-top: 90px;
  padding-bottom: 90px;
}*/

h2.sss {
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
}

p.text-size {
    font-size: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #686869;
    font-size: 26px;
    font-family: "Roboto";
    padding-top: 5px;
    font-weight: 400;
    color: #FFF;
    float: none;
    margin: 0px;
    border-radius: 500px;
    border: 1px solid #686869;
    display: inline-block;
    transform: rotateY(0deg);
    transition: all 0.6s ease 0s;
}

.three-tab{
  border: solid #686869 1px;
    margin-right: 10px;
    margin-left: 10px;
    height: 185px;
    padding-top: 6px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}

.pricing {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border: solid 2px #686869;
    padding: 0px 6px;
    border-radius: 100px;
}

.pricing .price {
    position: relative;
    height: 75px !important;
    line-height: 100px;
    text-align: center;
    margin: auto;
}

.pricing1::after {
    content: "";
    background-color: #000 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    
    border-radius: 100px !important;
}
.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #000;
    background-color: #000;
    z-index: 11;
    margin: 15px 0;
}
.icon-text{
  font-family: unset !important;
    margin-top: 10px;
}

.mm{
  color: #fff;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 27px;
}

.top-bottom{
  padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
p {
    color: #000;
    font-size: 16px;
}

.padding-b{
      padding-bottom: 1px;
      text-align: left;
line-height: 1.2;
}

i.fas.fa-check-circle {
    color: #686869;
}

.bg-grey2{
  background-color: #d0cfcf;
}

.cont{
  color: #000;
}
h3.heading-1 {
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding-bottom: 25px;
    margin-top: -38px;
}

h2.text-right {
   
    padding-top: 72px;
    font-family: initial;
    font-size: 58px;
    color: #565356;
}
.col-lg-2.col-md-2.col-sm-6.three-tab {
    text-align: center;
}

.mob-img1{
  background-image: url('');background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;
}
@media screen and (max-width: 768px) and (min-width: 320px)

{

  .mob-img1{
    background-image: none !important;
  }
  .main-div{
  width: 100% !important;
  margin: auto !important;
  background: rgba(255,255,255,0.95);
  margin-top: 48px !important;

 
}
  p {
    margin: 0 0 10px;
    padding-right: 10px;
    padding-left: 10px;
}
  .pricing {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border: solid 2px #686869;
    padding: 16px 24px;
    border-radius: 100px;
}

  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.col-lg-2.col-md-2.col-sm-6.three-tab {
    margin-bottom: 15px;
}

.home-wrapper.bg-grey {
    padding-top: 766px;

}

h2.text-right {
    padding-right: 0px;
    padding-top: 0px;
}
}
nav#nav {
    height: 75px;
}


#toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: black;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
  color: white;
  border: 1px solid white;
  width: 150px;
  height: 100px;
  padding: 10px;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 100px;
  text-align: center;
  margin: auto;
  display: none;
}

#nav{
  background: rgba(255, 255, 255, 0.9) !important;
}


.row.home-content {
    margin-top: 25px;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 60px;
    display: block;
    
}
/*--------------------------------*/
.main-div{
  width: 65%;
  margin: auto;
  background: rgba(255,255,255,0.95);
  margin-top: 48px;
 
}

.main-contant{
   padding: 45px;
}

.heading-12 {
    line-height: 30px;
    color: #000;
    font-weight: 500;
    font-size: 19px;
   
}

h2.text-center {
    font-weight: 600;
}

h2.sss {
    font-weight: 600;
    font-size: 31px;
}

.bg-img-1{
  position:fixed;
  background-position:center;
  background-size:cover;
 
}

#home{
  height: 35vh;
}


.font-size{
  font-size: 5px;
}

.dropdown li a {
    display: block;
    color: #fff;
    border-top: 1px solid rgba(250,250,250,.1);
    padding: 4px 0 !important;
}

.areas {
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
}

.footer-follow {
    text-align: center;
    margin-bottom: 2px !important;
}

.footer-logo {
    text-align: center;
    margin-bottom: 16px !important;
}

.clear{ clear:both;}

.links{
 /* padding-bottom: 20px;*/
 padding-bottom: 5px;
}

.md-padding-home {
    padding-top: 52px;
    padding-bottom: 164px;
    padding-right: 35px;
    padding-left: 35px;
}

.footer-logo>a>img {
    max-height: 65px !important;
}

.footer-copyright {
    padding-top: 10px !important;
}