*{
    box-sizing: border-box;
}
a{
    color:#ff535f;
}
b{
    font-weight: 800;
}
body{
    padding: 0;
    margin: 0;
    font-size: 18px;
    color:#181918;
}
p{
    line-height: 28px;
}
body,body *{
    font-family: 'Open Sans', sans-serif;
}
h2{
    margin: 0 0 20px 0;
    padding: 50px 0 0 0;
    font-size: 30px;
    color:#ff535f;
    background: url("../img/header-icon.png") no-repeat left top;
    background-size: auto 60px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}
.main-container{
    max-width: 1200px;
    margin: 0 auto;
}
.section-wrapper{
    max-width: 800px;
    margin: 0 auto;
    color:#7a7a7a;
}
.section-wrapper1{
    max-width: 950px;
}
.section-wrapper2{
    max-width: 1200px;
    margin: 0 auto;
}
.section-wrapper3{
    max-width: 860px;
}
.sections{
    margin-top: 80px;
}
.sections.section-1{
    background: url("../img/sec11bg.png") no-repeat right -200px top 30px;
    margin-top: 20px;
}
.sections.section-2{
    background: url("../img/sec22bg.png") no-repeat right bottom 0px;
    background-size: auto 700px;
}
.sections.section-3{
    margin-top: 100px;
}
.sections.section-4{
    margin: 100px 0;
}
.sections.section-4 p b{
    font-weight: 700;
}
.sections.section-5{
    padding: 100px 0;
    background: #f7fbf3;
}
a.free-demo{
    padding:8px 12px;
    background: #ffd300;
    border-radius: 3px;
    color:#181918;
    text-decoration: none;
    white-space: nowrap;
    line-height: 12px;
    font-size: 12px;
    display: flex;
    width: 120px;
}
a.free-demo img{
    margin-right: 5px;
}

.footer-write-icon{
    margin-left: 10px;
}

a.free-demo span{
    display: flex;
    align-items: center;
}
.banner{
    position: relative;
    /* background: url("../img/banner.jpg") no-repeat left top; */
    background-size: cover;
    /* padding-bottom: 200px; */
}
.banner-video {
    background: #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
body.video-paused .banner-video:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:1;
    background: rgba(0,0,0, 0.5);
}
.banner-video video {
    height: 600px;
    width: 100%;    
    object-fit: cover;
    object-position: left;
}
.header-outer{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
    transition: all ease-in-out 500ms;
}
.header-outer.fixed-header{
    background: rgba(0,0,0,0.8);
}
body.video-playing .header-outer{
    top: -100px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header>div{
    display: flex;
}
.header .header-logo img{
    line-height: 0;
}
.header .nav-section{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header .nav{
    display: inline-block;
    vertical-align: middle;
}
.header .nav .nav-menu{
    display: none;
}
.header .nav a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color:#fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #fcfcfc;
}
.header .nav a.active{
    /*color:#d01321;*/
    text-decoration: underline;
}
.header .nav a:last-child{
    margin-right: 0;
}
.header .demo-section{
    display: flex;
}
.header .demo-section > a,
.header .demo-section > a img,
.header .demo-section > a span,
.header .demo-section > div{
    display: flex;
    align-items: center;
}
.header .demo-section > a{
    margin-left: 10px;
}
.header .demo-section > div{
    flex-direction: column;
    margin-left: 10px;
}
.header .demo-section > div > span{
    display: block;
}
.header .demo-section > div > span:first-child{
    color: #fff;
    font-size: 11px;
}
.header .demo-section > div > .call-us{
    color: #ff535f;
    font-size: 16px;
}
.banner .video-overlay {
    position: absolute;
    left: 0;
    bottom:70px;
    width: 100%;
    z-index: 1;
    /* opacity: 1; */
}
body.video-playing .video-overlay {
    /* opacity: 0;
    transition: opacity 0.6s linear; */
    visibility: hidden;
}
.banner .banner-text{
    /* padding-top: 200px; */
    text-align: center;
}
.banner .banner-text > div > span > h1{
    max-width: 600px;
    display: inline-block;
    /*font-weight: 800;*/
    font-family: 'Itim', cursive;
    font-weight: normal;
}
.banner .banner-text > div:first-child > span > h1{
    color:#c0c0c0;
    font-size: 20px;
}
.banner .banner-text > div:last-child > span > h1{
    /*color:#ff535f;*/
    color:#e0e0e0;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0px;
}
.banner .watch-video{
    padding: 50px 0 30px 0;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.banner .watch-video a,
.banner .watch-video span{
    display: inline-block;
    vertical-align: middle;
    color:#ffd300;
    text-decoration: none;
}
.banner .watch-video span:first-child{
    margin-right: 10px;
}
.banner .watch-video span img{
    max-width: 90px;
    line-height: 0;
}
.welcome-text{
    background: #fff;
    border-radius: 10px;
    border:solid 1px #ff535f;
    padding:20px 60px;
    position: relative;
    margin-top: 20px;
    transform: translateY(-100px);
    text-align: center;
    color:#181918;
    transition: all 1s ease 0s;
}
.welcome-text img{
    display: inline-block;
    margin-top: 20px;
    max-width: 200px;
    line-height: 0;
}
.why-choose{
    position: relative;
}
.why-choose .why-choose-bg-line{
    left:-660px;
    margin-top: 282px;
    position: absolute;
    width: 800px;
    transform: skewY(-20deg);
}
.why-choose .why-choose-bg-line span{
    display: block;
    background: #e8f2f4;
    height: 50px;
    width: 100%;
   background-image: linear-gradient(to right, #fff, #e8f2f4);
}
.why-choose .why-choose-bg-line span:nth-child(2){
    background: #f7d9de;
    background-image: linear-gradient(to right, #fff, #f7d9de);
}
.why-choose .why-choose-bg-line span:nth-child(3){
    background: #f5e597;
    background-image: linear-gradient(to right, #fff, #f5e597);
}
.why-choose .section-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.why-choose .section-wrapper p{
    margin: 0;
    padding: 0 0 30px 0;
}
.why-choose .section-wrapper > div{
    width: 50%;
    padding: 0 10px;
    position: relative;
}
.why-choose .section-wrapper > div img{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.benefits-wrapper{
    margin-top: 50px;
}
.benefits{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.benefits > div{
    display: flex;
    flex-direction: column;
    padding:20px 10px;
    margin: 10px 20px;
    width:calc(50% - 20px);
    border-bottom: dotted 2px #bcbcbc;
    position: relative;
}
.benefits > div:nth-child(odd)::before
{
    content:'';
    position: absolute;
    top:0px;
    right: -20px;
    width: 1px;
    height: calc(100% - 20px);
    border-right: dotted 2px #bcbcbc;
}
.benefits > div:nth-child(odd)
{
    margin-left: 0;
    padding-left: 0;
}
.benefits > div:nth-child(even)
{
    margin-right: 0;
    padding-right: 0;
}
.benefits > div:last-child,
.benefits > div:nth-last-child(2) {
    border-bottom: 0;
}
.benefits h6{
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    color:#000;
}
.benefits h6 span{
    display: inline-block;
    width: 100%;
}
.benefits p{
    margin: 0;
    padding: 0;
}
.benefits .icon{
    height:61px
}
.features{
    background: url("../img/sec21bg.png") no-repeat left top 0px ;
    background-size: auto 700px;
}
.features .features-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.features .features-wrapper > div{
    display: flex;
    flex-direction: column;
    padding:25px;
    width: calc(33% - 20px);
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    border-bottom: solid 5px #ffdddf;
    box-shadow: 0 0 3px rgba(0,0,0,.05);
}
.features .features-wrapper h6{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color:#000;
}
.features .features-wrapper h6 img{
    /*max-width: 40px;*/
    height : 36px;
    line-height: 0;
}
.features .features-wrapper h6 span{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.features .features-wrapper p{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 13px;
}

.read-more{
    color:#999
}
.more-text{
    display: none;
}
.f-highlight{
    padding-bottom: 70px;
    background: url("../img/fh1bg.png") no-repeat left bottom;
    background-size: auto 200px;
}
.f-highlight-inner{
    padding-top: 40px;
    background: url("../img/fh2bg.png") no-repeat right top;
    background-size: auto 200px;
}
.f-highlight-wrapper{
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 10px;
    display: flex;
}
.f-highlight-wrapper > div{
    width: 50%;
}
.f-highlight-wrapper > div h4{
    padding: 0;
    margin: 0;
    color:#ff535f;
    font-size: 18px;

}
.f-highlight-wrapper > div img{
    max-width: 100%;
}
.f-highlight-wrapper > div:last-child{
    padding-left: 30px;
}
.f-highlight-wrapper .arrows{
    display: flex;
}
.f-highlight-wrapper .arrows a{
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ddd;
    justify-content: center;
}
.f-highlight-wrapper .arrows a:first-child{
    margin-right: 10px;
}
.f-highlight-wrapper .arrows a:last-child{
    transform: rotate(180deg);
}
.f-highlight-wrapper .arrows a svg{
    width: 15px;
    fill:#d01321;
}
.f-highlight-wrapper .arrows a:hover,
.f-highlight-wrapper .arrows a.active{
    background: #d01321;
}
.f-highlight-wrapper .arrows a:hover svg,
.f-highlight-wrapper .arrows a.active svg{
    fill: #fff;
}
.blog-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.blog-wrapper > div{
    display: flex;
    flex-direction: column;
    /*width: calc(33% - 13.33px);*/
    margin: 0 20px 20px 0;
}
.blog-wrapper > div:nth-child(3n){
    margin-right: 0;
}
.blog-wrapper > div .img-holder{
    margin-bottom: 10px;
}
.blog-wrapper > div .img-holder img{
    line-height: 0;
    max-width: 100%;
    border-radius: 10px;
   /* box-shadow: 0 0 10px #ddd; */
}
.blog-wrapper > div h4{
    color:#ff535f; 
    padding: 0;
    margin: 0;
    font-size: 18px;
    margin-bottom: 18px;
}
.blog-wrapper > div p{
    margin: 0;
    padding: 0;
}
.blog-wrapper .detail-text p{
    font-size: 18px;
}
.blog-wrapper .detail-tags{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.blog-wrapper .detail-tags > div{
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border:dashed 1px #ccc;
    border-radius: 25px;
    min-width: 110px;
}
.blog-wrapper .detail-tags > div > svg{
    height:16px;
    width: 16px;
}
.blog-wrapper .detail-tags > div > span{
    margin-left: 5px;
    font-size: 10px;
    color:#ff535f;
    font-weight: 700;
}
.about-wrapper{
    display: flex;
}
.about-wrapper > div{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.about-wrapper > div img{
    max-width: 100%;
    line-height: 0;
}
.about-wrapper > div:last-child{
    padding:0 100px 0 50px;
}
.about-wrapper .testimonial{
    padding-left: 100px;
    background: url("../img/testimonial-left-bg.png") no-repeat left top;
    background-size: 80px auto;
}
.about-wrapper .testimonial .testimonial-user{
    margin: 50px 0 10px 0;
    display: flex;
    align-items: center;
}
.about-wrapper .testimonial .testimonial-user span{
    margin-right: 10px;
}
.about-wrapper .testimonial .arrows{
    display: flex;
}
.about-wrapper .testimonial .arrows a{
    display: flex;
    align-items: center;
}
.about-wrapper .testimonial .arrows a:first-child{
    margin-right: 15px;
}
.about-wrapper .testimonial .arrows a:last-child{
    transform: rotate(180deg);
}
.about-wrapper .testimonial .arrows a svg{
    width: 25px;
    height: 25px;
    fill:#bec0bb;
}
.about-wrapper .testimonial .arrows a:hover svg,
.about-wrapper .testimonial .arrows a.active svg{
    fill:#ff535f;
}
.news-wrapper{
    display: flex;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.01);
    padding: 20px;
    border-radius: 30px;
}
.news-wrapper > div{
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    width: calc(50% - 20px);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

.news-wrapper .full-row{
    width:100%;
    margin-right:0px;
}

.news-wrapper > div > span{
    display: flex;
    flex-direction: column;
}
.news-wrapper > div > span:nth-child(1)
{
    width: 40px;
}
.news-wrapper > div > span:nth-child(2)
{
    width: calc(100% - 40px);
    padding-left: 10px;
}
.news-wrapper > div > span:nth-child(3)
{
    width: 100%;
    padding-left: 50px;
}
.news-wrapper > div > span img{
    max-width: 40px;
    max-height: 40px;
}
.news-wrapper h6{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color:#ff535f;
}
.news-wrapper h4{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color:#181918;
}
.news-wrapper .more-details a{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 10px;
    background: #ff535f;
    border-radius: 3px;
    color:#fff;
    text-decoration: none;
    width: 100px;
    font-size: 10px;
}
.news-wrapper .more-details a svg{
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    fill: #fff;
}
.footer{
    margin: 50px 0 0 0;
    padding: 180px 0 80px 0;
    background: url("../img/footer-bg.png") repeat-x left top;
}
.footer .footer-wrapper{
    display: flex;
    justify-content: space-between;
}
.footer .footer-wrapper h4{
    padding: 0;
    margin: 0;
    color:#181918;
    font-size: 14px;
}
.footer .footer-wrapper > div{
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    width: 25%;
}
.footer .footer-wrapper > div:last-child{
    padding-right: 0;
}
.footer .footer-wrapper .footer-logo img{
    line-height: 0;
}
.footer .footer-wrapper .footer-email{
    margin-top: 5px;
}
.footer .footer-wrapper .footer-email a{
    color: #7a7a7a;
    text-decoration: none;
}
.footer .footer-wrapper .footer-phone{
    color:#ff535f;
    font-size: 20px;
    margin-top: 5px;
}
.footer .footer-wrapper .footer-write-to-us{
    margin-top: 5px;
}
.footer .footer-wrapper .footer-address{
    margin-top: 30px;
    font-size: 12px;
}
.footer .footer-wrapper .footer-address b{
    color:#181918;
}
.footer .footer-wrapper .footer-links{
    margin-top: 10px;
}
.footer .footer-wrapper .footer-links a{
    display: block;
    width: 100%;
    color:#7a7a7a;
    text-decoration: none;
    margin-top: 10px;
    font-size: 12px;
}
.footer .footer-wrapper .footer-links a:hover{
    color:#000;
    text-decoration: underline;
}
.footer .footer-wrapper .footer-subscribe{
    margin-top: 10px;
}
.footer .footer-wrapper .footer-subscribe input,
.footer .footer-wrapper .footer-subscribe button{
    display: inline-block;
    width: 100%;
    color:#000;
    padding: 10px;
    border:solid 1px #ff535f;
    border-radius: 3px;
}
.footer .footer-wrapper .footer-subscribe button{
    background: #ff535f;
    color:#fff;
    margin-top: 5px;
}
.footer .footer-wrapper .footer-social{
    margin-top: 30px;
}
.footer .footer-wrapper .footer-social a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.footer .footer-wrapper .footer-social a svg{
    width: 15px;
    height: 15px;
    fill:#666;
}
.footer .footer-bottom{
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 12px;
    color:#7a7a7a;
}
.footer .footer-bottom b{
    color:#181918;
    display: inline-block;
    margin: 0 5px;
}
.footer .footer-bottom a{
    color:#7a7a7a;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer .footer-bottom a:last-child{
    margin-left: 10px;
}
.footer .footer-bottom a:hover{
    color:#000;
    text-decoration: underline;
}
.footer .footer-bottom > div{
    display: flex;
    width: 50%;
}
.footer .footer-bottom > div:first-child{
    justify-content: flex-start;
}
.footer .footer-bottom > div:last-child{
    justify-content: flex-end;
}


/* contact us section */

.contact-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .contact-submit {
    width: calc(50% - 10px);;
    background-color: #ff535f;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }


    
  .contact-cancel {
    width: calc(50% - 10px);;
    background-color: #979797;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .contact-submit:hover {
    background-color: #45a049;
  }


  .contact-submit:hover {
    background-color: #525252;
  }
  
  .contact-div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 15px;
  }
  .blocker{
      z-index: 20;
  }
  .required{
      color: red;

  }

  form .error {
    color: #ff0000;
    font-size: 10px;
    display: block;
  }
  html .blocker{
      z-index: 12;
  }
.modal.contact-form-popup{
    padding:15px;
    width: 100%;
    margin-bottom: 20px;
}
.modal.contact-form-popup a.close-modal{
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    background: #ff535f;
    border-radius: 50%;
    cursor: pointer;
  }
  .modal.contact-form-popup a.close-modal:before, .modal.contact-form-popup a.close-modal:after {
    position: absolute;
    left: 12px;
    top:50%;
    margin-top: -7px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #fff;
  }
  .modal.contact-form-popup a.close-modal:before {
    transform: rotate(45deg);
  }
  .modal.contact-form-popup a.close-modal:after {
    transform: rotate(-45deg);
  }
  
