@charset "utf-8";
/* CSS Document */

/* CSS Document © 2021 Digimax.co.uk */


::-moz-selection{ background:#58585a; color:#ffffff; text-shadow:none;}
::selection { background:#58585a; color:#ffffff; text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: 'Poppins', sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#504f50; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y:scroll;}
a { text-decoration:none; transition:all 0.25s ease-out 0s;}
p, p span { font-family: 'Poppins', sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:#fe6000;
}
::-moz-placeholder { 
  color:#fe6000;
}
:-ms-input-placeholder {
  color:#fe6000;
}
:-moz-placeholder {
  color:#fe6000;
}


/*------------------- common style ---------------------------*/
a, button, input, select, textarea{outline:0;}

*,:after,:before{outline:0;}

img{max-width:100%;height:auto;}

iframe{border:0;}

a:focus,a:hover{outline:0;text-decoration:none;}

a.footerSubscribeToNewsletterButton {
  text-decoration: none;
  width: 210px;
  color: #fe7300;
  background: #fff;
  border-color: #fff;
  margin: 0 0 0 0;
  padding: 13px 1% 14px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.25s ease-out 0s;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
  a.footerSubscribeToNewsletterButton:hover {
    color: #fff;
    background: #000;
    border-color: #000;
    margin: 0 0 0 0;
  }

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

@-webkit-keyframes pulsate {
    0%   { box-shadow: 0 0 0 0 rgb(0 0 0 / 30%); }
    50%  { -webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222); }
    100% { -webkit-filter: drop-shadow(0 0 0 #222); filter: drop-shadow(0 0 0 #222); }
}
.sectionMainCTA {
  position: relative;
  min-height: 500px;
  margin: 60px 0 100px 0;
}
  .sectionMainCTA .banner-left {
    position: relative;
    width: 60%;
    float: left;
    text-align: center;
    font-size: 0;
  }
    .sectionMainCTA .banner-left img {
      margin-top: 40px;
      max-width: 90%;
      height: auto;
      display: inline-block;
      animation: pulsate 2s ease-out infinite;
    }



.sectionMainCTA .banner-right {
  width: 38%;
  float: right;
  position: relative;
  padding-top: 0px;
}
  .sectionMainCTA .banner-right h1 {
    font-size: 50px;
    color: #de7312;
    line-height: normal;
    letter-spacing: -0.4px;
    margin: 0 0 24px;
    font-family: 'Poppins', sans-serif; font-weight: 700;
    height: auto;
  }
  .sectionMainCTA .banner-right p {
    float: none;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 39px;
    margin: 0 0 21px;
    max-width: 461px;
  }

  .sectionMainCTA a.bannerBtnMainCTA {
    width: auto;
    outline: 0;
    padding: 13px 6% 14px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    border: 1px solid;
    border-radius: 4px;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgb(218 114 11 / 50%);
    border: solid 1px transparent;
    background-image: -webkit-linear-gradient(top, #fe8600, #fe6000), -webkit-linear-gradient(top, #fe8600, #fe6000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: none;

  }

div.general3rdPartyForm form {
  text-align: center;
}
div.general3rdPartyForm form input[type=text] {
  border: 1px solid #ccc;
  text-align-last: center;
  width: 100%;
  height: 47px;
  float: left;
  margin: 0 0 10px;
  padding: 0 2% 0;
  color: #fe6000;
  background: none;
  border-color: rgb(255 124 5 / 25%);
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  box-shadow: none;
}
div.general3rdPartyForm form input[type=submit] {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;

  width: auto;
  float: none;
  color: #ffffff;
  margin: 10px 0 0 0;
  padding: 13px 47px 14px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 1px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  background: #fe6000;
  background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
  background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
  background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
}


.common-style h1 { font-size: 32px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; } 

.common-style h2 { font-size: 30px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; }

.common-style h3 { font-size: 26px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; }

.common-style h4 { font-size: 24px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; }

.common-style h5 { font-size: 22px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; }

.common-style h6 { font-size: 20px; color: #fe6000; line-height: 31.01px; margin: 0 0 31px; }

.common-style a  { color: #fe6000; line-height: normal; outline: none !important;}

.common-style p  {font-size: 16px; color:  #000000; line-height: 31.01px; margin: 0 0 31px;  }

.common-style p a { color: #fe6000; } 

.common-style p a:hover, .common-style ul li a:hover{ color:  #000000!important; }
 
.common-style strong  { font-weight: bold !important;}

.common-style b  { font-weight: bold !important;}

.common-style i  { font-style: italic !important; }

.common-style ul { width:100%; float: none;  margin:0 auto 31px; padding-left: 0px;}

.common-style ul li{ float:none; font-size: 16px; color: #000000; line-height: 31.01px; position:relative; margin: 0 0 0px; padding:0 0 0 18px; font-family: 'Poppins', sans-serif;  }

.common-style ul li:before {content:"\2022 "; position: absolute; left: 0px; color:#000; font-size: 18px; top: -1px;} 

.common-style ul li a {color: #fe6000; }

.common-style ol { counter-reset: my-awesome-counter; margin:0 auto 31px;  position: relative; }

.common-style ol li { font-size: 16px; color: #000000; line-height: 31.01px; counter-increment: my-awesome-counter; padding-left:27px; width: auto; margin: 0 auto; margin-bottom: 1px; font-family: 'Poppins', sans-serif; position: relative; }

.common-style ol li a{color:  #fe6000; }

.common-style ol li:before { content: counter(my-awesome-counter);margin-right: 0px;  position: absolute; left: 0px; color: #000; font-size: 18px;  top: 0;}    

.common-style blockquote p { font-size: 16px; color: #000000; line-height: 31.01px; margin-bottom: 25px; position:  relative; }

.common-style blockquote p:before { content: '"'; position:  absolute; left: -100px; font-size: 16px; color:#fe6000; font-style:  italic; top: 17px; }
 
 
/* IMG STYLES */ 
.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.aligncenter {
clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  clear: both; 
}
.conter-bar1.treatin-wrapp.common-style h3 {
    margin-top: 0;
}


.fees-content {
    margin-top: 24px;
    display: inline-block;
}


.main-bg-img  img{ object-fit: cover !important; height:100% !important;}
.bgflex { background-size: cover!important;}
.conten-wrapp .workshops-wrapp > div {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:767px){  
/* .common-style iframe { width:100%; height:350px; }*/
.typeform-widget {   height: initial !important;}
  }
@media(max-width:480px){

    img.alignleft,.alignleft,img.alignright,.alignright,.alignnone,img.alignnone{
        display:block; margin:0px auto 15px auto; float:  none; }
}

.common-style [type=search] {border: 1px solid; padding:  10px 25px; background: none; border-color:#fe6000; font-size: 15px; color:  #fe6000; line-height: 26px; width: 200px; display: inline-block;     margin-left: 15px; }

.common-style [type=submit] { -webkit-appearance: none; border: 1px solid; padding: 10px 20px; font-size: 15px; line-height: 26px; cursor:pointer; color: #ffffff; background: #fe6000; border-color:  #fe6000;}

.common-style [type=submit]:hover { cursor:pointer; color: #fe6000; background: #ffffff; border-color: #fe6000;}    

.pagina-wrapp { width: 100%; clear: both;  display: block; text-align: center; }
nav.navigation.pagination { display: block; }


.videoWrapper {
     position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
		margin:0 0px 25px 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
    	height: 100% !important;

}
 
/*------------------- common style end ---------------------------*/

.bloger-row2search {
    margin-bottom: 15px;
}


.header-wrapp, .link-wrapp, .banner-wrapp, .sectionMainCTA, .about-wrapp, .options-wrapp, .testimonials-wrapp, .team-wrapp, .books-wrapp, .foundation-wrapp, .footer-wrapp, .inner-wrapp, .conten-wrapp, .sidbar-wrapp, .abouts-wrapp, .blogin-wrapp, .bloger-wrapp, .paiger-wrapp, .done-wrapp, .reviews-slider, .startup-wrapp, .resources-wrapp, .testi-wraap, .workshops-wrapp, .contac-wrapp { width:100%; float:left;}
.margin { width:100%; max-width:1174px; margin:auto;}

.menu-col { width:96px; float:left; overflow:hidden; margin:0 0 0; position:absolute; left:1%; top:15px;}
.menu-col img { width:100%; display:block;}
.menu-col .menu-button-row { width:96px; float:left;}

/*header-wrapp*/
.header-wrapp { text-align:center; padding:18px 0; position:relative; z-index:999;}
.header-wrapp p { float:none; font-size:14.5px; color:#ffffff; letter-spacing:0; display:inline-block; text-align:center; line-height:40px; margin:0 0 0; position:relative; top:2px;}
.header-wrapp p a { color:#ffffff;}
.header-wrapp p span { display:inline; margin:0 0 0 8px;}
.header-wrapp p strong { font-weight:700;}
.header-wrapp > .margin > p {
  line-height: 14px;
}
.header-wrapp .header-row1 { width:auto; float:left; margin:16px 0 0 0;}
.header-wrapp .header-row1 img { width:100%; display:block;}
.header-wrapp .header-row1 a { font-size:16px; color:#fff; display:inline-block; position:relative; top:-5px;}
.header-wrapp .header-row1 .header-bar1 { width:20px; float:left; margin:0 11px 0 0;}


.header-wrapp .header-btn1.freeReportBtnHeader {
  display: none;
  width: 210px;
  font-size: 13px;
  float: right;
  color: #fe7300;
  background: #fff;
  border-color: #fff;
  margin: 0 0 0 0;
  padding: 7px 0.3% 8px;
}
.header-wrapp.showlogo .header-btn1.freeReportBtnHeader:hover { color:#fff; background:#000000; border-color:#000000;}
.header-wrapp.showlogo .header-btn1.freeReportBtnHeader {
  display: block;
}
.header-wrapp.showlogo .header-btn1.freeReportBtnHeader strong {
  font-weight: bold;
}

/*link-wrapp*/
.link-wrapp { background:none; padding:36px 0; position:relative;}
.link-wrapp p { display:none; float:none; font-size:16px; color:#4c828a; letter-spacing:0; line-height:22px; margin:0 0 0;}
.link-wrapp p a { color:#4c828a;}
.link-wrapp p span { display:block;}
.link-wrapp p strong { font-weight:700;}
.link-wrapp .link-row1 { width:243px; float:none; clear:inherit; margin:0 auto 0; left:0; transform: translateY(-50%); position: absolute; top: 50%; right: 0; z-index:99;}
.link-wrapp .link-row1 img { width:100%; display:block;}
.link-wrapp .link-row1 .link-bar1 { width:100%; float:none;}
.link-wrapp .link-row2 { width:98px; float:left; overflow:hidden; margin:0 0 0;}
.link-wrapp .link-row2 img { width:100%; display:block;}
.link-wrapp .link-row2 .link-bar2 { width:98px; float:left;}
.link-wrapp .link-row3 { width:auto; float:right; clear:inherit; margin:0 0 26px; position:relative; z-index:99;}
.link-wrapp .link-row3 img { width:100%; display:block;}
.link-wrapp .link-row3 .link-bar3 { width:100%; float:right;}
.social-box1 { width:auto; float:left; margin:-4px 0 0 13px;}
.social-box1 img { width:100%; display:block;}
.social-box1 a img { transition:transform 0.8s ease-in-out 0s;}
.social-box1 a:hover img { transform:rotate(360deg);}
.social-box1 a { width:27px; float:none; display:inline-block; margin:0 3px 0;}
.link-wrapp .link-btn1 { width:210px; float:right; color:#ffffff; margin:0 0 0 0; padding:13px 2% 14px;}
.link-wrapp .link-btn1:hover { color:#41966f;}

.link-wrapp .link-btn1 > span strong {
  font-weight: bold;
}

.link-wrapp .link-btn2 { width:210px; float:right; color:#ffffff; margin:0 0 0 0; padding:13px 2% 14px; clear: both; margin-top: 10px;}
.link-wrapp .link-btn2:hover { color:#41966f;}

.link-wrapp .header-btn1 { display:none; width:210px; float:right; color:#ffffff; margin:0 0 0 0; padding:13px 2% 14px;}
.link-wrapp .header-btn1:hover { color:#41966f;}
.link-wrapp .header-row1 { display:none; width:100%; float:left; margin:16px 0 20px 0;}
.link-wrapp .header-row1 img { width:100%; display:block;}
.link-wrapp .header-row1 a { font-size:16px; color:#000000; display:inline-block; position:relative; top:-1px;}
.link-wrapp .header-row1 .header-bar1 { width:20px; float:none; display:inline-block; margin:0 11px 0 0;}

/*banner-wrapp*/
.banner-wrapp { position:relative; min-height:743px;}
.banner-wrapp h1 {
    font-size: 50px;
    color: #de7312;
    line-height: normal;
    letter-spacing: -0.4px;
    margin: 0 0 24px;
    font-family: 'Poppins', sans-serif; font-weight: 700;
    height: auto;
}
.banner-wrapp h3 { float:none; font-size:16px; color:#000000; letter-spacing:0; line-height:31.01px; margin:0 0 0;}
.banner-wrapp h3 a { color:#000000;}
.banner-wrapp h3 span { display:block;}
.banner-wrapp p { float:none; font-size:18px; color:#000000; letter-spacing:0; /*line-height:45.16px;*/ line-height: 39px; margin:0 0 31px; /*max-width:461px;*/ max-width: 90%; }
.banner-wrapp p a { color:#000000;}
.banner-wrapp p span { display:block;}
.banner-wrapp p strong { font-weight:700;}
.banner-wrapp .banner-col1 { position:absolute; width:1000px; float:left; left:0; top:0;}
.banner-wrapp .banner-col1 img { width:100%; display:block; }
.banner-wrapp .banner-col2 { width:597px; float:right; padding:132px 0 0; position:relative;}
.banner-wrapp .banner-col2 .banner-row1 { width:100%; float:left;}
.banner-wrapp .banner-row2 { width:100%; max-width:1170px; float:right; text-align:center; position:absolute; bottom:20px; right:0; left:0; margin:auto;}
.banner-wrapp .vidio-row1 { width:315px; float:right;}
.banner-wrapp .vidio-row1 img { width:100%; display:block; height: 193px; object-fit: cover; object-position: center center;}
.banner-wrapp .vidio-row1 .vidio-bar1 { width:100%; margin:0 auto 14px; position:relative; box-shadow: 0px 18px 36px -4px rgba(0,0,0,0.30);}
.banner-wrapp .banner-btn1 { float:none; color:#ffffff; margin:0 0 0 0; padding:13px 22px 14px;}
.banner-wrapp .banner-btn1:hover { color:#41966f;}

.videoPresTeam {
  display: inline-block;
  width: 100%;
  margin: 0 auto 14px;
  position: relative;
  /*box-shadow: 0px 18px 36px -4px rgb(0 0 0 / 30%);*/
}
.videoPresTeam .js-video-button {
  width: 32px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}
.videoPresTeam .general-video-play-button {
  width: 32px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}
.videoPresTeam img {
  width: 100%;
  display: block;
  height: 395px;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center center;
}
.videoPresTeamCaption {
  text-align: center;
}
.videoPresTeamCaption h3 {
  float: none;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 31.01px;
  margin: 0 0 0;
}

/*about-wrapp*/
.about-wrapp { background:url(../images/main-bg2.jpg) no-repeat bottom center / cover; position:relative; padding:120px 0;}
.about-wrapp h2 { float:none; font-size:48px; color:#fe7300; letter-spacing:-0.5px; line-height:60.16px; margin:0 0 0;}
.about-wrapp h2 a { color:#fe7300;}
.about-wrapp h2 span { display:block;}
.about-wrapp p { float:none; font-size:16px; color:#000000; letter-spacing:0; line-height:31.01px; margin:0 0 31px;}
.about-wrapp p a { color:#000000;}
.about-wrapp p span { display:block;}
.about-wrapp p strong { font-weight:700;}
.about-wrapp .about-row { width:100%; float:left;}
.about-wrapp .about-row .about-col1 { width:40%; float:left;} 
.about-wrapp .about-row .about-col2 { width:50%; float:right;}
.about-wrapp h2, .about-wrapp h2 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

input.originalCheckbox {
  margin-right: 10px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

/*options-wrapp*/
.options-wrapp { text-align:center; padding:0 0; margin:-70px 0 0; position:relative;}
.options-wrapp2 { padding-bottom:0;}
.options-wrapp h4 { float:none; /*font-size:48px;*/ font-size: 34px; color:#fe7300; letter-spacing:-0.5px; /*line-height:60.16px;*/ line-height: 48.16px; /*margin:0 0 58px;*/ margin: 0 0 48px; }
.options-wrapp h4 a { color:#fe7300;}
.options-wrapp h4 span { display:block;}
.options-wrapp h4, .options-wrapp h4 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

.boxwrapp {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.options-wrapp2 .boxwrapp { min-height:494px;}
.boxwrapp .light-orange {
    background: #fe6e39;
}
.boxwrapp .orange {
    background: #fe7500;
    background: -moz-linear-gradient(to top, #fe7500 0%, #fe1b00 100%);
    background: -webkit-linear-gradient(to top, #fe7500 0%, #fe1b00 100%);
    background: linear-gradient(to top, #fe7500 0%, #fe1b00 100%);
}
.boxwrapp .pink { 
    background: #ffba01;
    background: -moz-linear-gradient(to top, #ffba01 0%, #fe8600 100%);
    background: -webkit-linear-gradient(to top, #ffba01 0%, #fe8600 100%);
    background: linear-gradient(to top, #ffba01 0%, #fe8600 100%);
  }
.boxwrapp .red { 
    background: #fe8600;
    background: -moz-linear-gradient(to top, #fe8600 0%, #fe6000 100%);
    background: -webkit-linear-gradient(to top, #fe8600 0%, #fe6000 100%);
    background: linear-gradient(to top, #fe8600 0%, #fe6000 100%);
}

.boxwrapp .box {
    float: left;
    width: 24.6%;
    border-radius: 5px;
    margin: 33px 5px 33px 0;
    text-align: center;
    padding: 39px 2% 60px 2%;
    transition: all 0.25s ease-out 0s;
    cursor: pointer;
    position: relative;
}
.boxwrapp .box:hover { padding:75px 2%; margin-top:-12px;}
.boxwrapp .box:last-child { margin-right:0;}
.boxwrapp .box h2 { color:#fff; font-size:24px; margin-bottom:10px; font-family: 'Poppins', sans-serif; font-weight: 700;}
.boxwrapp .box h3 { color:#fff; font-size:14px; margin-bottom:20px; min-height:95px;}
.boxwrapp .light-orange .thumb, .boxwrapp .orange .thumb, .boxwrapp .red .thumb, .boxwrapp .pink .thumb {  width:100%; text-align:center; margin:0 0 26px;}
.boxwrapp .light-orange .thumb img, .boxwrapp .orange .thumb img, .boxwrapp .red .thumb img, .boxwrapp .pink .thumb img { max-height:113px; width:auto}
.boxwrapp .box .readmore { background:#fff; border-radius:5px; color:#fe7300; padding:12px 20px; display:inline-block; font-size:14px;}
.boxwrapp .box .readmore:hover { background:#fe7300; color:#fff;}

/*testimonials-wrapp*/
.testimonials-wrapp { position:relative; padding:105px 0 72px; overflow: hidden !important;}
.testimonials-wrapp h2 { float:left; font-size:36px; color:#de7312; line-height:52.16px; letter-spacing:-0.8px; margin:0 0 30px;}
.testimonials-wrapp h2 a { color:#de7312;}
.testimonials-wrapp h2 span { display:block;}
.testimonials-wrapp h3 { float:left; font-size:18px; color:#000000; line-height:31px; letter-spacing:-0.4px; margin:0 0 0; padding:4px 0 0; position:relative; width:100%;}
.testimonials-wrapp h3 a { color:#000000;}
.testimonials-wrapp h3 span { display:block;}
.testimonials-wrapp h3:after { content:""; width:5px; height:1px; background:#000000; position:absolute; top:-10px; left:0;}
.testimonials-wrapp p { font-size:16px; color:#fff; line-height:34.75px; margin:0 0 34px;}
.testimonials-wrapp p a { color:#fff;}
.testimonials-wrapp p span { display:block;}
.testimonials-wrapp .testimonials-row { width:100%; float:left; position:relative;}
.testimonials-wrapp .col1 { width:40%; float:left; border-radius:0 10px 10px 0; overflow:hidden;}
.testimonials-wrapp .col1 img { width:100%; display:block;}
.testimonials-wrapp .col2 { width:55%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.testimonials-wrapp .col2 .testimonial-icon { width:51px; float:left; margin:0 0 7px;}
.testimonials-wrapp .col2 .box-row { width:654px; float:left;}
.testimonials-wrapp .testimonials-btn1 { float:left; color:#ffffff; margin:50px 0 0 0; padding:13px 22px 14px;}
.testimonials-wrapp .testimonials-btn1:hover { color:#41966f;}
.testimonials-wrapp h2, .testimonials-wrapp h2 span, .testimonials-wrapp h3, .testimonials-wrapp h3 span { font-family: 'Poppins', sans-serif; font-weight: 700;}
.testimonials-wrapp .slide-post.owl-carousel .owl-dots { display: none;}



/*foundation-wrapp*/
.foundation-wrapp .foundation-text {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.foundation-wrapp .foundation-text p {
  font-size: 16px;
  color: #de7312;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.foundation-wrapp .foundation-text p a {
  text-decoration: none;
  color: #de7312;
  text-decoration: underline;
}
.foundation-wrapp .foundation-text p a:hover {
  text-decoration: none;
}

.foundation-wrapp { text-align:center; padding:30px 0;}
.foundation-wrapp h2 { font-size:48px; color:#de7312; line-height:60.16px; letter-spacing:-0.8px; margin:0 0 47px;}
.foundation-wrapp h2 a { color:#de7312;}
.foundation-wrapp h2 span { display:block;}
.foundation-wrapp p { font-size:16px; color:#fff; line-height:19px; letter-spacing:-0.5px; margin:0 0 0; min-height:80px;}
.foundation-wrapp p a { color:#fff;}
.foundation-wrapp p span { display:block;}
.foundation-wrapp .foundation-row { width:100%; float:left;}
.foundation-wrapp .foundation-row .foundation-icon { width:auto; display:inline-block; margin:0 0 6px;}
.foundation-wrapp .foundation-row .foundation-icon img { width:auto; max-height:64px;}
.foundation-wrapp .foundation-row .foundation-box { width:30.49%; float:left; background:#000; border-radius:5px; overflow:hidden; margin:0 4.26% 0 0;}
.foundation-wrapp .foundation-row .foundation-box:last-child { margin:0;}
.foundation-wrapp .foundation-row .foundation-col1 { width:52%; float:left; background:url(../images/shape1.png) no-repeat left / 100% 100%; padding:39px 0 0;}
.foundation-wrapp .foundation-row .foundation-col2 { width:48%; float:right; padding:39px 0 0;}
.foundation-wrapp h2, .foundation-wrapp h2 span, .foundation-wrapp p, .foundation-wrapp p span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*books-wrapp*/
.books-wrapp { text-align:center; padding:0 0 70px;}
.books-wrapp h2 { font-size:48px; color:#de7312; line-height:60.16px; letter-spacing:-0.8px; /*margin:0 0 47px;*/ margin: 0;}
.books-wrapp h2 a { color:#de7312;}
.books-wrapp h2 span { display:block;}
.books-wrapp h3 { font-size:36px; color:#de7312; line-height:52.16px; letter-spacing:-0.8px; margin:0 0 11px;}
.books-wrapp h3 a { color:#de7312;}
.books-wrapp h3 span { display:block;}
.books-wrapp p { font-size:21px; color:#332f30; line-height:30px; letter-spacing:-0.5px; margin:0 0 0;}
.books-wrapp p a { color:#332f30;}
.books-wrapp p span { display:block;}
.books-wrapp .books-row { width:100%; float:left; margin:30px 0 0;}
.books-wrapp .books-row .books-col1 { width:48%; float:left; position:relative;}
.books-wrapp .books-row .books-col1:last-child { float:right;}
.books-wrapp .books-row .books-col1 .books-thumb { width:272px; margin:0 auto 50px; display:inline-block;}
.books-wrapp .books-row .books-col1 .books-thumb img { width:100%; display:block;}
.books-wrapp .books-row .books-col1 .books-row2 { width:100%; float:left; min-height:294px;}
.books-wrapp .books-row .books-col1 a { position:absolute; bottom:0; width:auto; left:0; right:0; margin:auto;}
.books-wrapp h2,
.books-wrapp h2 span,
.books-wrapp h3,
.books-wrapp h3 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*team-wrapp*/
.team-wrapp { position:relative; padding:/*331px*/200px 0 201px;}
.team-wrapp h2 {
    float: none;
    font-size: 16px;
    color: #fe7100;
    letter-spacing: 0;
    line-height: 31.01px;
    margin: 0 0 0;
    background: -webkit-linear-gradient(top,#fe8600, #fe6000 );
    background: -moz-linear-gradient(top,#fe8600, #fe6000 );
    background: -ms-linear-gradient(top,#fe8600, #fe6000 );
    background: -o-linear-gradient(top,#fe8600, #fe6000 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}
.team-wrapp h2 a { color:#fe6000;}
.team-wrapp h2 span { display:block;}
.team-wrapp p { float:none; font-size:16px; color:#000000; letter-spacing:0; line-height:31.01px; margin:0 0 37px;}
.team-wrapp p a { color:#000000;}
.team-wrapp p span { display:block;}
.team-wrapp p strong { font-weight:700;}
.team-wrapp:after { content:""; width:972px; height:818px; position:absolute; bottom:0; right:0; background:url(../images/docto-img.png) no-repeat center / 100% 100%;}
.team-wrapp .team-col1 { width:50%; float:left; position:relative; z-index:9;}

/*footer-wrapp*/
.footer-wrapp { padding:36px 0 58px;}
.footer-wrapp p { float:none; font-size:16px; color:#ffffff; line-height:31px; margin:0 0 0; position:relative;}
.footer-wrapp p a { color:#000000;}
.footer-wrapp p span { display:block;}
.footer-wrapp p strong { font-weight:700;}
.footer-wrapp .footer-row1 { width:50%; float:left; display:inline; margin:0 0 4px;}
.footer-wrapp .footer-row1 img { width:100%; display:block;}
.footer-wrapp .footer-row1 .flogo { width:243px; float:left;}
.footer-wrapp .footer-row2 {width: 50%;float: right;margin: 20px 0 5px;text-align: right;}
.footer-wrapp .footer-row2 img { width:100%; display:block;}
.footer-wrapp .footer-row3 {width: 50%;float: right;margin: 0 0 0;text-align: right;}
.footer-wrapp .footer-row3 ul li { display: inline-block; margin: 0 7px 0 7px; }
.footer-wrapp .footer-row3 ul li a {font-size: 16px;color: #ffffff;line-height: 31px;}
.footer-wrapp .footer-row3 ul li a:hover{font-size: 16px;color: #ffffff;line-height: 31px;}
/*inner-wrapp*/
.inner-wrapp { position:relative; min-height:280px;}
.inner-wrapp h1 { font-size:50px; color:#fe7300; line-height:67.16px; letter-spacing:-0.4px; margin:0 0 7px; font-family: 'Poppins', sans-serif; font-weight: 700;}
.inner-wrapp p { float:none; font-size:18px; color:#000000; letter-spacing:0; line-height:45.16px; margin:0 0 0; max-width:100%;}
.inner-wrapp p a { color:#000000;}
.inner-wrapp p span { display:contents;}
.inner-wrapp p strong { font-weight:700;}
.inner-wrapp .inner-col1 { position:absolute; width:100%; float:left; left:0; top:-90px;}
.inner-wrapp .inner-col1 img { width:100%; display:block;}
.inner-wrapp .inner-col1 .inner-row1 { width:636px; float:left; margin:0 0 0 -60px}
.inner-wrapp .inner-col2 { width:100%; float:right; padding:0 0 0; position:absolute; top:50%; transform:translateY(-50%); right:0; left:0; margin:auto;}
.inner-wrapp .inner-row2 { width:100%; float:left; text-align:center;}
.inner-wrapp .inner-col3 { width:27%; float:right; position:absolute; right:0; top:-40px;}
.inner-wrapp .inner-col3 img { width:100%; display:block;}

/*conten-wrapp*/
.conten-wrapp { padding:143px 0 133px;}
.conten-wrapp2 { padding:143px 0 50px;}
.conten-wrapp .conten-row1 { width:100%; float:left;}
.conten-wrapp .conten-row1 .conten-bar1 { width:62.7%; float:left; padding:0 0 0;}
.conten-wrapp .conten-row1 .conten-bar3 { width:64.4%; float:left; padding:0 0 0;}
.conten-wrapp .conten-row1 .conten-bar2 { width:32%; float:right; padding:0;}

/*sidbar-wrapp*/
.sidbar-wrapp { text-align:center; position:relative; z-index:9;}
.sidbar-wrapp p { float:none; font-size:16px; color:#fff; letter-spacing:0; line-height:24px; margin:0 auto 10px; max-width:296px;}
.sidbar-wrapp p a { color:#fff;}
.sidbar-wrapp p span { display:block;}
.sidbar-wrapp p strong { font-weight:700;}
.sidbar-wrapp h2 { font-size:21px; color:#fe6000; line-height:45.16px; margin:0 0 9px;}
.sidbar-wrapp h2 a { color:#fe6000;}
.sidbar-wrapp h2 span { display:block;}
.sidbar-wrapp h3 { font-size:16px; color:#fff; letter-spacing:0.3px; line-height:45.16px; margin:0 ;}
.sidbar-wrapp h3 a { color:#fff;}
.sidbar-wrapp h3 span { display:block;}
.sidbar-wrapp .sidbar-row1 { width:100%; float:left; background:#fff; border:1px solid #ff902a; margin:0 0 19px; padding:22px 58px 38px; border-radius:5px;}
.sidbar-wrapp .sidbar-row1 img { width:100%; display:block;}
.sidbar-wrapp .sidbar-row1 .sidbar-bar1 { width:100%; float:left;}
.sidbar-wrapp .sidbar-row1 .sidbar-bar1 .sidbar-fil1 { color:#fe6000; background:none; border-color:rgba(208,101,4,0.25);}
.sidbar-wrapp .sidbar-row1 .sidbar-bar1 .sidbar-fil2 { width:100%; height:47px; float:left; margin:0 0 10px; padding:0 2% 0;}
.sidbar-wrapp .sidbar-row1 .sidbar-bar1 .sidbar-fil3 { width:100%; height:100px; float:left; margin:0 0 16px; padding:13px 2% 0;}
.sidbar-wrapp .sidbar-row2 { width:100%; float:left; background:#fe7900; border-radius:5px; padding:27px 1% 27px;}
.sidbar-wrapp .sidbar-row2 h2 { color:#fff; letter-spacing:-0.2px; margin-bottom:18px}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { width:100%; float:left;}
.sidbar-wrapp .sidbar-row3 { width:100%; float:left; background:#da6f0e; margin:0 0 19px; padding:26px 2% 33px; border-radius:5px;}
.sidbar-wrapp .sidbar-row3 h2 { margin-bottom:10px; color:#fff;}
.sidbar-wrapp .sidbar-row3 img { width:100%; display:block;}
.sidbar-wrapp .sidbar-row3 .sidbar-bar3 { width:100%; float:left;}
.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li { float:none; display:block;}
.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li a { font-size:16px; color:#ffffff; padding:0 0 0; line-height:28px; display:block;}
.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li a:hover { color:#000000;}
.sidbar-wrapp .sidbar-row4 { width:100%; float:left; margin:0 0 19px; padding:22px 38px 24px; border-radius:5px;}
.sidbar-wrapp .sidbar-row4 h2 { color:#fff !important; margin:0 0 5px;}
.sidbar-wrapp .sidbar-row4 p { max-width:300px; letter-spacing:0.3px;}
.sidbar-wrapp .sidbar-row5 { width:100%; float:left; background:#fe7300; margin:0 0 19px; padding:15px 27px 33px; border-radius:5px;}
.sidbar-wrapp .sidbar-row5 h2 { color:#fff;}
.sidbar-wrapp .sidbar-row5 .sidbar-bar5 { width:100%; float:left; margin:0 0 16px;}
.sidbar-wrapp .sidbar-row5 .book-row { width:100%; float:left; margin:0 0 7px;}
.sidbar-wrapp .sidbar-row5 .book-row .book-col1 { width:auto; float:left; margin:17px 0 0; font-size:16px; color:#fff; letter-spacing:0.3px;}
.sidbar-wrapp .sidbar-row5 .book-row .book-col2 { width:auto; float:right;}
.sidbar-wrapp .sidbar-btn1 { width:auto; float:none; color:#ffffff; margin:30px 0 0 0; padding:13px 47px 14px;}
.sidbar-wrapp .sidbar-btn1:hover { color:#da6f0e;}
.sidbar-wrapp .sidbar-btn2 { float:none; color:#fe6000; background:#fff; border-color:#fff; margin:20px 0 0 0; padding:13px 22px 14px;}
.sidbar-wrapp .sidbar-btn2:hover { color:#fff; background:#000000; border-color:#000000;}
.sidbar-wrapp .sidbar-btn3 { float:none; color:#000000; background-color:#ffc439; border-color:#ffc439; margin:16px 0 21px 0; padding:12px 30px 14px 75px;}
.sidbar-wrapp .sidbar-btn3:hover { color:#ffffff; background-color:#104a6a; border-color:#104a6a;}
.sidbar-btn3 { background:url(../images/pay-icon.png) no-repeat 29px center;}
.sidbar-wrapp .sidbar-btn4 { float:none; color:#fe6000; background:#fff; border-color:#fff; margin:10px 0 0 0; padding:13px 23px 14px;}
.sidbar-wrapp .sidbar-btn4:hover { color:#fff; background:#000000; border-color:#000000;}
.sidbar-wrapp .book-btn1 { float:none; color:#fff; background:#ffbc32; border-color:#ffbc32; margin:6px 0 0 0; padding:13px 30px 14px;}
.sidbar-wrapp .book-btn1:hover { color:#ffbc32; background:#fff; border-color:#ffbc32;}
.sidbar-wrapp h2, .sidbar-wrapp h2 span, .sidbar-wrapp h3, .sidbar-wrapp h3 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*abouts-wrapp*/

.abouts-wrapp h2 {
    font-size: 30px;
    color: #fe8600;
    line-height: normal;
    margin: -5px 0 5px;
    background: -webkit-linear-gradient(top,#fe8600, #fe6000 );
    background: -moz-linear-gradient(top,#fe8600, #fe6000 );
    background: -ms-linear-gradient(top,#fe8600, #fe6000 );
    background: -o-linear-gradient(top,#fe8600, #fe6000 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}
.abouts-wrapp h2 a { color:#fe6000;}
.abouts-wrapp h2 span { display:block;}
.abouts-wrapp h3 { font-size:16px; color:#fe6000; line-height:31.01px; display:inline-block; margin:0 0 36px;}
.abouts-wrapp h3 a { color:#fe6000;}
.abouts-wrapp h3 span { display:block;}
.abouts-wrapp p { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 31px;}
.abouts-wrapp p a { color:#000000;}
.abouts-wrapp p span { display:block;}
.abouts-wrapp h2, .abouts-wrapp h2 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*blogin-wrapp*/
.blogin-wrapp h2 { font-size:30px; color:#fe6000; line-height:31.01px; margin:0 0 25px;}
.blogin-wrapp h2 a { color:#fe6000;}
.blogin-wrapp h2 span { display:block;}
.blogin-wrapp h3 { font-size:16px; color:#fe6000; line-height:31.01px; display:inline-block; margin:0 0 36px;}
.blogin-wrapp h3 a { color:#fe6000;}
.blogin-wrapp h3 span { display:block;}
.blogin-wrapp p { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 31px;}
.blogin-wrapp p a { color:#000000;}
.blogin-wrapp p span { display:block;}
.blogin-wrapp .blogin-row1 { width:100%; float:left; margin:0 0 40px;}
.blogin-wrapp .blogin-row1 img { width:100%; display:block;}
.blogin-wrapp .blogin-btn1 { float:none; color:#fe6000; background:#fff; border-color:#f0be90; margin:6px 0 0 0; padding:13px 25px 14px;}
.blogin-wrapp .blogin-btn1:hover { color:#fff; background:#fe6000; border-color:#fe6000;}
.blogin-wrapp h2, .blogin-wrapp h2 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*bloger-wrapp*/
.bloger-wrapp h2 { font-size:30px; color:#fe6000; line-height:31.01px; margin:0 0 12px;}
.bloger-wrapp h2 a { color:#fe6000;}
.bloger-wrapp h2 span { display:block;}
.bloger-wrapp h3 { font-size:16px; color:#fe6000; line-height:31.01px; display:inline-block; margin:0 0 36px;}
.bloger-wrapp h3 a { color:#fe6000;}
.bloger-wrapp h3 span { display:block;}
.bloger-wrapp p { font-size:16px; color:#000000; line-height:28px; margin:0 0 29px;}
.bloger-wrapp p a { color:#000000;}
.bloger-wrapp p span { display:block;}
.bloger-wrapp .bloger-row1 { width:100%; float:left;}
.bloger-wrapp .bloger-row1 .bloger-row2 { width:100%; float:left; margin:0 0 20px; border:1px solid #ff902a;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { width:43.1%; float:left;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt img { width:100%; display:block;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-rt { width:52%; float:right; padding:25px 3% 25px 0;}
.bloger-wrapp .bloger-btn1 { float:none; color:#ffffff; margin:0 0 0 0; padding:13px 22px 14px;}
.bloger-wrapp .bloger-btn1:hover { color:#da6f0e;}
.bloger-wrapp h2, .bloger-wrapp h2 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*paiger-wrapp*/
.paiger-wrapp { text-align:center; padding:30px 0 0;}
.paiger-wrapp h4 { font-size:16px; line-height:30px; margin:1px 23px 0 0; color:#818181; float:left;}
.paiger-wrapp h4 a { color:#818181;}
.paiger-wrapp h4 span { display:block;}
.paiger-wrapp .paiger-row1 { width:auto; float:left; margin:0 0 0;}
.paiger-wrapp .paiger-row1 img { width:100%; display:block;}
.paiger-wrapp .paiger-row1 .paiger-bar1 { width:auto; float:none; display:inline-block; margin:3px 0 0;}
.paiger-wrapp .paiger-row1 .paiger-bar1 li { float:none; display:inline-block; margin:0 3px;}
.paiger-wrapp .paiger-row1 .paiger-bar1 li a { display:inline-block; padding:0; margin:0 10px; border-bottom:4px solid #fff;}
.paiger-wrapp .paiger-row1 .paiger-bar1 li a:hover { border-bottom:4px solid #fd5492;}
.paiger-bar1 li, .paiger-bar1 li a { font-size:16px; color:#fe6000; line-height:inherit;}
.paiger-wrapp .paiger-btn1 { font-size:16px; border:none; color:#6c6c6c; letter-spacing:0.2px; padding:6px 16px 6px 0; cursor:pointer;}
.paiger-wrapp .paiger-btn2 { font-size:16px; border:none; color:#fe6000; letter-spacing:0.2px; cursor:pointer; padding:6px 0 6px 16px;}
.paiger-btn1:hover { color:#fe6000;}
.paiger-btn2:hover { color:#6c6c6c;}


.paiger-wrapp .paiger-row1 h2.screen-reader-text { display: none;}
.paiger-wrapp .paiger-row1 span.page-numbers.current {
    border-bottom: 4px solid #fe6000;
    padding: 0;
    margin: 0 13px;
    font-size: 16px;
    color: #fe6000;
    line-height: inherit;
    float: none;
    display: inline-block;
}
.paiger-wrapp .paiger-row1 a.page-numbers {
    float: none;
    display: inline-block;
    margin: 0 13px;
    font-size: 16px;
    color: #fe6000;
    line-height: inherit;
    padding: 0;
    border-bottom: 4px solid #fff;
}
.paiger-wrapp .paiger-row1 a.page-numbers:hover{
      border-bottom: 4px solid #fd5492;
}
.paiger-wrapp .paiger-row1 a.prev.page-numbers {
    margin: 0;
    margin-right: 6px;
    padding: 0;
    border: 0;
}
.paiger-wrapp .paiger-row1 a.next.page-numbers {
    margin: 0;
    margin-left: 6px;
    border: 0;
    padding: 0;
}
.paiger-wrapp .paiger-row1 span.page-numbers.dots {
    float: none;
    display: inline-block;
    margin: 0 13px;
    font-size: 16px;
    color: #fe6000;
    line-height: inherit;
    padding: 0;
    border-bottom: 4px solid #fff;
}



/*done-wrapp*/
.done-wrapp h2 { font-size:30px; color:#fe6000; line-height:31.01px; margin:-5px 0 41px;}
.done-wrapp h2 a { color:#fe6000;}
.done-wrapp h2 span { display:block;}
.done-wrapp h3 { font-size:16px; color:#fe6000; line-height:31.01px; display:inline-block; margin:0 0 36px;}
.done-wrapp h3 a { color:#fe6000;}
.done-wrapp h3 span { display:block; margin: 10px 0;}
.done-wrapp p { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 31px;}
.done-wrapp p a { color:#de7312;}
.done-wrapp p span { display:block;}
.done-wrapp h2, .done-wrapp h2 span, .done-wrapp p a { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*reviews-slider*/
.reviews-slider { text-align:center; padding:0 0 177px;}
.reviews-slider h2 { font-size:30px; color:#de7312; line-height:31.01px; margin:0 0 41px;}
.reviews-slider h2 a { color:#de7312;}
.reviews-slider h2 span { display:block;}
.reviews-slider h3 { font-size:16px; color:#fff; letter-spacing:0.3px; line-height:45.16px; margin:0 0 16px;}
.reviews-slider h3 a { color:#fff;}
.reviews-slider h3 span { display:block;}
.reviews-slider p { float:none; font-size:16px; color:#fff; letter-spacing:0; line-height:24px; margin:0 auto 17px; max-width:495px;}
.reviews-slider p a { color:#fff;}
.reviews-slider p span { display:block;}
.reviews-slider p strong { font-weight:700;}
.reviews-slider .reviews-row { width:100%; float:left; margin:35px 0 41px;}
.reviews-slider .reviews-row .reviews-col1 { width:99%; float:left; position:relative; border-radius:5px; overflow:hidden; margin:0 0; overflow:inherit;}
.reviews-slider .reviews-row .reviews-col1 .reviews-row1 { width:100%; float:left;}
.reviews-slider .reviews-row .reviews-col1 .reviews-row1 img { width:100%; display:block;}
.reviews-slider .reviews-row .reviews-col1 .reviews-row2 { width:49px; position:absolute; top:50%; transform:translateY(-50%); left:0; right:0; margin:auto;}
.reviews-slider .reviews-row .reviews-col1 .reviews-row2 img { width:100%; display:block;}
.reviews-slider .reviews-row .reviews-col2 { height: 100%;width:99%; float:none; position:relative; margin:0 auto 0; background:#fe7300; border-radius:5px; padding:0 2% 20px;}
.reviews-slider .reviews-row .reviews-col2 .reviews-col3 { width:110px; display:inline-block; margin:-55px auto 22px; border-radius:50%; border:4px solid #fff; overflow:hidden;}
.reviews-slider .reviews-row .reviews-col2 .reviews-col3 img { width:100%; display:block;}
.reviews-slider .reviews-btn1 { float:none; color:#ffffff; margin:50px 0 0 0; padding:13px 22px 14px;}
.reviews-slider .reviews-btn1:hover { color:#41966f;}
.reviews-slider h2, .reviews-slider h2 span, .reviews-slider h3, .reviews-slider h3 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*startup-wrapp*/
.startup-wrapp h2 { font-size:30px; color:#fe6000; letter-spacing:-0.9px; line-height:31.01px; margin:-5px 0 10px;}
.startup-wrapp h2 a { color:#fe6000;}
.startup-wrapp h2 span { display:block;}
.startup-wrapp h3 { font-size:18px; color:#fe6000; line-height:31.01px; letter-spacing:-0.4px; display:inline-block; margin:0 0 29px;}
.startup-wrapp h3 a { color:#fe6000;}
.startup-wrapp h3 span { display:block;}
.startup-wrapp h4 { font-size:18px; color:#fe6000; line-height:28px; letter-spacing:-0.4px; margin:0 0 2px;}
.startup-wrapp h4 a { color:#fe6000;}
.startup-wrapp h4 span { display:block;}
.startup-wrapp h5 { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 0;}
.startup-wrapp h5 a { color:#000000;}
.startup-wrapp h5 span { display:block;}
.startup-wrapp p { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 20px;}
.startup-wrapp p a { color:#fe6000;}
.startup-wrapp p span { display:block;}
.startup-wrapp p strong { font-weight:700;}
.startup-wrapp .startup-row { width:100%; float:left; border-bottom:1px solid #f0be90; margin:0 0 39px; padding:0 0 6px;}
.startup-wrapp .startup-row3 { padding:0 0 50px;}
.startup-wrapp .startup-row2 { width:100%; float:left; margin:0 0 20px;}
.startup-wrapp .startup-row2  h2 { margin:0 0 23px;}
.startup-wrapp .startup-row1 { width:100%; float:left; margin:0 0 20px;}
.startup-wrapp .startup-row1 img { width:100%; display:block;}
.startup-wrapp .startup-row1 .startup-bar1 { width:100%; float:left;}
.startup-wrapp .startup-row1 .startup-bar1 li { float:none; font-size:16px; color:#000000; line-height:33px; background:url(../images/dot.png) no-repeat 0 11px; display:block; margin:0 0 0; padding:0 0 0 18px;}
.startup-wrapp .startup-btn1 { float:none; color:#fe6000; background:#fff; border-color:#f0be90; margin:9px 0 0 0; padding:13px 40px 14px;}
.startup-wrapp .startup-btn1:hover { color:#fff; background:#fe6000; border-color:#fe6000;}
.startup-wrapp h2, .startup-wrapp h2 span, .startup-wrapp h3, .startup-wrapp h3 span, .startup-wrapp h4, .startup-wrapp h4 span, .startup-wrapp p a { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*resources-wrapp*/
.resources-wrapp h2 { font-size:30px; color:#fe6000; letter-spacing:-0.4px; line-height:31.01px; margin:-5px 0 26px;}
.resources-wrapp h2 a { color:#fe6000;}
.resources-wrapp h2 span { display:block;}
.resources-wrapp h3 { font-size:18px; color:#fe6000; line-height:31.01px; letter-spacing:-0.4px; display:inline-block; margin:0 0 29px;}
.resources-wrapp h3 a { color:#fe6000;}
.resources-wrapp h3 span { display:block;}
.resources-wrapp h4 { font-size:18px; color:#fe6000; line-height:28px; letter-spacing:-0.4px; margin:0 0 2px;}
.resources-wrapp h4 a { color:#fe6000;}
.resources-wrapp h4 span { display:block;}
.resources-wrapp p { font-size:16px; color:#000000; line-height:31.01px; margin:0 0 20px;}
.resources-wrapp p a { color:#000000;}
.resources-wrapp p span { display:block;}
.resources-wrapp .resources-row1 { width:100%; float:left; margin:8px 0 0;}
.resources-wrapp .resources-row1 img { width:100%; display:block;}
.resources-wrapp .resources-row1 .resources-bar1 { width:100%; float:left;}
.resources-wrapp .resources-row1 .resources-bar1 li { float:none; font-size:16px; color:#000000; line-height:33px; /*background:url(../images/dot.png) no-repeat 0 15px;*/ display:block; margin:0 0 0; padding:0 0 0 18px;}
.resources-wrapp h2, .resources-wrapp h2 span, .resources-wrapp h3, .resources-wrapp h3 span, .resources-wrapp h4, .resources-wrapp h4 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*testi-wrapp*/
.testi-wrapp { text-align:center; padding:0 0; position:relative; z-index:9;}
.testi-wrapp p { float:none; font-size:14px; color:#000000; line-height:19.01px; letter-spacing:0.2px; margin:0 auto 11px;}
.testi-wrapp p a { color:#ffffff;}
.testi-wrapp p span { display:block;}
.testi-wrapp p strong { font-weight:700;}
.testi-wrapp h2 { font-size:14px; font-weight:400; color:#fe6000; letter-spacing:0.3px; line-height:20px; margin:0 0 0;}
.testi-wrapp h2 a { color:#fe6000;}
.testi-wrapp h2 span { display:block;}
.testi-wrapp h3 { font-size:16px; color:#fff; letter-spacing:0.3px; line-height:45.16px; margin:0 0 0;}
.testi-wrapp h3 a { color:#fff;}
.testi-wrapp h3 span { display:block;}
.testi-wrapp .testi-row1 { width:100%; float:left; margin:0 0 0;}
.testi-wrapp .testi-row1 img { width:100%; display:block;}
.testi-wrapp .testi-row2 { width:100%; float:left; margin:0 0 0 0; display: flex; flex-wrap: wrap;}
.testi-wrapp .testi-row2 img { width:100%; display:block; object-fit: cover; height: 210px; background-position: center center;}
.testi-wrapp .testi-row2 .testi-row22 { width:32.1%; float:left; position:relative; border:1px solid #ff902a; margin:0 1.7% 1.7% 0;}
.testi-wrapp .testi-row2 .testi-bar2 { width:100%; float:left; position:relative; margin:0 0 28px;}
.testi-wrapp .testi-row2 .testi-bar22 { width:100%; float:left; padding:0 6% 33px;}
.testi-wrapp .testi-row2 .testi-row22:nth-child(3n) { margin-right:0;}
.testi-wrapp .testi-row3 { width:100%; float:left; margin:50px 0 22px; display: flex; flex-wrap: wrap;}
.testi-wrapp .testi-row3 p { font-size:16px; color:#fff; line-height:24px; letter-spacing:0; margin-bottom:20px;}
.testi-wrapp .testi-row3 .testi-bar1 { width:32.1%; float:left; background:#fe7300; margin:0 1.7% 1.7% 0; border-radius:5px; padding:34px 4% 34px;}
.testi-wrapp .testi-row3 .testi-bar1:nth-child(3n) { margin-right:0;}
.testi-wrapp .paiger-wrapp .paiger-row1 { float:none; margin:auto;}
.testi-wrapp h2 , .testi-wrapp h2 span, .testi-wrapp h3 , .testi-wrapp h3 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*workshops-wrapp*/
.workshops-wrapp { text-align:center; position:relative; z-index:9;}
.workshops-wrapp p { float:none; font-size:14px; color:#fe6000; line-height:19.16px; letter-spacing:0.2px; margin:0 auto 22px; max-width:215px;}
.workshops-wrapp p a { color:#fe6000;}
.workshops-wrapp p span { display:block;}
.workshops-wrapp p strong { font-weight:700;}
.workshops-wrapp h2 { font-size:30px; color:#fe6000; letter-spacing:-0.4px; margin:0 10px 15px;}
.workshops-wrapp h2 a { color:#fe6000;}
.workshops-wrapp h2 span { display:block; font-size:21px; position:relative; top:-8px;}
.workshops-wrapp h3 { font-size:21px; color:#fe6000; letter-spacing:0.2px; line-height:normal; margin:0 0 42px;}
.workshops-wrapp h3 a { color:#fe6000;}
.workshops-wrapp h3 span { display:block;}
.workshops-wrapp h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.4px;
    line-height: normal;
    margin: 0 0 25px;
    width: 100%;
    float: left;
    background: #fe7500;
    padding: 22px 0;
   }
.workshops-wrapp h4 a { color:#fff;}
.workshops-wrapp h4 span { display:block;}
.workshops-wrapp .workshops-col1 { width:32.1%; float:left; margin:0 1.7% 1.7% 0; padding:18px 0 44px; background-size:cover; background-repeat:no-repeat;background-position:center center;/*background:url(../images/workshop-bg.jpg) no-repeat center / cover;*/ border:1px solid #ff902a; border-radius:5px;}
.workshops-wrapp .workshops-col1:nth-child(3n) { margin-right:0;}
.workshops-wrapp .workshops-btn1 {
    border-radius: 5px;
    color: #fff;
    padding: 12px 33px;
    box-shadow: 0 0 6px 0 rgba(218, 114, 11, 0.5);
    border: solid 1px transparent;
    background: #fe6000;
    background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
    box-shadow: none;
}
.workshops-wrapp .workshops-btn1:hover {box-shadow: 2px 1000px 1px #fff inset;    color: #da6f0e;}
.workshops-wrapp .paiger-wrapp .paiger-row1 { float:none; margin:auto;}
.workshops-wrapp h2, .workshops-wrapp h3, .workshops-wrapp h3 span, .workshops-wrapp h4, .workshops-wrapp h4 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*contac-wrapp*/
.contac-wrapp { text-align:center; position:relative; z-index:9; padding:0 0 30px;}
.contac-wrapp h2 { font-size:21px; color:#fe6000; line-height:45.16px; margin:0 0 9px;}
.contac-wrapp h2 a { color:#fe6000;}
.contac-wrapp h2 span { display:block;}
.contac-wrapp .contac-row1 { width:100%; float:left; background:url(../images/contact-bg.jpg) no-repeat center / cover; border:1px solid #ff902a; margin:0 0 0; padding:35px 5% 48px; border-radius:5px;}
.contac-wrapp .contac-row1 img { width:100%; display:block;}
.contac-wrapp .contac-row1 .contac-bar1 { width:528px; margin:0 auto; float:none;}
.contac-wrapp .contac-row1 .contac-bar1 .contac-fil1 { color:#fe6000; background:none; border-color:rgba(208,101,4,0.25);}
.contac-wrapp .contac-row1 .contac-bar1 .contac-fil2 { width:100%; height:47px; float:left; margin:0 0 10px; padding:0 2% 0;}
.contac-wrapp .contac-row1 .contac-bar1 .contac-fil3 { width:100%; height:100px; float:left; margin:0 0 16px; padding:13px 2% 0;}
.contac-wrapp .contac-row1 .contac-bar1 .robot { width:251px; float:none; margin:0 auto 0;}
.contac-wrapp .contac-btn1 { width:auto; float:none; color:#ffffff; margin:38px 0 0 0; padding:13px 47px 14px;}
.contac-wrapp .contac-btn1:hover { color:#da6f0e;}
.contac-wrapp h2, .contac-wrapp h2 span { font-family: 'Poppins', sans-serif; font-weight: 700;}

/*common-css*/
.sidbar-thm1 { width:100%; float:left; margin:0 0 3px;}
.sidbar-thm1 a { float:none; display:inline-block; margin:0 1px 0;}
.grt {
background: #fe6000;
background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
}

.header-btn1, .link-btn1, .link-btn2, .banner-btn1, .testimonials-btn1, .sidbar-fil1, .sidbar-btn1, .sidbar-btn2, .blogin-btn1, .bloger-btn1, .paiger-btn1, .paiger-btn1, .reviews-btn1, .startup-btn1, .sidbar-btn3, .book-btn1, .sidbar-btn4, .workshops-btn1, .contac-fil1, .contac-btn1 { text-align:center; font-size:16px; line-height:1; border:1px solid; border-radius:4px; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; cursor:pointer; font-family: 'Poppins', sans-serif;}



.sidbar-wrapp .sidbar-row1 .caldera-grid .col-sm-12 { padding: 0;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .form-control { text-align-last: center;width: 100%; height: 47px; float: left; margin: 0 0 10px; padding: 0 2% 0; color: #fe6000; background: none; border-color:rgb(255 124 5 / 25%); text-align: center; font-size: 16px; line-height: 1; border-radius: 4px; transition: all 0.25s ease-out 0s; display: inline-block; position: relative;  font-family: 'Poppins', sans-serif; box-shadow: none;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder { color: #fe6000;}
.sidbar-wrapp .sidbar-row1 .caldera-grid textarea.form-control { width: 100% !important; height: 100px; min-height: 50px; float: left; margin: 0 0 16px; padding: 13px 2% 0;}
.sidbar-wrapp .sidbar-row1 .caldera-grid a { color:#fe6000 !important; text-decoration: underline;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label{padding-left: 0px;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { text-align: center; font-size: 14px; color: #fe6000; letter-spacing: 0; line-height: 21px; width: 100%; float: left; margin: 0 0 10px;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]{background-image: url(../images/checkbox-thumb1.svg); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; height: 14px;  width: 14px;  margin: 0px !important; padding: 0; border: 0;  position: relative; left:2px; top: 2px; -webkit-appearance: none;-moz-appearance: none;outline: none !important;cursor: pointer;    margin-right: 8px !important; }
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]:checked {background-position: 0 14px; }
.sidbar-wrapp .sidbar-row1 .g-recaptcha {width: 100%;float: left;margin: 5px auto 0px auto;transform: scale(0.75);text-align: center;transform-origin: center;}
.sidbar-wrapp .sidbar-row1 .g-recaptcha div {width: auto !important; height: auto !important; margin: 0 auto !important;} 
.sidbar-wrapp .sidbar-row1 .caldera-grid .btn {
    width: auto;
    float: none;
    color: #ffffff;
    margin: 10px 0 0 0;
    padding: 13px 47px 14px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    background: #fe6000;
    background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
}.sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover { color: #da6f0e; box-shadow: 2px 1000px 1px #fff inset;}


.contac-wrapp .contac-row1 .caldera-grid { width: 528px; margin: 0 auto;  float: none;}
.contac-wrapp .contac-row1 .caldera-grid .col-sm-12 { padding: 0;}
.contac-wrapp .contac-row1 .caldera-grid .form-control { width: 100%; height: 47px; float: left; margin: 0 0 10px; padding: 0 2% 0; color: #fe6000; background: none; border-color: rgba(208,101,4,0.25); text-align: center; font-size: 16px; line-height: 1; border-radius: 4px; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; cursor: pointer; font-family: 'Poppins', sans-serif; box-shadow: none;}
.contac-wrapp .contac-row1 .caldera-grid .form-control::placeholder { color: #fe6000;}
.contac-wrapp .contac-row1 .caldera-grid textarea.form-control { width: 100% !important; height: 100px; min-height: 50px; float: left; margin: 0 0 16px; padding: 13px 2% 0;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox { text-align: center; font-size: 14px; color: #fe6000; letter-spacing: 0; line-height: 21px; width: 100%; float: left; margin: 0 0 0; vertical-align: baseline; outline: none; font-family: 'Poppins', sans-serif;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox+.checkbox { margin: 8px 0 20px;}
.contac-wrapp .contac-row1 .caldera-grid a { color: #e85900; text-decoration: underline;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox label{padding-left: 0px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox { text-align: center; font-size: 14px; color: #fe6000; letter-spacing: 0; line-height: 21px; width: 100%; float: left; margin: 0 0 10px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox input[type=checkbox]{background-image: url(../images/checkbox-thumb1.svg); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; height: 14px;  width: 14px;  margin: 0px !important; padding: 0; border: 0;  position: relative; left:2px; top: 2px; -webkit-appearance: none;-moz-appearance: none;outline: none !important;cursor: pointer;    margin-right: 12px !important; }
.contac-wrapp .contac-row1 .caldera-grid .checkbox input[type=checkbox]:checked {background-position: 0 14px; }
.contac-wrapp .contac-row1 .g-recaptcha {width: 100%;float: left;margin: 0px auto 0px auto;transform: scale(0.8);text-align: center;transform-origin: center;}
.contac-wrapp .contac-row1 .g-recaptcha div {width: auto !important; height: auto !important; margin: 0 auto !important;} 
.contac-wrapp .contac-row1 .caldera-grid .btn {  width: auto; float: none; color: #ffffff;  margin: 20px 0 0 0; padding: 13px 47px 14px; border-radius: 3px; box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5); border: solid 1px transparent; background: #e85900 !important;
    /*background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );*/ border-box; box-shadow: none; text-align: center; font-size: 16px; line-height: 1; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; cursor: pointer; font-family: 'Poppins', sans-serif;}
.contac-wrapp .contac-row1 .caldera-grid .btn:hover { color: #e85900; box-shadow: 2px 1000px 1px #fff inset;}
.contac-wrapp .contac-row1 .caldera-grid select.form-control { text-align-last: center;}





.parsley-required { display: none !important;}
.caldera-grid .form-group .parsley-error {
    border-color: #fe6000 !important;
    border: 2px dotted !important;
    color: #fe6000 !important;
    background: transparent;
}
.caldera-grid .form-group label.parsley-error {border: none !important;}
.caldera-grid .help-block {display: none !important;}
input.form-control.parsley-success, select.form-control.parsley-success, textarea.form-control.parsley-success { background: transparent  !important;}
.caldera-grid .row {margin: 0px !important;}
.caldera-grid .form-group { margin:0px auto !important;}

.slider.nonslider {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.slider.nonslider .notaslider {
    width: 31.5%;
    display: inline-block;
    margin: 0 0.5%;
}
.mona-all-model-slide-testimonials.owl-carousel .testi-bar1 {
    width: 98%;
}
.mona-all-model-slide-testimonials.owl-carousel .owl-stage {
    flex-wrap: wrap;
    display: flex;
}
.mona-all-model-slide-testimonials.owl-carousel {
    float: left;
    width: 100%;
}
.mona-all-model-slide-testimonials.owl-carousel .owl-stage .owl-item .testi-bar1 {
    height: 270px;
    overflow-y: auto;
}
a.test-read-btn {
    background: #fff;
    border-radius: 5px;
    color: #de7312;
    padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

a.test-read-btn:hover {
    background: #de7312;
    color: #fff;
}
.event-btn-div {
    float: left;
    width: 100%;
	margin-bottom:15px;
}
.event-btn-div a.consult {
    background: url(../images/phone-sect-bnner1.jpg) no-repeat top center;
    width: 100%;
    height: 125px;
    float: left;
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    padding: 24px 18px 0 130px;
    margin-top: 10px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    border-bottom: 1px solid #363636;
    background-size: cover;
	transition: none;
	background-position: left top;
}
.event-btn-div a.consult:hover {
    background: url(../images/phone-sect-bnner2.jpg) no-repeat top center;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #cf4165;
	background-size: cover;
	transition: none;
	height: 125px;
	background-position: left top;
}

.conten-bar1.blogin-wrapp.common-style table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}

.conten-bar1.blogin-wrapp.common-style td {
    border-top: 1px solid #ededed;
    padding: 6px 10px;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    font-weight: normal;
    text-align: center;
}
.inner-wrapp .inner-col2 .inner-row2 {
    width: 40%!important;
    float: none!important;
    margin: 0 auto !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.65)!important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.75)!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #da3a2f;
    background-color: rgba(218,58,46,.4)!important;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #da3a2f;
    background-color: rgb(218 58 46)!important;
}
.conten-bar1.abouts-wrapp.common-style p img.alignnone:nth-child(4) {
    height: 237px;
    width: auto;
    object-fit: cover;
}


.conten-bar1.abouts-wrapp.common-style p img {
    margin: 0 15px 15px 0;
    float: left;
    clear: none;
}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-rt p {
    word-break: break-word;
}
.banner-wrapp h1 {
    line-height: normal !important;
    height: auto;
}
.foundation-wrapp .foundation-row .foundation-col1 p {
    color: #000;
}
.workshops-wrapp .workshops-col1 h2, .workshops-wrapp h3 {
   color: #fe8600;
    background: -webkit-linear-gradient(top,#fe8600, #fe6000 );
    background: -moz-linear-gradient(top,#fe8600, #fe6000 );
    background: -ms-linear-gradient(top,#fe8600, #fe6000 );
    background: -o-linear-gradient(top,#fe8600, #fe6000 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
   
}
.workshops-wrapp .workshops-col1 h2 span {
    color: #fe8600 !important;
    background: none !important;
    -webkit-text-fill-color: #fe8600 !important;
}
.forms-enquery .mainbar-form .caldera-grid input.form-control {
    width: 100%;
    height: 47px;
    float: left;
    margin: 0 0 10px;
    padding: 0 2% 0;
    color: #fe6000;
    background: none;
    border-color: rgba(208,101,4,0.25);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
}
.forms-enquery .mainbar-form {
    width: 100%;
    float: left;
    border: 1px solid #ff902a;
    margin: 0 0 0;
    padding: 35px 5% 48px;
    border-radius: 5px;
}

.forms-enquery {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.forms-enquery .mainbar-form h2 {
    font-size: 21px;
    color: #fe6000;
    line-height: 45.16px;
    margin: 0 0 9px;
    font-family: 'Poppins', sans-serif; font-weight: 700;
    text-align: center;
}

.forms-enquery .mainbar-form .caldera-grid {
    float: none;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.forms-enquery .mainbar-form .caldera-grid .checkbox label a {
    color: #fe6000;
    text-decoration: underline;
}
.forms-enquery .mainbar-form .caldera-grid form .col-sm-12.single {
    padding: 0;
}

.forms-enquery .mainbar-form .caldera-grid textarea.form-control {
    width: 100%;
    height: 47px;
    float: left;
    margin: 0 0 10px;
    padding: 15px 2% 0;
    color: #fe6000;
    background: none;
    border-color: rgba(208,101,4,0.25);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    min-height: 120px;
    resize: vertical;
}

.forms-enquery .mainbar-form .caldera-grid .checkbox {
    text-align: center;
    font-size: 14px;
    color: #fe6000;
    letter-spacing: 0;
    line-height: 21px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.forms-enquery .mainbar-form .caldera-grid .checkbox label{padding-left: 0px;}
.forms-enquery .mainbar-form .caldera-grid .checkbox { text-align: center; font-size: 14px; color: #fe6000; letter-spacing: 0; line-height: 21px; width: 100%; float: left; margin: 0 0 10px;}
.forms-enquery .mainbar-form .caldera-grid .checkbox input[type=checkbox]{background-image: url(../images/checkbox-thumb1.svg); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; height: 14px;  width: 14px;  margin: 0px !important; padding: 0; border: 0;  position: relative; left:2px; top: 2px; -webkit-appearance: none;-moz-appearance: none;outline: none !important;cursor: pointer;    margin-right: 12px !important; }
.forms-enquery .mainbar-form .caldera-grid .checkbox input[type=checkbox]:checked {background-position: 0 14px; }
.forms-enquery .mainbar-form .caldera-grid .g-recaptcha {width: 100%;float: left;margin: 0px auto 0px auto;transform: scale(0.8);text-align: center;transform-origin: center;}
.forms-enquery .mainbar-form .caldera-grid .g-recaptcha div {width: auto !important; height: auto !important; margin: 0 auto !important;} 
.forms-enquery .mainbar-form .caldera-grid .btn.btn-default{  width: auto; float: none; color: #ffffff;  margin: 20px 0 0 0; padding: 13px 47px 14px; border-radius: 3px; box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5); border: solid 1px transparent; background: #fe6000;
    background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 ); border-box; box-shadow: none; text-align: center; font-size: 16px; line-height: 1; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; cursor: pointer; font-family: 'Poppins', sans-serif;}
.forms-enquery .mainbar-form .caldera-grid .btn.btn-default:hover, .forms-enquery .mainbar-form .caldera-grid .btn.btn-default:focus {outline: none;box-shadow:none;color: #da6f0e; box-shadow: 2px 1000px 1px #fff inset;}


.options-wrapp.options-wrapp2 {
    margin-top: 0;
}
.forms-enquery .mainbar-form .caldera-grid input.form-control::placeholder, .forms-enquery .mainbar-form .caldera-grid textarea.form-control::placeholder {
    color: #fe6000;
}
.conten-wrapp.conten-wrapp2 .conten-row1 .conten-bar1 .cmn-bk.startup-row3.startup-row {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.conten-wrapp.conten-wrapp2 .conten-row1 .conten-bar1 .cmn-bk.startup-row3.startup-row .startup-row3.showblock31 {
    padding-bottom: 0;
}
span.consent {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    float: none;
    margin: 0 auto 10px;
    color: #fe6000;
    letter-spacing: 0;
}
.contac-wrapp .contac-row {
    float: left;
    width: 100%;
    margin-bottom: 40px;
        border-radius: 5px;
    overflow: hidden;
}
.contac-wrapp .contac-row iframe {
    float: left;
    width: 100%;
    height: 400px;
}

/*start-up start*/
header.header-wrapp.grt.content-workshop {
    background: #fe6e39;
}
.header-wrapp.content-workshop .header-btn1{
  color:#fe6e39;
}
.content-workshop .toggle-text1{
   color: #fe6e39;
}
.content-workshop .bar{
  background: #fe6e39;
}
.link-wrapp.content-workshop .link-btn1,
.link-wrapp.content-workshop .link-btn2 {
  background: #fe6e39;
  border: solid 1px #fe6e39;
}
.content-workshop .btn-filled:hover .content-workshop .btn-text-gradient {
    background: #fe6e39;
    border: solid 1px #fe6e39;
}
.inner-wrapp.content-workshop h1 {
    color: #fe6e39;
    background: none !important;
    -webkit-text-fill-color: #fe6e39;
}
.content-workshop .startup-wrapp h2, .content-workshop .startup-wrapp h3, .content-workshop .startup-wrapp h4, .content-workshop .startup-wrapp h1, .content-workshop .startup-wrapp h2, .content-workshop .startup-wrapp h3, .content-workshop .startup-wrapp h4, .content-workshop .sidbar-wrapp h2{
  color: #fe6e39;
}
.content-workshop .sidbar-wrapp .sidbar-row5 h2 {
    color: #fff;
}
.content-workshop .startup-wrapp .startup-btn1 {
    color: #fe6e39;
    border-color: #fe6e39;
 }
 .content-workshop .startup-wrapp .startup-btn1{
      color: #fe6e39;
    border-color: #fe6e39;
 }
.content-workshop .btn-filled:hover .btn-text-gradient {
    color: #fe6e39;
    background: none !important;
    -webkit-text-fill-color: #fe6e39;
}
.content-workshop .startup-wrapp .startup-btn1:hover, .content-workshop .startup-wrapp .startup-btn1:hover {
    color: #fff;
    border-color: #fe6e39;
    background: #fe6e39;
}
 .content-workshop .startup-wrapp .startup-row{
      border-bottom: 1px solid #fe6e39;
 }
 .content-workshop .sidbar-wrapp .sidbar-row1{
    border: 1px solid #fe6e39;
 }
 .content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control{
      color: #fe6e39;
      border-color: rgb(254 110 57 / 25%);
 }
  .content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder{
      color: #fe6e39;
  }
  .content-workshop span.consent{
        color: #fe6e39;
  }
  .content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox{
    
    color: #fe6e39;
  }

  .content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn{
    color: #fff;
    border-color: #fe6e39;
    background: #fe6e39;
}

  .content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover{
    color: #fe6e39;
    border-color: #fe6e39;
    background: #fff;
}
.books-wrapp.content-workshop h2, .books-wrapp.content-workshop h3, .books-wrapp.content-workshop h4{
      color: #fe6e39;
      -webkit-text-fill-color: #fe6e39;
      text-fill-color: #fe6e39;
          background: none;
}

.reviews-slider.content-workshop h2{
  color: #fe6e39;
}
.reviews-slider.content-workshop .reviews-row .reviews-col2{
  background: #e85900;
}
.reviews-slider.content-workshop .reviews-btn1{
      color: #fe6e39;
    background: #fe6e39!important;
    -webkit-text-fill-color: #fff;
        border: solid 1px  #fe6e39;
}
.reviews-slider.content-workshop .reviews-btn1:hover{
      color: #fe6e39;
    background: #fff !important;
    -webkit-text-fill-color: #fe6e39;
    border: solid 1px  #fe6e39;
}
footer.footer-wrapp.grt.content-workshop {
  background: #fe6e39;
}
.boxwrapp .light-orange a.readmore {
    color: #fe6e39;
}

.boxwrapp .light-orange a.readmore:hover {
    background: #fe6e39;
}

.content-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]{
  background-image: url(../images/checkbox-thumb1-startup.svg);
}
.content-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe6e39;
    color: #fff;
    margin-top: 15px;
}

.content-workshop .bottom-content h3 {
    color: #fff;
}

.content-workshop .bottom-content p {
    color: #fff;
}

.content-workshop .startup-wrapp .bottom-content {
    width: 100%;
    padding: 0.5%;
      background: #fe6e39;
}

.content-workshop .startup-wrapp .bottom-content .contents {
    padding: 30px;
    background: #fe6e39;
    color: #fff;
    border: 10px solid #fff;
    float: left;
    width: 100%;
}
.inner-wrapp.content-workshop .inner-col3::after {
   

    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: inline-block;
}
.content-workshop .startup-wrapp .bottom-content .contents a.apply-here {
    color: #fe6e39;
    background: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    float: left;
    border: 1px solid #fff;
}

.content-workshop .startup-wrapp .bottom-content .contents a.apply-here:hover {
    background: #fe6e39;
    color: #fff;
}
/*start-up end*/

/*speed-up start*/
header.header-wrapp.grt.speedup-workshop {
    background: #fe5400;
}
.header-wrapp.speedup-workshop .header-btn1{
  color:#fe5400;
}
.speedup-workshop .toggle-text1{
   color: #fe5400;
}
.speedup-workshop .bar{
  background: #fe5400;
}
.link-wrapp.speedup-workshop .link-btn1,
.link-wrapp.speedup-workshop .link-btn2 {
  background: #fe5400;
  border: solid 1px #fe5400;
}
.speedup-workshop .btn-filled:hover .content-workshop .btn-text-gradient {
    background: #fe5400;
    border: solid 1px #fe5400;
}
.inner-wrapp.speedup-workshop h1 {
    color: #fe5400;
    background: none !important;
    -webkit-text-fill-color: #fe5400;
}
.speedup-workshop h2, .speedup-workshop h3, .speedup-workshop h4, .speedup-workshop h1, .speedup-workshop h2, .speedup-workshop h3, .speedup-workshop h4, .speedup-workshop .sidbar-wrapp h2{
  color: #fe5400;
}
.speedup-workshop .startup-btn1 {
    color: #fe5400;
    border-color: #fe5400;
 }
 .speedup-workshop .startup-btn1{
      color: #fe5400;
    border-color: #fe5400;
 }
 .speedup-workshop p a {
    color: #fe5400;
}
.speedup-workshop .btn-filled:hover .btn-text-gradient {
    color: #fe5400;
    background: none !important;
    -webkit-text-fill-color: #fe5400;
}
.speedup-workshop .startup-btn1:hover, .speedup-workshop .startup-btn1:hover {
    color: #fff;
    border-color: #fe5400;
    background: #fe5400;
}
 .speedup-workshop .startup-row{
      border-bottom: 1px solid #fe5400;
 }
 .speedup-workshop .sidbar-wrapp .sidbar-row1{
    border: 1px solid #fe5400;
 }
 .speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control{
      color: #fe5400;
      border-color: rgb(254 33 0 / 25%);
 }
  .speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder{
      color: #fe5400;
  }
  .speedup-workshop span.consent{
        color: #fe5400;
  }
  .speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox{
    
    color: #fe5400;
  }

  .speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn{
    color: #fff;
    border-color: #fe5400;
    background: #fe5400;
}

  .speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover{
    color: #fe5400;
    border-color: #fe5400;
    background: #fff;
}
.books-wrapp.speedup-workshop h2, .books-wrapp.speedup-workshop h3, .books-wrapp.speedup-workshop h4{
      color: #fe5400;
      -webkit-text-fill-color: #fe5400;
      text-fill-color: #fe5400;
          background: none;
}

.reviews-slider.speedup-workshop h2{
  color: #fe5400;
}
.reviews-slider.speedup-workshop .reviews-row .reviews-col2{
  background: #fe5400;
}
.reviews-slider.speedup-workshop .reviews-btn1{
      color: #fe5400;
    background: #fe5400!important;
    -webkit-text-fill-color: #fff;
        border: solid 1px  #fe5400;
}
.reviews-slider.speedup-workshop .reviews-btn1:hover{
      color: #fe5400;
    background: #fff !important;
    -webkit-text-fill-color: #fe5400;
    border: solid 1px  #fe5400;
}
footer.footer-wrapp.grt.speedup-workshop {
  background: #fe5400;
}
.boxwrapp .light-orange a.readmore {
    color: #fe5400;
}

.boxwrapp .light-orange a.readmore:hover {
    background: #fe5400;
}

.speedup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]{
  background-image: url(../images/checkbox-thumb1-speedup.svg);
}
.speedup-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe5400;
    color: #fff;
    margin-top: 15px;
}

.speedup-workshop .bottom-content h3 {
    color: #fff;
}

.speedup-workshop .bottom-content p {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.speedup-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt, .conten-wrapp.conten-wrapp2.speedup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 {
    background: #fe5400;
}


.conten-wrapp.conten-wrapp2.speedup-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt h2, .conten-wrapp.conten-wrapp2.speedup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 h2 {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.speedup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 a.sidbar-btn4 {
    color: #fe5400 !important;
}
.conten-bar1 .conten-bar1 .speedup-workshop p a {
    color: #fe5400 !important;
}
.conten-bar1 .conten-bar1 .speedup-workshop p a:hover{
    color:#000!important;
}
.conten-wrapp.conten-wrapp2 .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control{
      border-color: rgb(254 84 0 / 25%);
}


.speedup-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe5400;
    color: #fff;
    margin-top: 15px;
}

.speedup-workshop .bottom-content h3 {
    color: #fff;
}

.speedup-workshop .bottom-content p {
    color: #fff;
}

.speedup-workshop .startup-wrapp .bottom-content {
    width: 100%;
    padding: 0.5%;
      background: #fe5400;
}

.speedup-workshop .startup-wrapp .bottom-content .contents {
    padding: 30px;
    background: #fe5400;
    color: #fff;
    border: 10px solid #fff;
}
/*speed-up end*/

/*scale-up start*/
header.header-wrapp.grt.scaleup-workshop {
    background: #fe8b00;
}
.header-wrapp.scaleup-workshop .header-btn1{
  color:#fe8b00;
}
.scaleup-workshop .toggle-text1{
   color: #fe8b00;
}
.scaleup-workshop .bar{
  background: #fe8b00;
}
.link-wrapp.scaleup-workshop .link-btn1,
.link-wrapp.scaleup-workshop .link-btn2 {
  background: #fe8b00;
  border: solid 1px #fe8b00;
}
.scaleup-workshop .btn-filled:hover .content-workshop .btn-text-gradient {
    background: #fe8b00;
    border: solid 1px #fe8b00;
}
.inner-wrapp.scaleup-workshop h1 {
    color: #fe8b00;
    background: none !important;
    -webkit-text-fill-color: #fe8b00;
}
.scaleup-workshop h2, .scaleup-workshop h3, .scaleup-workshop h4, .scaleup-workshop h1, .scaleup-workshop h2, .scaleup-workshop h3, .scaleup-workshop h4, .scaleup-workshop .sidbar-wrapp h2{
  color: #fe8b00;
}
.scaleup-workshop .startup-btn1 {
    color: #fe8b00;
    border-color: #fe8b00;
 }
 .scaleup-workshop .startup-btn1{
      color: #fe8b00;
    border-color: #fe8b00;
 }
.scaleup-workshop .btn-filled:hover .btn-text-gradient {
    color: #fe8b00;
    background: none !important;
    -webkit-text-fill-color: #fe8b00;
}
.scaleup-workshop .startup-btn1:hover, .scaleup-workshop .startup-btn1:hover {
    color: #fff;
    border-color: #fe8b00;
    background: #fe8b00;
}
 .scaleup-workshop .startup-row{
      border-bottom: 1px solid #fe8b00;
 }
 .scaleup-workshop .sidbar-wrapp .sidbar-row1{
    border: 1px solid #fe8b00;
 }
 .scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control{
      color: #fe8b00;
      border-color: rgb(254 33 0 / 25%);
 }
  .scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder{
      color: #fe8b00;
  }
  .scaleup-workshop span.consent{
        color: #fe8b00;
  }
  .scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox{
    
    color: #fe8b00;
  }

  .scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn{
    color: #fff;
    border-color: #fe8b00;
    background: #fe8b00;
}

  .scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover{
    color: #fe8b00;
    border-color: #fe8b00;
    background: #fff;
}
.books-wrapp.scaleup-workshop h2, .books-wrapp.scaleup-workshop h3, .books-wrapp.scaleup-workshop h4{
      color: #fe8b00;
      -webkit-text-fill-color: #fe8b00;
      text-fill-color: #fe8b00;
          background: none;
}

.reviews-slider.scaleup-workshop h2{
  color: #fe8b00;
}
.reviews-slider.scaleup-workshop .reviews-row .reviews-col2{
  background: #fe8b00;
}
.reviews-slider.scaleup-workshop .reviews-btn1{
      color: #fe8b00;
    background: #fe8b00!important;
    -webkit-text-fill-color: #fff;
        border: solid 1px  #fe8b00;
}
.reviews-slider.scaleup-workshop .reviews-btn1:hover{
      color: #fe8b00;
    background: #fff !important;
    -webkit-text-fill-color: #fe8b00;
    border: solid 1px  #fe8b00;
}
footer.footer-wrapp.grt.scaleup-workshop {
  background: #fe8b00;
}
.boxwrapp .light-orange a.readmore {
    color: #fe8b00;
}

.boxwrapp .light-orange a.readmore:hover {
    background: #fe8b00;
}

.scaleup-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]{
  background-image: url(../images/checkbox-thumb1-scaleup.svg);
}
.scaleup-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe8b00;
    color: #fff;
    margin-top: 15px;
}

.scaleup-workshop .bottom-content h3 {
    color: #fff;
}

.scaleup-workshop .bottom-content p {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.scaleup-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt, .conten-wrapp.conten-wrapp2.scaleup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 {
    background: #fe8b00;
}


.conten-wrapp.conten-wrapp2.scaleup-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt h2, .conten-wrapp.conten-wrapp2.scaleup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 h2 {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.scaleup-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 a.sidbar-btn4 {
    color: #fe8b00 !important;
}
.conten-bar1 .conten-bar1 .scaleup-workshop p a {
    color: #fe8b00 !important;
}
.conten-bar1 .conten-bar1 .scaleup-workshop p a:hover{
    color:#000!important;
}


.scaleup-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe8b00;
    color: #fff;
    margin-top: 15px;
}

.scaleup-workshop  .bottom-content h3 {
    color: #fff;
}

.scaleup-workshop  .bottom-content p {
    color: #fff;
}

.scaleup-workshop  .startup-wrapp .bottom-content {
    width: 100%;
    padding: 0.5%;
      background: #fe8b00;
}

.scaleup-workshop  .startup-wrapp .bottom-content .contents {
    padding: 30px;
    background: #fe8b00;
    color: #fff;
    border: 10px solid #fff;
}
/*scale-up end*/



/*done-for-you start*/
header.header-wrapp.grt.done-workshop {
    background: #fe6100;
}
.header-wrapp.done-workshop .header-btn1{
  color:#fe6100;
}
.done-workshop .toggle-text1{
   color: #fe6100;
}
.done-workshop .bar{
  background: #fe6100;
}
.link-wrapp.done-workshop .link-btn1,
.link-wrapp.done-workshop .link-btn2 {
  background: #fe6100;
  border: solid 1px #fe6100;
}
.done-workshop .btn-filled:hover .content-workshop .btn-text-gradient {
    background: #fe6100;
    border: solid 1px #fe6100;
}
.inner-wrapp.done-workshop h1 {
    color: #fe6100;
    background: none !important;
    -webkit-text-fill-color: #fe6100;
}
.done-workshop h2, .done-workshop h3, .done-workshop h4, .done-workshop h1, .done-workshop h2, .done-workshop h3, .done-workshop h4, .done-workshop .sidbar-wrapp h2{
  color: #fe6100;
}
.done-workshop .startup-btn1 {
    color: #fe6100;
    border-color: #fe6100;
 }
 .done-workshop .startup-btn1{
      color: #fe6100;
    border-color: #fe6100;
 }
.done-workshop .btn-filled:hover .btn-text-gradient {
    color: #fe6100;
    background: none !important;
    -webkit-text-fill-color: #fe6100;
}
.done-workshop .startup-btn1:hover, .done-workshop .startup-btn1:hover {
    color: #fff;
    border-color: #fe6100;
    background: #fe6100;
}
 .done-workshop .startup-row{
      border-bottom: 1px solid #fe6100;
 }
 .done-workshop .sidbar-wrapp .sidbar-row1{
    border: 1px solid #fe6100;
 }
.done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control {
    color: #fe6100;
    border-color: rgb(254 97 0 / 25%);
}
  .done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder{
      color: #fe6100;
  }
  .done-workshop span.consent{
        color: #fe6100;
  }
  .done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox{
    
    color: #fe6100;
  }

  .done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn{
    color: #fff;
    border-color: #fe6100;
    background: #fe6100;
}

  .done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover{
    color: #fe6100;
    border-color: #fe6100;
    background: #fff;
}
.books-wrapp.done-workshop h2, .books-wrapp.done-workshop h3, .books-wrapp.done-workshop h4{
      color: #fe6100;
      -webkit-text-fill-color: #fe6100;
      text-fill-color: #fe6100;
          background: none;
}

.reviews-slider.done-workshop h2{
  color: #fe6100;
}
.reviews-slider.done-workshop .reviews-row .reviews-col2{
  background: #fe6100;
}
.reviews-slider.done-workshop .reviews-btn1{
      color: #fe6100;
    background: #fe6100!important;
    -webkit-text-fill-color: #fff;
        border: solid 1px  #fe6100;
}
.reviews-slider.done-workshop .reviews-btn1:hover{
      color: #fe6100;
    background: #fff !important;
    -webkit-text-fill-color: #fe6100;
    border: solid 1px  #fe6100;
}
footer.footer-wrapp.grt.done-workshop {
  background: #fe6100;
}
.boxwrapp .light-orange a.readmore {
    color: #fe6100;
}

.boxwrapp .light-orange a.readmore:hover {
    background: #fe6100;
}

.done-workshop .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]{
  background-image: url(../images/checkbox-thumb1-doneforyou.svg);
}
.done-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fe6100;
    color: #fff;
    margin-top: 15px;
}

.done-workshop .bottom-content h3 {
    color: #fff;
}

.done-workshop .bottom-content p {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.done-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt, .conten-wrapp.conten-wrapp2.done-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 {
    background: #fe6100;
}


.conten-wrapp.conten-wrapp2.done-workshop .conten-bar2.sidbar-wrapp .sidbar-row4.grt h2, .conten-wrapp.conten-wrapp2.done-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 h2 {
    color: #fff;
}
.conten-wrapp.conten-wrapp2.done-workshop .conten-bar2.sidbar-wrapp .sidbar-row5 a.sidbar-btn4 {
    color: #fe6100 !important;
}
.conten-bar1.done-wrapp p a {
    color: #fe6100 !important;
}
.conten-bar1.done-wrapp p a:hover{
    color:#000!important;
}


.done-workshop .bottom-content {
    float: left;
    width: 100%;
    padding: 30px;
    background:#fe6100;
    color: #fff;
    margin-top: 15px;
}

.done-workshop .bottom-content h3 {
    color: #fff;
}

.done-workshop .bottom-content p {
    color: #fff;
}

.done-workshop .startup-wrapp .bottom-content {
    width: 100%;
    padding: 0.5%;
      background:#fe6100;
}

.done-workshop .startup-wrapp .bottom-content .contents {
    padding: 30px;
    background: #fe6100;
    color: #fff;
    border: 10px solid #fff;
}
/*done-for-you end*/



.how-paypal-wrapper.content-row1 {
    float: left;
    width: 100%;
}

.how-paypal-wrapper.content-row1 .btm-apply {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content {
    padding: 0.5%;
    background: #fe6e39;
    width: 100%;
    float: left;
    margin-top: 0;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents {
    padding: 30px;
    background: #fe6e39;
    color: #fff;
    border: 10px solid #fff;
    float: left;
    width: 100%;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 700;
    font-size: 18px;
    line-height: 31.01px;
    letter-spacing: -0.4px;
    display: inline-block;
    margin: 0 0 29px;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents p {
    color: #fff;
    font-size: 16px;
    line-height: 31.01px;
    margin: 0 0 20px;
}
.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents p a {
    color: #fff;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents a.apply-here {
    color: #fe6e39;
    background: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    float: none;
    border: 1px solid #fff;
    display: table;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-content .contents a.apply-here:hover {
    background: #fe6e39;
    color: #fff;
}
.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal {
    background: #fe6000;
    background: -moz-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: -webkit-linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    background: linear-gradient(to top, #fe6000 0%,#fe8600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #cb6100', endColorstr='#fe7300',GradientType=1 );
    width: 32%;
    float: right;
    margin: 0 0 19px;
    padding: 22px 38px 24px;
    border-radius: 5px;
   text-align: center;
   margin-left: 5.25%;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal h2 {
    color: #fff !important;
    margin: 0 0 5px;
    font-size: 21px;
    line-height: 45.16px;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal p {
    max-width: 300px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 0 auto 10px;
    float: none;
    font-size: 16px;
    color: #fff;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal a.sidbar-btn3.paypalbtn {
    float: none;
    color: #000000;
    background-color: #ffc439;
    border-color: #ffc439;
    margin: 16px 0 21px 0;
    padding: 12px 30px 14px 75px;
}


.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal a.sidbar-btn3.paypalbtn:hover {
    color: #ffffff;
    background-color: #104a6a;
    border-color: #104a6a;
}
section.conten-wrapp.content-workshop .bottom-content {
    background: #fe6e39;
}

section.conten-wrapp.content-workshop .bottom-content .contents {
    background: #fe6e39;
}
footer.footer-wrapp.grt .caldera-form {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid {
    width: 100%;
    margin: 0 auto;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid form {
    display: inline-block;
    width: 100%;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group {
    margin: 0 0 20px 0 !important;
    display: inline-block;
    width: auto;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .col-sm-12.single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .col-sm-12.single .form-group:nth-child(1) {
    width: 67%;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid form .col-sm-12.single .form-group:nth-child(2) {
    width: 32%;
    margin-left: 1% !important;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group input.form-control {
    height: 50px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    background: #fff;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group .g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group .btn.btn-default {
    width: auto;
    color: #fe7300;
    background: #fff;
    border: none;
    margin: 0 0 0 0;
    padding: 0 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    height: 50px;
        line-height: 40px;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group .btn.btn-default:hover {
    background: #000;
    color: #fff;
}

/* new subscribe */
footer.footer-wrapp.grt .caldera-form.footerSubscribe {
  width: 100%;
  font-size: 0;
  text-align: right;
  font-size: 0;
}
  footer.footer-wrapp.grt .caldera-form.footerSubscribe input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.30% 20px 1.30% !important;

    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    background: #fff;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555
  }

  footer.footer-wrapp.grt .caldera-form.footerSubscribe p input[type=checkbox] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
  }
  footer.footer-wrapp.grt .caldera-form.footerSubscribe input[type=submit] {
    width: auto;
    color: #fe7300;
    background: #fff;
    border: none;
    margin: 0 0 0 0;
    padding: 0 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    height: 50px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
  }
/* end new subscribe */


.modal.payment .modal-content {
    max-width: 35% !important;
    width: 570px !important;
/*    top: 50%;
    transform: translateY(-50%);*/
    left: 0;
    right: 0;
    margin: 0 auto;
/*    display: inline-block!important;
  position: absolute!important;*/
}

.modal.payment .modal-content .modal-body h1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.modal.payment .modal-content .modal-body .caldera-grid {
    display: inline-block;
    width: 100%;
}

.modal.payment .modal-content .modal-body .caldera-grid form {
    display: inline-block;
    width: 100%;
}

.modal.payment .modal-content .modal-body .caldera-grid form .form-group:nth-child(1) {
    display: inline-block;
    width: 66.5%;
    margin: 0 1.5% 0 0 !important;
}
.modal.payment .modal-content .modal-body .caldera-grid form .col-sm-12.single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal.payment .modal-content .modal-body .caldera-grid form .form-group:nth-child(2) {
    display: inline-block;
    width: 32%;
}
.modal.payment .modal-content .modal-body {
    padding: 30px 5%;
}
.modal.payment .modal-content .modal-body .caldera-grid form .form-group input.form-control {
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    padding: 0 20px;
    line-height: 44px;
}

.modal.payment .modal-content .modal-body .caldera-grid form .form-group input.btn.btn-default {
    height: 40px;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    box-shadow: 0 0 6px 0 rgba(218, 114, 11, 0.5);
    border: solid 1px transparent;
    background-image: -webkit-linear-gradient(top, #fe8600, #fe6000), -webkit-linear-gradient(top, #fe8600, #fe6000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: none;
}

.modal.payment .modal-content .modal-body .caldera-grid form .form-group input.btn.btn-default:hover, .modal.payment .modal-content .modal-body .caldera-grid form .form-group input.btn.btn-default:focus{
  box-shadow: 2px 1000px 1px #fff inset;
  outline: none !important;
  color: #fe7300 !important;
}
.modal.payment .close.close1 {
    font-size: 36px;
    display: inline-block;
    height: 18px;
    color: #ddd;
}

.modal.payment .close.close1:hover {
    color: #666;
}


/* new popup subscribers */
.modal.payment .modal-content .modal-body form#signup_popup input[type=email],
.modal.payment .modal-content .modal-body form#signup_popup input[type=text] {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

  height: 40px;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-size: 15px;
  padding: 0 20px;
  line-height: 44px;

  margin-bottom: 10px;
}

.modal.payment .modal-content .modal-body form#signup_popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.modal.payment .modal-content .modal-body form#signup_popup p input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

.modal.payment .modal-content .modal-body form#signup_popup p input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
  border: solid 1px transparent;
  background-image: -webkit-linear-gradient(top, #fe8600, #fe6000), -webkit-linear-gradient(top, #fe8600, #fe6000);
  background-origin: border-box;
  background-clip: content-box, border-box;

  margin-top: 20px;
}

/* end new popup subscribers */

.banner-wrapp.inner-wrapp .inner-col2 .inner-row2 {
    margin-left: 37% !important;
}
.conten-wrapp .conten-row1 .conten-bar1.blogin-wrapp.common-style h3 {
    margin-bottom: 15px;
}
footer.footer-wrapp.grt .caldera-form h1 {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    letter-spacing: -0.8px;
    margin: 0 0 25px;
}



.resources-wrapp .resources-row1 .resources-bar1 .article { width: 100%; float: left; display: block; align-items: center; margin: 15px 0 25px; padding: 0.8%; background: #fe6e39; color: #ffffff;}
.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner { padding: 30px; background: #fe6e39; color: #fff; border: 10px solid #fff; float: left; width: 100%;}
.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner h4 { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; line-height: 31.01px; letter-spacing: -0.4px; display: inline-block; margin: 0 0 20px;}
.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner ul { margin: 0 auto;}
.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner ul li a { color: #fff;}
.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner ul li:before { color: #fff;}
.boxwrapp .box a.readmore {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 120px;
}
.paypalbuttonfloatingaction {
    width: 50px !important;
    height: 50px;
    position: fixed;
    z-index: 999;
    left: 2%;
    right: auto;
    bottom: 30px !important;
    padding: 0;
    float: left;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast2.paypalbtn {
    width: 170px !important;
    background: #fe7e00;
    text-align: center;
    cursor: pointer;
    height: 50px;
    position: fixed;
    z-index: 999;
    left: 2%;
    right: auto;
    bottom: 95px !important;
    padding: 0;
    float: left;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

.paypalbuttonfloatingaction a.sidbar-btn3.paypalbtnpopup{
    background: url(../images/paypal.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    border: none !important;
    background-size: 45px;
}
.workshops-wrapp .workshops-col1 h2 {
    min-height: 120px;
}
a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar {
    float: none;
    color: #000000;
    border-color: #ffc439;
    margin: 16px 0 21px 0;
    padding: 12px 30px 14px 75px;
    background: url(../images/pay-icon.png) #ffc439 no-repeat 29px center;
}
a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar:hover{
    color: #ffffff;
    background-color: #104a6a;
    border-color: #104a6a;
}
.testi-wrapp .testi-row2 .testi-bar22 h2 {
    margin-bottom: 15px;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast {
    width: 170px !important;
    background: #fe7e00;
    text-align: center;
    cursor: pointer;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast:hover{
  background: #000000;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast a.paypalbtnpopup.booknowbuttonstyle {
  text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 40px;
    background: url(../images/pay-icon.png) #fe7e00 no-repeat 18px center / 20px;
    border-radius: 6px;
    overflow: hidden;
}

.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast:hover a.paypalbtnpopup.booknowbuttonstyle{
  background: url(../images/pay-icon.png) #000000 no-repeat 18px center / 20px;}


.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast2.paypalbtn a.paypalbtnpopup.booknowbuttonstyle {
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 40px;
    background: url(../images/pay-icon.png) #fe7e00 no-repeat 18px center / 20px;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast2.paypalbtn:hover{
  background: #000000;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast2.paypalbtn:hover a.paypalbtnpopup.booknowbuttonstyle {
  background: url(../images/pay-icon.png) #000000 no-repeat 18px center / 20px;}




.options-wrapp.desktop-options { display: block;}
.options-wrapp.mobile-options { display: none;}

.foundation-wrapp.dektopfoundation { display: block;}
.foundation-wrapp.mobilefoundation { display: none;}

.conten-wrapp.desktop-options { display: block;}
.conten-wrapp.mobile-options { display: none;}
.startup-wrapp .startup-row2 h3 {
    margin-bottom: 15px;
    line-height: normal;
}
.startup-wrapp .startup-row2 p {
    margin-bottom: 15px;
}
.startup-wrapp .startup-row1 ul {
    margin-bottom: 15px;
}
.slide-post-about.owl-carousel {
    float: left;
    width: 100%;
}
.slide-post-about.owl-carousel .owl-item .image {
    float: left;
    width: 100%;
    height: 520px;
}

.slide-post-about.owl-carousel .owl-item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent {
    float: none;
}
.conten-bar1.blogin-wrapp.common-style p a {
    color: #fe6000;
}
.books-wrapp .books-row .books-col1 a.comman-anchor {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}
.speedup-contents {
    background: #fe6e39;
    padding: 20px;
    color: #fff;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}
.startup-wrapp .startup-row2 .speedup-contents h4 {
    color: #fff;
}

.speedup-contents h1, .speedup-contents h2, .speedup-contents h3, .speedup-contents h4 {
    color: #fff;
}

.speedup-contents  p {
    color: #fff;
}

.speedup-contents p a {
    color: #fff;
}

.reviews-slider .reviews-row .slider.slick-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.reviews-slider .reviews-row .slider.slick-slider .slick-track .slick-slide .reviews-col2 {
    height: 100%;
}

.reviews-slider .reviews-row .slider.slick-slider .slick-track .slick-slide {
    height: inherit;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast .paypal-button.paypal-button-context-iframe {
    position: absolute;
    min-width: 100% !important;
    width: 100%;
    height: 51px !important;
    background: none !important;
    top: 0;
    left: 0;
    z-index: 99999 !important;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast .paypal-button.paypal-button-context-iframe .zoid-outlet {
    width: 100% !important;
    height: 51px!important;
    max-height: 51px !important;
    min-height: 51px !important;
}

.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast .paypal-button.paypal-button-context-iframe .zoid-outlet iframe.zoid-component-frame.zoid-visible {
    background: none !important;
    width: 100% !important;
    opacity: 0 !important;
    height: 51px!important;
    max-height: 51px !important;
    min-height: 51px !important;
}
a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar .paypal-button.paypal-button-context-iframe {
    position: absolute;
    min-width: 100% !important;
    width: 100% !important;
    height: 51px !important;
    background: none !important;
    top: 0;
    left: 0;
    z-index: 99999 !important;
}

a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar .paypal-button.paypal-button-context-iframe .zoid-outlet {
    width: 100% !important;
    height: 51px!important;
    max-height: 51px !important;
    min-height: 51px !important;
}

a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar .paypal-button.paypal-button-context-iframe .zoid-outlet iframe.zoid-component-frame {
    background: none !important;
    width: 100% !important;
    opacity: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
}
span.consent a {
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
    color: #fe6000 !important;
}

/*.speedup-contents a.triggerPayPalBookButtons {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;

  float: none;
  color: #000000;
  border-color: #ffc439;
  margin: 0 0 0 6px;
  padding: 12px 30px 14px 75px;
  background: url(../images/pay-icon.png) #ffc439 no-repeat 29px center;
}
.speedup-contents a.triggerPayPalBookButtons:hover {
  color: #ffffff!important;
  background-color: #104a6a;
  border-color: #104a6a;
}*/


/*Smartphone css*/
@media screen and (max-width: 480px) {
.margin { width:90%;}

.header-wrapp { display:none;}

.sectionMainCTA .banner-left,
.sectionMainCTA .banner-right {
  width: 100%;
}

.link-wrapp { text-align:center; padding:75px 0 0;}
.link-wrapp p { display:block; font-size:14px; color:#000000;}
.link-wrapp .link-row1 { position:relative; top:inherit; transform:none; margin-bottom:30px;}
.link-wrapp .link-row2 { width:100%; position:fixed; top:15px; z-index:9999;}
.link-wrapp .link-row3 { width:100%;}
.link-wrapp .link-btn1 { width:100%;}
.link-wrapp .link-btn2 { width:100%;}
.link-wrapp .header-btn1 { display:block; width:100%; margin:0 0 10px;}
.link-wrapp .header-row1 { display:block;}
.social-box1 { width:100%; text-align:center; margin:0 0 15px;}

.banner-wrapp { text-align:center; min-height:inherit; padding:0 0 35px;}
.banner-wrapp h1 { font-size:40px; line-height:48px;}
.banner-wrapp p { line-height:31.01px; margin:0 auto 31px;}
.banner-wrapp .banner-col1 { width:100%; position:relative;}
.banner-wrapp .banner-col2 { width:100%; padding:25px 0 38px;}
.banner-wrapp .banner-row2 { position:relative; bottom:inherit;}
.banner-wrapp .vidio-row1 { width:100%;}

.about-wrapp { padding:40px 0 100px; text-align:center;}
.about-wrapp h2 { font-size:38px; line-height:50px;}
.about-wrapp .about-row .about-col1 { width:100%; margin:0 0 28px;}
.about-wrapp .about-row .about-col2 { width:100%;}

.options-wrapp { padding:0 0 45px;}
.options-wrapp h4 { font-size:38px; line-height:50px; margin-bottom:30px;}

.boxwrapp { float:left; width:100%; max-width: inherit;}
.boxwrapp .box { margin:0 0 5px; width:100%;}
.boxwrapp .box h3 { min-height: inherit;}


.testimonials-wrapp { padding:0 0 0; text-align:center; overflow:hidden;}
.testimonials-wrapp h2 { width:100%; font-size:38px; line-height:50px;}
.testimonials-wrapp h3 { width:100%;}
.testimonials-wrapp h3:after { left:50%;}
.testimonials-wrapp .col1 { width:100%; margin:0 0 30px;}
.testimonials-wrapp .col2 { width:100%; position:relative; top:inherit; transform:none;}
.testimonials-wrapp .col2 .testimonial-icon { float:none; margin:0 auto 7px;}
.testimonials-wrapp .col2 .box-row { width:100%;}
.testimonials-wrapp .testimonials-btn1 { display:inline-block; float:none; margin:30px auto 0;}

.foundation-wrapp h2 { font-size:38px; line-height:50px;}
.foundation-wrapp h2 span { display:contents;}
.foundation-wrapp .foundation-row .foundation-box { width:100%; margin:0 0 20px;}

.books-wrapp { padding:12px 0 0;}
.books-wrapp h2 { font-size:38px; line-height:50px; margin:0 0 7px;}
.books-wrapp h3 { font-size:31px; line-height:42px;}
.books-wrapp p span { display:contents;}
.books-wrapp .books-row .books-col1 { width:100%; margin:0 0 40px;}
.books-wrapp .books-row .books-col1 .books-row2 { min-height:inherit; padding:0 0 90px;}
.books-wrapp .books-row .books-col1 .books-thumb { margin:0 auto 18px;}

.team-wrapp { padding:17px 0 201px; overflow:hidden;}
.team-wrapp:after { width:100%; height:60%; background:url(../images/docto-img.png) no-repeat 9% 100% / cover;}
.team-wrapp .team-col1 { width:100%;}

.footer-wrapp { text-align:center;}
.footer-wrapp p { font-size:14px; line-height:21px; top:inherit;}
.footer-wrapp .footer-row1 { width:100%;}
.footer-wrapp .footer-row1 .flogo { float:none; display:inline-block; margin:0 0 25px;}
.footer-wrapp .footer-row2 { width:100%; text-align:center;}

/*inner*/
.inner-wrapp { overflow:hidden;}
.inner-wrapp h1 { font-size:28px; line-height:38px;}
.inner-wrapp p span { display:block;}
.inner-wrapp .inner-col1 { position:relative; top:inherit;}
.inner-wrapp .inner-col1 .inner-row1 { width:126%; margin:0;}
.inner-wrapp .inner-col2 { position:relative; top:inherit; transform:none;}
.inner-wrapp .inner-col3 { display:none;}

.conten-wrapp { padding:5px 0 50px;}
.conten-wrapp .conten-row1 .conten-bar1 { width:100%; margin:0 0 20px;}
.conten-wrapp .conten-row1 .conten-bar2 { width:100%;}
.conten-wrapp .conten-row1 .conten-bar3 { width:100%; margin:0 0 20px;}

.sidbar-wrapp h2 { font-size:18px;}
.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}
.sidbar-wrapp .sidbar-row4 { padding:22px 5% 24px;}
.sidbar-wrapp .sidbar-row5 { padding:15px 5% 33px;}
.sidbar-wrapp .sidbar-btn3 { padding:12px 30px 14px 73px;}
.sidbar-wrapp .book-btn1 { padding:13px 9px 14px;}

.options-wrapp2 { margin:0;}

.blogin-wrapp h2 { font-size:25px;}

.bloger-wrapp h2 { font-size:25px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { width:100%; margin:0 0 25px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-rt { width:100%; padding:25px 5%; text-align:center;}

.paiger-wrapp .paiger-row1 { width:287px; float:none; margin:0 auto;}
.paiger-wrapp .paiger-row1 .paiger-bar1 { width:60.74%;}
.paiger-wrapp .paiger-row1 .paiger-bar1 li a { margin:0 2px 0;}

.contac-wrapp { padding-bottom:0;}
.contac-wrapp .contac-row1 .contac-bar1 { width:100%;}

.done-wrapp h2 { font-size:24px; line-height:33px; margin:0 0 25px;}
.done-wrapp p { margin:0 0 20px;}

.reviews-slider { padding-bottom:40px;}
.reviews-slider p { font-size:14px;}
.reviews-slider h2 { max-width:90%; margin:0 auto 35px;}

.startup-wrapp h2 { font-size:24px; line-height:34px;}
.startup-wrapp p { font-size:15px;}
.startup-wrapp p strong { font-weight:400;}
.startup-wrapp .startup-row2 { margin:0 0 10px;}

.testi-wrapp .testi-row2 .testi-row22 { width:100%; margin:0 0 15px;}
.testi-wrapp .testi-row3 .testi-bar1 { width:100%; margin:0 0 15px;}
.testi-wrapp .testi-row2 img {  height: 50vw;}

.workshops-wrapp .workshops-col1 { width:100%; margin:0 0 15px;}


.banner-wrapp .vidio-row1 img { height:50vw;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 20px;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 20px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 22px; width: 100%; float: left; margin: 0 auto 10px;}
.contac-wrapp .contac-row1 .caldera-grid { width: 100%;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox+.checkbox { margin: 0 0 15px;}

.resources-wrapp .resources-row1 .resources-bar1 .article .articleinner { padding: 30px 20px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.margin { width:90%;}

.header-wrapp { display:none;}

.link-wrapp { text-align:center; padding:75px 0 0;}
.link-wrapp p { display:block; font-size:14px; color:#000000;}
.link-wrapp .link-row1 { position:relative; top:inherit; transform:none; margin-bottom:30px;}
.link-wrapp .link-row2 { width:100%; position:fixed; top:15px; z-index:9999;}
.link-wrapp .link-row3 { width:100%;}
.link-wrapp .link-btn1 { /*width:48%;*/ width: 100%; float:right;}
.link-wrapp .link-btn2 { width:100%; float:right;}
.link-wrapp .header-btn1 {
    float: left;
    display: block;
    width: 48%;
    margin: 0 0 10px;
    padding: 13px 1% 14px;
    font-size: 15px;
}
.link-wrapp .link-btn1 {font-size: 15px;padding: 13px 1% 14px;}
.link-wrapp .link-btn2 {font-size: 15px;padding: 13px 1% 14px;}
.link-wrapp .header-row1 { display:block;}
.social-box1 { width:100%; text-align:center; margin:0 0 15px;}

.banner-wrapp { text-align:center; min-height:inherit; padding:0 0 35px;}
.banner-wrapp h1 { font-size:40px; line-height:48px;}
.banner-wrapp p { line-height:31.01px; margin:0 auto 31px;}
.banner-wrapp .banner-col1 { width:100%; position:relative;}
.banner-wrapp .banner-col2 { width:100%; padding:25px 0 38px;}
.banner-wrapp .banner-row2 { position:relative; bottom:inherit;}
.banner-wrapp .vidio-row1 { width:100%;}

.about-wrapp { padding:40px 0 100px; text-align:center;}
.about-wrapp h2 { font-size:38px; line-height:50px;}
.about-wrapp .about-row .about-col1 { width:100%; margin:0 0 28px;}
.about-wrapp .about-row .about-col2 { width:100%;}

.options-wrapp { padding:0 0 45px;}
.options-wrapp h4 { font-size:38px; line-height:50px; margin-bottom:30px;}

.boxwrapp { float:left; width:100%;  max-width: inherit;}
.boxwrapp .box { margin:0 0 5px; width:100%;}
.boxwrapp .box h3 { min-height: inherit;}

.testimonials-wrapp { padding:0 0 0; text-align:center;}
.testimonials-wrapp h2 { font-size:38px; line-height:50px;}
.testimonials-wrapp h3 { width:100%;}
.testimonials-wrapp h3:after { left:50%;}
.testimonials-wrapp .col1 { width:100%; margin:0 0 30px;}
.testimonials-wrapp .col2 { width:100%; position:relative; top:inherit; transform:none;}
.testimonials-wrapp .col2 .testimonial-icon { float:none; margin:0 auto 7px;}
.testimonials-wrapp .col2 .box-row { width:100%;}
.testimonials-wrapp .testimonials-btn1 { display:inline-block; float:none; margin:30px auto 0;}

.foundation-wrapp h2 { font-size:38px; line-height:50px;}
.foundation-wrapp h2 span { display:contents;}
.foundation-wrapp .foundation-row .foundation-box { width:100%; margin:0 0 20px;}

.books-wrapp { padding:12px 0 0;}
.books-wrapp h2 { font-size:38px; line-height:50px; margin:0 0 7px;}
.books-wrapp h3 { font-size:31px; line-height:42px;}
.books-wrapp p span { display:contents;}
.books-wrapp .books-row .books-col1 { width:100%; margin:0 0 40px;}
.books-wrapp .books-row .books-col1 .books-row2 { min-height:inherit; padding:0 0 90px;}
.books-wrapp .books-row .books-col1 .books-thumb { margin:0 auto 18px;}

.team-wrapp { padding:17px 0 201px;}
.team-wrapp:after { width:100%; height:89%; background:url(../images/docto-img.png) no-repeat center / cover;}
.team-wrapp .team-col1 { width:100%;}

.footer-wrapp { text-align:center;}
.footer-wrapp p { font-size:14px; line-height:21px; top:inherit;}
.footer-wrapp .footer-row1 { width:100%;}
.footer-wrapp .footer-row1 .flogo { float:none; display:inline-block; margin:0 0 25px;}
.footer-wrapp .footer-row2 { width:100%; text-align:center;}

/*inner*/
.inner-wrapp { overflow:hidden;}
.inner-wrapp h1 { font-size:32px; line-height:42px;}
.inner-wrapp p span { display:block;}
.inner-wrapp .inner-col1 { position:relative; top:inherit;}
.inner-wrapp .inner-col1 .inner-row1 { width:126%; margin:0;}
.inner-wrapp .inner-col2 { position:relative; top:inherit; transform:none;}
.inner-wrapp .inner-col3 { display:none;}

.conten-wrapp { padding:5px 0 50px;}
.conten-wrapp .conten-row1 .conten-bar1 { width:100%; margin:0 0 40px;}
.conten-wrapp .conten-row1 .conten-bar2 { width:100%;}
.conten-wrapp .conten-row1 .conten-bar3 { width:100%; margin:0 0 40px;}

.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}

.options-wrapp2 { margin:0;}

.bloger-wrapp h2 { font-size:25px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { width:100%; margin:0 0 25px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-rt { width:100%; padding:25px 5%; text-align:center;}

.paiger-wrapp .paiger-row1 { float:none; margin:0 auto;}

.contac-wrapp { padding-bottom:0;}
.contac-wrapp .contac-row1 .contac-bar1 { width:100%;}

.done-wrapp h2 { font-size:22px;}

.startup-wrapp h2 { font-size:28px; line-height:38px;}
.startup-wrapp .startup-row2 { margin:0 0 10px;}
.startup-wrapp p strong { font-weight:400;}

.reviews-slider { padding-bottom:40px;}
.reviews-slider h2 { max-width:90%; margin:0 auto 35px;}

.testi-wrapp .testi-row2 .testi-row22 { width:48%; margin:0 0 4%;}
.testi-wrapp .testi-row2 .testi-row22:nth-child(2n) { float:right; margin-left: 4%;}
.testi-wrapp .testi-row3 .testi-bar1 { width:100%; margin:0 0 4%;}
.testi-wrapp .testi-row3 .testi-bar1:nth-child(2n) { float:right; margin-left: 4%;}

.testi-wrapp .testi-row2 img { height: 24vw;}


.workshops-wrapp h3 { font-size:17px;}
.workshops-wrapp p { max-width:90%;}
.workshops-wrapp .workshops-col1 { width:48%; margin:0 0 4%;}
.workshops-wrapp .workshops-col1:nth-child(2n) { float:right;}

.banner-wrapp .vidio-row1 img { height:50vw;}


.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 20px;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 20px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 22px; width: 100%; float: left; margin: 0 auto 10px;}
.contac-wrapp .contac-row1 .caldera-grid { width: 100%;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox+.checkbox { margin: 0 0 15px;}


}

@media screen and (min-width:601px) and (max-width:767px) {
.margin { width:90%;}

.header-wrapp { display:none;}

.link-wrapp { text-align:center; padding:75px 0 0;}
.link-wrapp p { font-size:14px; display:block; color:#000000;}
.link-wrapp .link-row1 { position:relative; top:inherit; transform:none; margin-bottom:30px;}
.link-wrapp .link-row2 { width:100%; position:fixed; top:15px; z-index:9999;}
.link-wrapp .link-row3 { width:100%;}
.link-wrapp .link-btn1 { /*width:48%;*/ width: 100%; float:right;}
.link-wrapp .link-btn2 { width:100%; float:right;}
.link-wrapp .header-btn1 { float:left; display:block; width:48%; margin:0 0 10px;}
.link-wrapp .header-row1 { display:block;}
.social-box1 { width:100%; text-align:center; margin:0 0 15px;}

.banner-wrapp { text-align:center; min-height:inherit; padding:0 0 35px;}
.banner-wrapp h1 { font-size:40px; line-height:48px;}
.banner-wrapp p { line-height:31.01px; margin:0 auto 31px;}
.banner-wrapp .banner-col1 { width:100%; position:relative;}
.banner-wrapp .banner-col2 { width:100%; padding:25px 0 38px;}
.banner-wrapp .banner-row2 { position:relative; bottom:inherit;}
.banner-wrapp .vidio-row1 { float:none; display:inline-block;}

.about-wrapp { padding:40px 0 100px; text-align:center;}
.about-wrapp h2 { font-size:38px; line-height:50px;}
.about-wrapp .about-row .about-col1 { width:100%; margin:0 0 28px;}
.about-wrapp .about-row .about-col2 { width:100%;}

.options-wrapp { padding:0 0 45px;}
.options-wrapp h4 { font-size:38px; line-height:50px; margin-bottom:30px;}

.boxwrapp { float:left; width:100%;  max-width: inherit;}
.boxwrapp .box { margin:0 0 5px; width:100%;}
.boxwrapp .box h3 { min-height: inherit;}

.testimonials-wrapp { padding:0 0 0; text-align:center;}
.testimonials-wrapp h2 { font-size:38px; line-height:50px;}
.testimonials-wrapp h3 { width:100%;}
.testimonials-wrapp h3:after { left:50%;}
.testimonials-wrapp .col1 { width:100%; margin:0 0 30px;}
.testimonials-wrapp .col2 { width:100%; position:relative; top:inherit; transform:none;}
.testimonials-wrapp .col2 .testimonial-icon { float:none; margin:0 auto 7px;}
.testimonials-wrapp .col2 .box-row { width:100%;}
.testimonials-wrapp .testimonials-btn1 { display:inline-block; float:none; margin:30px auto 0;}

.foundation-wrapp h2 { font-size:38px; line-height:50px;}
.foundation-wrapp h2 span { display:contents;}
.foundation-wrapp .foundation-row .foundation-box { width:100%; margin:0 0 20px;}

.books-wrapp { padding:12px 0 0;}
.books-wrapp h2 { font-size:38px; line-height:50px; margin:0 0 7px;}
.books-wrapp h3 { font-size:31px; line-height:42px;}
.books-wrapp p span { display:contents;}
.books-wrapp .books-row .books-col1 { width:100%; margin:0 0 40px;}
.books-wrapp .books-row .books-col1 .books-row2 { min-height:inherit; padding:0 0 90px;}
.books-wrapp .books-row .books-col1 .books-thumb { margin:0 auto 18px;}

.team-wrapp { padding:17px 0 315px;}
.team-wrapp:after { width:100%; height:92%; background:url(../images/docto-img.png) no-repeat center / cover;}
.team-wrapp .team-col1 { width:55%;}

.footer-wrapp { text-align:center;}
.footer-wrapp p { top:inherit;}
.footer-wrapp .footer-row1 { width:100%;}
.footer-wrapp .footer-row1 .flogo { float:none; display:inline-block; margin:0 0 25px;}
.footer-wrapp .footer-row2 { width:100%; text-align:center;}

/*inner*/
.inner-wrapp { overflow:hidden;}
.inner-wrapp p span { display:block;}
.inner-wrapp .inner-col1 { position:relative; top:inherit;}
.inner-wrapp .inner-col1 .inner-row1 { width:82%; margin:0 0 -5%;}
.inner-wrapp .inner-col2 { position:relative; top:inherit; transform:none;}
.inner-wrapp .inner-col3 { width:35.2%; top: 20%;}

.conten-wrapp { padding:5px 0 50px;}
.conten-wrapp .conten-row1 .conten-bar1 { width:100%; margin:0 0 40px;}
.conten-wrapp .conten-row1 .conten-bar2 { width:100%;}
.conten-wrapp .conten-row1 .conten-bar3 { width:100%; margin:0 0 40px;}

.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}

.options-wrapp2 { margin:0;}

.bloger-wrapp h2 { font-size:22px;}
.bloger-wrapp p { font-size:15px; line-height:26px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { overflow:hidden;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt img { width:145%;}

.contac-wrapp { padding-bottom:0;}
.contac-wrapp .contac-row1 .contac-bar1 { width:90%;}

.done-wrapp h2 { font-size:28px;}

.startup-wrapp h2 { font-size:28px; line-height:38px;}
.startup-wrapp .startup-row2 { margin:0 0 10px;}
.startup-wrapp p strong { font-weight:400;}

.reviews-slider { padding-bottom:40px;}

.testi-wrapp .testi-row2 .testi-row22 { width:48%; margin:0 0 4%;}
.testi-wrapp .testi-row2 .testi-row22:nth-child(2n) { float:right; margin-left: 4%;}
.testi-wrapp .testi-row3 .testi-bar1 { width:100%; margin:0 0 4%;}
.testi-wrapp .testi-row3 .testi-bar1:nth-child(2n) { float:right; margin-left: 4%;}

.testi-wrapp .testi-row2 img {  height: 24vw;}

.workshops-wrapp h3 { font-size:17px;}
.workshops-wrapp p { max-width:90%;}
.workshops-wrapp .workshops-col1 { width:48%; margin:0 0 4%;}
.workshops-wrapp .workshops-col1:nth-child(2n) { float:right;}

.banner-wrapp .vidio-row1 img { height: 175px;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 20px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 22px; width: 100%; float: left; margin: 0 auto 10px;}
.contac-wrapp .contac-row1 .caldera-grid { width: 90%;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox+.checkbox { margin: 0 0 15px;}


}

@media screen and (min-width:768px) and (max-width:900px) {
.margin { width:94%;}

.header-wrapp p { width:100%; display:inline-block;}

.social-box1 { margin:0 0 0 0px;}
.link-wrapp .link-row1 { width:200px;}
.link-wrapp .link-row2 { margin:3px 0 0;}

.banner-wrapp { min-height:571px;}
.banner-wrapp h1 { font-size:35px; line-height:43px; margin:0 0 15px;}
.banner-wrapp .banner-col1 { width:100%;}
.banner-wrapp .banner-col2 { width:57%; padding:78px 0 0;}
.banner-wrapp .vidio-row1 { width:35%;}
.banner-wrapp .banner-col1 img { margin:0 0 0 -15%;}

.about-wrapp { padding-top:66px;}
.about-wrapp h2 { font-size:42px; line-height:54px;}

.options-wrapp h4 { font-size:42px; line-height:54px; margin-bottom:16px;}

.boxwrapp { width:100%;}
.boxwrapp .box { padding:3%; width:24.35%;}
.boxwrapp .box h2 { font-size:15px;}
.boxwrapp .box h3 { font-size:12px; min-height: 115px;}
.boxwrapp .box .readmore { padding: 12px 15px;}
.boxwrapp .light-orange .thumb img, .boxwrapp .orange .thumb img, .boxwrapp .red .thumb img, .boxwrapp .pink .thumb img {max-height: 97px;  width: auto;}


.testimonials-wrapp { overflow:hidden;}
.testimonials-wrapp h2 { font-size:28px; line-height:41px;}
.testimonials-wrapp .col2 .box-row { width:90%;}

.foundation-wrapp h2 { font-size:42px; line-height:54px;}

.books-wrapp h3 { font-size:29px; line-height:43px;}
.books-wrapp p span { display:contents;}

.foundation-wrapp p { font-size:13px; line-height:15px; letter-spacing:0; min-height:70px;}
.foundation-wrapp .foundation-row .foundation-col1 { padding:45px 0 0;}
.foundation-wrapp .foundation-row .foundation-icon { width:32%;}
.foundation-wrapp .foundation-row .foundation-icon img { width:100%; display:block;}
.foundation-wrapp .foundation-row .foundation-box { width:32%; margin:0 2% 0 0;}

.team-wrapp { padding:130px 0 201px;}
.team-wrapp:after { width:100%; height:92%; background:url(../images/docto-img.png) no-repeat center / cover;}

.footer-wrapp p { font-size:14px;}

/*inner*/
.inner-wrapp { min-height:280px;}
.inner-wrapp h1 { line-height:45px;}
.inner-wrapp p { line-height:28px;}
.inner-wrapp p span { display:block;}
.inner-wrapp .inner-col1 { top:1%;}
.inner-wrapp .inner-col1 .inner-row1 { width:54.3%; margin:0 0 -3%; top:0;}
.inner-wrapp .inner-col3 { width:27.5%;top: 44%;}
.inner-wrapp p {font-size: 16px;}
.conten-wrapp { padding-top:73px;}

.sidbar-wrapp h2 { line-height:30px; margin:0 0 23px;}
.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}
.sidbar-wrapp .sidbar-row4 { padding:22px 5% 24px;}
.sidbar-wrapp .sidbar-row5 { padding:15px 5% 33px;}
.sidbar-wrapp .sidbar-btn3 { padding:12px 11px 14px 41px; background:#ffc439 url(../images/pay-icon.png) no-repeat 9px center;}
.sidbar-wrapp .book-btn1 { padding:13px 9px 14px; font-size:12px;}
.sidbar-wrapp .sidbar-row5 .book-row .book-col1 { font-size:13px;}

.options-wrapp2 { padding-bottom:30px;}

.bloger-wrapp h2 { font-size:19px;}
.bloger-wrapp p { font-size:15px; line-height:26px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { overflow:hidden;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt img { width:163%;}

.startup-wrapp h2 { font-size:28px; line-height:38px;}
.startup-wrapp p strong { font-weight:400;}

.workshops-wrapp h3 { font-size:18px;}

.banner-wrapp .vidio-row1 img { height: 18vw;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 11px; line-height: 22px;}
.sidbar-wrapp .sidbar-row1 .g-recaptcha { width: 100%; transform: scale(0.7); text-align: left; transform-origin: left;}
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -0.6vw;}

.contac-wrapp .contac-row1 .caldera-grid .checkbox { font-size: 11px; line-height: 22px;}

.testi-wrapp .testi-row2 img { height: 16.8vw;}
.header-wrapp p {
line-height: normal;
    text-align: left;
    width: 70%;
    float: left;
}
.header-wrapp .header-btn1 {
    width: 180px;
    padding: 12px 1%;
    font-size: 14px;
    margin-top: 0;
}
.inner-wrapp .inner-col2 .inner-row2 {
    width: 50%!important;
    float: none!important;
    margin: 0 auto !important;
}
.header-wrapp .header-row1 a {
    font-size: 14px;
}
.header-wrapp.grt.showlogo .header-btn1 {
    margin-top: 0;
}

.workshops-wrapp h2 {  font-size: 24px;}


.banner-wrapp .js-video-button { width: 22px !important;}

.testimonials-wrapp .col2 { top: -57px; transform: inherit;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent, .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent a {
    font-size: 11px !important;
        color: #fe6000 !important;
}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.link-wrapp .link-btn1 {
  width: 254px;
}
.link-wrapp .link-btn2 {
  width: 254px;
}
.margin { width:94%;}

.header-wrapp p { width:100%; display:inline-block;}

.social-box1 { margin:-4px 0 0 0px;}

.banner-wrapp { min-height:576px;}
.banner-wrapp h1 { font-size:35px; line-height:35px;}
.banner-wrapp .banner-col1 { width:86%;}
.banner-wrapp .banner-col2 { width:53%; padding:78px 0 0;}
.banner-wrapp .vidio-row1 { width:35%;}

.about-wrapp { padding-top:66px;}
.about-wrapp h2 { font-size:42px; line-height:54px;}

.options-wrapp h4 { font-size:42px; line-height:54px; margin-bottom:20px;}

.boxwrapp { width:100%;}
.boxwrapp .box { padding:3%; width:24.45%;}
.boxwrapp .box h2 { font-size:17px;}
.boxwrapp .box h3 {  min-height: 115px;}

.testimonials-wrapp { overflow:hidden;}
.testimonials-wrapp h2 { font-size:28px; line-height:41px;}
.testimonials-wrapp .col2 .box-row { width:90%;}

.foundation-wrapp h2 { font-size:42px; line-height:54px;}

.foundation-wrapp p { font-size:15px; line-height:17px; letter-spacing:0; min-height:70px;}
.foundation-wrapp .foundation-row .foundation-col1 { padding:45px 0 0;}
.foundation-wrapp .foundation-row .foundation-icon { width:32%;}
.foundation-wrapp .foundation-row .foundation-icon img { width:100%; display:block;}
.foundation-wrapp .foundation-row .foundation-box { width:32%; margin:0 2% 0 0;}

.team-wrapp { padding:130px 0 201px;}
.team-wrapp:after { width:77%; height:100%; background:url(../images/docto-img.png) no-repeat center / cover;}

/*inner*/
.inner-wrapp { min-height:280px;}
.inner-wrapp h1 { line-height:45px;}
.inner-wrapp .inner-col1 { top:1%;}
.inner-wrapp .inner-col1 .inner-row1 { width:54.3%; margin:0 0 -3%; top:0;}
.inner-wrapp .inner-col3 { width:25%; top: 40%;}

.conten-wrapp { padding-top:93px;}

.sidbar-wrapp h2 { line-height:30px; margin:0 0 23px;}
.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}
.sidbar-wrapp .sidbar-row4 { padding:22px 5% 24px;}
.sidbar-wrapp .sidbar-row5 { padding:15px 5% 33px;}
.sidbar-wrapp .sidbar-btn3 { padding:12px 11px 14px 41px; background:#ffc439 url(../images/pay-icon.png) no-repeat 9px center;}
.sidbar-wrapp .book-btn1 { padding:13px 12px 14px; font-size:14px;}
.sidbar-wrapp .sidbar-row5 .book-row .book-col1 { font-size:13px;}

.options-wrapp2 { padding-bottom:30px;}

.bloger-wrapp h2 { font-size:22px;}
.bloger-wrapp p { font-size:15px; line-height:26px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { overflow:hidden;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt img { width:144%;}

.startup-wrapp h2 { font-size:28px; line-height:37px;}

.banner-wrapp .vidio-row1 img { height: 18vw;}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 25px;}
.sidbar-wrapp .sidbar-row1 .g-recaptcha { width: 100%; transform: scale(0.7);}
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -1.2vw;}

.contac-wrapp .contac-row1 .caldera-grid .checkbox { font-size: 12px; line-height: 25px;}

.testi-wrapp .testi-row2 img { height: 16.8vw;}

.header-wrapp p {
   text-align: left;
   width: 70%;
    float: left;
}
.header-wrapp .header-btn1 {
    width: 180px;
    padding: 12px 1%;
    font-size: 14px;
    margin-top: 0;
}
.inner-wrapp .inner-col2 .inner-row2 {
    width: 50%!important;
    float: none!important;
    margin: 0 auto !important;
}
.header-wrapp .header-row1 {
    margin: 9px 0 0 0;
}
.header-wrapp.grt.showlogo .header-btn1 {
    margin-top: 0;
}

.workshops-wrapp h2 {  font-size: 26px;}


.banner-wrapp .js-video-button { width: 25px !important;}

.testimonials-wrapp .col2 { top: -57px; transform: inherit;}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label, .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent, .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent a {
    font-size: 12px !important;
    line-height: 25px;
    color: #fe6000 !important;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.margin { width:94%;}
.link-wrapp .link-btn1 {
  width: 254px;
}
.link-wrapp .link-btn2 {
  width: 254px;
}
.header-wrapp p { width:100%; display:inline-block;}

.social-box1 { margin:-4px 0 0 0px;}

.banner-wrapp { min-height:576px;}
.banner-wrapp h1 { font-size:35px; line-height:35px;}
.banner-wrapp .banner-col1 { width:75.6%;}
.banner-wrapp .banner-col2 { width:53%; padding:78px 0 0;}
.banner-wrapp .vidio-row1 { width:35%;}

.about-wrapp { padding-top:66px;}
.about-wrapp h2 { font-size:42px; line-height:54px;}

.options-wrapp h4 { font-size:42px; line-height:54px; margin-bottom:22px;}

.boxwrapp { width:100%;}
.boxwrapp .box { padding:3%; width:24.5%;}
.boxwrapp .box h2 { font-size:18px;}
.boxwrapp .box h3 {  min-height: 115px;}

.testimonials-wrapp { overflow:hidden;}
.testimonials-wrapp h2 { font-size:28px; line-height:41px;}
.testimonials-wrapp .col2 .box-row { width:90%;}

.foundation-wrapp h2 { font-size:42px; line-height:54px;}

.foundation-wrapp p { font-size:15px; line-height:17px; letter-spacing:0; min-height:70px;}
.foundation-wrapp .foundation-row .foundation-col1 { padding:45px 0 0;}
.foundation-wrapp .foundation-row .foundation-icon { width:32%;}
.foundation-wrapp .foundation-row .foundation-icon img { width:100%; display:block;}
.foundation-wrapp .foundation-row .foundation-box { width:32%; margin:0 2% 0 0;}

.team-wrapp { padding:130px 0 201px;}
.team-wrapp:after { width:77%; height:100%; background:url(../images/docto-img.png) no-repeat center / cover;}

/*inner*/
.inner-wrapp { min-height:280px;}
.inner-wrapp .inner-col1 { top:1%;}
.inner-wrapp .inner-col1 .inner-row1 { width:54.3%; margin:0 0 -3%; top:0;}
.inner-wrapp .inner-col3 { width:32.5%; top:50%;}

.sidbar-wrapp h2 { line-height:30px; margin:0 0 23px;}
.sidbar-wrapp .sidbar-row1 { padding:22px 5% 38px;}
.sidbar-wrapp .sidbar-row2 .sidbar-bar2 { padding:0 5%;}
.sidbar-wrapp .sidbar-row4 { padding:22px 5% 24px;}
.sidbar-wrapp .sidbar-row5 { padding:15px 5% 33px;}
.sidbar-wrapp .sidbar-btn3 { padding:12px 11px 14px 41px; background:#ffc439 url(../images/pay-icon.png) no-repeat 9px center;}
.sidbar-wrapp .book-btn1 { padding:13px 15px 14px; font-size:14px;}

.options-wrapp2 { padding-bottom:30px;}

.bloger-wrapp h2 { font-size:25px;}
.bloger-wrapp p { font-size:15px; line-height:26px;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt { overflow:hidden;}
.bloger-wrapp .bloger-row1 .bloger-row2 .bloger-lt img { width:113%;}

.startup-wrapp h2 { font-size:28px; line-height:37px;}


.sidbar-wrapp .sidbar-row1 .g-recaptcha { width: 100%; float: left; margin: 5px auto 0px auto; transform: scale(0.8);}
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -1.4vw;}

.testi-wrapp .testi-row2 img { height: 16.8vw;}

.header-wrapp p {
    text-align: left;
    width: auto;
    float: left;
}
.header-wrapp .header-btn1 {
    width: auto;
    padding: 12px 1%;
    font-size: 12px;
    margin-top: 6px;
}
.inner-wrapp .inner-col2 .inner-row2 {
    width: 50%!important;
    float: none!important;
    margin: 0 auto !important;
}
.header-wrapp.grt.showlogo .header-btn1 {
    margin-top: 0;
}
.inner-wrapp .inner-col3 {
    width: 27%;
        top: 55%;
}
.header-wrapp p {
   text-align: left;
   width: 60%;
    float: left;
}
.header-wrapp .header-row1 {
    margin: 0 0 0;
}
}
@media screen and (min-width: 3000px){
.inner-wrapp .inner-col3 {
    width: 35%;
}
}
@media screen and (min-width: 2000px){
.inner-wrapp .inner-col3 {
    width: 30%;
}
}

@media screen and (min-width:1701px) and (max-width:1800px) {
.inner-wrapp .inner-col3{ top: 0;}
}
@media screen and (min-width:1600px) and (max-width:1700px) {
.inner-wrapp .inner-col3{ top: 18%;}
}

@media screen and (min-width:1500px) and (max-width:1599px) {
.inner-wrapp .inner-col3{ top: 30%;}
}
@media screen and (min-width:1300px) and (max-width:1499px) {
.inner-wrapp .inner-col3{ top: 40%;}
}


@media screen and (min-width:1241px) and (max-width:1350px) {
  .testimonials-wrapp { overflow:hidden;}
  .inner-wrapp .inner-col3 {
      width: 27%;
      top: 40%;
  }
}
@media screen and (min-width:768px) and (max-width:990px) {
a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar {
    padding: 12px 10px 14px 45px;
    font-size: 15px;
    background-position-x: 10px;
    background-size: 22px;
}
.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal {
    padding: 22px 10px 24px;
}
.testimonials-wrapp .testimonials-btn1 {
    margin: 20px 0 0;
}
.testimonials-wrapp h2{
      font-size: 25px;
    line-height: 38px;
}
}
@media screen and (min-width:1241px) {
  .sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe {margin-left: -9%;}

  .link-wrapp .link-btn1 {
    width: 254px;
  }
  .link-wrapp .link-btn2 {
    width: 254px;
  }
}



@media screen and (max-width:1024px) {
.modal.payment .modal-content {
    max-width: 70% !important;
    width: 570px !important;
}
.contac-wrapp .contac-row1 .caldera-grid .checkbox label span.consent, .contac-wrapp .contac-row1 .caldera-grid .checkbox label span.consent a{
    font-size: 12px!important;
    line-height: 22px;!important;
}
}
@media screen and (max-width:825px) {

.header-wrapp .header-btn1 {
    padding: 15px 1%;
    font-size: 14px;
    margin-top: 7px;
}
.header-wrapp .header-row1 {
    margin: 0px 0 0 0;
}
.forms-enquery .mainbar-form .caldera-grid {
    width: 80%;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid {
    width: 80%;
}
.modal.payment .modal-content {
    max-width: 80% !important;
    width: 570px !important;
}
footer.footer-wrapp.grt .caldera-form {
    text-align: center;
    width: 80%;
}
.workshops-wrapp .workshops-col1 h2 {
    min-height: 100px;
}
.header-wrapp.grt.showlogo .header-btn1 {
    padding: 10px 1%;
    font-size: 12px;
}
.header-wrapp .header-btn1 {
    padding: 10px 1%;
    font-size: 12px;
}
}

@media screen and (max-width:768px) {
.books-wrapp h2{
    margin: 0 0 25px;
}
.boxwrapp .box {
    margin: 20px 5px 20px 0;
}
.options-wrapp2 .boxwrapp {
    min-height: auto;
}
.event-btn-div a.consult{
    padding: 15px 18px 0 130px;
	font-size: 16px;
}
.header-wrapp.grt.showlogo .header-btn1 {
    margin-top: 0;
    padding: 10px 1%;
    font-size: 12px;
}
.header-wrapp .header-btn1 {
    padding: 10px 1%;
    font-size: 12px;
}
.header-wrapp .header-btn1 {
    padding: 10px 1%;
    font-size: 12px;
    width: 220px;
}
.header-wrapp p {
    width: 60%;
}
}

@media screen and (max-width:767px) {
.inner-wrapp .inner-col2 .inner-row2 {
 width: 100%;
}
.workshops-wrapp .workshops-col1 {
    width: 48%;
    margin: 0 1% 20px 1% !important;
}
.forms-enquery .mainbar-form .caldera-grid {
    width: 100%;
}
.link-wrapp .margin {
    width: 100%;
    max-width: 100%;
}

.link-wrapp .margin .link-row2 .scroll.float-panel {
    padding-left: 15px;
    margin-top: 15px;
}
.link-wrapp .margin .link-row2 .scroll.float-panel.fixed {
    padding-top: 15px;
    padding-left: 0 !important;
}
.link-wrapp .link-row2 .fixed .link-bar2.toggle .bar {
    background: #fe7300;
}
.link-wrapp .link-row2 .fixed .link-bar2.toggle .toggle-text1 {
    color: #fe7300;
}
.toggle-active .bar {
    background: #fe7200 !important;
}

.link-wrapp .link-row2 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    height: 55px;
}
.link-wrapp .margin p, .link-wrapp .margin .header-row1, .link-wrapp .margin .header-box1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}
.footer-wrapp .footer-row3 {
    width: 100%;
    text-align: center;
}
.how-paypal-wrapper.content-row1 .btm-apply .bottom-content {
    width: 100%;
    margin: 20px 0;
}

.how-paypal-wrapper.content-row1 .btm-apply .bottom-apply-paypal {
    width: 100%;
    margin-left: 0;
    display: none !important;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid {
    width: 100%;
}
.modal.payment .modal-content {
    max-width: 94% !important;
    width: 94% !important;
}
.banner-wrapp.inner-wrapp .inner-col2 .inner-row2 {
    margin-left: 0 !important;
    width: 100%!important;
}
.caldera-form .caldera-grid form .col-sm-12.single .form-group:nth-child(2) {
    width: 31%;
    margin-left: 2% !important;
}
.workshops-wrapp h2 {  font-size: 24px;}
.boxwrapp .box a.readmore {
        position: relative;
    width: auto;
    bottom: inherit;
}
.boxwrapp .box{
      padding: 39px 2% ;
      position: relative;
}
.workshops-wrapp .workshops-col1 h2 {
    min-height: 90px;
}

.options-wrapp.desktop-options { display: none;}
.options-wrapp.mobile-options { display: block;}
.options-wrapp.mobile-options .boxwrapp { max-width: 100% !important;}
.options-wrapp.mobile-options .boxwrapp .slide-post-options.owl-carousel { width: 100%; max-width: 100%; display: block; position: relative; margin: 0 auto;}
.options-wrapp.mobile-options .boxwrapp .slide-post-options.owl-carousel img { margin: 0 auto;}
.options-wrapp.mobile-options .boxwrapp .slide-post-options.owl-carousel .owl-dots { display: none;}
.boxwrapp .box a.comman-anchor { display: block;  position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.boxwrapp .box a.readmore { z-index: 9; }

.foundation-wrapp.dektopfoundation { display: none;}
.foundation-wrapp.mobilefoundation { display: block; margin-top: 20px;}

.conten-wrapp.desktop-options { /*display: none;*/ display: block; }
/*.conten-wrapp.mobile-options { display: block;}*/

.workshops-wrapp .slide-post-options-wrapp.owl-carousel { max-width: 100% !important;}
.workshops-wrapp .slide-post-options-wrapp.owl-carousel .owl-dots { display: none;}
.workshops-wrapp .slide-post-options-wrapp.owl-carousel .owl-item .workshops-col1 { width: 100%; margin: 0 auto !important;}

footer.footer-wrapp.grt .caldera-form.footerSubscribe { display: block; text-align: center; float: left; margin-bottom: 30px;}
footer.footer-wrapp.grt .caldera-form.footerSubscribe a.footerSubscribeToNewsletterButton { float: none; display: inline-block; margin: 0 auto; width: auto; padding: 13px 20px 14px;}
.contac-wrapp .contac-row1 .caldera-grid .checkbox label span.consent {
    font-size: 12px!important;
    line-height: 22px;!important;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent, .sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label span.consent a {
    font-size: 12px !important;
    color: #fe6000 !important;
}
}

@media screen and (max-width:600px) {
.slider.nonslider .notaslider {
    width: 100%;
    margin: 0 0 70px 0;
}
.paiger-wrapp {
    padding: 0!important;
}
.conten-wrapp {
    padding: 5px 0 15px !important;
}
.event-btn-div a.consult {
    padding: 15px 18px 0 130px;
    font-size: 16px;
    height: 140px;
}
.testi-wrapp .testi-row3 {
    margin: 20px 0 22px;
}
.paiger-bar1 li, .paiger-bar1 li a {
    font-size: 17px;
}
.boxwrapp .box {
    margin: 20px 5px 0 0;
}
.tab-row1 li:nth-child(2n) {
    float: right;
    margin-left: 3%!important;
}
.workshops-wrapp .workshops-col1 {
    width: 48%;
    margin: 0 1% 20px 1% !important;
}
footer.footer-wrapp.grt .caldera-form {
    text-align: center;
    margin-bottom: 25px;
}
footer.footer-wrapp.grt .caldera-form h1 {
    line-height: normal;
    font-size: 28px;
}
footer.footer-wrapp.grt .caldera-form {
    text-align: center;
    width: 100%;
}
.paypalbuttonfloatingaction {
    width: 36px !important;
    height: inherit;
    left: 20px;
    bottom: 20px !important;
}
.paypalbuttonfloatingaction a.sidbar-btn3.paypalbtnpopup{
      background-size: 28px;
}
.paypalbuttonfloatingaction.paypalbuttonfloatingactionfast2.paypalbtn { 
    height: inherit;
    left: 20px; 
        bottom: 80px !important;
}

}
@media screen and (max-width:480px) {
.options-wrapp h4, .books-wrapp h2, .books-wrapp h3, .banner-wrapp h1, .about-wrapp h2, .testimonials-wrapp h2, .foundation-wrapp h2 {
    font-size: 28px;
    line-height: 30px;
}
.options-wrapp h4 {
    margin-bottom: 15px;
}
.tab-row1 li:nth-child(2n) {
    float: right;
    margin-left: 3%!important;
}
.sidbar-wrapp p{
    max-width: 100%!important;
}
.testimonials-wrapp .owl-dots {
    display: none;
}
.about-wrapp {
    padding: 20px 0 70px;
}
.foundation-wrapp h2 {
    margin: 0 0 20px;
}
.foundation-wrapp {
    padding: 20px 0;
}
.event-btn-div a.consult {
    height: 140px;
	font-size: 16px;
    line-height: 20px;
    padding: 15px 18px 0 15px;
	background-position: right top;
}
.event-btn-div a.consult:hover{
    height: 140px;
	font-size: 16px;
    line-height: 20px;
    padding: 15px 18px 0 15px;
	background-position: right top;
}
.workshops-wrapp .workshops-col1 {
    width: 100%;
    margin: 0 1% 20px 1% !important;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .col-sm-12.single .form-group:nth-child(1) {
    width: 100%;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .col-sm-12.single .form-group:nth-child(2) {
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group input.form-control {
    height: 44px;
  }
  footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group .btn.btn-default {
    padding: 0 20px;
    font-size: 17px;
}
.modal.payment .modal-content .modal-body .caldera-grid form .form-group:nth-child(1) {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0 !important;
}
.modal.payment .modal-content .modal-body .caldera-grid form .form-group:nth-child(2) {
    display: inline-block;
    width: auto;
}
.workshops-wrapp h2 {
    font-size: 20px;
}
.workshops-wrapp h3 {
    font-size: 18px;
}
}



@media screen and (max-width:414px) {
.options-wrapp h4, .books-wrapp h2, .books-wrapp h3, .banner-wrapp h1, .about-wrapp h2, .testimonials-wrapp h2, .foundation-wrapp h2 {
    font-size: 24px;
    line-height: 30px;
}
.boxwrapp .box {
    margin: 20px 5px 0 0;
}
.options-wrapp {
    padding: 0 0 20px;
}
.books-wrapp .books-row {
    margin: 0;
}
.banner-wrapp {
    padding: 0 0 15px;
}
.workshops-wrapp .workshops-col1 {
    width:100%;
    margin: 0 0 20px 0 !important;
}
.forms-enquery {
    margin-bottom: 40px;
}
.contac-wrapp .contac-row {
    margin-bottom: 20px;
}
.contac-wrapp .contac-row iframe {
    height: 350px;
}
footer.footer-wrapp.grt .caldera-form .caldera-grid form .form-group .g-recaptcha {
    transform: scale(0.85);
    transform-origin: left;
    text-align: center;
    margin-left: 10px;
}
footer.footer-wrapp.grt .caldera-form h1 {
    line-height: normal;
    font-size: 23px;
}
.workshops-wrapp .workshops-col1 h2 {
    min-height: inherit;
}
a.sidbar-btn3.paypalbtnpopup.paypalbutonsidebar {
    padding: 12px 20px 14px 55px;
    background: url(../images/pay-icon.png) #ffc439 no-repeat 17px center;
}
}
@media screen and (max-width: 365px) {
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -1%;}
.contac-wrapp .contac-row1 .g-recaptcha div iframe { margin-left: -1%;}
.event-btn-div a.consult, .event-btn-div a.consult:hover {
    height: 165px;
}
footer.footer-wrapp.grt .caldera-form h1 {
    font-size: 20px;
}
}

@media screen and (max-width: 350px) {
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -3%;}
.contac-wrapp .contac-row1 .g-recaptcha div iframe { margin-left: -6%;}
.forms-enquery .mainbar-form .caldera-grid .g-recaptcha {
    width: 100%;
    float: left;
    margin: 5px auto 0px 6%;
    transform: scale(0.75);
    text-align: center;
    transform-origin: left;
}
}

@media screen and (max-width: 340px) {
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -5%;}
.contac-wrapp .contac-row1 .g-recaptcha div iframe { margin-left: -5%;}
}
@media screen and (max-width: 330px) {
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -6%;}
.contac-wrapp .contac-row1 .g-recaptcha div iframe { margin-left: -6%;}
}


@media screen and (max-width: 320px) {
.sidbar-wrapp .sidbar-row1 .g-recaptcha div iframe { margin-left: -8%;}
.contac-wrapp .contac-row1 .g-recaptcha div iframe { margin-left: -8%;}
}