
.force-small{
    text-transform: lowercase !important
}
/* The slider itself */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #ffffff;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 30px;
  position: relative;
  margin: 15px 0 10px;
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 50px;
  height: 24px; 
  background: #f97604;
  cursor: pointer; 
  border-radius: 30px;
  border:4px solid #fff;
}

.slider::-moz-range-thumb {
  width: 32px;
  height: 14px; 
  background: #f97604;
  cursor: pointer; 
  border-radius: 30px;
}
 
/*Float Button Number Start*/


.p_cta_right_pne {
    display: none;
    overflow:hidden;
    height:46px;
    width:46px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background-color:#2b9224;
    z-index: 9999;
    -webkit-border-radius: 30px;
    padding:0 0 0 0;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    border: solid 3px #fff;
    line-height: 7px;
    font-size: 17px;
    font-weight: 600;
-webkit-box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
-moz-box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
cursor:pointer;

-webkit-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}



.p_cta_right_pne_specific{
        bottom: 160px;
}

.p_cta_right_pne_specific .p_cta_icon_right{
    background-color:#ff9300;
    }
    
 .p_cta_right_pne_specific {
    background-color:#ef8a02;
    }
    
    
    
.p_cta_right_pne_whatsapp {
        bottom: 219px;
}


.p_cta_right_pne_whatsapp .p_cta_icon_right{
    padding:11px 12px;
    }

.p_cta_right_pne_whatsapp .p_cta_icon_right{
    background-color:#2ba11f;
    }
    
 .p_cta_right_pne_whatsapp {
    background-color:#2b9224;
    }
 
 
    
.p_cta_right_pne_whatsapp_single {
        bottom: 160px;
}
 
.p_cta_right_pne a{
    color:#fff !important;
    }
    

.p_cta_icon_right {
    height: 40px;
    width: 40px;
    display:none;
    background-color: #2ba11f;
    font-size: 20px;
    -webkit-border-radius: 50%;
    padding: 12px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float:left;
    -webkit-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
} 

.p_cta_icon_right_b {
    display: inline-block;
    float: left;
    height:30px;
    overflow:hidden;
    -webkit-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    width:194px;
    padding:16px 6px 6px 6px;       
}

.p_cta_right_pne.atvb {
    width: 248px;
}
    
/*Float Button Number End*/


::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #324b90;
}
::selection {
    color: #fff;
    background: #324b90;
}
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;

}
p {font-size: 16px}
a,
a:focus {
    outline: none;
    
}
a {
    color: #232323;
    text-decoration: none;
}
a:hover,
a:focus{ text-decoration: none; }
.redcol{ color: #f97604  !important; }
.sprite{ background: url("../images/sprites.png") no-repeat; display: inline-block; }
.fleft{ float: left; }
.fright{ float: right; }

h1,h2,h3,h4,h5,h6{ color: #484848;; }
.fnt30-head{ font-size: 30px; color:#484848;; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }

body{font-family: 'Open Sans', sans-serif;color:#242424;font-size: 14px;overflow-x: hidden !important;}
.montfont{ font-family: 'Montserrat', sans-serif; }
.opensansfont{font-family: 'Open Sans', sans-serif;  }
.latofont{ font-family: 'Lato', sans-serif; }

header{position: relative;top: 0;left: 0;right: 0;margin: auto;z-index: 222;width: 100%;background: rgba(255, 255, 255, 1);padding: 20px 0px 5px 0;color: #fff;transition: all 0.3s ease-out;}
header .logo{margin-top: 16px;}
.logo img{width: 250px;/*margin-left: -50px;*/margin-top: -15px;}
/* header.stickyheader .logo img{  margin-top: -25px;width: 300px;    margin-top: -5px;  } */
.topnavs{color: #333;float: right; /*border-bottom: 1px dotted #333;*/ padding-top: 25px;}
.topnavs a{color: #333;font-size: 18px;font-weight: 400;padding-right: 16px;}
.topnavs a+a{ border-left: 1px solid #fff; padding-left:16px; padding-right: 0; }
.topnavs a i{ margin-right: 5px; }
.topnavs .livchat-divs{padding-bottom: 5px;}
.topnavs .livchat-divs,
.topnavs .btn-radius-top{ display: inline-block; vertical-align: middle; }
.topnavs .btn-radius-top{float: right; margin-top: 16px; margin-bottom: 5px;}

.topnavs .btn-radius-top a{border: 2px solid #fff;border-radius: 20px;padding: 8px 20px;font-size: 16px;font-weight: 500;margin: 0 5px; font-family: 'Montserrat', sans-serif; background-color: #fff; color: #242424;}
.topnavs .btn-radius-top a:hover{ background: transparent;color: #ffffff; }
.topnavs .btn-radius-top a:hover i{ color: #fff !important; }



.topnavs .btn-radius-top a:hover i{    color: #f97604;  }
.topnavs .btn-radius-top a+a{background-color: #fff;color: #242424;margin-right: 0;}
.topnavs .btn-radius-top a+a i { color: #f97604; font-weight: 700; }
.topnavs .btn-radius-top a i { margin-right: 2px; }
header .main-nav{ display: block; }
header .main-nav > ul{display: block;width: 100%;float: left;margin-bottom: 0;text-align: center;position: relative; padding: 10px 0;}
header .main-nav ul li{display: inline-block; z-index: 2222222;}
header .main-nav ul > li > a{color: #222;font-size: 14px;font-weight: 600;padding: 0px 16px 0px;display: block;position: relative; border-right: 1px solid #fff; text-align: center;}
header .selected a{color: #fcca4d !important;}
header .main-nav ul > li > a:hover{color: #fcca4d;}
header .main-nav ul > li.dropparent:hover > a::after{    content: '';position: absolute;left: 20px;bottom: 3px;width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #f97604;}

header .main-nav ul > li > a i{/* margin-left: 5px; */}
header .main-nav ul > li:first-child a{ padding-left: 0; }
header .main-nav ul > li:last-child a{ padding-right: 0; border-right: unset;}
.LD .bannermm {background: url(../images/lp-logoDesign.jpg) no-repeat;background-size: cover;background-position: center;min-height: 670px;} 
.bannermm{ position: relative; width: 100%; background: url("../images/banner1-home.jpg") no-repeat; background-size: cover;  padding: 130px 0 20px;
    min-height: 590px;}
.bannermm.webbanner { background: url("../images/websitebanner-home.jpg") no-repeat; background-size: cover; }
.bannermm .leftcont-ban h1{font-size: 33px;color: #fff;font-weight: 600;border-bottom: 2px solid #fff;padding-bottom: 15px;}
.bannermm .leftcont-ban h1 span{ font-weight: 300; font-size: 32px; }
.bannermm .leftcont-ban p span {background: #fcca4d;color: #f97604;font-weight: 700;padding: 5px;border-radius: 12px;}
.bannermm .leftcont-ban p span i{ font-style: normal; opacity: 0.8; }
.bannermm .leftcont-ban p span+span{ background: transparent; color: #b0b0b0; padding: 0; font-weight: initial; /*opacity: 0.6;*/ }
.bannermm .leftcont-ban p span.was {background: transparent;color: #ffffff;font-weight: normal;   position: relative; padding: 0; color: #c4c4c4}
.bannermm .leftcont-ban p span.was::before{     content: '';background: #f97604;width: 100%;height: 2px;display: block;position: absolute;top: 13px;margin: auto;left: 0;right: 0;transform: rotate(-22deg);z-index: 2; }
.bannermm .leftcont-ban h1 strong{ font-weight: 700; font-size: 34px; margin-bottom: 8px; display: block; }
.bannermm .leftcont-ban p{ color: #fff; font-size: 24px;font-family: 'Montserrat', sans-serif; font-weight: 300; padding-top: 10px; }
.clrPink {color: #f97604;font-weight: 800;}
.content-incred h3 .bld {font-weight: 800;}
.bannermm .leftcont-ban ul li {color: #ffffff;font-size: 16px;line-height: 1.6;font-family: 'Montserrat', sans-serif; padding: 3px 0;}
.posrel{ position: relative; }
.posinit{ position: initial; }
.leftcont-ban a{font-size: 23px; font-weight: 300; border-radius: 30px; border:1px solid #fff; color: #fff; padding: 8px 20px; 
    margin-top: 30px; display: block; width: 250px; height: 49px; overflow: hidden; transition: all 0.3s ease-out; }
.leftcont-ban a i{ /*display: none;*/ }
.tabsmainport .innertabcontents { display: none; }
.tabsmainport .innertabcontents.active { display: block; }
.leftcont-ban a i.btnarow{  background-position: -3px -3px; width: 39px; height: 10px;  margin-left: 9px; vertical-align: middle; margin-top: -1px; }    
.leftcont-ban a:hover{ background-color: #fff; color: #242424; font-weight: 500; width: 303px;  }
.leftcont-ban a:hover i{background-position: -3px -19px;}
.mainhome .bannermm{ height: 100vh;/*  min-height: 890px; */   display: flex;align-items: center;padding: 0;}
.incred-expe{  padding: 20px 0; width: 100%; float: left; }
.incred-expe .content-incred h3{ color:#111111; font-size: 36px; font-weight: 400;  margin: 0 0 30px; }
.incred-expe .content-incred .fnt-18{ font-size: 18px; margin-bottom: 20px; }
/*.incred-expe img{float: right;}*/
.content-incred h5 {color: #f97604 !important;}
.incred-expe .content-incred h3 {font-size: 30px;font-weight: 300; border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;}
.incred-expe .content-incred h5 {font-size: 20px;font-weight: 700; color: #111111;}
.incred-expe .slides-mm {display: flex;align-items: center;}

.sechead {
    width: 100%;
    text-align: center;
}
.det-packages{ padding: 30px 0 40px; width: 100%; float: left;overflow: hidden; background-color: #f1f1f1; }
.det-packages .boxpackages{background: #fff;border-radius: 15px;padding: 20px 20px 30px;margin: 50px 0;float: left;width: 100%;
    box-shadow: -2px 10px 40px -10px #00000059; position: relative; border:1px solid transparent; transition: all 0.3s ease-out }
.det-packages .boxpackages .packheads{ border-bottom: 1px solid #d1d7e3; }
.det-packages .boxpackages .packheads h3{ font-size:23px; color: #111111; font-weight: 700;  margin: 0px 0 5px; text-align: center;}
.det-packages .boxpackages .packheads p{ font-size: 13px; color: #242424; min-height: 37px; text-align: center;}
.det-packages .boxpackages:hover{ border: 1px solid #f97604; transform: scale(1.1);}

.det-packages .boxpackages:hover .listpacks li:before{     color: #f97604; }
.det-packages .boxpackages:hover a.btn-orders{  background: #f97604; color: #fff; }
.boxpackages .packdetails {
    padding: 10px 0;
}
.boxpackages .packdetails { padding: 10px 0; }
.boxpackages .packdetails .packtitles .fleft h3{ font-size: 26px; color: #f97604; font-weight: 700; margin: 0; }
.boxpackages .packdetails .packtitles .fleft h3 sub{ font-size: 18px; font-weight: 600; color: #242424; bottom: 0.05em;    margin-left: 5px;display: none }
.packdetails .packtitles .fright h4{ font-size: 18px; color: #c4c4c4; font-weight: 600; }
.packdetails .packtitles .fright h4 b{ display: block; color: #242424; font-weight: 600; }

.packdetails .packtitles .fright h4 span.cutprice{     position:relative; top:.5em; color: #c4c4c4; }
.packdetails .packtitles .fright h4 b { /*border-bottom:3px solid #f97604;*/  position:relative;/* top:-.5em;*/ }
.packdetails .packtitles .fright h4 b:before{ content: ''; background: #f97604; width: 100%; height: 2px; display: block; position: absolute; 
top: 19px; margin: auto; left: 0; right: 0; transform: rotate(-12deg);    z-index: 2;  }
.packdetails .listpacks{display: block;width: 100%;float: left;padding: 15px 0;margin: 0;height: 250px;border-bottom: 1px solid #d1d7e3; }
.packdetails .listpacks li{position: relative;padding: 5px 25px;font-size: 14px;color: #455164;}
.packdetails .listpacks li:after,
.pacbundles-det .headbx-bundle ul.listbundles-packbx li:after{
    content: '';
    right: 0px;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
    background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent);
    background-image: -o-linear-gradient(left, #000, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
    }
.packdetails .listpacks li ul li{ padding: 0; color: #fff; font-size: 13px;  }
.packdetails .listpacks li ul li:before{ display: none; }
.packdetails .listpacks li.last:after{ display: none; }    
.packdetails .listpacks li:before{content: "\f00c";display: inline-block;font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;top: 7px;color: #b1b9cc;}
.packdetails .listpacks li.haschildren .child-tooltip{ position: absolute; right: 0; top: 7px; color: #f97604; }
.packdetails .listpacks li.haschildren .child-tooltip:before{ content: "\f05a";display: inline-block;font: normal normal normal 14px/1 FontAwesome;  }
.packdetails .listpacks li.haschildren ul{ display: none; position: absolute; border-radius: 4px; opacity: 0.8; right: 0px; color: #fff; width: 220px; background: #000; padding: 10px 10px; overflow: hidden; z-index: 9; }
.packdetails .botarea-pack{padding: 15px 0 0;width: 100%;float: left; }
.packdetails .botarea-pack a.btn-orders{ border:1px solid #f97604; border-radius: 30px; padding: 4px 12px; color: #f97604; font-size: 16px; font-weight: 600; 
    display: inline-block; transition: all 0.3s ease-out; margin: 5px 0 0 }
.packdetails .botarea-pack .liovechats-bx{  padding-left: 20px; }
.packdetails .botarea-pack .liovechats-bx a span{ font-size: 10px;  color: #242424; position: relative; }
.packdetails .botarea-pack .liovechats-bx a span:before{ content: "\f27b"; font: normal normal normal 14px/1 FontAwesome; position: absolute; right: -25px; top:-2px ; color: #f97604;
    font-size: 16px;  }
.packdetails .botarea-pack .liovechats-bx a h5{font-weight: 700;color: #111111;font-size: 16px;margin: 0; }
.det-packages .boxpackages.active{ border: 1px solid #f97604; }
/* .det-packages .boxpackages.active .packtitles .fleft h3{ font-size: 60px; } */
.det-packages .boxpackages.active .packdetails .listpacks li:before{ color: #f97604; }
.det-packages .boxpackages.active .botarea-pack a.btn-orders{ background: #f97604; color: #fff; }

.det-packages .boxpackages.active .botarea-pack a.btn-orders:hover{ background: #fff; color: #f97604; }


.det-packages .toptabs1 li a{ border: 1px solid #a8a8a8; }
.det-packages .boxpackages.active:before{content: '';position: absolute;right: -6px;background: url("../images/sprites.png") no-repeat;background-position: -897px -452px;
  width: 95px;   height: 95px;top: -6px;z-index: 2;}

.det-packages .sechead h3 {
    font-size: 33px;
}
.sechead h3 {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
}
.sechead p {
    font-size: 16px;
    color: #242424;
}

.homeport-mm {
    padding: 30px 0;
    width: 100%;
    float: left;
}
.portfoliomaindivs .topbartabs{border-top: 1px solid #d1d7e3;position: relative;width: 100%;float: left; overflow: hidden; }
.portfoliomaindivs .tabschildrens{display: block;width: 100%;float: left;background: #fff;border: 1px solid #d1d7e3;position: relative;border-top: none;margin-top: -1px;}
.portfoliomaindivs .tabschildrens ul{ margin-bottom: 0; text-align: center; }
.portfoliomaindivs .tabschildrens ul li{display: inline-block;padding: 10px 15px; position: relative; }
.portfoliomaindivs .tabschildrens ul li+li:before{content: '';background: #242424;width: 4px;height: 1px;position: absolute;left: -5px;font-size: 15px;top: 0;bottom: 0;margin: auto;}
.portfoliomaindivs .tabschildrens ul li span{ color: #242424; font-size: 14px; cursor: pointer; }
.portfoliomaindivs .tabschildrens ul li.active span{ color: #f97604; }
.portfoliomaindivs .topbartabs .container{ position: relative; }
.portfolio-mmbx .box-ports {margin-bottom: 30px;position: relative; overflow: hidden; transition: all linear 0.3s; }
.portfolio-mmbx .box-ports img{ width: 100%; border:1px solid #e2dfdf; }
.portfolio-mmbx{ margin-top: 40px; position: relative; }
.hovereffects-det{background: rgba(255, 0, 66, 0.9);position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;display: flex;align-items: center;
    flex-flow: column;justify-content: center;
        -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); opacity: 0; }
 .portfolio-mmbx .box-ports:hover .hovereffects-det{      -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);  opacity: 1;  }
.portfolio-mmbx .box-ports:hover{ transform: scale(1.1); z-index: 2; }    
.hovereffects-det h3{ color: #fff; text-align: center; font-size: 25px; font-weight: 700; text-transform: uppercase; }
.btnstyles-nn a{ border: 2px solid #fff; color: #fff; border-radius: 20px; padding: 5px 30px; font-size: 18px; font-weight: 500; margin: 5px 5px; font-family: 'Montserrat', sans-serif; display: inline-block;}
.bd-none {border: none !important;display: none !important;}
.btnstyles-nn a:focus {color: #ffffff;}
.btnstyles-nn a i{ margin: 0 5px;}

.portfolio-mmbx .leftcont-ban { text-align: center; }
.portfolio-mmbx .leftcont-ban a{ border-color: #f97604; color: #f97604;  text-align: left;transition: width 0.3s linear, color 0.3s linear; margin: auto;
    font-weight: 500;     width: 175px;}
.portfolio-mmbx .leftcont-ban a:hover{ background-color: #f97604;color: #fff;width: 230px;}
.portfolio-mmbx .leftcont-ban a:hover i{ background-position:  -3px -3px; }
.cta2 {background: url(../images/cta3.jpg);width: 100%;float: left;min-height: 170px;background-size: cover;background-position: center;background-repeat:no-repeat;display: flex;align-items: center;}
.cta3 {background: #ffffff/*url(../images/cta2.jpg)*/;width: 100%;min-height: 170px;background-size: cover;background-position: center;background-repeat:no-repeat;display: flex;align-items: center;}
.banFormTp p.haschildren .child-tooltip {position: absolute;right: 0;top: 7px;color: #f97604;}
.cta2 .callsdivs .reserveOffer {display: inline-block;position: relative; margin-left: 70px; margin-top: 40px;}
.cta2 .callsdivs .reserveOffer h4 {text-align: left;color: #ffffff;margin-bottom: 0;font-weight: 400;margin-top: 0;}
.cta2 .callsdivs .reserveOffer+.reserveOffer {padding-left: 15px;margin-left: 10px;}
.cta2 .callsdivs .reserveOffer+.reserveOffer::before {content: '';position: absolute;height: 85%;border-left: 1px solid #ffffff;left: -2px;}
.reserveOffer{font-size: 12px;}
.cta2 .btn-radius-top {}
.cta2 .btn-radius-top {display: inline-block;}

.cta2 .btn-radius-top a {
    border: 2px solid #fff;
    color: #000;
    border-radius: 20px;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
}
.cta2 .btn-radius-top a i {
  color: #f97604;
  margin-right: 10px;
}

.maincta {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 23px 0 40px 0;
    text-align: center;
}
.padleft0 {
    padding-left: 0 !important;
}
.maincta h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    margin: 0;
    line-height: 45px;
    margin-bottom: 8px;
}
.maincta p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.maincta h3 strong {
    font-size: 31px;
    font-weight: 700;
}
.maincta .btn-radius-top {margin-top: 20px;}
.maincta .btn-radius-top {display: inline-block;color: #ffffff;font-weight: 600;font-size: 18px;}
.maincta .callsdivs {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-shadow: 0px 0px 1px #313131;
}

.maincta .btn-radius-top a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block; vertical-align: middle;

}
.maincta .btn-radius-top a+a {
    background:transparent;
    color: #ffffff;
    margin-right: 0;
    font-weight: 600;
}
.maincta .btn-radius-top a:hover {
    color: #f97604;
    background-color: #fff;
    transition: width 0.5s linear, color 0.5s linear;
}
.how-works {
    padding: 30px 0;
    width: 100%;
    float: left;
}
.maincta .callsdivs a {
    color: #fff;
}
.howworks-mm{margin: 40px 0;  }
.howworks-mm .designbrief{  text-align: center; position: relative; transition: all 0.3s ease-out;}
.howworks-mm .designbrief:hover .processicons{ transform: scale(1.07); }
.howworks-mm .designbrief:before{ content: "01"; position: absolute; top: 0; left: 30px; font-size: 23px; font-weight: 700; color: #f97604; }
.howworks-mm .col-md-3+.col-md-3 .designbrief:before{ content: "02"; }
.howworks-mm .col-md-3+.col-md-3+.col-md-3 .designbrief:before{ content: "03"; }
.howworks-mm .col-md-3+.col-md-3+.col-md-3+.col-md-3 .designbrief:before{ content: "04"; }
.howworks-mm .designbrief .processicons{
  transition: all 0.3s ease-out;
  background: url("../images/sprites.png") no-repeat;
  display: inline-block;
  background-position: -510px -489px;
  width: 169px;
  height: 198px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  position: relative;
  z-index: 2;
  }
.howworks-mm .designbrief .processicons i{background-position: -25px -699px;width: 41px;height: 52px;margin-top: -25px;}  
.howworks-mm .designbrief .processicons i.icon2{background-position: -82px -704px; width: 51px; height: 47px;}  
.howworks-mm .designbrief .processicons i.icon3{background-position:-146px -701px; width: 52px; height: 52px;}  
.howworks-mm .designbrief .processicons i.icon4{background-position:-214px -704px; width: 50px; height: 50px;}  

.howworks-mm .designbrief .processicons i.icon5{background-position:-13px -779px; width: 47px; height: 51px;} 
.howworks-mm .designbrief .processicons i.icon6{background-position:-78px -781px; width: 48px; height: 48px;} 
.howworks-mm .designbrief .processicons i.icon7{background-position: -147px -778px; width: 51px; height: 51px;} 
.howworks-mm .designbrief .processicons i.icon8{background-position:-216px -778px; width: 51px; height: 49px;}  
.howworks-mm .designbrief h3{ font-size: 18px; color: #111111; font-weight: 700; }
.howworks-mm .designbrief p{ font-size: 14px; color: #242424; }
.howworks-mm .col-md-3+.col-md-3 .designbrief:after{content: '';border-top: 2px dashed #ccc;width: 100px;display: block;position: absolute;top: 30%;left: -24%;transform: translateY(-50%);-moz-transform: translateY(-50%);}
.testimonials {width: 100%;float: left;padding:0;overflow: hidden;}
.testimonials h3 {color: #111111;font-size: 36px;font-weight: 700;text-align: center;margin: 0;margin-bottom: 10px;}
.testimonials p {text-align: center;font-weight: 500;}
.testimonials .testi .testi-img {min-height: 160px;position: relative;}
.testimonials .testi .testi-img::before {content: '';background: url(../images/sprites.png) no-repeat;background-position: -212px -8px;width: 18px;height: 15px;display: inline-block;position: absolute;right: 0;}
.testimonials .testi .testi-img img {float: left;margin-right: 25px;margin-bottom: 25px;}
.testimonials .testi .testi-img h4 {font-size: 18px;color: #f97604;font-weight: 600;text-transform: uppercase;}
.testimonials .testi .testi-img p {text-align: left;font-size: 13px;color: #242424;}
.testimonials .testi .testi-desc {border-top: 1px solid #d0d0d0;padding: 10px 0;width: 100%;float: left;}
.testimonials .testi .testi-desc ul li {float:left;font-size: 13px;width: 33.33%;}
.testimonials .testi .testi-desc i {font-size: 13px;color: #ffaa20;}
.testimonials .testi .testi-desc .verify {background: url(../images/sprites.png) no-repeat;background-position: -181px -7px;width: 16px;height: 16px;display: inline-block;margin-right: 5px;vertical-align: middle;}
.testimonials .packagesall .portfolio-mmbx .leftcont-ban a {width: 145px;}
.testimonials .packagesall .portfolio-mmbx .leftcont-ban a:hover {width: 190px;}
.testimonials .row.testi-main {padding-top: 30px;}
.maincta .callsdivs {color: #fff;font-size: 24px;font-weight: 400;display: block;text-align: center;float: left;width: 100%;padding: 20px 0;text-shadow: 0px 0px 1px #313131;}
footer {background: #242424;width: 100%;float: left;padding: 0px 0 0 0;}
footer .container {padding-bottom:}
footer .listpge {padding-bottom: 15px;}
footer h3 {color: #fff;font-size: 16px;font-weight: 600;}
footer ul {}
footer ul li {position: relative;padding:5px 0 5px 14px;}
footer ul li::before {content: "\f105";position: absolute;font-family: fontAwesome;font-size: 11px;color: #888888;left: 0;top: 9px;}
footer ul li a {color:#888888;font-size: 13px;}
footer ul li a:hover,a:focus {color: #a2a1a1;}
.footer-bottom {background: #181818;padding: 10px 0;}
.footer-bottom h4 {color: #999999;font-size: 14px;}
.footer-bottom p {color: #999999;font-size: 11px;}
footer .padd-btd {padding: 10px 0;}
footer .social-icons.padd-btd {padding: 10px 0 0px 20px;/*border-left: 1px solid #4a4a4a;*/}
footer .footer-logo img {}
.ulsme-ctct ul li a {margin-left: 7px;}
.ulsme-ctct ul li::before {content: "\f095";color: #f97604;font-size: 12px;}
.ulsme-ctct ul li+li::before {content: "\f0e0";}
.ulsme-ctct ul li+li+li::before {content: "\f086";}
footer .brdr-top {padding: 10px 5px 10px 0;}
footer .brdr-top .social-icons h4 {color: #ffffff;font-size: 16px;margin: 0 0 10px 0;font-weight: 600;}
footer .brdr-top .social-icons i {font-size: 22px;color: #f97604;margin: 0 4px;border: 2px solid;border-radius: 100%;padding: 9px 11px 10px 11px;width: 45px;height: 45px;display: inline-flex;align-items: center;justify-content: center;transition: 0.5s;}
footer .brdr-top .social-icons i:hover {color: #3b7dff;}
footer .brdr-top .social-icons a+a i:hover { color: #f00;}
footer .brdr-top .social-icons a+a+a i:hover{ color: #0056ff; }
footer .brdr-top .social-icons a+a+a+a i:hover{ color: #0274b3; }
footer .brdr-top .social-icons a+a+a+a+a i:hover{ color: #55adec; }
footer .brdr-top .subcribe h4 {color: #ffffff;margin: 0;font-weight: 600;font-size: 16px;}
footer .brdr-top .subcribe input {margin-top: 15px;border-radius: 25px;padding: 15px 38px;border: 0;width: 100%;font-weight: 700;color: #242424;font-size: 13px;}
footer .brdr-top .subcribe.padd-btd {padding: 12px 0;}
footer .brdr-top .subcribe i {color: #f97604;position: absolute;top: 62px;left: 30px;font-weight: 600;}
footer .brdr-top .subcribe button {color: #ffffff;background: #f97604;border:0;position: absolute;right: 20px;bottom: 16px;padding: 10px 30px;border-radius: 34px;}
.categ {background: #efefef;width: 100%;float: left;padding: 20px 0;}
.categ .d-flex{display: flex; align-items: center}
.categ h4 {font-size: 23px;position: relative;padding: 11px 0; text-align: left;}
.categ h4::after{ content: '';position: absolute; right: -14px; top: 0; width: 1px; height: 100%; background: rgba(0,0,0,0.4); border-radius: 8px }
.categ h5 {text-align: center;line-height: 19px;font-size: 15px;color: #000000;font-weight: 600;}
.categ .logo-categories {display: block;text-align: center;}
.cta2 .callsdivs {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 20px;
    text-shadow: 0px 0px 1px #ffffff;
}
.cta2 .callsdivs a {
    color: #fff;
}
.cta2 h2 {color: #ffffff;font-weight: 600;margin: 10px 0 10px;}
.cta2 p {color: #ffffff;font-size: 17px;}
.cta2 p strong{ font-size: 24px; }
.bannerForm {background: rgb(0,0,0);min-height: 405px;border-color: #f97604;text-align: center;width: 75%;margin: 0 auto;padding: 20px 0px;overflow: hidden;}
.bannerForm > * {padding: 10px 25px;}
.bannerForm .banFormTp  {position: relative;}
.bannerForm .banFormTp h2 {color: #ffffff;font-weight: 700;font-size: 28px;margin: 0; padding: 0}
.bannerForm .banFormTp h2::before {content: '';position: absolute;left: 0;display: block;padding: 5px;border-left: 5px solid #f97604;height: 100%;}
.bannerForm .banFormTp p {color: #ffffff;font-size: 14px;font-weight: 600;}
.banFormBtt {width: 100%;float: left;}
.banFormBtt input[type='submit'] {font-weight: 600;font-size: 19px;color: #ffffff;background: #f97604;padding: 8px 30px;border-radius: 25px;display: inline-block;margin-bottom: 8px;border: none; outline: none}
.banFormBtt p {color: #ffffff;font-size: 13px;}

.packdetails {
    padding: 10px 0;
}
.packdetails .listpacks {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
    height: 250px;
    border-bottom: 1px solid #d1d7e3;
}
.fixedform form {
    width: 100%;
}
.fixedform .mm-field {
    position: relative;
    border-radius: 2px;
}
.fixedform .mm-field {
    margin-bottom: 13px;
    width: 100%;
    position: relative;
}
fieldset {
    position: absolute;
    top: 16px;
    left: 70px;
    z-index: 2;
    color: #666666;
    font-size: 15px;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    /*color: #ffffff;*/
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
fieldset {
  /*  padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;*/
}
.fixedform .mm-field input[type=text], .fixedform .mm-field select, .fixedform .mm-field input[type=email] {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    padding: 18px 10px 13px 75px;
    width: 100%;
    color: #ffffff;
    border-radius: 25px;
}
.fixedform .mm-field.emailfield:before {
    background-position: -623px -167px;
    width: 52px;
    height: 44px;
}
.fixedform .mm-field input {
    width: 100%;
}
.redcol {
    color: #f97604 !important;
}
label {color: #ffffff;}

.mm-field.pnfields fieldset {left: 90px;}
.mm-field.pnfields .intl-tel-input {width: 100%;}
.fixedform .mm-field::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -9px -6px;display: inline-block;margin: 0;position: absolute;left: 22px;top: 17px;}

.fixedform .mm-field.emailfield::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -36px -5px;display: inline-block;margin: 0;position: absolute;left: 24px;top: 16px;}

.fixedform .mm-field.pnfields::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -36px -5px;display: none;margin: 0;position: absolute;left: 22px;top: 11px;}

.tooltp {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #ffffff;
}

.tooltp .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 99999999;
  font-size: 13px;
      left: 50%;
      top: 100%;

}

.tooltp:hover .tooltiptext {
  visibility: visible;
}
.banFormTp .tooltp i {background: #ffd200;color: #000000;padding: 2px 6px;border-radius: 10px;}

.AN .bannermm{     background: url(../animationbanner-lp.jpg) no-repeat ; background-size: cover !important; }
.bannerForm {   margin: 0px auto 40px; }
/*.packagesbranding .innertabcontents {
    display: none;
}
.packagesbranding .innertabcontents.active {
    display: block;
}*/
.portfoliomaindivs .tabschildrens{ background-color: transparent; }
/*.AN .innertabcontents { display: inline-block; }*/
.AN .packagesbranding  .col-md-3{ width: 265px; }
/*.packagesbranding { width: 4000px; }*/
.AN .categ .logo-categories { text-align: center; display: block; }
.AN .categ .logo-categories img{display: block;margin: auto auto 6px;}
.AN .categ h5{text-align: center;line-height: 19px;font-size: 15px;}
.AN .bd-left{ border-left: 1px solid #c6c5c5; }
.AN .det-packages .boxpackages .packheads h3{ font-size: 22px; }

.mcs-horizontal-example{
  width: 100%;
  /*height: 165px;*/
  overflow-x: auto;
  white-space: nowrap;
  margin: 25px 0 20px 0;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mcs-horizontal-example .item{
  display: inline-block;
  height: 145px !important;
}
.mcs-horizontal-example-stretch{
  width: 75%;
  overflow-x: auto;
}
.mcs-horizontal-example-stretch .item{
  display: block;
  float: left;
}
.mcs-horizontal-example-text-stretch{
  width: 100%;
  overflow-x: auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: row; flex-direction: row;
  align-items: flex-start;
  -webkit-flex-shrink: 1; flex-shrink: 1;
}
.mcs-horizontal-example-text-stretch .mCSB_container{
  display: -webkit-flex; display: flex;
}
.mcs-horizontal-example-text-stretch .item{
  -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
.mcs-horizontal-example-text-stretch p{
  -webkit-flex: 2 0 auto; flex: 2 0 auto;
  max-width: 100%;
  display: inline-block;
}
.content-incred{padding-top: 15px;}
.packagesbranding .boxpackages{     min-height: 466px; }

.slick-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0px 3px;
    cursor: pointer;
    width: initial;
    height: initial;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #cecece;
    border: 1px solid #d8d8d8;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border-radius: 200px 200px 200px 200px;
}
.slick-dots li.slick-active button {
    background: #f97604;
    width: 11px;
    border: 1px solid #f97604;
}
.slick-prev, .slick-next{ background: url("../images/sprites.png") no-repeat; background-position: -51px 0;  width: 55px; height: 14px; }
.slick-next{ background-position:  -54px -17px; }
.slick-prev:before, .slick-next:before{ display: none; }


.WD .bannermm {
    background: url(../images/slide-03.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 699px;
}
.Branding .bannermm {
  background: url(../images/lp-brading.jpg) no-repeat;
  background-size: cover;
    background-position: center;
    min-height: 670px;
}
.Branding .bannermm .leftcont-ban h1 strong {font-size: 55px;}

.animate .bannermm {background: url(../images/lp-animationBG.jpg);background-size: cover;background-position: center;min-height: 670px;}
.AN .bannermm .leftcont-ban h1 strong {font-size: 52px;}


.enterprices-bundles{ width: 100%; float: left; padding: 30px 0; background-size: cover; background-position: center; background-repeat: no-repeat;overflow: hidden; }
.enterprices-bundles h3,
.enterprices-bundles p{ color: #fff; position: relative; }
.enterprices-bundles h3{ position: relative;    padding-bottom: 15px; margin-bottom: 15px; }
.enterprices-bundles h3:before{ content: ''; position: absolute; left: 0; right: 0; margin: auto; background: #fff; width: 192px; height: 4px;  bottom: 0; }
.enterprices-bundles .sechead{ margin-bottom: 30px; }
.pacbundles-det .headbx-bundle .fleft { width: 100%; }
.pacbundles-det .headbx-bundle .fleft h4{color: #fff;font-size: 20px;font-weight: 700;margin: 0 0px 0 0;float: left;width: 143px;}
.pacbundles-det .headbx-bundle .packbundleprice{/* float: left; */font-size: 12px;color: #b3b3b3;font-weight: 600;line-height: 20px;padding: 0 0 0 15px;position: relative;display: inline-block;float: right;}
.pacbundles-det .headbx-bundle .packbundleprice span{ font-size: 25px; font-weight: 700;display: block; }
.pacbundles-det .headbx-bundle .packbundleprice:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 1px; height: 20px; background:#fff; }
.pacbundles-det .headbx-bundle{  }
.pacbundles-det .headbx-bundle ul.listbundles-packbx{display: block;width: 100%;float: left;padding: 15px 0;margin: 0;}
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li{position: relative;padding: 5px 25px;font-size: 14px;color: #fff; }
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li.last{ border-bottom: none; }
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li:before{content: "\f00c";display: inline-block;font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;top: 7px;color: #fff;}
.pacbundles-det .headbx-bundle li.haschildren .child-tooltip{ position: absolute;right: 20px; top: 7px; color: #fff; }
.pacbundles-det .headbx-bundle li.haschildren .child-tooltip:before{ content: "\f05a";display: inline-block;font: normal normal normal 14px/1 FontAwesome;  }
.pacbundles-det .headbx-bundle li.haschildren ul{ display: none; position: absolute; border-radius: 4px; opacity: 0.8; right: 20px; color: #fff; width: 200px; background: #000; padding: 10px 10px; overflow: hidden; z-index: 9; text-align: center; }
.pacbundles-det .headbx-bundle li.haschildren ul li{ font-size: 13px; }
.enterprices-bundles .totalpackagespricess{  border-top: 1px solid #fff; margin-top: 20px; padding: 10px 0; }
.enterprices-bundles .totalpackagespricess h4{ font-size: 32px; color: #fff; font-weight: 700; display: inline-block; }
.enterprices-bundles .totalpackagespricess .underline-txt{text-decoration: line-through;margin-left: 5px;}
.enterprices-bundles .totalpackagespricess .yellcol{color: #f6ff00;font-size: 40px;font-weight: 700;margin-left: 5px;}
.enterprices-bundles .totalpackagespricess .btn-orders-bundles{
    float: right;
    margin-top: 8px;
}
.enterprices-bundles .totalpackagespricess .btn-orders-bundles a{background: #fff;padding: 8px 28px;background: #fff;color: #f97604;font-size: 20px;border-radius: 30px;display: inline-block;font-weight: 600;margin-bottom: 5px;
    box-shadow: -1px 3px 20px -1px #00000069;}
  
.enterprices-bundles .totalpackagespricess .btn-orders-bundles a:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+50,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
} 
label.error{ display: none !important; }
input.error{ border-color: #ff0000 !important; }
.animpackages .innertabcontents {
    display: none;
}
.animpackages .innertabcontents.active{ display: block; }

.slidertest-mm .slick-dots{ bottom: -30px; }
.callicons{ background: url("../images/callicons-w.png") no-repeat; width: 26px; height: 26px;display: inline-block; vertical-align: middle; }
.maincta .btn-radius-top a:hover .callicons{ background: url("../images/callicons.png") no-repeat; }

.toptabs1{width: 100%;float: left;margin-bottom: 0;text-align: center; margin: 20px 0;}
.toptabs1 li{width: 150px;display: inline-block;margin: 0 5px;transition: all 0.3s ease-out; }
.toptabs1 li span,
.toptabs1 li a{border:1px solid #d8d8d8;border-radius: 30px;padding: 8px 10px;text-align: center;display: block;font-size: 14px;color: #f97604; 
    transition: all 0.3s ease-out; cursor: pointer; }
.toptabs1 li.active span,
.toptabs1 li.active a,
.toptabs1 li:hover span,
.toptabs1 li:hover a{ background: #f97604; color: #fff; font-weight: 700; border: 1px solid transparent; }
.LD .portfolio-mmbx .leftcont-ban a {display: none;}
.WD .portfolio-mmbx .leftcont-ban a {display: none;}
.AN .portfolio-mmbx .leftcont-ban a {display: none;}
.AN .testimonials {padding-bottom: 40px;}
.Branding .portfolio-mmbx .leftcont-ban a {display: none;}
.boxpackages .packdetails .listpacks h3 {font-size: 22px;color: #f97604;font-weight: 700;}
.liveChat {display: inline-block;padding-left: 8px;}
.topnavs .liveChat h4 {margin: 0;color: #f97604;font-weight: 500;margin-left: 0px;font-size: 14px;}
.maincta .btn-radius-top .bdsnew-lp{border: 2px solid #fff;color: #fff;border-radius: 30px;font-size: 18px;font-weight: 500;margin: 0 5px;font-family: 'Montserrat', sans-serif;display: inline-block;padding: 0;overflow: hidden;vertical-align: middle;}
.maincta .btn-radius-top .bdsnew-lp a{border: none;float: left;border-radius: 0;margin: 0;}
.maincta .btn-radius-top .bdsnew-lp a+a{ position: relative; padding: 8.5px 15px;}
.maincta .btn-radius-top .bdsnew-lp a+a:before{ content: ''; position: absolute; left: -1px; background: #fff; width: 1px;     height: 50%; top: 0;
bottom: 0; margin: auto;}
.maincta .btn-radius-top .bdsnew-lp a+a:hover:before{background: transparent;}
.bdsnew-lp .callicons{transform: scale(0.8);}
/*.topnavs .livchat-divs {border-bottom: 1px solid #fff;}*/
.liveChat.separator {position: relative;}
.liveChat.separator::before {content: '';position: absolute;border-left: 1px solid #444;height: 85%;left: -5px;}

.ld1 .bannermm{ background: url("../images/logodesign-lp1-bann.jpg") no-repeat;background-size: cover;
    background-position: center;
    min-height: 670px; }
.ld1 .bannermm .leftcont-ban h1{ font-size: 17px; display: inline-block; }
.ld1 .bannermm .leftcont-ban h1 strong{ font-size: 46px; }
.ld1 .leftcont-ban{ padding-top: 40px; }
.projectsprocess-main{ position: relative; padding: 40px 50px 0px; width: 100%; clear: both; background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 38%, #f2f2f2 74%, #f2f2f2 100%);
background: -webkit-linear-gradient(top, #fefefe 0%,#f4f4f4 38%,#f2f2f2 74%,#f2f2f2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#f4f4f4 38%,#f2f2f2 74%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); }
.projectsprocess-main:after{ content: ''; position: absolute; right: 0;background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 16%, #eaeaea 58%, #d8d8d8 100%);
background: -webkit-linear-gradient(top, #f7f7f7 16%,#eaeaea 58%,#d8d8d8 100%);
background: linear-gradient(to bottom, #f7f7f7 16%,#eaeaea 58%,#d8d8d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d8d8d8',GradientType=0 );width: 50%; height: 100%;
    top: 0; z-index: 1; }
.projectsprocess-main .container-fluid{ position: relative; z-index: 2; }
.projectsprocess-main .prcocessprojects h2{ font-size:28px; font-weight: 700; color: #191a1d; margin-bottom: 60px;  }
.projectsprocess-main .sechead p{     font-size: 14px; }
.ld1 .det-packages{ background: #fff; }
.ld1 .projectsprocess-main .sechead h3{ margin-bottom: 18px; }

.cd-image-container {
  position: relative;
  /*width: 90%;*/
  max-width: 673px;
  margin: 4em auto;
}
.cd-image-container img {
  display: block;
  max-width: 100%;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

#section08{padding: 0px !important;}
.home-img{max-width: 450px;}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #f97604 url("../images/arrowdrags.png") no-repeat center center;
  border: 2px solid #e8d3cf;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.cd-image-container img,
.cd-resize-img img{ margin: auto; }
.projectsprocess-main .sechead{ margin-bottom: 40px; }
.btn-radius-top .talksdv , .btn-radius-top .md-hidden{     font-size: 22px;
    display: inline-block;
    vertical-align: middle; }
.btn-radius-top .bdsnew-lp{ padding: 7px 15px; vertical-align: middle; }
.ld1 .maincta .btn-radius-top{ margin-top: 10px; }
.accordionlp li{ display: block; position: relative; }
.accordionlp li:before{     content: '';
    right: 0px;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
    background-image: -webkit-linear-gradient(left, #d2d2d2, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent);
    background-image: -o-linear-gradient(left, #000, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
.accordionlp li a{ display: block; color: #000;  font-size: 15px;font-family: 'Montserrat', sans-serif; font-weight: 700;  padding: 15px 0; }
.accordionlp li a i{ margin-right: 10px; color: #666666; font-size: 18px; }
.accordionlp li .inner{ color: #242424; font-size: 13px; padding: 10px 0; display: none; }
.accordionlp li a.actives i{ color: #f97604; }
.accordionlp li a.actives i:before{ content: "\f056"; }
/*.accordionlp li a.actives+.inner{ display: block; }*/
.cd-image-label{ display: none; }
.dragscont{ position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 22;
    background: #797a7b;
    border-radius: 30px;
    width: 20%;
    display: inline-block;
    padding: 3px 20px;
    line-height: normal;}
.dragscont i{  background: url("../images/dragsarrow.png") no-repeat; background-position: 0 0;
  width: 18px;
  height: 10px;  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    display: flex;
    align-items: center;
    font-size: 14px; }
.dragscont i.arrowsrights{ left: auto; right: 10px; background-position: -34px 0;
  width: 18px;
  height: 10px; }
  
  .hgt-325{min-height: 325px;}
  .flright{float:right;}

@media (min-width: 768px) {
    .col-sm-5ths {width: 20%;float: left;}

}
@media (min-width: 992px) {
    .col-md-5ths {width: 20%;float: left;}
}
@media (min-width: 1200px) {
    .col-lg-5ths {width: 20%;float: left;}
}

@media (max-width: 767px){ 
  .projectsprocess-main:after{ display:none; }
  .accordionlp{ text-align: center; }
  .accordionlp li .inner{ display: block !important; }
  .accordionlp li a i{ display: none; }
  .projectsprocess-main .prcocessprojects h2{     margin-bottom: 20px; }
  .cd-image-container{ margin: 0em auto; }
  .cta2 .callsdivs .reserveOffer{margin-left: 0px; margin-bottom:20px; margin-top:20px; }
  
  .cta3{min-height: 90px;}
  .hgt-325{min-height: 0px;}
  .flright{float: unset;}
  .cont-left{width:100%;}
  .cont-right{width:100%;}
  .image-align{padding-top: 10px !important;}
 }