/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/

@font-face {
    font-family: 'tradegothicregular';
    src: url('../fonts/trade-gothic-bold-webfont.woff2') format('woff2'),
         url('../fonts/trade-gothic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'tradegothicbold';
    src: url('../fonts/trade-gothic-bold-condensed-no-20-2-webfont.woff2') format('woff2'),
         url('../fonts/trade-gothic-bold-condensed-no-20-2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aleo', serif;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  color: #2b3a63;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h5,
.h6,
h5,
h6 {
    font-weight: 400;
    line-height: 120%;
}
.h1,
h1 {
    font-size: 60px;
    font-family: 'tradegothicregular', serif;
    font-weight: normal;
}
.h2,
h2 {
    font-size: 34px;
}
.h3,
h3 {
    font-size: 26px;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 22px;
}
.h6,
h6 {
    font-size: 18px;
}
.p,
p {
    margin-bottom: 20px;
}

p:last-child{
  margin-bottom: 0 !important;
}

body{
  font-family: 'Aleo', serif;
  color: #43413D;
  font-size: 17px;
  line-height: 1.7;
}


p:last-child,
ul,
ul li:last-child {
    margin-bottom: 0 !important;
}
a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.img-responsive,
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.u-case {
    text-transform: uppercase;
}
.c-case {
    text-transform: capitalize;
}
.l-case {
    text-transform: lowercase;
}

.f-60{
  font-size: 60px;
}

.o-wrapper{
    max-width: 1170px;
    padding: 30px 0 ;
    position: relative;
    overflow:hidden;
    margin: 0 auto;
}

.inner-wrap{
  max-width:910px ;
    margin: 0 auto;
}
  .fixed-top {
      top: -40px;
      transform: translateY(40px);
      transition: transform .3s;
  }

  .bg_transparent{
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
  }

   .bg_transparent.fixed-top{
    position: fixed;
    background: #d0e8f7 !important;
    box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, .4);
  }


  .prime-nav .navbar-nav li{
    margin-right: 65px;
  }

  .prime-nav .navbar-nav li:last-child{
    margin-right: 0;
  }

  .footer-nav .navbar-nav .nav-link,
  .prime-nav .navbar-nav .nav-link{
    font-weight: 700;
    color: #1b294d;
    text-transform: uppercase;
    font-size: 17px;
  }

  .footer-nav .navbar-nav .nav-link{
    font-size: 17px;
  }

  .footer-nav .navbar-nav{
    display: block;
  }

  .prime-nav .navbar-nav .nav-link:hover{
    color: #fe8d1d;
  }
  .prime-nav .navbar-nav li.active a {
      color: #2e5686;
  }
  .prime-nav .navbar-collapse{
    margin-top: 20px;
  }

  .l_two{
    font-family: 'Lobster Two', cursive;
  }

  .top-section{
    background:#d0e8f7 url(../images/bg_big.png) top center no-repeat;
    background-size: cover;
    padding-top: 100px;
  }
/*
  .section-02{
    background: url(../images/bg_up.png) top center no-repeat;
    background-size: auto;

  }*/

  .top-section .o-wrapper{
    padding-top: 96px;
    padding-bottom: 104px;
  }

  img.aligncenter.e-book-01{
    margin-bottom: 27px;
  }
  .title_h2{
    font-size: 40px;
    color:#1b294d;
  }
  
  .top-section .title_h1 {
    font-family: 'tradegothicbold', Arial, sans-serif;

  }

  .sub-title,
  .top-section .title_h1{
    color:#1b294d;
  }

  .sub-title{
    font-size: 26px;
    margin-bottom: 15px;
  }

  .title_h1 span{
    font-weight: 400;
    font-style: italic;
  }

  .top-section h4{
    line-height: 150%;
    padding-top: 10px;
    margin-bottom: 35px;
  }

  .aleo{
    font-family: 'Aleo', serif;
  }
  .orange-btn{
    background-color: #fe8d1d;
    border:2px solid #fe8d1d;
    border-radius: 30px;
    font-size: 23px;
    padding:10px 28px ;
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #1b294d;
  }

  .orange-btn:hover{
    background-color: #1b294d;
    color: #fe8d1d;
  }

  .btn-check:focus+.btn, 
  .btn:focus{
    box-shadow: none;
  }

  .mb-10{
    margin-bottom: 10px;
  }

  .w-100{
    max-width: 100%;
  }

  .py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .w-496{
    max-width:496px;
    margin: 0 auto;
  }

  .section{
    padding-left: 20px;
    padding-right: 20px;
  }

  .discover-section .o-wrapper{
    max-width: 1440px;
    font-size: 17px;
    padding-bottom: 102px;
  }
  .about-section .o-wrapper{
    max-width: 1800px;
    font-size: 17px;
    padding-bottom: 70px;
  }

  .about-section .title_h1{
    font-size: 54px; 
    color: #1b294d;
  }

  .about-section h2{
    font-size: 40px;
  }

  .about-section h3,
  .about-section h2{
    color: #1b294d;
  }

  .about-section h3{
    margin-bottom: 25px;
  }

  .left-block .card-body{
    border: 0;
    border-right: 1px solid #ACACAC;
  }

  .about-section .card-body{
    padding:0 20px;
    border-radius: 0;
  }

  .discover-info-summery{
    text-align: left;
  }

  .discover-section .title_h2{
    color: #026078;
    margin-bottom: 40px;
  }

  .number{
    background: #2e5686;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    text-align: center;
  }

  .discover-info{
    position: relative;
    padding-left: 90px;
  }

  .discover-info .my-auto{
    margin-top: 0! important;
  }

  .discover-info .card-block{
    max-width: 350px;
    margin-bottom: 40px;
  }

.author-section{
  background: #F2F2F2;
}
.author-section .o-wrapper{
  max-width: 1500px;
}

.author-section .left-block,
.author-section .right-block{
  margin-top: 70px;
}

.author-section .middle-block{
  margin-top: 25px;

}

.author-section .card{
  background: transparent;
}
  .round-img{
    max-width: 432px;
    width: 100%;
    border-radius: 50%;
  }

.testimonial_slide {
  padding: 20px;
}

.carousel-holder .owl-stage-outer{
  padding-top: 82px;
}

#owl-example .owl_text {
  background: #f2f2f2;
  /*box-shadow: 0px 0px 20px -2px #d8dadd;*/
  box-shadow: 5px 5px 10px -2px #d8dadd;
  /*box-shadow: 5px 5px 10px -2px #0000008f;*/
  /*border: 1px solid #d8dadd;*/
  border: none;
  height: 100%;
}

.carousel-holder{
  max-width: 950px;
    margin: 40px auto 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.owl-carousel .owl-item img{
  max-width: 148px;
  margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: calc(60% - 50px);
    width: 107%;
    left: -32px
}

.owl-nav div {
    position: absolute;
    top: 60%;
    border: 1px solid transparent;
    width:54px;
    height: 47px;
    border-radius: 0%
}

.owl-prev {
    left: -70px;
    display: flex;
    background: transparent;
}

.owl-next {
    right: -70px;
    display: flex;
    background: transparent;
}

.owl-prev i,
.owl-next i {
    margin: auto;
    font-size: 40px;
    color: #fe8d1d;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-nav i:hover{
    color: #026078;

}

#owl-example .owl-item {
    box-sizing: border-box;
    padding: 15px;
    text-align: center
}
.owl-theme .owl-dots{
  text-align: center;
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-nav [class*=owl-]{
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 6px;
    background: #e9ebea;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fe8d1d;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00385f;
    border-color: #00385f;
    box-shadow: none !important;
}
 
.homepage-carousel .popupBtn{
  display: block;
  margin: 0 auto;
  max-width: 408px;
  width: 100%;
  font-size: 35px;
  padding: 12px 28px;
}


.homepage-carousel .popupBtn span{
    background: url(../images/caret-right2.png) left center no-repeat;
    background-size: 36px auto;
    padding-left: 55px;
  }


.testimonial-section .o-wrapper{
  padding: 50px 0;
}

.testimonial_slide p{
  margin-bottom: 10px;
}
.testimonial_slide .testimonial_text{
  font-size: 22px;
}

.testimonial-photo{
    position: absolute;
    top: -80px;
    width: 100%;
    left: 0;
}
.testimonial_slide{
    padding: 80px 20px 20px;
}

.testimonial_slide .author-name {
  font-size:23px ;
  color: #1b294d;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial_slide .author-info{
  font-size: 17px;
  color: #6C6964;
}

.owl-carousel .owl-stage {
      display: flex;
    }

.reading_section .title_h2{
  margin-bottom: 30px;
}

.reading_section .o-wrapper{
  max-width: 1024px;
  padding-top: 80px;
}

.footer-nav #main_nav{
  margin-top: 15px;
}

.footer-nav ul li{
  margin-right: 50px;
  font-size: 15px;
  display: inline-block;
}

.footer-nav ul li:last-child{
  margin-right: 0;
}

.footer-nav ul li a:hover{
  color: #fe8d1d !important;
}

.footer-section{
  background:#d0e8f7 ;
}

.footer-section .o-wrapper{
  max-width: 900px;
  padding: 15px 0;
}

.navbar2{
  margin-top: 15px;
}

.footer-section .navbar{
  padding: 0;
}

.fixed-top .navbar-brand{
  max-width: 250px;
}

.fixed-top .navbar-collapse {
    margin-top: 8px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 45px;
  height: 40px;
  position: relative;
  margin: 8px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #1b294d;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#navbar_top .navbar-toggler,
#navbar_top .navbar-toggler {
    color: #fe8d1d;
    border:0;
    padding: 0;
}

#navbar_top .navbar-toggler:focus{
  box-shadow: none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.call_to_action{
  padding-right: 35px;/*
  background: url(../images/bg_down.png) left center no-repeat;*/
}

.action-right{
  padding-left: 35px;
}


.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}


.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px 15px;
}

.rounded-box{
  max-width: 1100px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  background: red;
}

.show-on-640 {
  display: none!important;
}

.hide-on-640 {
  display: block!important;
}


#subscribe .modal-content{
  max-width: 1070px;
  border-radius: 0;
}

.img-responsive,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}

/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 0px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: #e1e1e1;
}

.contact100-form label{
  font-size: 18px;
  font-family: 'Aleo', serif;
  font-weight: 400;
  text-align: left;
}

.required{
  color: red;
  font-size: 14px;
}

input.input100 {
  height: 100%;
  padding: 0 12px 0 12px;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 16px;
  color: #006078;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #006078;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 15px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #7d8da6;
  line-height: 1;
  text-transform: uppercase;
}

.s1-txt2 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.s1-txt3 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #cccccc;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #555;
  line-height: 1.2;
}

.s1-txt5 {
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 16px;
  color: #a19f9f;
  line-height: 1.6666667;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  text-transform: uppercase;
  font-family: tradegothicbold, serif;
  font-size: 33px;
  color: #1b294d;
  line-height: 140%;
  font-weight: 700;
    max-width: 730px;
    margin: 0 auto;
  text-transform: uppercase;
}



.m1-txt2 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.post-top-details{
   padding: 35px 50px;
  background: rgb(255,255,255,.8);
}
.l1-txt1 {
  font-family: tradegothicbold, serif;;
  font-size: 36px;
  color: #1b294d;
  line-height: 140%;
  text-transform: uppercase;
  margin: 25px auto 25px;
  max-width: 385px;
}

.l1-txt2 {
  font-family: 'Aleo', serif;
  font-size: 18px;
  color: #000000;
  line-height: 160%;
  font-weight: 700;
}

.l1-txt2 span{
  color: #006078;

}

.l1-txt3 {
  font-family: Montserrat-Bold;
  font-size: 36px;
  color: #555555;
  line-height: 1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 90px;
}

.size3 {
  max-width: 100%;
  min-height: 50px;
}

.size4 {
  max-width: 1070px;
  width: 100%;
}

.size5 {
  width: 100%;
  height: 50px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 100% !important;
  padding:0px 40px ;
}

.wsize2 {
  max-width: 285px;
}


/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

/*---------------------------------------------*/
.bg-g1 {
  background: #208d96;
  background: -webkit-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: -o-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: -moz-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.main-area{
  background-size: cover;
  background-position: center center;
}

.video-holder {
    max-width: 530px !important;
    margin: 25px auto;
}

.ty-page-container {
    background: rgb(255,255,255,.8);
    width: 100%;
    max-width: 860px;
}

.ty-page-container .post-top-details{
  width: 100%;
    background: transparent;
    padding: 0px 50px;
}

.ty-content-wrap{
  max-width: 530px;
  margin: 0 auto;
}

.ty-content-wrap .l1-txt1{
  max-width: 100%;
}

.ty-content-wrap .download-btn{
  max-width: 440px;
  margin: 0 auto 20px;
  display: block;
  line-height: 140%;
      padding: 16px 20px 13px;
      letter-spacing: 1px;
      font-weight: 700;
}

/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-bottom: 3px solid #3a5dff;
}

.bor2 {
  border-radius: 5px;
}


/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1-parent {
  position: relative;
}

.where1 {
  position: absolute;
  top: -40px;
  right: 0px;
}

.where1-parent .post-top-details{
  padding:10px 20px;
  width: 100%;
}

.where1-parent  .post-top > img{
  max-width: 410px;
  width: 100%;
  margin-top: 32px;
}

.where1-parent .took-kit-btn{
    max-width: 100%;
    width: 100%;
    font-size: 18px;
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}


/*---------------------------------------------*/
.how-countdown {
  background-color: #fff;
  border-radius: 18px;
  margin: 0px 18px 25px 18px;
}

/*---------------------------------------------*/
.took-kit-btn,
.how-btn {
  padding: 24px 20px 20px;
  background-color: #fe8d1d;
  border: 2px solid #fe8d1d;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  font-size: 18px;
  color: #010101;
  font-family: 'Aleo', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  max-width: 340px;
  width: 100%;
}
/*
.how-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7918f2;
  background: -webkit-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -o-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -moz-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.how-btn:hover:before {
  opacity: 1;
}*/

/*---------------------------------------------*/
.how-btn1 {
  background-color: #3a5dff;
  border-radius: 0px;
  padding: 0 20px;
}

.how-btn:hover {
  background-color: #2e5686;
  border-color:#2e5686;
  color: #fff;
}
.how-btn1:hover {
  background-color: #000;
  color: #fabc3e;
}

/*---------------------------------------------*/
.how-btn2 {
  color: rgba(255,255,255,0.8);
}

.how-btn2:hover {
  color: rgba(255,255,255,1);
}

.post-top {
    width: 100%;
    display: flex;
    max-width: 1160px;
}

.post-top > img {
  margin-top: 70px;
  margin-bottom: 30px;
  margin-right: 20px;
  max-width: 46%;
}

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/







/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 1100px) {
  .l1-txt2 br{
    display: none;
  }
}

@media (max-width: 1024px) {
  #page-container .post-top > img{
    max-width: 40%;
    margin: 90px auto;
  }

  .l1-txt2 br{
    display: none;
  }
}
@media (max-width: 992px) {
  .l1-txt1{
    font-size: 30px;
  }

  .m1-txt1{
    font-size: 26px;
  }

  .where1-parent .post-top > img{
    max-width: 300px;
    margin-right: 0;
  }

  .wsize1 {
    max-width: 100% !important;
    padding: 0px 20px;

}

  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  .ty-content-wrap .download-btn{
    font-size: 16px;
  }

  /*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 800px) {
  .post-top-details{
    padding: 25px;
    font-size: 15px;
  }

  .where1-parent .post-top > img{
    margin-top: 30px;
  }
  .l1-txt1 {
    font-size: 28px;
    max-width: 300px;
    margin: 18px auto 20px;
}
  .s1-txt5{
    padding-bottom: 10px;
  }

  .txt-center{
    text-align: center;
  }
  .wsize1 {
    max-width: 100% !important;
    padding: 0px 0px;
  }

  .wrap-input100{
    height: 40px;
  }

  .l1-txt2{
    font-size: 17px;
    padding-bottom: 20px;
  }

  .contact100-form label{
    margin-bottom: 2px;
  }
  .took-kit-btn, .how-btn {
    padding: 18px 20px 15px;
  }

  .wrap-input100{
    margin-bottom: 15px;
  }

  .m1-txt1{
    font-size: 28px;
    padding-bottom: 20px;
    max-width: 590px;
  }

  .contact100-form label{
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

  .ty-page-container{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ty-page-container .post-top-details{
    padding: 0 30px;
  }

  .ty-page{
    padding-top: 20px;
    padding-bottom: 20px;

  }
  .ty-page-container {
    padding-top: 30px;
    padding-bottom: 30px;
}


}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 767px) {
  #page-container .post-top > img {
    max-width: 40%;
    margin: 90px auto 90px;
}

.where1-parent .post-top > img{
    margin: 40px auto;
    max-width: 235px;
}

.l1-txt2{
  font-size: 14px;
}

.post-top-details{
  padding: 20px;
}
.l1-txt1 {
    font-size: 26px;
    max-width: 300px;
    margin: 10px auto 15px;
}
.ty-page-container .post-top-details {
    padding: 0 20px;
}
}
@media (max-width: 640px) {
  .post-top{
    display: block;
    text-align: center;
  }

  #page-container .post-top > img{
    max-width: 300px;
    margin: 40px auto 30px;
  }

  .p-t-50{
  }
  .p-b-50{
    padding-bottom: 30px;
  }

  #toolkit-content{
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .toolkit-page-container{
    padding: 20px;
  }

  .toolkit-page-container 

  #page-container{

  }

  .post-top-details{
    max-width: 480px;
    margin: 0 auto;
    padding: 30px;
  }
  .l1-txt2 {
    font-size: 16px;
}

.s1-txt5{
  font-size: 14px;
}

.where1-parent .post-top > img {
    margin: 20px auto 0;
    max-width: 235px;
}

.m1-txt1 {
    font-size: 24px;
    padding-bottom: 0px;
    max-width: 530px;
}

.modal{
  background: rgba(0, 0, 0, .3);
}
}
@media (max-width: 640px) {
  .took-kit-btn, .how-btn{
    font-size: 16px;
  }

  .show-on-640 {
    display: block!important;
  }

  .hide-on-640 {
    display: none!important;
  }

  .tolkit_page {
    padding: 30px 15px! important;
  }
}
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}


  .where1-parent .post-top-details{
    padding-left: 5px;
    padding-right: 5px;
  }

  .where1-parent{
    padding:30px 10px 20px;
  }

  .m1-txt1{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  #toolkit-content{
    padding-top: 0px;
    padding-bottom: 0px;

  }

  #ty-page-container{
    padding:20px 0;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

  .m1-txt1{
    font-size: 22px;
  }

.ty-content-wrap .l1-txt1 {
    font-size: 22px;
}

.ty-content-wrap .download-btn {
    font-size: 16px;
    padding: 15px 10px 13px;
  letter-spacing: 0;
}

.video-holder{
  margin: 0 auto 20px;
}

}

@media (max-width: 425px) {

}


@media (max-width: 380px) {
  .l1-txt1 {
    font-size: 20px;
    }
    #page-container .post-top > img {
    max-width: 220px;
  }
  .l1-txt2 {
    font-size: 14px;
}
.post-top-details{
  padding: 20px;
}
.m1-txt1{
  font-size: 18px;
}
.where1-parent .took-kit-btn,
.took-kit-btn, .how-btn {
    padding: 18px 12px 15px;
    letter-spacing: 1px;
    width: 100%;
    font-size: 16px;
}
.where1-parent .post-top-details{
  padding: 0;
}
.s1-txt5{
  margin-left: -10px;
  margin-right: -10px;
  font-size: 12px;
}
.where1-parent{
  padding: 20px;
}

.where1-parent .post-top > img{
  max-width: 200px;
}
.ty-page-container .post-top-details {
    padding: 0 12px;
}
.ty-content-wrap .download-btn{
  font-size: 15px;
}
}

@media (max-width: 340px) {
.where1-parent .took-kit-btn,
.took-kit-btn, .how-btn {
    padding: 18px 12px 15px;
    letter-spacing: 0px;
  }

  .post-top-details{
    padding:15px;
  }
  .ty-content-wrap .download-btn{
    font-size: 14px;
  }
}