/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul{
  padding: 0px;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 28px;
}
h5{
  font-size: 24px;
}
h6{
  font-size: 18px;
}
ul li, p{
  font-size: 16px;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{
   font-family: 'Montserrat', sans-serif;
}
.wrapper{
  width: 100%;
  float: left;
}
.container{
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0 auto;
}
header .logo, header nav{
  float: left;
}
header nav ul{
  list-style: none;
}
header .logo{
  margin-right: 50px;
}
header nav ul li{
  float: left;
  padding-right: 28px;
}
header nav ul li:last-of-type{
  padding-right: 0px;
}
header nav ul li a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: all ease .3s;
}
header nav ul li a:hover{
  color: #FFB400;
}
header .button{
  float: right;
}
.nav_menu{
  display: none;
}
header .button a.btn{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  background: #ffb400;
  padding: 3px 24px;
  display: block;
  margin-top: 8px;
}
 
.jumbotron{
  background: url('../img/banner_bg.png') center center no-repeat;
  background-size: cover;
  padding: 22px 0px 0px;
}
.jumbotron_caption{
  padding-top: 88px;
}
.jumbotron_caption .prices{
  text-align: center;
}
.prices .cut_price, .prices .final_price{
  display: inline-block;
  color: #ffb400;
  letter-spacing: -1.8px;
}
.prices .cut_price{
  font-size: 55px;
  font-weight: 600;
  position: relative;
}
.prices .cut_price:before{
  content: "";
  background: #ff0000;
  transform: rotate(-18deg);
  position: absolute;
  top: 38px;
  left: 0px;
  height: 3px;
  width: 124px;
}
.prices .cut_price span{
  font-size: 27px;
}
.prices .final_price{
  font-size: 72px;
  font-weight: 700; 
  margin-left: 18px;
  letter-spacing: -2.8px;
  position: relative;
  margin-right: 18px;
}
.prices .final_price span.dollar{
  font-size: 36px;
}
.prices .final_price span.text{
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: -1px;
  right: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.total_templates{
  text-align: center;
}
.total_templates h6{
  font-size: 150px;
  letter-spacing: -27.7px;
  color: #fff;
  font-weight: bold;
  line-height: 150px;
  margin: -2px 0px -8px;
}
.total_templates h6 span{
  letter-spacing: -5px;
}
.total_templates p{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  padding-left: 80px;
}
.total_templates h4{
  color: #ffb400;
  font-size: 100px;
  letter-spacing: -4px;
  font-weight: bold;
  margin: -14px 0px 0px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.total_templates h4:before{
  content: "";
  background: #ffb400;
  height: 12px;
  width: 145px;
  border-radius: 50px;
  position: absolute;
  bottom: 4px;
  right: 55px;
}
.total_templates ul{
  display: inline-block;
  width: 100%;
  list-style: none;
  margin-top: 14px;
}
.total_templates ul li{
  font-size: 18px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.total_templates ul li:before{
  content: ".";
  font-size: 18px;
  color: #fff;
  padding: 0px 18px;
}
.total_templates ul li:first-of-type:before{
  display: none;
}
.black_circel{
  text-align: center;
  margin-top: 20px;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.buggest_bundle img {
    text-align: center;
    text-transform: uppercase;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.buggest_bundle img {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.buggest_bundle{
  height: 310px;
  width: 310px;
  box-sizing: border-box;
  position: relative;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  padding: 42px 12px;
  display: inline-block;
  cursor: pointer;
}
.buggest_bundle .biggest{
  font-size: 25px;
  color: #fff;
  display: block;
  margin-top: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.buggest_bundle p{
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin: 0px;
  line-height: 50px;
  margin: -1px 0px -7px;
}
.buggest_bundle .ever{
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}
.buggest_bundle:after{
    content: "";
    height: 310px;
    width: 310px;
    background: #999999;
    border-radius: 50%;
    left: -5px;
    top: 6px;
    position: absolute;
    z-index: -1;
}


/*ORAGANIZATION STYLE*/
.organization{
  padding: 80px 0px 95px;
}
.organization p{
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
}

.organization_list li{
  list-style: none;
  float: left;
  width: 22%;
  text-align: center;
  position: relative;
  min-height: 60px;
}
.organization_list li:nth-child(4), .organization_list li:nth-child(5){
  width: 17%;
}
.organization_list li img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*SECTION 2 STYLE*/
.section_2{
  background: #3292ff;
  padding: 100px 0px 115px;
  text-align: center;
  position: relative;
}
.section_2:after{
  content: "";
  position: absolute;
  z-index: 9999999;
  bottom: -40px;
  background: url('../img/blue_arrow.png') center center no-repeat;
  width: 169px;
  height: 40px; 
  left: 50%;
  transform: translateX(-50%);
}
.section_2 h4{
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
  letter-spacing: -.5px;
  margin: 0px;
}
.section_2 h4 span{
  position: relative;
  color: #ffb400;
}
.section_2 h4 span:before{
  content: "";
  background: #ffb400;
  width: 260px;
  height: 12px;
  position: absolute;
  top: -20px;
  left: 0px;
  border-radius: 50px;
}
.section_2 p{
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 23px 0px 46px;
}
.section_2 a.click_away{
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -.2px;
  padding: 17px 44px;
  background: #ffb400;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.section_2 a.click_away:before{
  content: "";
  background: url('../img/button_before.png') center center no-repeat;
  width: 47px;
  height: 67px;
  background-size: cover;
  position: absolute;
  left: -47px;
  top: 0px;
}
.section_2 a.click_away:after{
  content: "";
  background: url('../img/button_after.png') right center no-repeat;
  width: 47px;
  height: 67px;
  background-size: cover;
  position: absolute;
  right: -47px;
  top: 0px;
}



/*LIFE TIME ACCESS STYLE*/
.lifetime_access_section{
  position: relative;
  background: url('../img/section_2_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 150px 0px 175px;
}

.lifetime_access_section .text h3{
  color: #555555;
  font-size: 57px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 25px 0px 0px;
  line-height: 58px;
  position: relative;
}
.lifetime_access_section .text h3:after{
  content: "";
  height: 12px;
  width: 144px;
  background: #999999;
  position: absolute;
  bottom: -38px;
  border-radius: 50px;
  left: 0px;
}
.lifetime_access_section .image{
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
.lifetime_access_section .image img{
  width: 100%;
}
.total_slides{
  margin: 80px 0px 43px;
}
.total_slides p{
  font-size: 57px;
  color: #dddddd;
  font-weight: 500;
  margin: 0px;
  line-height: 55px;
  display: inline-block;
  position: relative;
  letter-spacing: -1px;
}
.total_slides p:before{
  content: "";
  background: #dddddd;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 29px;
  left: 0px;
}
.total_slides p.black{
  color: #555555;
  margin-top: 15px;
  display: block;
}
.total_slides p.black:before{
  display: none;
}
a.btn{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  background: #ffb400;
  padding: 14px 32px;
  display: block;
  margin-top: 8px;
  display: inline-block;
}



.template_list_content{
  padding: 126px 0px 120px;
  background: #eeeeee url('../img/dark_gray.png') center top no-repeat;
}
.all_listed_section{
  padding: 126px 0px 120px;
  background: #fff url('../img/gray_arrow.png') center top -2px no-repeat; 
}
h2.heading{
  text-align: center;
  font-size: 58px;
  font-weight: 500;
  color: #333333;
  line-height: 74px;
  margin: 0px;
  position: relative;
}
h2.heading:after{
  content: "";
  height: 12px;
  width: 144px;
  background: #ff00008c;
  position: absolute;
  bottom: -52px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.template_content_wrap{
  margin-top: 132px;
}
.template_content{
  float: right;
  width: calc(100% - 490px);
  margin-top: -200px;
}
.template_list_content .slider{
  float: left;
  width: 100%;
  position: relative;
}
.slider a.dynamic_trigger{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  left: 0;
  background: rgba(0,0,0,.4);
  display: block;
  padding: 18px 0px;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  width: 482px;
  cursor: pointer;
}
.slider a.dynamic_trigger:before{
  height: 0;
  width: 0;
  top: -16px;
  left: 0;
  border-bottom: 16px solid rgba(0,0,0,.8);
  border-left: 16px solid transparent;
  content: "";
  position: absolute;
}
.slider a.dynamic_trigger:after{
  height: 0;
  width: 0;
  top: -16px;
  right:0;
  border-bottom: 16px solid rgba(0,0,0,.8);
  border-right: 16px solid transparent;
  content: "";
  position: absolute;
}
.template_list_content .slider .lSSlideWrapper{
  float: left;
  margin-right: 40px;
  width: 450px;
  position: initial;
}
.template_list_content .slider .lSGallery{
    width: calc(100% - 490px) !important;
    float: left;
    transform: none !important;
}
.template_list_content .template_content_wrap ul, .slider .lSGallery{
  list-style: none;
  margin: 0px;
}
.template_list_content .slider .lSGallery li{
  float: left;
  margin-right: 30px !important;
  width: calc(20% - 24px) !important;
  margin-bottom: 30px;
  border:4px solid #f7f7f7;
  box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
}
.template_list_content .slider .lSGallery li.active{
  border-color: #ccc;
}
.template_list_content .slider .lSGallery li:nth-child(5n), .template_list_content .slider .lSGallery{
  margin-right: 0px !important;
}
.template_list_content .template_content_wrap ul.templates_detail{
  margin-top: 16px;
}
.template_list_content .templates_detail h3{
  margin: 0px 0px 25px;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
.template_list_content .template_content_wrap ul.templates_detail li{
  color: #333333;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 15px 2px 32px;
  background: url('../img/list_arrow.png') left center no-repeat;
  margin-bottom: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.template_list_content .lSSlideOuter{
  padding: 0px 0px 20px;
}
.template_list_content .slider li{
  border:4px solid #f7f7f7;
  box-shadow: 5px 4px 6px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.template_list_content .slider li img{
  width: 100%;
  height: auto;
}
.template_list_content .slider .lSAction{
  position: absolute;
  bottom: 47px;
  left: 0px;
}
.template_list_content .slider .lSAction a{
  opacity: 1;
}
.template_list_content .slider .lSAction .lSPrev{
  background: url('../img/prev_icon.png') center center no-repeat;
  width: 49px;
  height: 26px;
  left: -70px;

}
.template_list_content .slider .lSAction .lSNext{
  background: url('../img/next_icon.png') center center no-repeat;
  width: 49px;
  height: 26px;
  left: 20px;
}

.lslide.active::after{
  display: none;
}


/*PICK DECK SECTION*/
.pick_deck{
  background: url('../img/pitch_deck_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 218px 0px 210px;
  position: relative;
}
.pick_deck:before{
  content: "";
  top: 0px;
  background: url('../img/dark_gray.png') center top no-repeat;
  width: 169px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.pick_deck .text{
  float: right;
  text-align: right;
}
.pick_deck .image{
  position: absolute;
  left: 0px;
  top: 0px;
}
.pick_deck .text p{
  color: #333;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.7px;
  margin: 0px;
  position: relative;
}
.pick_deck .text p:first-of-type:after{
    content: "";
    height: 12px;
    width: 144px;
    background: #999999;
    position: absolute;
    top: -36px;
    border-radius: 50px;
    right: 0px;
}
.pick_deck .text h4{
  color: #333333;
  font-size: 72px;
  margin: 3px 0px 20px;
  line-height: 75px;
  font-weight: 500;
}
.pick_deck .text a.btn{
  margin-top: 45px;
}

/*SAVE TIME SECTION*/
.save_time_section{
  background: url('../img/save_time_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 240px 0px 235px;
  position: relative;
}
.save_time_section:before{
  content: "";
  position: absolute;
  z-index: 9999999;
  top: 0px;
  background: url('../img/dark_gray.png') center center no-repeat;
  width: 169px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.save_time_section .text h4{
  color: #fff;
  font-weight: 500;
  font-size: 72px;
  margin: 0px;
  line-height: 72px;
  position: relative;
}
.save_time_section .text h4:before{
    content: "";
    height: 12px;
    width: 146px;
    background: #fff;
    position: absolute;
    top: -32px;
    border-radius: 50px;
    left: 6px;
}
.save_time_section .text p{
  font-size: 30px;
  color: #fff;
  margin: 25px 0px 36px;
  font-weight: 500;
  letter-spacing: -.1px;
}




/*convenience_templates_section*/

.convenience_templates_section{
  background: url('../img/blue_arrow.png') center top no-repeat, url('../img/convenience_temp_bg.jpg') center center no-repeat;
  background-size: contain cover;
  padding: 137px 0px 162px;
}
.convenience_templates_section h2.heading{
  line-height: 63px;
}
.convenience_templates_section ul{
  float: right;
  width: 48%;
  list-style: none;
  margin: 160px 0px 0px 0px;
}
.convenience_templates_section ul li{
  margin: 0px 0px 85px 0px;
}
.convenience_templates_section ul li:last-of-type{
  margin-bottom: 0px;
}
.convenience_templates_section ul li h4{
  font-size: 30px;
  color: #333333;
  margin: 0px;
  line-height: 30px;
  font-weight: 500;
}
.convenience_templates_section ul li p{
  font-size: 17px;
  color: #333333;
  margin: 16px 0px 0px 0px;
  line-height: 26px;
  font-weight: 400;
}




/*customizeable_slide */

.customizeable_slide{
  background: url('../img/custom_slide_bg.jpg') center center no-repeat;
  background-size:  cover;
  padding: 218px 0px 335px;
  position: relative;
}
.customizeable_slide:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 170px;
  height: 40px;
  transform: translateX(-50%);
  background: url('../img/dark_gray.png') center top no-repeat;
}
.customizeable_slide h2{
  text-align: left;
}
.customizeable_slide h2.heading::after{
  top: -30px;
  bottom: initial;
  left: 0px;
  transform: none;
}
.customizeable_slide p{
  font-size: 17px;
  color: #333333;
  margin: 67px 0px 40px 0px;
  font-weight: 500;
}
.customizeable_slide p.no-margin{
  margin: 0px;
} 




/*testimonial_section*/

.testimonial_section{
  padding: 180px 0px 117px;
  background: url('../img/gray_arrow.png') center top -2px no-repeat;
}
.testimonial_section h2{
  font-size: 48px;
  line-height: 48px;
}
.testimonial_section .slider{
  margin-top: 125px;
}
.testimonial_section .slider ul.testimonial_slider{
  padding: 0px;
  margin:0px;
  list-style: none;
  padding-top: 72px;
}
.testimonial_section .slider ul.testimonial_slider li{
  background: #f2f3f7;
  position: relative;
}
.testimonial_section .slider ul.testimonial_slider li .image{
  text-align: center;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  position: absolute;
  top: -72px;
  left: 50%;
  z-index: 99999999;
  transform: translateX(-50%);
} 

.testimonial_section .slider ul.testimonial_slider li .image img{
  border-radius: 50%;
  width: 100%;
}
.testimonial_section .slider ul.testimonial_slider li .text{
  padding: 115px 35px 60px;
}
.testimonial_section .slider ul.testimonial_slider li .text p{
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  line-height: 31px;
  position: relative;
}
.testimonial_section .slider ul.testimonial_slider li .text p:before{
  content: "";
  position: absolute;
  background: url('../img/top_qoute.png') center center no-repeat;
  left: 0px;
  top: -26px;
  width: 26px;
  height: 20px;
}
.testimonial_section .slider ul.testimonial_slider li .text p img{
  margin: 9px 0px 0px 4px;
}
.testimonial_section .slider ul.testimonial_slider li .text h5{
  color: #666;
  font-size: 30px;
  font-weight: 400;
  margin: 40px 0px 0px;
}

.testimonial_section .lSAction {
  float: left;
  width: 100%;
  margin-top: 90px;
  text-align: center;
}
.testimonial_section .lSAction > a{
  position: initial;
  width: 49px;
  height: 26px;
  display: inline-block;
  opacity: 1;
}
.testimonial_section .lSAction > a.lSPrev{
  background: url('../img/prev_icon.png') center center no-repeat;
  margin-right: 44px;
}
.testimonial_section .lSAction > a.lSNext{
  background: url('../img/next_icon.png') center center no-repeat;
}


/*faqs_section*/

.faqs_section{
  background: #3292ff url('../img/gray_arrow.png') center top -2px no-repeat;
  padding: 150px 0px 95px;

}
.faqs_section h2{
  color: #ffff;
  font-size: 48px;
}
.faqs_section h2:after{
  background: #fff;
}
.accordion{
  background: #fff;
  padding: 18px 20px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 135px;
}
.accordion h3{
  color: #666666;
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 10px;
  letter-spacing: -1px;
}
.accordion_wrap{
  background: #f0f0f0;
  padding: 16px 15px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.accordion_wrap:hover{
  background: #f0f0f0;
}

.accordion_panel {
  padding: 0 0px 0px 32px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_trigger{
  cursor: pointer;
}
.accordion_wrap.active, .accordion_wrap.active:hover{
  background: #fff;
  border: 1px  solid rgb(238, 238, 238); 
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.accordion_trigger:after, .accordion_trigger:before{
  display: none;
}
.accordion_trigger p{
  font-size: 18px;
  color: #666;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0px;
  padding-left: 32px;
  background: url('../img/plus_icon.png') left center no-repeat;
}
.accordion_panel p{
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin: 6px 0px 0px;
}
.accordion_trigger.active p{
  background: url('../img/accordioin_open.png') left center no-repeat; 
}
.accordion_trigger.active p{
  color: #1e81eb;
}



/*order_now_section*/
.order_now_section{
  background: #eeeeee url('../img/blue_arrow.png') center top no-repeat;
  padding: 139px 0px 200px;
  text-align: center;
}
.order_now_section p{
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  margin: 50px 0px 0px 0px;
  position: relative;
}
.order_now_section p:after{
  content: "";
  height: 12px;
  width: 144px;
  background: #666666;
  position: absolute;
  bottom: -30px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.order_now_section p img{
  margin-top: -15px;
}




/*GRAB COPY SECTION*/
.grap_copy_section{
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
}
.grap_copy_section img{
  max-width: 100%;
  height: auto;
  margin-top: -50px;
  display: inline-block;
}
.grap_copy_section .price{
  font-size: 233px;
  color: #ffb400;
  font-weight: 600;
  line-height: 180px; 
  letter-spacing: -15px;
  margin: 85px 0px 50px;
}
.grap_copy_section .price span{
  font-size: 116px;
  font-weight: 600;
  line-height: 116px;
  letter-spacing: -7px; 
}
.grap_copy_section a.btn{
  font-size: 36px;
  text-transform: capitalize;
  padding: 14px 55px;
}



/*company_portfolio_section*/

.company_portfolio_section{
  padding: 368px 0px 105px 0px;
  background: url('../img/bottom_bg.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.company_portfolio_section .bonuse_label{
  background:url('../img/badge_bg.png') center center no-repeat;
  transform: rotate(-90deg);
  letter-spacing: -.2px;
  width: 257px;
  height: 74px;
  position: relative;
  top: -167px;
}
.company_portfolio_section .bonuse_label p{
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  transform: rotate(360deg);
  margin: 0px;
  line-height: 74px;
  position: relative;
  left: 6px;
}
.company_portfolio_section .bonuse_label p span{
  color: #b04b24;
}
.company_portfolio_section h2{
  margin: -36px 0px 0px 0px;
  font-weight: 500;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}
.company_portfolio_section h2:after{
  display: none;
}
.company_portfolio_section p{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0px 0px 0px;
  text-align: center;
}
.company_portfolio_section .demo-gallery ul{
  margin: 38px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.company_portfolio_section .demo-gallery ul li{
  float: left;
  width: calc(25% - 19px);
  margin-right: 25px;
}
.company_portfolio_section .demo-gallery ul li .image{
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  border-radius: 4px;
}
.company_portfolio_section .demo-gallery ul li a{
  text-decoration: none;
}
.company_portfolio_section .demo-gallery ul li a .image img{
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.company_portfolio_section .demo-gallery ul li a h3{
  color: #fff;
  font-size: 16px;
  margin: 9px 0px 0px 0px;
  font-weight: 600;
}
.company_portfolio_section .demo-gallery ul li:nth-child(4n){
  margin-right: 0px;
}

.badge-wrap {
  margin: 38px 0px 0px 0px;
}
.badge-wrap .grab_template_lable{
  float: left;
  margin-top: 12px;
}
.badge-wrap .grab_template_lable a{
  text-decoration: none;
}
.badge-wrap .grab_template_lable a img{
  z-index: 99;
  position: relative;
}
.badge-wrap .grab_template_lable a span{
    background: #ffb400;
    margin: 0px;
    margin-left: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    padding: 22px 35px 22px 45px;
    margin-left: -30px;
    position: relative;
    top: 11px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}
.badge-wrap .grab_template_lable a span:after{
  background: url('../img/star_icon2.png') center center no-repeat;
  content: "";
  position: absolute;
  top: -14px;
  right: -6px;
  height: 26px;
  width: 40px;
}
.badge-wrap .badge{
  float: right;
}

/*footer*/
.footer{
  padding: 92px 0px 80px;
}
.footer .ft-logo{
  float: left;
}
.footer p{
  float: left;
  margin: 21px 0px 0px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.footer ul.ft-links{
  margin: 24px 0px 0px;
  padding: 0px;
  list-style: none;
  float: right;
  text-transform: uppercase;
  font-weight: 500;

}
.footer ul.ft-links li{
  border-right: 1.5px solid #666;
  float: left;
  padding: 0px 14px 0px;
  line-height: 15px;
}
.footer ul.ft-links li:last-of-type{
  border-right: 0px;
  padding-right: 0px;
}
.footer ul.ft-links li a{
  text-decoration: none;
  color: #666;
  font-size: 14px;
}





/*MEDIA QUERY*/

@media(max-width: 1450px){
  .jumbotron_caption{
    padding-top: 70px;
  }
  .total_templates h6{
    line-height: 142px;
    font-size: 142px;
  }
  .total_templates h4{
    font-size: 94px;
  }
  .total_templates h4::before{
    bottom: 4px;
  }
  .buggest_bundle, .buggest_bundle::after{
    height: 300px;
    width: 300px;
  }
  .organization{
    padding: 75px 0px 80px;
  }
  .section_2{
    padding: 90px 0px 100px;
  }
  .lifetime_access_section{
    padding: 120px 0px 150px;
  }
  .template_list_content{
    padding: 115px 0px 110px;
  }
  h2.heading{
    font-size: 54px;
    line-height: 70px;
  }
  .pick_deck{
    padding: 180px 0px 185px;
  }
  .save_time_section{
    padding: 190px 0px 170px;
  }
  .convenience_templates_section{
    padding: 120px 0px 130px;
  }
  .customizeable_slide{
    padding: 180px 0px 270px;
  }
  .testimonial_section{
    padding: 140px 0px 100px;
  }
  .faqs_section{
    padding: 120px 0px 85px;
  }
  .order_now_section{
    padding: 129px 0px 180px;
  }
  .grap_copy_section .price{
    font-size: 223px;
    margin: 75px 0px 45px;
    line-height: 170px;
  }
  .grap_copy_section .price span{
    font-size: 106px;
    line-height: 111px;
  }
  .grap_copy_section a.btn{
    font-size: 26px;
  }
  .company_portfolio_section h2{
    font-size: 45px;
  }
  .footer{
    padding: 70px 0px 70px;
  }
}

@media(max-width: 1300px){
  .template_list_content .slider .lSAction{
    bottom: 30px;
  }
  .template_list_content .slider .lSAction .lSPrev{
    left: 20px;
  }
  .template_list_content .slider .lSAction .lSNext{
    left: 100px;
  }
  .template_list_content .slider .lSSlideWrapper{
    position: relative;
  }
}

@media(max-width: 1200px){
  .jumbotron_caption{
    padding-top: 55px;
  }
  .total_templates h6{
    line-height: 132px;
    font-size: 132px;
  }
  .total_templates p{
    font-size: 22px;
  }
  .total_templates h4{
    font-size: 84px;
  }
  .total_templates h4::before{
    bottom: 2px;
    right: 35px;
    height: 10px;
    width: 135px;
  }
  .total_templates ul{
    margin-top: 12px;
  }
  .total_templates ul li{
    font-size: 17px;
  }
  .total_templates ul li::before{
    padding: 0px 16px;
    font-size: 17px;
  }
  .buggest_bundle, .buggest_bundle::after{
    height: 280px;
    width: 280px;
  }
  .buggest_bundle .biggest{
    font-size: 22px;
    margin-top: 18px;
  }
  .buggest_bundle p{
    margin: -1px 0px -8px;
    font-size: 46px;
  }
  .buggest_bundle .ever{
    font-size: 38px;
  }
  .buggest_bundle img{
    width: 10px;
  }
  .prices .final_price{
    font-size: 68px;
  }
  .prices .final_price span.dollar{
    font-size: 34px;
  }
  .prices .final_price{
    margin: 0px 15px;
  }
  .prices .cut_price{
    font-size: 52px;
  }
  .prices .cut_price::before{
    width: 118px;
  }
  header .button a.btn{
    font-size: 22px;
  }
  .organization{
    padding: 65px 0px 55px;
  }
  .organization_list li{
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .section_2{
    padding: 80px 0px 85px;
  }
  .section_2 h4{
    font-size: 40px;
    line-height: 54px;
  }
  .section_2 h4 span::before{
    width: 220px;
    top: -16px;
    height: 10px;
  }
  .section_2 p{
    font-size: 22px;
    margin: 20px 0px 43px;
  }
  .section_2 a.click_away{
    font-size: 22px;
    padding: 14px 40px;
  }
  .section_2 a.click_away::before,.section_2 a.click_away::after{
    height: 59px;
  }
  .lifetime_access_section{
    padding: 100px 0px 120px;
  }
  .lifetime_access_section .text h3{
    font-size: 52px;
    line-height: 55px;
  }
  .total_slides p{
    font-size: 52px;
    line-height: 50px;
  }
  a.btn{
    font-size: 22px;
    padding: 13px 28px;
  }
  h2.heading{
    font-size: 48px;
    line-height: 62px;
  }
  .template_list_content{
    padding: 95px 0px 95px;
  }
  h2.heading::after{
    bottom: -46px;
    height: 10px;
  }
  .template_content_wrap{
    margin-top: 120px;
  }
  .template_list_content .template_content_wrap ul.template_list li img{
    max-width: 100%;
    height: auto;
  }
  .template_list_content .template_content_wrap ul.template_list li{
    width: calc(20% - 20px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .template_list_content .template_content_wrap ul.templates_detail li{
    font-size: 12px;
    padding: 2px 15px 2px 25px;
  }
  .pick_deck{
    padding: 150px 0px 140px;
  }
  .pick_deck .text p{
    font-size: 26px;
  }
  .pick_deck .text h4{
    font-size: 64px;
    line-height: 66px;
    margin: 6px 0px 18px;
  }
  .pick_deck .text a.btn{
    margin-top: 40px;
  }
  .save_time_section{
    padding: 150px 0px 120px;
  }
  .save_time_section .text h4{
    font-size: 62px;
    line-height: 64px;
  }
  .save_time_section .text h4::before{
    height: 10px;
    width: 135px;
    top: -30px;
  }
  .save_time_section .text p{
    margin: 22px 0px 32px;
    font-size: 28px;
  }
  .convenience_templates_section{
    padding: 100px 0px 110px;
  }
  .convenience_templates_section h2.heading{
    line-height: 58px;
  }
  .convenience_templates_section ul{
    margin: 120px 0px 0px 0px;
  }
  .convenience_templates_section ul li{
    margin: 0px 0px 60px 0px;
  }
  .convenience_templates_section ul li h4{
    font-size: 26px;
  }
  .convenience_templates_section ul li p{
    font-size: 15px;
    line-height: 24px;
    margin: 12px 0px 0px 0px;
  }
  .customizeable_slide{
    padding: 170px 0px 220px;
  }
  .customizeable_slide p{
    margin: 50px 0px 30px 0px;
  }
  .testimonial_section{
    padding: 100px 0px 90px;
  }
  .testimonial_section .slider{
    margin-top: 100px;
  }
  .testimonial_section .slider ul.testimonial_slider li .text p{
    font-size: 16px;
    line-height: 30px;
  }
  .testimonial_section .slider ul.testimonial_slider li .text h5{
    font-size: 22px;
    margin: 30px 0px 0px;
  }
  .testimonial_section .slider ul.testimonial_slider li .text{
    padding: 110px 35px 40px;  
  }
  .testimonial_section .lSAction{
    margin-top: 50px;
  }
  .accordion{
    margin-top: 110px;
  } 
  .faqs_section{
    padding: 100px 0px 85px;
  }
  .order_now_section{
    padding: 115px 0px 160px;
  }
  .order_now_section p{
    font-size: 36px;
  }
  .grap_copy_section .price{
    font-size: 200px;
    line-height: 145px;
    margin: 65px 0px 35px;
  }
  .grap_copy_section .price span{
    font-size: 90px;
    line-height: 102px;
  }
  .grap_copy_section a.btn{
    font-size: 20px;
  }
  .company_portfolio_section{
    padding: 310px 0px 70px 0px;
  }
  .badge-wrap .grab_template_lable a span{
    font-size: 20px;
    padding: 20px 25px 19px 35px;
  }
  .badge{
    width: 180px;
  }
  .badge-wrap .grab_template_lable a img{
    max-width: 26%;
  }
  .badge img{
    max-width: 100%;
    height: auto;
  }
  .company_portfolio_section h2.heading{
    font-size: 38px;
  }
  .company_portfolio_section p{
    font-size: 22px;
    margin: 10px 0px 0px 0px;
  }
  .company_portfolio_section .bonuse_label{
    background-size: cover;
    width: 230px;
    top: -140px;
    height: 60px;
  }
  .company_portfolio_section .bonuse_label p{
    line-height: 62px;
    font-size: 27px;
  }
  .footer{
    padding: 60px 0px 60px;
  }
  .footer p{
    font-size: 12px;
    margin: 24px 0px 0px 25px;
  }
  .footer ul.ft-links li a{
    font-size: 12px;
  }
  .badge-wrap .grab_template_lable{
    margin-top: 0px;
  }
}


@media(max-width: 992px){
  header .logo{
    width: 195px;
    margin-right: 30px;
  }
  header .logo img{
    max-width: 100%;
    height: auto;
  }
  header nav ul{
    margin-top: 12px;
  }
  header nav ul li{
    padding-right: 20px;
  }
  header .button a.btn{
    font-size: 18px;
    padding: 4px 22px;
    margin-top: 6px;
  }
  header nav ul li a{
    font-size: 13px;
    text-transform: capitalize;
  }
  .jumbotron_caption{
    padding-top: 40px;
  }
  .total_templates h6{
    font-size: 112px;
    line-height: 112px;
    letter-spacing: -14.7px;
  }
  .total_templates h6 span{
    letter-spacing: -7px;
  }
  .prices .cut_price{
    font-size: 42px;
  }
  .prices .cut_price::before{
    top: 31px;
    width: 100px;
  }
  .prices .final_price{
    font-size: 62px;
  }
  .prices .final_price span.dollar{
    font-size: 30px;
  }
  .prices .final_price span.text{
    bottom: -2px;
    font-size: 16px;
  }
  .total_templates p{
    font-size: 20px;
  }
  .total_templates h4{
    font-size: 76px;
    letter-spacing: -2.5px;
  }
  .total_templates ul{
    margin-top: 10px;
  }
  .total_templates ul li{
    font-size: 16px;
  }
  .total_templates ul li::before{
    padding: 0px 14px;
  }
  .buggest_bundle, .buggest_bundle::after{
    width: 240px;
    height: 240px;
  }
  .buggest_bundle img{
    width: 8px;
  }
  .buggest_bundle .biggest{
    font-size: 20px;
    margin-top: 14px;
  }
  .buggest_bundle p{
    font-size: 40px;
    margin: -2px 0px -9px;
  }
  .buggest_bundle .ever{
    font-size: 34px;
  }
  .total_templates h4::before{
    right: 28px;
    height: 9px;
    width: 115px;
  }
  .organization{
    padding: 60px 0px 40px;
  }
  .organization p{
    font-size: 16px;
    margin-bottom: 35px; 
  }
  .section_2{
    padding: 70px 0px 80px;
  }
  .section_2 h4{
    font-size: 32px;
    line-height: 48px;
  }
  .section_2 h4 span::before{
    width: 170px;
    top: -14px;
    height: 8px;
  }
  .section_2 p{
    font-size: 20px;
    margin: 15px 0px 40px;
  }
  .section_2 a.click_away{
    font-size: 20px;
    padding: 14px 36px;
  }
  .section_2 a.click_away::before,.section_2 a.click_away::after{
    height: 56px;
  }
  .lifetime_access_section{
    padding: 80px 0px 90px;
  }
  .lifetime_access_section .text h3 {
    font-size: 46px;
    line-height: 50px;
  }
  .lifetime_access_section .text h3::after{
    bottom: -34px;
    height: 10px;
    width: 125px;
  }
  .total_slides p{
    font-size: 46px;
    line-height: 44px;
  }
  .total_slides p::before{
    top: 24px;
  }
  .total_slides{
    margin: 70px 0px 36px;
  }
  .template_list_content .slider .lSSlideWrapper {
    width: 330px;
    margin-right: 25px;
  }
  .template_list_content .slider .lSGallery{
    width: calc(100% - 355px) !important;
  }
  .template_list_content .template_content_wrap ul.templates_detail li{
    padding: 2px 0px 2px 25px;
    width: 100%;
    margin-bottom: 16px;
  }
  .template_content{
    width: 100%;
    margin-top: 0px;
  }
  .template_list_content .templates_detail h3{
    margin: 0px 0px 20px;
    font-size: 18px;
  }
  h2.heading{
    font-size: 42px;
    line-height: 54px;
  }
  h2.heading::after{
    bottom: -40px;
    height: 7px;
  }
  .template_list_content{
    padding: 80px 0px 80px;
  }
  .template_content_wrap{
    margin-top: 110px;
  }
  .pick_deck{
    padding: 130px 0px 110px;
  }
  .pick_deck .text p{
    font-size: 22px;
  }
  .pick_deck .text h4{
    font-size: 54px;
    line-height: 59px;
    margin: 6px 0px 15px;
  }
  .pick_deck .text a.btn{
    margin-top: 34px;
  }
  .save_time_section{
    padding: 120px 0px 90px;
  }
  .save_time_section .text h4{
    font-size: 54px;
    line-height: 58px;
  }
  .save_time_section .text h4::before{
    height: 8px;
    width: 120px;
    top: -26px;
  }
  .save_time_section .text p{
    margin: 20px 0px 30px;
    font-size: 24px;
  }
  .convenience_templates_section{
    padding: 90px 0px 90px;
  }
  .convenience_templates_section h2.heading{
    line-height: 52px;
  }
  .convenience_templates_section ul{
    margin: 90px 0px 0px 0px;
  }
  .convenience_templates_section ul li{
    margin: 0px 0px 45px 0px;
  }
  .convenience_templates_section ul li h4{
    font-size: 22px;
  }
  .convenience_templates_section ul li p{
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0px 0px 0px;
  }
  .customizeable_slide{
    padding: 140px 0px 170px;
  }
  .customizeable_slide p{
    margin: 40px 0px 25px 0px;
    font-size: 16px;
  }
  .accordion{
    margin-top: 100px;
  } 
  .faqs_section{
    padding: 90px 0px 80px;
  }
  .accordion h3{
    font-size: 24px;
  }
  .accordion_trigger p{
    font-size: 16px;
  }
  .order_now_section{
    padding: 100px 0px 150px;
  }
  .order_now_section p{
    font-size: 30px;
  }
  .order_now_section a img{
    max-width: 60%;
  }
  .grap_copy_section .price{
    font-size: 170px;
    line-height: 135px;
    margin: 55px 0px 25px;
  }
  .grap_copy_section .price span{
    font-size: 66px;
    line-height: 90px;
  }
  .grap_copy_section a.btn{
    font-size: 18px;
  }
  .company_portfolio_section{
    padding: 275px 0px 50px 0px;
  }
  .badge-wrap .grab_template_lable{
    margin-top: 10px;
  }
  .badge-wrap .grab_template_lable a span{
    font-size: 18px;
    padding: 17px 20px 17px 32px;
  }
  .badge{
    width: 160px;
  }
  .badge-wrap .grab_template_lable a img{
    max-width: 26%;
  }
  .badge img{
    max-width: 100%;
    height: auto;
  }
  .company_portfolio_section h2.heading{
    font-size: 30px;
  }
  .company_portfolio_section p{
    font-size: 18px;
    margin: 6px 0px 0px 0px;
  }
  .badge-wrap{
    margin: 28px 0px 0px 0px;
  }
  .company_portfolio_section .demo-gallery ul{
    margin: 28px 0px 0px 0px;
  }
  .company_portfolio_section .demo-gallery ul li{
    width: calc(25% - 14px);
    margin-right: 18px;
  }
  .company_portfolio_section .bonuse_label{
    width: 180px;
    top: -142px;
    height: 50px;
  }
  .company_portfolio_section .bonuse_label p{
    line-height: 52px;
    font-size: 24px;
  }
  .company_portfolio_section .demo-gallery ul li a h3{
    font-size: 12px;
  }
  .footer{
    padding: 50px 0px 50px;
    text-align: center;
  }
  .footer .ft-logo{
    float: none;
  }
  .footer img{
    display: inline-block;
  }
  .footer p{
    margin: 32px 0px 0px 0px;
    font-size: 13px;
  }
  .footer ul.ft-links{
    margin: 35px 0px 0px;
  }
  .footer ul.ft-links li{
   border-right: 1.5px solid#666;
  float: left;
  padding: 0px 14px 0px;
  line-height: 13px;
  }
  .footer ul.ft-links li a{
    font-size: 13px;
  }
  .template_list_content .slider .lSGallery li{
    width: calc(20% - 15px) !important;
    margin-right: 18px !important;
    margin-bottom: 18px !important;
  }
  .organization_list li img{
    max-width: 90%;
  }
  .slider a.dynamic_trigger{
    width: 364px;
    padding: 15px 0px;
    font-size: 20px;
  }
}



@media(max-width: 767px){
  .container{
    padding: 0px 18px;
  }
  .jumbotron{
    padding: 25px 0px 0px;
  }
  .nav_menu{
    width: 27px;
    cursor: pointer;
    float: right;
    margin: 12px 0px 0px;
    display: block;
  }
  header .button{
    display: none;
  }
  .nav_menu li{
    list-style: none;
    height: 2px;
    background: #fff;
    width: 100%;
    margin-bottom: 7px;
  }
  .nav_menu li:last-of-type{
    margin-bottom: 0px;
  }
  header nav{
    /*display: none;*/
    width: 100%;
    background: #fff;
    position: absolute;
    top: 92px;
    left: 0px;
    text-align: center;
    z-index: 9999;
    display: none;
  }
  header nav ul{
    width: 100%;
    margin: 5px 0px 0px;
    float: left;
  }
  header nav ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0px;
  }
  header nav ul li:last-of-type{
    border-bottom: 0px;
  }
  
  header nav ul li a, header nav ul li a:hover{
    color: #333;
    font-size: 15px;
  }
  header .logo{
    width: 210px;
    margin-right: 0px;
  }
  .jumbotron_caption{
    padding-top: 34px;
  }
  .total_templates h6{
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -14.7px;
  }
  .total_templates h6 span{
    letter-spacing: -4px;
  }
  .prices .cut_price{
    font-size: 38px;
  }
  .prices .cut_price::before{
    top: 27px;
    width: 90px;
  }
  .prices .final_price{
    font-size: 57px;
    letter-spacing: 1px;
  }
  .prices .final_price span.dollar{
    font-size: 28px;
  }
  .prices .final_price span.text{
    font-size: 15px;
  }
  .total_templates p{
    font-size: 19px;
  }
  .total_templates h4{
    font-size: 72px;
    letter-spacing: -1px;
  }
  .total_templates ul li{
    font-size: 15px;
  }
  .total_templates ul li::before{
    padding: 0px 12px;
  }
  .buggest_bundle, .buggest_bundle::after{
    width: 200px;
    height: 200px;
  }
  .buggest_bundle{
    padding: 26px 12px;
  }
  .buggest_bundle img{
    width: 6px;
  }
  .buggest_bundle .biggest{
    font-size: 18px;
    margin-top: 10px;
  }
  .buggest_bundle p{
    font-size: 34px;
    margin: -4px 0px -10px;
  }
  .buggest_bundle .ever{
    font-size: 28px;
  }
  .total_templates h4::before{
    right: 25px;
    height: 8px;
    width: 100px;
  }
  .black_circel{
    margin-top: 10px;
  }
  .organization{
    padding: 55px 0px 32px;
  }
  .organization p{
    font-size: 14px;
    margin-bottom: 28px; 
  }
  .organization_list li{
    padding: 0px 17px;
  }
  .section_2{
    padding: 65px 0px 70px;
  }
  .section_2 h4{
    font-size: 26px;
    line-height: 42px;
  }
  .section_2 h4 span::before{
    width: 140px;
    top: -12px;
    height: 6px;
  }
  .section_2 p{
    font-size: 18px;
    margin: 14px 0px 38px;
  }
  .section_2 a.click_away{
    font-size: 18px;
  }
  .section_2 a.click_away::before,.section_2 a.click_away::after{
    height: 53px;
  }
  .lifetime_access_section{
    padding: 70px 0px 80px;
  }
  .lifetime_access_section .text h3 {
    font-size: 42px;
    line-height: 46px;
  }
  .lifetime_access_section .text h3::after{
    bottom: -30px;
    height: 8px;
    width: 120px;
  }
  .total_slides p::before{
    top: 18px;
  }
  .total_slides p{
    font-size: 40px;
    line-height: 34px;
  }
  .total_slides{
    margin: 60px 0px 30px;
  }
  a.btn{
    font-size: 20px;
    padding: 13px 25px;
  }
  [data-aos="fade-right"],[data-aos="fade-left"], [data-aos="zoom-in"], [data-aos^="zoom"][data-aos^="zoom"]{
      transform: none;
      opacity: 1 !important;
  }
  .template_list_content .slider .lSSlideWrapper{
    width: 100% !important;
    margin-right: 0px !important;
  }
  .template_list_content .slider .lSGallery{
    width: 100% !important;
    float: left;
    margin-top: 50px !important;
  }
  .template_list_content .templates_detail h3{
    margin: 0px 0px 20px;
    font-size: 18px;
  }
  h2.heading{
    font-size: 36px;
    line-height: 47px;
  }
  h2.heading::after{
    bottom: -35px;
  }
  .template_list_content{
    padding: 72px 0px 65px;
  }
  .template_content_wrap{
    margin-top: 100px;
  }
  .template_list_content .template_content_wrap ul.templates_detail li{
    font-size: 13px;
  }
  .pick_deck{
    padding: 100px 0px 90px;
  }
  .pick_deck .text p{
    font-size: 20px;
  }
  .pick_deck .text h4{
    font-size: 46px;
    line-height: 52px;
    margin: 5px 0px 13px;
  }
  .pick_deck .text a.btn{
    margin-top: 30px;
  }
  .pick_deck .text p:first-of-type::after{
    top: -28px;
    width: 120px;
    height: 8px;
  }
  .convenience_templates_section h2.heading{
    line-height: 45px;
  }
  .convenience_templates_section{
    padding: 75px 0px 80px;
  }
  .convenience_templates_section ul{
    width: 55%;
    margin: 80px 0px 0px 0px;
  }
  .convenience_templates_section ul li{
    margin: 0px 0px 35px 0px;
  }
  .convenience_templates_section ul li h4{
    font-size: 20px;
  }
  .convenience_templates_section ul li p{
    margin: 8px 0px 0px 0px;
  }
  .customizeable_slide{
    padding: 120px 0px 140px;
  }
  .customizeable_slide p{
    margin: 35px 0px 20px 0px;
    font-size: 15px;
  }
  .accordion{
    margin-top: 90px;
    padding: 18px 18px 10px;
  } 
  .faqs_section{
    padding: 80px 0px 70px;
  }
  .grap_copy_section .price{
    font-size: 150px;
    margin: 45px 0px 15px;
  }
  .grap_copy_section .price span{
    font-size: 56px;
  }
  .grap_copy_section a.btn{
    padding: 14px 40px;
  }
  .company_portfolio_section{
    padding: 244px 0px 50px 0px;
  }
  .badge-wrap .grab_template_lable{
    margin-top: 10px;
  }
  .badge-wrap .grab_template_lable a span{
    font-size: 15px;
    padding: 16px 18px 16px 31px;
  }
  .badge{
    width: 140px;
  }
  .badge-wrap .grab_template_lable a img{
    max-width: 26%;
  }
  .badge img{
    max-width: 100%;
    height: auto;
  }
  .company_portfolio_section h2.heading{
    font-size: 24px;
  }
  .company_portfolio_section p{
    font-size: 15px;
    margin: 4px 0px 0px 0px;
  }
  .badge-wrap{
    margin: 20px 0px 0px 0px;
  }
  .company_portfolio_section .demo-gallery ul{
    margin: 22px 0px 0px 0px;
  }
  .company_portfolio_section .bonuse_label{
    width: 180px;
    top: -150px;
    height: 50px;
  }
  .company_portfolio_section .bonuse_label p{
    line-height: 52px;
    font-size: 22px;
  }
  .testimonial_section{
    padding: 80px 0px 80px;
  }
  .footer p{
    margin: 32px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
  }
  .footer ul.ft-links{
    margin: 15px 0px 0px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .footer ul.ft-links li{
    border-right: 1.5px solid#666;
    float: none;
    padding: 0px 14px 0px;
    line-height: 10px;
    display: inline-block;
  }
  .slider a.dynamic_trigger{
    width: calc(100% + 20px);
    top: 30%;
    padding: 14px 0px;
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .slider a.dynamic_trigger::before{
    top: -10px;
    border-bottom: 10px solid rgba(0,0,0,.8);
    border-left: 10px solid transparent;
  }
  .slider a.dynamic_trigger:after{
    top: -10px;
    border-bottom: 10px solid rgba(0,0,0,.8);
    border-right: 10px solid transparent;
  }
}

@media(max-width: 640px){
  .total_templates h6{
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -12px;
  }
  .total_templates h6 span{
    letter-spacing: -3px;
  }
  .prices .cut_price{
    font-size: 34px;
  }
  .prices .cut_price::before{
    top: 25px;
    width: 80px;
  }
  .prices .final_price{
    font-size: 52px;
    letter-spacing: 1px;
    margin: 0px 12px;
  }
  .prices .final_price span.dollar{
    font-size: 26px;
  }
  .prices .final_price span.text{
    font-size: 14px;
  }
  .total_templates p{
    font-size: 18px;
    padding-left: 40px;
  }
  .total_templates h4{
    font-size: 62px;
    letter-spacing: -1px;
    margin: -6px 0px 0px;
  }
  .total_templates ul li{
    font-size: 14px;
  }
  .total_templates ul li::before{
    padding: 0px 10px;
  }
  .buggest_bundle, .buggest_bundle::after{
    width: 180px;
    height: 180px;
  }
  .buggest_bundle{
    padding: 22px 12px;
  }
  .buggest_bundle img{
    width: 5px;
  }
  .buggest_bundle .biggest{
    font-size: 16px;
    margin-top: 8px;
  }
  .buggest_bundle p{
    font-size: 32px;
    margin: -6px 0px -10px;
  }
  .buggest_bundle .ever{
    font-size: 26px;
  }
  .total_templates h4::before{
    right: 25px;
    height: 6px;
    width: 80px;
  }
  .black_circel{
    margin-top: 7px;
  }
  .organization{
    padding: 40px 0px 20px;
  }
  .organization p{
    margin-bottom: 25px; 
  }
  .organization_list{
    text-align: center;
  }
  .organization_list li{
    padding: 0px 15px;
    float: none;
  }
  .organization_list li{
    width: 33.33%;
    min-height: 60px;
    margin-bottom: 20px;
    float: left;
  }
  .organization_list li:nth-child(4), .organization_list li:nth-child(5){
    width:33.33%;
  }
  .section_2 h4{
    line-height: 38px;
    font-size: 24px;
  }
  .section_2 p{
    font-size: 16px;
  }
  .section_2 a.click_away{
    font-size: 16px;
  }
  .section_2 a.click_away::before, .section_2 a.click_away::after{
    height: 50px;
  }
  .section_2{
    padding: 50px 0px 65px;
  }
  .section_2 h4 br{
    display: none;
  }
  .section_2 h4 span::before{
    display: none;
  }
  .lifetime_access_section{
    background: #fff;
    text-align: center;
  }
  .lifetime_access_section .text h3::after{
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    bottom: -28px;
    height: 6px;
  }
  .total_slides p::before{
    top: 15px;
  }
  .lifetime_access_section .text h3{
    font-size: 38px;
    line-height: 42px;
  }
  .total_slides p{
    font-size: 36px;
    line-height: 30px;
  }
  a.btn{
    font-size: 18px;
    padding: 12px 24px;
  }
  .section_2::after {
    bottom: -32px;
    width: 120px;
    height: 37px;
    background-size: 120px;
  }
  .template_list_content{
    background-size: 120px;
  }
  h2.heading{
    font-size: 30px;
    line-height: 42px;
  }
  h2.heading::after{
    bottom: -32px;
    width: 120px;
  }
  .template_list_content{
    padding: 72px 0px 65px;
  }
  .template_content_wrap{
    margin-top: 90px;
  }
  .template_list_content .template_content{
    margin-top: 30px;
  }
  h2.heading br{
    display: none;
  }
  .pick_deck{
    padding: 90px 0px 72px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .pick_deck .text{
    width: 100%;
    float: left;
    text-align: center;
  }
  .pick_deck .text p{
    font-size: 20px;
  }
  .pick_deck .text h4{
    font-size: 44px;
    line-height: 50px;
    margin: 7px 0px 17px;
  }
  .pick_deck .text a.btn{
    margin-top: 30px;
  }
  .pick_deck .text p:first-of-type::after{
    top: -28px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
  }
  .save_time_section{
    padding: 110px 0px 80px;
    background: #3292ff;
    text-align: center;
  }
  .save_time_section::before{
    background-size: 120px;
    top: -6px;
  }
  .save_time_section .text h4{
    font-size: 48px;
    line-height: 55px;
  }
  .save_time_section .text h4::before{
    left: 50%;
    transform: translateX(-50%);
  }
  .save_time_section .text p{
    margin: 18px 0px 28px;
    font-size: 22px;
  }
  .convenience_templates_section h2.heading{
    line-height: 40px;
  }
  .convenience_templates_section{
    padding: 60px 0px 65px;
    background: #fff;
  }
  .convenience_templates_section ul{
    width: 100%;
    float: left;
    margin: 80px 0px 0px 0px;
    text-align: center;
  }
  .convenience_templates_section ul li{
    margin: 0px 0px 35px 0px;
  }
  .convenience_templates_section ul li h4{
    font-size: 20px;
  }
  .convenience_templates_section ul li p{
    margin: 8px 0px 0px 0px;
  }
  .customizeable_slide{
    padding: 100px 0px 90px;
    background: #eeeeee;
    text-align: center;
  }
  .customizeable_slide::before{
    background-size: 120px;
  }
  .customizeable_slide p{
    margin: 35px 0px 20px 0px;
    font-size: 14px;
  }
  .customizeable_slide p br{
    display: none;
  }
  .customizeable_slide h2.heading::after{
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .faqs_section{
    padding: 70px 0px 70px;
    background-size: 120px;
  }
  .accordion{
    margin-top: 80px;
  }
  .accordion h3{
    font-weight: 500;
    font-size: 22px;
    margin: 0px 0px 12px;
  }
  .accordion_wrap{
    padding: 14px 12px;
  }
  .accordion_trigger p, .accordion_trigger.active p{
    font-size: 15px;
    background-size: 20px;
    padding-left: 28px;
  }
  .order_now_section{
    padding: 90px 0px 140px;
    background-size: 120px;
  }
  .order_now_section p{
    font-size: 24px;
  }
  .order_now_section p img{
    width: 160px;
  }
  .order_now_section a img{
    max-width: 60%;
  }
  .order_now_section p::after{
    width: 124px;
    height: 8px;
    bottom: -25px;
  }
  .grap_copy_section .price{
    font-size: 130px;
    letter-spacing: -11px;
    margin: 35px 0px 15px;
  }
  .grap_copy_section .price span{
    font-size: 50px;
    letter-spacing: -1px;
  }
  .grap_copy_section a.btn{
    font-size: 17px;
    padding: 14px 33px;
  }
  .company_portfolio_section .bonuse_label{
    display: none;
  }
  .company_portfolio_section{
    padding: 250px 0px 20px 0px;
  }
  .badge-wrap .grab_template_lable a img{
    max-width: 20%;
  }
  .badge-wrap .grab_template_lable a span{
    padding: 14px 16px 14px 30px;
    font-size: 14px;
    position: relative;
    top: 5px;
  }
  .company_portfolio_section .demo-gallery ul li a h3{
    font-size: 10px;
    margin: 8px 0px 0px 0px;
  }
  .badge{
    width: 100px;
  }
  .badge-wrap .grab_template_lable{
    width: calc(100% - 100px);
  }
  .testimonial_section h2.heading{
    font-size: 28px;
  }
  .testimonial_section .slider{
    margin-top: 80px;
  }
  .pick_deck::before{
    background-size: 180px;
  }
  .template_list_content .slider .lSAction{
    width: 100%;
  }
  .template_list_content .slider .lSAction .lSNext{
    right: 20px;
    left: initial;
  }
}


@media(max-width: 480px){
 .total_templates h6{
    font-size: 84px;
    line-height: 84px;
  }
  .total_templates h6 span{
    letter-spacing: -3px;
  }
  .prices .cut_price{
    font-size: 30px;
  }
  .prices .cut_price::before{
    top: 21px;
    width: 74px;
  }
  .prices .final_price{
    font-size: 46px;
    letter-spacing: 1px;
    margin: 0px 10px;
  }
  .prices .final_price span.dollar{
    font-size: 22px;
  }
  .prices .final_price span.text{
    font-size: 12px;
  }
  .total_templates p{
    font-size: 16px;
    padding-left: 18px;
    margin: 3px 0px 0px;
  }
  .total_templates h4{
    font-size: 46px;
    letter-spacing: -1px;
  }
  .total_templates ul li{
    font-size: 13px;
  }
  .total_templates ul li::before{
    padding: 0px 8px;
  }
  .buggest_bundle, .buggest_bundle::after{
    width: 165px;
    height: 165px;
  }
  .buggest_bundle .biggest{
    font-size: 14px;
    margin-top: 7px;
  }
  .buggest_bundle p{
    font-size: 29px;
    margin: -5px 0px -11px;
  }
  .buggest_bundle .ever{
    font-size: 23px;
  }
  .total_templates h4::before{
    right: 22px;
    height: 5px;
    width: 70px;
  }
  .black_circel{
    margin-top: 5px;
  } 
  .organization_list li{
    width: 50%;
    min-height: 60px;
  }
  .organization_list li:nth-child(4), .organization_list li:nth-child(5){
    width:50%;
  }
  .organization_list li:nth-child(5){
    width: 100%;
    text-align: center;
  }
  .section_2 h4{
    line-height: 33px;
    font-size: 22px;
  }
  .section_2 p{
    font-size: 15px;
    margin: 14px 0px 35px;
  }
  .section_2 a.click_away{
    font-size: 15px;
    padding: 13px 18px;
  }
  .section_2 a.click_away::before, .section_2 a.click_away::after{
    height: 47px;
  }
  .section_2{
    padding: 45px 0px 60px;
  }
  .section_2 h4 br{
    display: none;
  }
  .section_2 h4 span::before{
    display: none;
  }
  .lifetime_access_section{
    padding: 70px 0px 70px;
  }
  .total_slides p::before{
    top: 9px;
  }
  .lifetime_access_section .text h3{
    font-size: 36px;
    line-height: 40px;
  }
  .total_slides p{
    font-size: 34px;
    line-height: 18px;
  }
  a.btn{
    font-size: 16px;
    padding: 11px 24px;
  }
  .template_list_content{
    background-size: 120px;
  }
  h2.heading{
    font-size: 24px;
    line-height: 36px;
  }
  h2.heading::after{
    bottom: -28px;
    width: 110px;
  }
  .template_list_content{
    padding: 62px 0px 55px;
  }
  .template_content_wrap{
    margin-top: 80px;
  }
  .template_list_content .template_content{
    margin-top: 18px;
  }
  .template_list_content .template_content_wrap ul.template_list li{
    width: calc(20% - 18px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .save_time_section{
    padding: 101px 0px 75px;
  }
  .save_time_section .text h4{
    font-size: 42px;
    line-height: 48px;
  }
  .save_time_section .text h4::before{
    left: 50%;
    transform: translateX(-50%);
  }
  .save_time_section .text p{
    margin: 16px 0px 26px;
    font-size: 18px;
  }
  .customizeable_slide{
    padding: 100px 0px 70px;
  }
  .faqs_section{
    padding: 63px 0px 65px;
  }
  .accordion h3{
    font-size: 20px;
  }
  .order_now_section{
    padding: 75px 0px 130px;
  }
  .order_now_section p{
    font-size: 16px;
    margin: 40px 0px 0px 0px;
  }
  .order_now_section p img{
    width: 120px;
    margin-top: -10px;
  }
  .order_now_section a img{
    max-width: 70%;
  }
  .grap_copy_section .price{
    font-size: 130px;
    margin: 27px 0px 12px;
  }
 .company_portfolio_section{
    padding: 275px 0px 100px 0px;
  }
  .company_portfolio_section h2.heading{
    font-size: 24px;
    line-height: 31px;
  }
  .company_portfolio_section p{
    margin: 8px 0px 0px 0px;
    line-height: 21px;
    font-size: 15px;
  }
  
  .badge-wrap .grab_template_lable a span{
    padding: 14px 16px 14px 30px;
    font-size: 14px;
    position: relative;
    top: 0px;
  }
  .company_portfolio_section .demo-gallery ul li a h3{
    font-size: 12px;
    margin: 10px 0px 0px 0px;
  }
  .badge-wrap .grab_template_lable a img{
    display: none;
  }
  .badge-wrap .grab_template_lable a span{
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
  }
  .badge-wrap .grab_template_lable{
    margin-top: 0px;
  }
  .company_portfolio_section .demo-gallery ul li{
    width: calc(50% - 14px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .company_portfolio_section .demo-gallery ul li:nth-child(2n){
    margin-right: 0px;
  }
  .badge{
    display: none;
  }
  .badge-wrap .grab_template_lable{
    width: 100%;
    text-align: center;
  } 
  .footer{
    padding: 40px 0px 40px;
  }
  .footer p{
    margin: 28px 0px 0px 0px;
    width: 100%;
    font-size: 11px;
  }
  .footer ul.ft-links{
    margin: 16px 0px 0px;
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
  .footer ul.ft-links li a{
    font-size: 11px;
  }
  .template_list_content .slider .lSGallery{
    margin-top: 30px !important;
  }
  .template_list_content .template_content{
    margin-top: 0px;
  }
  .template_list_content .slider .lSGallery li{
    width: calc(20% - 10px) !important;
    margin-right: 12px !important;
    margin-bottom: 12px !important;
  }
  .buggest_bundle::after{
    left: -3px;
    top: 3px;
  }
  .badge-wrap .grab_template_lable a span::after{
    display: none;
  }
  .footer ul.ft-links li{
    padding: 0px 12px 0px;
  }
}