﻿html {height:100%;}
body {/*height:100%;*/width:100%;padding:0;margin:0;overflow-x:hidden;}  

/* Container for All Sections */
.is-wrapper {width:100%;/*height:100%;*/box-sizing:border-box;margin:0 auto;max-width:100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;     
}       

.is-wrapper:after {
    content: "";
    float: left;
}
/* Sections */ 
.is-wrapper > div {
    display:table;
    width:100%;
    height: auto; /* default */
    float:left;    
    box-sizing:border-box;
    margin:0;
    padding:0;
    position:relative;
    /*background:#fff;*/
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*z-index:1;*/
}

/* Boxes */
.is-boxes {display:table;table-layout:fixed;width:100%;height:100%;position:relative;min-height:5vh;float:left;z-index: 2}

.is-box-0 { display:table-cell;width: 0%;height:100%;position:relative; }
.is-box-1 { display:table-cell;width: 8.333333%;height:100%;position:relative; }
.is-box-2 { display:table-cell;width: 16.666667%;height:100%;position:relative; }
.is-box-3 { display:table-cell;width: 25%;height:100%;position:relative; }
.is-box-4 { display:table-cell;width: 33.333333%;height:100%;position:relative; }
.is-box-5 { display:table-cell;width: 41.666667%;height:100%;position:relative; }
.is-box-6 { display:table-cell;width: 50%;height:100%;position:relative; }
.is-box-7 { display:table-cell;width: 58.333333%;height:100%;position:relative; }
.is-box-8 { display:table-cell;width: 66.666667%;height:100%;position:relative; }
.is-box-9 { display:table-cell;width: 75%;height:100%;position:relative; }
.is-box-10 { display:table-cell;width: 83.333333%;height:100%;position:relative; }
.is-box-11 { display:table-cell;width: 91.666667%;height:100%;position:relative; }
.is-box-12 { display:table-cell;width: 100%;height:100%;position:relative; }

.is-box-centered {display:table-cell;width: 100%;position:relative;vertical-align:middle;}


.is-stretch > div:not(.is-arrow-down) {  /* Unlike .is-overlay (absolute positioned), this section is relative positioned. With this, flowing content is safe, and stretched content can be made absolute with class .flexi-position */
    position:relative;left:0px;top:0px;width:100%;height:100%;display:table;
}
/* 
.flexi-position is set relative by default, but will set absolute (stretched) if placed within section .is-stretch 
*/
.flexi-position { position: relative; }
.is-stretch .flexi-position { position: absolute; }

.is-section.is-stretch {min-height:300px;} /* New */

/*previous 960*/
@media all and (max-width: 767px) {

  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box) { height: auto !important; }
    
    /* .is-boxes { height: auto !important; } */
    /*.is-boxes { height: 100% !important; } /* new */
    .is-section-imagelist .is-boxes { overflow: hidden; }
    .is-boxes { height: inherit !important; min-height: 100%; }
    .is-boxes .is-boxes{ padding: 20px 0; min-height: 400px;}

    /*prince css added*/
    /*.is-boxes { height: auto; }*/
    /*.is-slider-box{ height: 100%}*/

    .is-box-img {height: 400px !important;}
    .is-box-img .is-boxes {height:100% !important;}
    
    /*prince changes start*/
    .is-box-1 { display:table;width: 100%; height: auto; min-height:8.333%;  }
    .is-box-2 { display:table;width: 100%; height: auto; min-height:16.666%; }
    .is-box-3 { display:table;width: 100%; height: auto; min-height:25%; }
    .is-box-4 { display:table;width: 100%; height: auto; min-height:33.333%; }
    .is-box-5 { display:table;width: 100%; height: auto; min-height:41.666%; }
    .is-box-6 { display:table;width: 100%; height: auto; min-height:50vh; }

    .is-box-7 { display:table;width: 100%; height: auto; min-height:58.343%; }
    .is-box-8 { display:table;width: 100%; height: auto; min-height:66.666%; }
    .is-box-9 { display:table;width: 100%; height: auto; min-height:75.018%; }
    .is-box-10 { display:table;width: 100%; height: auto; min-height:83.333%; }
    .is-box-11 { display:table;width: 100%; height: auto; min-height:91.743%; }
    .is-box-12 { display:table;width: 100%; height: auto; min-height:100%; }
    /*prince changes end*/

    /*.is-box-1 { display:table;width: 100%;height:auto; }
    .is-box-2 { display:table;width: 100%;height:auto; }
    .is-box-3 { display:table;width: 100%;height:auto; }
    .is-box-4 { display:table;width: 100%;height:auto; }
    .is-box-5 { display:table;width: 100%;height:auto; }
    .is-box-6 { display:table;width: 100%;height:auto; }
    .is-box-7 { display:table;width: 100%;height:auto; }
    .is-box-8 { display:table;width: 100%;height:auto; }
    .is-box-9 { display:table;width: 100%;height:auto; }
    .is-box-10 { display:table;width: 100%;height:auto; }
    .is-box-11 { display:table;width: 100%;height:auto; }
    .is-box-12 { display:table;width: 100%;height:auto; }
    */
    /* .is-box-centered {display:block;} */
    .is-box-centered {display:table-cell;} /* new */
}

.is-container {
    max-width:980px;margin:0 auto;
    padding:0; /*prince last changes*/
    position:relative;margin-left:auto;margin-right:auto;box-sizing:border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;    
}
@media all and (max-width: 960px) {
.is-container { 
      /*padding:15px; */
      padding: 20px
    } 
}
@media all and (max-width: 480px) {
    .is-container {
      /*padding:15px;*/
      padding: 20px;
    } 
}

.is-wrapper-new .is-container {
    padding: 0;
}
@media all and (max-width: 768px) {
  .column > img{
    width: 100% !important
  }
}
/* Boxed Layout */
.is-wrapper  .is-boxed-layout .is-container {padding:50px; background:#fff;} /* 80px */
@media all and (max-width: 1280px) {
    .is-wrapper  .is-boxed-layout .is-container { padding:30px; } /* 60px */
}
@media all and (max-width: 1024px) {
    .is-wrapper  .is-boxed-layout .is-container { padding:30px; }
    
    .is-wrapper .is-boxed-layout .is-overlay {
      /*display:none !important;*/
    }
    .is-wrapper .is-boxed-layout  {background: #fff !important;} 
}

/* Default Layout */

/* Middle */
/*@media screen and (min-width: 1025px){*/
    .is-wrapper-new > div.is-section-10 .is-box-centered .is-container, .is-wrapper-new > div.is-section-10 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-10 .is-box-centered .is-container, .is-wrapper-new > div.is-section-10 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 1vh; margin-bottom: 1vh;}
    .is-wrapper-new > div.is-section-25 .is-box-centered .is-container, .is-wrapper-new > div.is-section-25 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-25 .is-box-centered .is-container, .is-wrapper-new > div.is-section-25 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 2.5vh; margin-bottom: 2.5vh;}
    .is-wrapper-new > div.is-section-33 .is-box-centered .is-container, .is-wrapper-new > div.is-section-33 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-33 .is-box-centered .is-container, .is-wrapper-new > div.is-section-33 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 3.3vh; margin-bottom: 3.3vh;}
    .is-wrapper-new > div.is-section-50 .is-box-centered .is-container, .is-wrapper-new > div.is-section-50 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-50 .is-box-centered .is-container, .is-wrapper-new > div.is-section-50 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container{margin-top: 5vh; margin-bottom: 5vh;}
    .is-wrapper-new > div.is-section-60 .is-box-centered .is-container, .is-wrapper-new > div.is-section-60 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-60 .is-box-centered .is-container, .is-wrapper-new > div.is-section-60 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 6vh; margin-bottom: 6vh;}
    .is-wrapper-new > div.is-section-75 .is-box-centered .is-container, .is-wrapper-new > div.is-section-75 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-75 .is-box-centered .is-container, .is-wrapper-new > div.is-section-75 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 7.5vh; margin-bottom: 7.5vh;}
    .is-wrapper-new > div.is-section-90 .is-box-centered .is-container, .is-wrapper-new > div.is-section-90 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-90 .is-box-centered .is-container, .is-wrapper-new > div.is-section-90 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container {margin-top: 9vh; margin-bottom: 9vh;}
    .is-wrapper-new > div.is-section-100 .is-box-centered .is-container, .is-wrapper-new > div.is-section-100 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout23"] .headline_content_container, .is-wrapper-new > div.is-section-100 .is-box-centered .is-container, .is-wrapper-new > div.is-section-100 .is-box-centered .is-container #builder-dynamic-content-item[data-layout="layout24"] .headline_content_container  {margin-top: 10vh; margin-bottom: 10vh;}


    .is-wrapper-new > div.is-section-10 .is-content-top .is-container{/*margin-top: 1vh; */margin-bottom: 2vh;}
    .is-wrapper-new > div.is-section-25 .is-content-top .is-container{/*margin-top: 2.5vh; */margin-bottom: 5vh;}
    .is-wrapper-new > div.is-section-33 .is-content-top .is-container{ margin-bottom: 6.6vh;}
    .is-wrapper-new > div.is-section-50 .is-content-top .is-container{/*margin-top: 5vh;*/ margin-bottom: 10vh;}
    .is-wrapper-new > div.is-section-60 .is-content-top .is-container{/*margin-top: 6vh;*/ margin-bottom: 12vh;}
    .is-wrapper-new > div.is-section-75 .is-content-top .is-container{/*margin-top: 7.5vh; */margin-bottom: 15vh;}
    .is-wrapper-new > div.is-section-90 .is-content-top .is-container{margin-bottom: 18vh;}
    .is-wrapper-new > div.is-section-100 .is-content-top .is-container{/*margin-top: 10vh;*/ margin-bottom: 20vh;}

    .is-wrapper-new > div.is-section-10 .is-content-bottom .is-container{/*margin-bottom: 1vh;*/ margin-top: 2vh;}
    .is-wrapper-new > div.is-section-25 .is-content-bottom .is-container{/*margin-bottom: 2.5vh;*/ margin-top: 5vh;}
    .is-wrapper-new > div.is-section-33 .is-content-bottom .is-container{/*margin-bottom: 2.5vh;*/ margin-top: 6.6vh;}
    .is-wrapper-new > div.is-section-50 .is-content-bottom .is-container{/*margin-bottom: 5vh;*/ margin-top: 10vh;}
    .is-wrapper-new > div.is-section-60 .is-content-bottom .is-container{/*margin-bottom: 6vh;*/ margin-top: 12vh;}
    .is-wrapper-new > div.is-section-75 .is-content-bottom .is-container{/*margin-bottom: 7.5vh;*/ margin-top: 15vh;}
    .is-wrapper-new > div.is-section-90 .is-content-bottom .is-container{/*margin-bottom: 7.5vh;*/ margin-top: 18vh;}
    .is-wrapper-new > div.is-section-100 .is-content-bottom .is-container{/*margin-bottom: 10vh;*/ margin-top: 20vh;}
/*}*/


/*last prince changes*/
.is-wrapper .is-box .is-container { 
  margin-top:40px; margin-bottom:40px; 
}

/*@media all and (max-width: 1280px) {
    .is-wrapper .is-box .is-container { 
      margin-top: 0px; 
      margin-bottom: 0px; 
      margin-top:20px; margin-bottom:20px; 
    }
}*/

.is-wrapper-new .is-box .is-container { 
  margin-top:inherit; margin-bottom:inherit; 
}
        
/* Top 
.is-wrapper > div:first-child .is-box:first-child .is-container { margin-top:120px; } 
@media all and (max-width: 1280px) {
    .is-wrapper > div:first-child .is-box:first-child .is-container { margin-top:80px; }
}  */
/*
@media all and (max-width: 1024px) {
    .is-wrapper .is-box  .is-container {
        padding:40px;
    }
    .is-wrapper > div:first-child .is-box:first-child .is-container { padding-top:80px !important; } 
}    */ 
        

/* Scroll Down Icon */
.is-arrow-down { display: table; position:absolute;bottom:65px;width:50px;height:50px;left:50%;margin-left:-25px;cursor:pointer;z-index:2; line-height: 50px;}
@media all and (max-width: 1025px) {
    .is-arrow-down { display:none !important; }
}
.is-arrow-down > a {   
    background: rgba(0, 0, 0, 0.18); border-radius: 500px;
    color: rgba(255, 255, 255, 0.75);font-size: 18px; text-decoration:none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;}

.is-arrow-down > a svg {
    margin-top: 0px !important;
    margin-left: -1px;
    width: 1em;
    font-size: 1em;
    display: table-cell;
    margin: 3px auto 0;
    vertical-align: middle;
}

.is-arrow-down > a svg path {
  fill: rgba(255, 255, 255, 0.66);
}


.bounce {
    -moz-animation: bounce 5s forwards;
    -webkit-animation: bounce 5s forwards;
    animation: bounce 5s forwards;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); }
    40% { -moz-transform: translateY(-30px); }
    60% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); }
}
.is-arrow-down.light a {
    background: rgba(255, 255, 255, 0.18);color: #111;
}

/* Overlay */
.is-overlay {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    /*z-index:1;*/
}
/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}

.is-box-centered{
  opacity: 1 !important
}

/*prince css added*/
*, *::after, *::before {
 box-sizing: inherit;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-backface-visibility: hidden;
}
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100vw;
}
@media all and (max-width: 1200px) { 
  .bcg{
    background-attachment: inherit;
  }
}
/*prince css added*/


.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation:is-scale 25s ease forwards; 
    -ms-animation:is-scale 25s ease forwards;
    -webkit-animation:is-scale 25s ease forwards;
    -o-animation:is-scale 25s ease forwards;
    -moz-animation:is-scale 25s ease forwards;   
}
@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}    
.is-overlay .is-overlay-color {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-color: rgb(0, 0, 0);opacity: 0.05;
}        
.is-overlay .is-overlay-content {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    z-index: inherit; /* dec 2017 */
}      
.is-overlay .is-overlay-content.content-selectable { /*z-index: 1 */} /* dec 2017 */
.is-container { z-index: 2}
.dynamic-content-wrapper-full .is-container { z-index: inherit;}
 /* To enable dynamic manage button on top of separator   dec 2022 */

/* Section & Content Styles */

/* Background Color */
/*.is-bg-grey {background-color:#eeeff0 !important}
.is-bg-dark {background-color:#111 !important}
.is-bg-light {background-color:#fff !important}*/

.is-section-fullwidth.is-bg-grey{background-color:#eeeff0 !important}
.is-section-fullwidth.is-bg-dark{background-color:#111 !important}
.is-section-fullwidth.is-bg-light{background-color:#fff !important}

.is-section-fullwidth_inset.is-bg-grey .is-boxes{background-color:#eeeff0 !important}
.is-section-fullwidth_inset.is-bg-dark .is-boxes{background-color:#111 !important}
.is-section-fullwidth_inset.is-bg-light .is-boxes{background-color:#fff !important}

.is-section-pagewith_max.is-bg-grey .is-boxes{background-color:#eeeff0 !important}
.is-section-pagewith_max.is-bg-dark .is-boxes{background-color:#111 !important}
.is-section-pagewith_max.is-bg-light .is-boxes{background-color:#fff !important}


.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-grey .is-boxes{background-color:#eeeff0 !important}
.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-dark .is-boxes{background-color:#111 !important}
.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-light .is-boxes{background-color:#fff !important}


/*.is-bg-grey .is-boxes {background-color:#eeeff0 !important}
.is-bg-dark .is-boxes {background-color:#111 !important}
.is-bg-light .is-boxes {background-color:#fff !important}*/

/* Text Color */
.is-light-text, .is-light-text h1, .is-light-text h2, .is-light-text h3, .is-light-text h4, .is-light-text h5, .is-light-text h6, .is-light-text p, .is-light-text li {
    color: #fff;
}

/*
.is-light-text .is-arrow-down a {
    background: rgba(255, 255, 255, 0.18);
}
*/

.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #111;
}

/*
.is-dark-text .is-arrow-down a {
    background: rgba(0, 0, 0, 0.18);
}
*/

.is-dark-text .is-light-text * {color: #fff;}
.is-light-text .is-dark-text * {color: #000;}

/* Vertical Alignment */
.is-content-top {
    vertical-align:top;
}
.is-content-bottom {
    vertical-align:bottom
}


/*prince changes start*/
.is-wrapper .is-container.is-content-left {
    margin-left:100px;
    /*margin-left: 0px;*/
}
.is-wrapper .is-container.is-content-right {
    margin-right:100px;
    /*margin-right: 0px;*/
}

.is-wrapper-new .is-container.is-content-left {
    /*margin-left:100px;*/
    margin-left: 0px;
}
.is-wrapper-new .is-container.is-content-right {
    /*margin-right:100px;*/
    margin-right: 0px;
}

@media all and (max-width: 1200px) {
    /*.is-container.is-content-left {
        margin-left: 60px
    }
    .is-container.is-content-right {
        margin-right: 60px;
    }*/
}

@media all and (max-width: 960px) {
    .is-container.is-content-left {
        margin-left:auto;
    }
    .is-container.is-content-right {
        margin-right:auto;
    }
}
/*
@media all and (max-width: 960px) {          
    .is-container.is-content-left {
        margin-left:auto;
    }
    .is-container.is-content-right {
        margin-right:auto;
    }
}*/
@media all and (max-width: 960px) {          
    .is-container.is-content-left {
        margin-left: 0px;
        margin-right: 0px;
    }
    .is-container.is-content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.is-box-5 .is-content-left, .is-box-4 .is-content-left, .is-box-3 .is-content-left, .is-box-2 .is-content-left, .is-box-1 .is-content-left {
    margin-left:auto
}
.is-box-5 .is-content-right, .is-box-4 .is-content-right, .is-box-3 .is-content-right, .is-box-2 .is-content-right, .is-box-1 .is-content-right {
    margin-right:auto;
}

/* Edge Spacing */
.is-wrapper .is-box .is-content-top.edge-y--5 .is-container { margin-top:-200px; } 
.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container { margin-bottom:-200px; }

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container { margin-top:-160px; } 
.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container { margin-bottom:-160px; }

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container { margin-top:-120px; } 
.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container { margin-bottom:-120px; }

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container { margin-top:-80px; }
.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container { margin-bottom:-80px; }
 
.is-wrapper .is-box .is-content-top.edge-y--1 .is-container { margin-top:-40px; } 
.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container { margin-bottom:-40px; }

.is-wrapper .is-box .is-content-top.edge-y-0  .is-container { margin-top:0; }
.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container { margin-bottom:0; }

.is-wrapper .is-box .is-content-top.edge-y-1  .is-container { margin-top:40px; } 
.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container { margin-bottom:40px; } 

.is-wrapper .is-box .is-content-top.edge-y-2  .is-container { margin-top:80px; }
.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container { margin-bottom:80px; }

.is-wrapper .is-box .is-content-top.edge-y-3  .is-container { margin-top:120px; }
.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container { margin-bottom:120px; }

.is-wrapper .is-box .is-content-top.edge-y-4  .is-container { margin-top:160px; }
.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container { margin-bottom:160px; }

.is-wrapper .is-box .is-content-top.edge-y-5  .is-container { margin-top:200px; }
.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container { margin-bottom:200px; }

@media all and (max-width: 960px) {     
    .is-wrapper .is-box .is-content-top.edge-y--5 .is-container { margin-top:-200px; } 
    .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container { margin-bottom:-200px; }

    .is-wrapper .is-box .is-content-top.edge-y--4 .is-container { margin-top:-160px; } 
    .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container { margin-bottom:-160px; }

    .is-wrapper .is-box .is-content-top.edge-y--3 .is-container { margin-top:-120px; } 
    .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container { margin-bottom:-120px; }

    .is-wrapper .is-box .is-content-top.edge-y--2 .is-container { margin-top:-80px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container { margin-bottom:-80px; }
 
    .is-wrapper .is-box .is-content-top.edge-y--1 .is-container { margin-top:-20px; } 
    .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container { margin-bottom:-40px; }

    .is-wrapper .is-box .is-content-top.edge-y-1  .is-container { margin-top:40px; } /* old: 0px */
    .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container { margin-bottom:40px; } 

    .is-wrapper .is-box .is-content-top.edge-y-2  .is-container { margin-top:40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container { margin-bottom:40px; }

    .is-wrapper .is-box .is-content-top.edge-y-3  .is-container { margin-top:40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container { margin-bottom:40px; }

    .is-wrapper .is-box .is-content-top.edge-y-4  .is-container { margin-top:40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container { margin-bottom:40px; }

    .is-wrapper .is-box .is-content-top.edge-y-5  .is-container { margin-top:40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container { margin-bottom:40px; } /* old: 0px */
}

.is-content-left.edge-x-0 { margin-left:0 }
.is-content-right.edge-x-0 { margin-right:0 }

.is-content-left.edge-x-1 { margin-left:40px }
.is-content-right.edge-x-1 { margin-right:40px }

.is-content-left.edge-x-2 { margin-left:80px }
.is-content-right.edge-x-2 { margin-right:80px }

.is-content-left.edge-x-3 { margin-left:120px }
.is-content-right.edge-x-3 { margin-right:120px }

.is-content-left.edge-x-4 { margin-left:160px }
.is-content-right.edge-x-4 { margin-right:160px }

.is-content-left.edge-x-5 { margin-left:200px }
.is-content-right.edge-x-5 { margin-right:200px }

@media all and (max-width: 960px) {          
    .is-content-left.edge-x-1 { margin-left:auto }
    .is-content-right.edge-x-1 { margin-right:auto }

    .is-content-left.edge-x-2 { margin-left:auto }
    .is-content-right.edge-x-2 { margin-right:auto }

    .is-content-left.edge-x-3 { margin-left:auto }
    .is-content-right.edge-x-3 { margin-right:auto }

    .is-content-left.edge-x-4 { margin-left:auto }
    .is-content-right.edge-x-4 { margin-right:auto }

    .is-content-left.edge-x-5 { margin-left:auto }
    .is-content-right.edge-x-5 { margin-right:auto }
}

/* Text Alignment */
.is-align-right {
    text-align:right;
}
.is-align-center {
    text-align:center;
}
.is-align-left {
    text-align:left;
}

/* Text Opacity */
.is-opacity-20, .is-opacity-20 .is-container {
    opacity: 0.2;
}
.is-opacity-25, .is-opacity-25 .is-container {
    opacity: 0.25;
}
.is-opacity-30, .is-opacity-30 .is-container {
    opacity: 0.3;
}
.is-opacity-35, .is-opacity-35 .is-container {
    opacity: 0.35;
}
.is-opacity-40, .is-opacity-40 .is-container {
    opacity: 0.4;
}
.is-opacity-45, .is-opacity-45 .is-container {
    opacity: 0.45;
}
.is-opacity-50, .is-opacity-50 .is-container {
    opacity: 0.5;
}
.is-opacity-55 .is-container {
    opacity: 0.55;
}
.is-opacity-60, .is-opacity-60 .is-container {
    opacity: 0.6;
}
.is-opacity-65, .is-opacity-65 .is-container {
    opacity: 0.65;
}
.is-opacity-70, .is-opacity-70 .is-container {
    opacity: 0.7;
}
.is-opacity-75, .is-opacity-75 .is-container {
    opacity: 0.75;
}
.is-opacity-80, .is-opacity-80 .is-container {
    opacity: 0.8;
}
.is-opacity-85, .is-opacity-85 .is-container {
    opacity: 0.85;
}
.is-opacity-90, .is-opacity-90 .is-container {
    opacity: 0.9;
}
.is-opacity-95, .is-opacity-95 .is-container  {
    opacity: 0.95;
}


/* Content Size */
.is-content-380 {
    max-width: 380px !important;
}
.is-content-500 {
    max-width: 500px !important;
}
.is-content-640 {
    max-width: 640px !important;
}
.is-content-800 {
    max-width: 800px !important;
}
.is-content-970 {
    max-width: 970px !important;
}
.is-content-980 {
    max-width: 980px !important;
}
.is-content-1050 {
    max-width: 1050px !important;
}
.is-content-1100 {
    max-width: 1100px !important;
}
.is-content-1200 {
    max-width: 1200px !important;
}

/*prince css added start*/
@media all and (min-width: 1280px) {
  .is-content-70 {
    max-width: 70% !important;
  }
  .is-content-80 {
    max-width: 80% !important;
  }
  .is-content-90 {
    max-width: 90% !important;
  }
  .is-content-100 {
    max-width: 100% !important;
  }
}

/* Section Height */
.is-wrapper > div.is-section-10 {
    height: 6vh;
}
.is-wrapper > div.is-section-20 {
    height: 20vh;
}
.is-wrapper > div.is-section-25 {
    height: 25vh;
}
.is-wrapper > div.is-section-33 {
    height: 33vh;
}
.is-wrapper > div.is-section-30 {
    height: 30vh;
}
.is-wrapper > div.is-section-40 {
    height: 40vh;
}
.is-wrapper > div.is-section-50 {
    height: 50vh;
}
.is-wrapper > div.is-section-60 {
    height: 60vh;
}
.is-wrapper > div.is-section-75 {
    height: 75vh;
}
.is-wrapper > div.is-section-90 {
    height: 90vh;
}
.is-wrapper > div.is-section-100 {
    height: 100vh;
}
.is-wrapper > div.is-section-auto {
    /*height: auto;*/
    height: 10vh;
}


@media all and (max-width: 1024px) {
  .is-wrapper > div.is-section-10 {
    height: 10vmin;
  }
  .is-wrapper > div.is-section-20 {
      height: 20vmin;
  }
  .is-wrapper > div.is-section-25 {
      height: 25vmin;
  }
  .is-wrapper > div.is-section-33 {
      height: 33vmin;
  }
  .is-wrapper > div.is-section-30 {
      height: 30vmin;
  }
  .is-wrapper > div.is-section-40 {
      height: 40vmin;
  }
  .is-wrapper > div.is-section-50 {
      height: 50vmin;
  }
  .is-wrapper > div.is-section-60 {
      height: 60vmin;
  }
  .is-wrapper > div.is-section-75 {
      height: 75vmin;
  }
  .is-wrapper > div.is-section-90 {
      height: 90vmin;
  }
  .is-wrapper > div.is-section-100 {
      height: 100vmin;
  }
  .is-wrapper > div.is-section-auto {
      /*height: auto;*/
      height: 10vmin;
  }
  .is-wrapper > div.is-section-100.is-section-basic {
    height: 100vh;
  }

}



/* Section Margin */
.is-wrapper > div.is-section-margin-0 {
    margin-bottom: 0;
}
.is-wrapper > div.is-section-margin-2 {
    margin-bottom: 2px;
}
.is-wrapper > div.is-section-margin-5 {
    margin-bottom: 5px;
}
.is-wrapper > div.is-section-margin-10{
    margin-bottom: 10px;
}
.is-wrapper > div.is-section-margin-20 {
    margin-bottom: 20px;
}
.is-wrapper > div.is-section-margin-30 {
    margin-bottom: 30px;
}
.is-wrapper > div.is-section-margin-50 {
    margin-bottom: 50px;
}
.is-wrapper > div.is-section-margin-60 {
    margin-bottom: 60px;
}
.is-wrapper > div.is-section-margin-80 {
    margin-bottom: 80px;
}
.is-wrapper > div.is-section-margin-100 {
    margin-bottom: 100px;
}
.is-wrapper > div.is-section-margin-150 {
    margin-bottom: 150px;
}
.is-wrapper > div.is-section-margin-200 {
    margin-bottom: 200px;
}

/* Section Padding */
@media all and (min-width: 1280px) {
  /* Section Padding */
  .is-wrapper > div.is-section-padding-0 {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-1 {
      width: 98%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
      /*padding: 0 1%;*/
  }
  .is-wrapper > div.is-section-padding-2 {
      /*padding: 0 2%;*/
      width: 96%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-3{
      /*padding: 0 3%;*/
      width: 94%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-5 {
      /*padding: 0 5%;*/
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-8 {
      /*padding: 0 8%;*/
      width: 84%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-10 {
      /*padding: 0 10%;*/
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
  .is-wrapper > div.is-section-padding-15 {
      /*padding: 0 15%;*/
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      /*display: block;*/
      float: none;
  }
}


/*mobile height css start*/
@media all and (max-width: 1024px) {
  .is-wrapper > div.is-section-20.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-25.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-30.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-33.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-40.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-50.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-60.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-75.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-90.is-section-height-mobile-auto,
  .is-wrapper > div.is-section-100.is-section-height-mobile-auto {
    height: auto;
    min-height: 100px;
  }
  
  /*.is-wrapper > div.is-section-50.is-section-height-mobile-auto, .is-wrapper > div.is-section-60.is-section-height-mobile-auto {
    height: auto;
    min-height: 200px;
  }
  .is-wrapper > div.is-section-75.is-section-height-mobile-auto, .is-wrapper > div.is-section-100.is-section-height-mobile-auto {
    height: auto;
    min-height: 200px;
  }*/
}
/*prince css added end*/


/* Others */
.is-opacity-1 {
    opacity:0.95;
}
.is-shadow-1 { /* for section */
    /*-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);*/
}

.is-lightbox img {cursor:pointer;                  
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;    
    }
.is-lightbox img:hover {opacity:0.8}

.is-hidden {display:none !important;}

/* slider */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-list,.slick-track{height:100%!important}.slick-next,.slick-prev{font-size:50px;line-height:0;position:absolute;top:50%;display:block;padding:0;margin-top:-10px\9;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0}.slick-next:hover:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:50px;line-height:1;opacity:.8;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:30px;z-index:11;opacity:.7;width:30px;height:50px;}[dir=rtl] .slick-prev{right:-25px;left:auto}.slider-on-content .slick-prev{width:22px;height:22px;}.slick-prev:hover{opacity:1}.slick-next{right:30px;z-index:11;opacity:.7;width:30px;height:50px;}[dir=rtl] .slick-next{right:auto;left:-25px}
.slider-on-content .slick-next{width:22px;height:22px;}.slick-next:hover{opacity:1}.slick-slider{height:100%}.slick-dots{z-index:10;position:absolute;bottom:25px;margin:0;display:block;width:100%;padding:0;list-style:none;text-align:center}.slick-dots li,.slick-dots li button{width:10px;height:10px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;color:transparent;border:0;outline:0;background:0 0}.slick-dots li{position:relative;display:inline-block;margin:0 7px;border-radius:500px;border:1px solid rgba(255,255,255,.7)}.slick-dots li.slick-active,.slick-dots li:hover{background:rgba(255,255,255,.5)}.slick-dots.dark li{border:1px solid rgba(0,0,0,.5)}.slick-dots.dark li.slick-active,.slick-dots.dark li:hover{background:rgba(0,0,0,.7)}

.slider-image { background-size:cover;background-position:50% 60%;background-repeat:no-repeat;width:100%;height:100%;display:table !important; }
.slider-content{ display: table-cell;box-sizing:border-box;padding:50px 70px 50px;text-decoration:none;opacity:0.85}
.slider-on-box .slider-content {padding:65px 80px 70px;}
.slider-on-box .slick-dots {bottom:35px}

/* video */
.is-video-bg { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.is-overlay-video {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-color:rgb(0, 0, 0);opacity:0.25;
}  


/*prince css added start*/
/* video */
.is_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.is_video_bg .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 1s;
}
.is_video_bg .screen.active {
  opacity: 0.7;
}



/*video css add start*/
.is-wrapper .video-wrapper-full.is-box{background-color: #000;}
.is-wrapper .video-wrapper-full.is-box .is-container{
  margin-bottom: 0; margin-top: 0; width: 100%; max-width: 100% !important; padding: 0;height: 100%;
}

.is-wrapper .video-wrapper-full.is-box .is-boxes .is-box-centered{
  display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.is-wrapper .video-wrapper-full.is-box .is-container .column.full {
    padding: 0;
}
.is-wrapper .video-wrapper-full.is-box .is-container .embed-responsive {
  position: absolute; height: 100%; width: 100%; padding: 0; margin: 0;
}
.is-wrapper .video-wrapper-full iframe{ width: 100%; height: 100%; top: 50%; transform: translateY(-50%); }


.custom-video-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: #000;
}
.custom-video-content iframe {
    width: 100%;
    height: 100%;
}
.custom-video-iframe-close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  z-index: 99;
  color: #fff;
  font-size: 25px;
}

.custom-video-iframe-close svg{
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.video-snippet-img{position: relative;}
.video-snippet-img .video-snippet-btn{position: absolute; margin: 0 auto; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}

.snippet-video-content{display: none; padding-bottom: 56.25%;position: relative;height: 0;}
.snippet-video-content iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-snippet-img .video-snippet-btn .play-img-svg{display: none;}




.is-wrapper .dynamic-content-wrapper-full.is-box .is-boxes .is-box-centered, .is-wrapper .is-box.is-section-pagewith_max .is-box-centered{
  padding: 0;
}

/*video css add end*/
/*prince css added end*/

.container:before, .container:after{ display: table; content: '' }
.container:after{clear: both;}


/*prince code added*/
.is-section.is-section-scalefit .is-overlay .is-overlay-bg{ background-size: contain; }
.is-overlay.is-section-scalefit .is-overlay .is-overlay-bg {background-position:50% 50%;}
.is-section.is-section-scalefit .is-overlay img{ display: none; }

.is-section.is-section-fitwidth .is-overlay .is-overlay-bg{ display: none; }
/*.is-section.is-section-fitwidth .is-overlay{ position: relative;}*/
.is-section.is-section-fitwidth {height: auto !important;}
.is-section.is-section-fitwidth .is-overlay img{ height:100%; width: 100%; object-fit: fill;}
/*.is-section.is-section-fitwidth .is-boxes{ position: absolute; top: 0; z-index: 1;}*/


.is-section.is-section-fitwidth .is-overlay{ position: relative; }
/*.is-section.is-section-fitwidth .is-overlay img{ height: 100%;}*/
.is-boxes-fit2width-container{position: relative;height: 100%; display: table-cell;}

.is-section.is-section-fitwidth .is-boxes-fit2width-container{height: 100%;position: absolute;min-height: 50px;z-index: 2;margin: 0 auto; top: 0;left: 0;right: 0;
    width: 100%;float: none;}

.is-wrapper > div.is-section.is-section-banner{
  height: auto !important;
  line-height: 0;
}