@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Montserrat', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-image: url("../images/body-back.png");
  width: 100%;
  height: 100%;
  padding: 0 0px;
  position: relative;
  background-size: cover;
}
body::before{
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background:
  black;
}
body::after{
  position: absolute;
  content: "";
  right: 50px;
  top: 0;
  bottom: 0;
  width: 2px;
  background:black;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: "Montserrat";
  color: #363432;
}


.fluid_padding {
  padding: 0 62px 0 62px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face{
  font-family: 'Ranmor';
  src: url(../fonts/Ranmor-Font/Ranmor.otf);
  font-style: normal;

}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

/*.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}
*/




.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

.p-se{
  padding:0 50px;
}

.p-tb{
  padding:100px 0;
}

h1 {
  font-family: 'Ranmor', Sans-Serif;
  font-size: 155px;
  line-height: 140px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Ranmor', Sans-Serif;
  font-size: 53px;
  line-height: 65px;
  color: #040404;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 40px 20px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 10px 42px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}



.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ff7200;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}


.head-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head-right i {
    color: black;
    font-size: 30px;
}
.head-right a:first-child{
  margin-right: 50px;
}
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    height: 50px;
    background: #ff7200;
    color: white;
    text-transform: uppercase;
}
.btn-border {
    position: absolute;
    border: 2px solid black;
    height: 100%;
    width: 100%;
    top: -10%;
    left: -5px;
    z-index: -1;
}
.btn-border-white {
    position: absolute;
    border: 2px solid white;
    height: 100%;
    width: 100%;
    top: -10%;
    left: -5px;
    z-index: -1;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-item.active img {
    width: 100%;
    z-index: -1;
    position: relative;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/



/*banner start*/
.banner_text p {
    color: #cccccc;
}
.banner_text h1::first-letter{
  color: #ff7200;
}
.banner_text {
    position: relative;
}
.banner_text h1::before {
    position: absolute;
    content: "";
    background-image: url("../images/crown.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 70px;
    top: -170px;
    left: -10px;
    animation: lock 1s cubic-bezier(.36,.07,.57,.99) infinite;
}
.main_slider {
    position: relative;
    padding: 0 50px;
}
.main_slider::after {
    position: absolute;
    content: "";
    background-image: url("../images/x.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    bottom: 10%;
    right: 5%;
    animation: cog 5s cubic-bezier(.36,.07,.57,.99) infinite;
}
/*banner end*/


/*abt-sec-starts*/
.abt-sec-left {
    padding: 0 30px;
}

/*book-box starts*/
.book-box {
    position: relative;
    height: 450px;
    overflow: hidden;
}
.book-box::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("../images/wave.png");
  background-repeat-y: no-repeat;
  height: 8%;
  left: 0;
}
.book-box span {
    position: absolute;
    background: #ff7200;
    top: 0;
    left: 0;
    padding: 3px 10px;
    border-bottom-right-radius: 9px;
    font-family: 'Montserrat';
    color: white;
}
.book-box div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 23%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: 'Ranmor';
    color: white;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.book-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

/*book-box ends*/


.abt-sec-right a, .abt-sec-left a {
    margin: 20px 0;
}
.abt-sec-right h6 {
    font-family: 'Montserrat';
    font-size: 25px;
    text-transform: uppercase;
    color: #404040;
}
.abt-sec-right p, .abt-sec-left p{
  color: #404040;
}
.abt-sec-right {
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    padding: 0 40px 40px;
}

/*abt-sec-ends*/

/*best-sec starts*/

/*curve text*/
.curved-text{
  position:
  relative;
  display:
  inline-block;
  margin:0 auto;
  font-size:100px;
  top: -270px;
}

.curved-text span{
  min-width: 0.5em;
  text-align:
  center;
  padding:0;
  margin:0;
  font-family: 'Ranmor';
  color: #fff;
  font-size: 46px;
}
/*curve text*/



.best_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.best_box_txt {
    background-color: #000;
    padding: 20px;
}

.best_box_txt a {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.best_box_txt  p {
    text-align: end;
    color: #ff7200;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Ranmor';
    letter-spacing: 1px;
}

.best_box_txt .best_box_btn1 {
    background-color: #ccc;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
}

.best_box_txt .best_box_btn2 {
    background-color: #252525;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
}


.best_box span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #ff7200;
    padding: 5px 20px;
    border-bottom-right-radius: 15px;
    top: 0;
    left: 0;
}


.bordered_txt h3 {
    font-size: 52px;
    line-height: 65px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Ranmor';
}

.bordered_txt {
    width: 100%;
    display: flex;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.br-right {
  border-right: 2px solid #000;
}

.play_with_txt h2 {
  font-size: 62px;
  line-height: 75px;
  color: #000000;
  font-weight: 400;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
  font-family: 'Ranmor';
}

.christmas_left {
    padding: 20px;
}

.play_with_txt p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin: 20px 0;
}

.become_txt h2 {
    font-family: 'Ranmor', Sans-Serif;
    font-size: 85px;
    line-height: 85px;
    color: #000;
    font-weight: 400;
    margin: 40px 0 0 0;
    text-transform: uppercase;
}

.become_txt  h3 {
    font-family: 'Ranmor';
    font-size: 40px;
    line-height: 44px;
    color: #000;
    font-weight: 400;
    margin: 0 0px 0 0;
    text-transform: uppercase;
}

.become_txt img {
    width: 160px;
    margin: 0 0px 0 0px;
}

.become_txt p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
    margin: 30px 0;
}

.chrismis_rt_box h2 {
    font-size: 82px;
    line-height: 65px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Ranmor';
}

.chrismis_rt_box h2 span {
    font-size: 135px;
    line-height: 140px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Ranmor';
}

.chrismis_rt_box img {
    width: 100%;
    margin: 0 0 20px;
}

.chrismis_rt_box {
    padding: 30px 30px 50px 30px;
    border-bottom: 2px solid #000;
}

.chrismis_rt_box .history_txt span   {
  font-size: 89px;
    line-height: 95px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Ranmor';
}

.brb-0 {
  border-bottom:0; 
}
/*best-sec ends*/



.sec_head h3 {
  font-family: 'Ranmor';
  font-size: 81px;
  line-height: 82px;
  color: #000;
  font-weight: 300;
  margin: 0 0px 0 0;
  text-transform: uppercase;
}



.latest_blog_box>img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}

.l_blog_txt_wrap {
    background-color: #1f1f1f;
    padding: 40px;
}


.latest_blog_box>img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}

.l_blog_txt_wrap {
    background-color: #000000;
    padding: 40px;
    position: relative;
    z-index: 0;
}

.l_blog_txt_wrap h5 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 25px;
    color: #919191;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.l_blog_txt_wrap h4 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: 'Ranmor';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.l_blog_txt_wrap p {
    font-weight: 400;
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.l_blog_txt_wrap ul li {
    color: #fff;
}

.l_blog_txt_wrap ul li i {
    margin: 0 10px 0 0;
}

.l_blog_txt_wrap .main-btn {}

.l_blog_txt_wrap .main-btn .btn-border {
    border: 2px solid #ffffff;
    /* z-index: 0; */
}



/*footer-sec*/
  .footer-sec{
    padding-top: 50px;
    background-image: url('../images/footer_bg.jpg');
    position: relative;
    z-index: 1;
  }
  .footer-sec .socil-links{
    margin: 20px 0;
  }
  .footer-sec .socil-links li a{
    color: #fff;
    line-height: 30px;
  }
  .footer-sec .socil-links li i{
    color: #ffffff;
    padding-right: 10px;
  }
  .footer-sec h5{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
  }

  .footer-sec .link-list li a{
    color: #b0b0b0;
    padding-left: 20px;
    position: relative;
    line-height: 35px;
  }
  .footer-sec .new-box{
    position: relative;
  }
  .footer-sec .style-p{
    color: #b0b0b0;
    margin: 20px 0;
  }
/*  .footer-sec .new-box form button{
    top: 4px;
    right: 5px;
    background-color: #f25333;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    color: #fff;
    height: 45px;
  }*/
  .footer-sec .new-box form input{
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 10px 0;
  }
  .footer-sec .copy-write{
    margin-top: 40px;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    text-align: center;
  }
  .footer-sec .copy-write p{
    margin: 0;
    padding: 20px 0;
    color: white;
  }

  .new-box p {
    font-weight: 400;
    font-family: 'Poppins';
    color: #ffffff;
    font-size: 14px;
}

.socil-links li {margin: 0 0 20px;color: #fff;}
.footer-sec p {
    color: #a0a0a0;
    font-weight: 400;
}
/*footer-sec*/

/*inner pages*/
/*about us */
.banner_text1 h1::first-letter {
    color:inherit;
}
section.main_slider.main_slider1 h1 {
    font-size: 147px;
    line-height: 140px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
section.inner-about .container-fluid {
    padding: 0 5%;
}
section.inner-about {
    padding: 80px 0;
}

section.inner-about h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
section.inner-about h2 {
    font-size: 59px;
    text-transform: uppercase;
}
section.inner-about img {
    width: 90%;
}
/*about us end*/
/*e-book*/
section.best-sec .row {
    margin-bottom: 36px;
}
section.best-sec {
    padding: 60px;
}
/*e-book end*/
/*blogs*/
section.inner-blog .row {
    padding-bottom: 28px;
}

section.inner-blog {
    padding: 80px 0;
}
.blog-par h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.blog-par h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 23px;
    color: #1d1d1d;
}

.blog-par p {
    font-family: 'Poppins';
    font-size: 12px;
    color: #fff;
}

.blog-par img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-par h6 {
    margin-bottom: 10px;
}
.blog-btn a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    color: #202020;
}

.blog-btn img {
    width: inherit;
    margin-bottom: 0;
    padding-left: 20px;
}
/*blogs end*/
/*Add to cart start*/
section.add-to-cart {
  padding: 10% 0;
}  
.add-to-cart input{
  width: 100%;
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 0px solid #ebebeb;
  font-size: 23px;
  color: #0000009c;
  font-weight: 500;
  background: #fff0;
  margin: 0;
  border-radius: 5px;
  }
.add-to-cart a{
  font-size: 16px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
  }
.add-to-cart h4{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  }
.add-to-cart .table>tbody>tr>td, 
.add-to-cart .table>tbody>tr>th, 
.add-to-cart .table>tfoot>tr>td, 
.add-to-cart .table>tfoot>tr>th, 
.add-to-cart .table>thead>tr>td, 
.add-to-cart .table>thead>tr>th{vertical-align: middle;}
.total-section {
  border: none;
  padding: 27px 40px;
  background: #f3f3f3;
  border: 1px solid #00000024;
}
.total-section ul {
  font-family: 'trajan';
  list-style: none;
  margin-bottom: 0;
}
.total-section li {
  font-size: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-family: 'Poppins';
  font-weight: 400;
}
li.color-change {
  color: #121212;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18.96px;
  font-family: 'Poppins';
}
.total-section li.color-change span {
  font-weight: 400;
  font-size: 24.96px;
  color: #000000;
  font-family: 'Poppins';
}
.total-section li span{
  float: right;}

.ship-estimate {
  background-color: #f3f3f3;
  padding: 20px 40px;
  border: 1px solid #00000029;
  margin-top: 10%;
}
.ship-estimate li {
  font-size: 22px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Poppins';
}
.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Cormorant';
  list-style: none;
}
.ship-estimate .grey-style {
  color: #333333db;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: uppercase;
}
.proceed a {
  color: #000000;
  text-align: left;
  font-size: 20px;
  /* background: #000000; */
  font-weight: 500;
  font-family: 'Poppins';
}
.proceed .checkout-btn {
  border: 1px solid #000000;
  padding: 15px;
  width: 100%;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 0px;
  text-align: center;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  font-family: 'Ranmor';
}
.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 2px solid #cecece;
  /* top: 25px; */
  padding: 30px 50px;
  border-radius: 5px;
  background: #fff;
}
.or-amazon p {
  font-size: 13px;
  position: absolute;
  background: #fff;
  top: -18px;
  left: 0;
  padding: 3px 20px;
  color: #333333;
  display: block;
  text-transform: uppercase;
  border: 2px solid #cecece;
  font-family: 'Poppins';
  right: 0;
  margin: 0 auto;
  width: 60%;
  }
.or-amazon a {
  text-decoration: none;
  text-align: center;
}
.product-img {
  
  width: 100%;
  
  border-radius: 0;
text-align: center;border: 1px solid #00000021;height: 104px;display: flex;align-items: center;justify-content: center;}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  font-size: 18px;
  font-weight: 500;
  color: #Fff;
  background-color: #ff7200;
  padding: 21px 25px;
  font-family: 'Poppins';
  text-transform: uppercase;
}
.table-space h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
color: #585858;text-transform: uppercase;}
.space .row {
  align-items: center;
}
thead, tbody, tfoot, tr, td, th {
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0;
}
th.qty {
  text-align: center;
}
a.remove {
  font-size: 22px;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  background-color: #ff7200;
  color: #fff;
}
.table-space h6 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
  margin: 5px 0;
  text-transform: uppercase;
  font-family: 'Poppins';
  }
.table-space span {color: #505050;font-weight: 400;}
li.color-change {margin-top: 8%;}

.table-responsive {margin-bottom: 0%;overflow: hidden;}
.proceed i.fa.fa-angle-right {
    color: #ff7200;
}
.table-space {
    padding: 45px 0;
}
.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}
.for-lin {
    position: relative;
}


.inc {

background-color: #f7f7f7 !important;

margin-top: 20px;

padding: 10px;

display: flex;

align-items: center;

border-radius: 8px !important;

border: 1px solid lightgrey;

}

.input-number{

  border:none;

}

.input-number-decrement, .input-number-increment {

    display: inline-block;

    width: 40px;

    height: 40px;

    display: inline-flex;

    color: #444;

    text-align: center;

    font-weight: 700;

    border: 1px solid black !important;cursor: pointer;

    background: #f7f7f7;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

}

.input-number,.input-number1, .input-number-decrement, .input-number-increment {

    border: 0;

    height: 33px;

    user-select: none;

    font-weight: 700;

    padding: 5px 5px 5px 5px;

}


/* Add to cart Section End */

/*CHECKOUT PAGE*/
.billing_form h3{
  font-family: 'Montserrat';
  font-size: 27px;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.billing_form label{font-size: 15px;font-family: monospace;color: #171717;font-weight: 500;}
.radiosss p {color: #ffffff;font-size: 11px;font-weight: 400;background: #ddcebc;padding: 10px;border: 0;margin: 0;}
.billing_form  input{width: 100%;height: 45px;border: 1px solid #524c46;margin-bottom: 20px;padding-left: 15px;background: transparent;}
.billing_form  input::placeholder{
color: #7C7C7C;
font-family: 'Roboto';
}
.cart_sidebar .cart_lst li:not(:last-child){margin-bottom: 15px;}
.cart_sidebar .cart_lst li{font-size: 14px;color: #303030;font-family: 'Roboto', sans-serif;}
.cart_sidebar .cart_lst li span{
float: right;
}
.cart_sidebar .cart_lst li:last-child{font-size: 18px;font-weight: 600;color: #000000;font-family: 'Poppins';}
.cart_sidebar .cart_lst{
margin-top: 20px;
margin-bottom: 40px;
}
.thankyou_txt{
padding: 50px;
border: 2px solid #b7b7b7;
}
.thankyou_txt h3{
font-size: 35px;
color: #000;
font-weight: 800;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.thankyou_txt h3 i{
font-size: 40px;
margin-right: 15px;
}
.order_det h5{
font-size: 20px;
color: #7c7c7c;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}
.order_det p{
font-weight: 700;
font-size: 20px;
color: #000;
margin: 0;
}
.order_complete_detail h3{
font-size: 22px;
color: #000;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.order_detail_table{
padding: 40px;
border: 1px solid #b7b7b7;
}
.order_detail_table h5{
margin-top: 0px;
padding-bottom: 15px;
border-bottom: 1px solid #dbdbdb;
font-size: 16px;
font-weight: 700;
color: #000;
font-family: 'Roboto', sans-serif;
}
.order_detail_table ul{
margin-top: 20px;
margin-bottom: 30px;
}
.order_detail_table ul li:not(:last-child){
margin-bottom: 25px;

}
.order_detail_table ul li{
font-size: 14px;
color: #7c7c7c;
}
.order_detail_table ul li span{
float: right;
}
.order_detail_table ul li:last-child{
font-weight: 700;
color: #000;
}
.order_detail_table h6{
font-size: 17px;
font-weight: 700;
color: #000;
font-family: 'Roboto', sans-serif;
padding:25px 0;
border-top: 1px solid #dbdbdb;
margin: 0;
}
.order_detail_table h6 span{
float: right;
}
.check_menu ul{
text-align: center;
margin-bottom: 40px;
}
.check_menu ul li{
display: inline-block;
font-size: 22px;
font-weight: 700;
color: #7c7c7c;
margin: 0 14px;
}
.check_menu ul li i{
font-size: 18px;
}
.check_menu ul li.purp{
color: #700ea3;
}
.cart_sidebar{padding: 40px 25px;border: 1px solid #000000;border-radius: 0;}
.cart_sidebar h3{font-size: 27px;color: #000000;margin-top: 0px;margin-bottom: 20px;text-transform: capitalize;line-height: normal;font-family: 'Montserrat';font-weight: 600;}
.cart_sidebar .h-sub{font-weight: 600;color: #ff0000;font-family: 'Poppins';font-size: 18px;padding-bottom:15px;/* border-bottom: 1px solid #dbdbdb; */margin-bottom: 20px;line-height: 0;padding-bottom: 30px;padding-top: 20px;}
.cart_sidebar h5 span{
float: right;
}
.cart_sidebar h4{font-size: 18px;color: #000000;font-weight: 600;font-family: 'Poppins';margin-bottom: 30px;line-height: normal;padding-top: 0;}
.cart_sidebar ul li input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.cart_sidebar ul li label {position: relative;cursor: pointer;font-size: 12px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #333333;}
.cart_sidebar ul li label:before {
content:'';-webkit-appearance: none;background-color: transparent;border: 1px solid #524c46;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);padding: 10px;display: inline-block;position: relative;vertical-align: middle;cursor: pointer;margin-right: 10px;}
.cart_sidebar ul li input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 4px;
left: 9px;
width: 6px;
height: 14px;
border: solid #076b1b;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.cart_sidebar ul li:not(:last-child){
margin-bottom: 15px;
}
.cart_sidebar form{
margin-top: 30px;
padding-bottom: 40px;
border-bottom: 1px solid #b7b7b7;
}
.cart_sidebar form h4{
font-size: 14px;
font-weight: 400;
color: #b7b7b7;
font-family: 'Roboto', sans-serif;
}
.cart_sidebar form select{
width: 100%;
height: 40px;
padding-left: 15px;
border-radius:0;
border: 1px solid #b7b7b7;
margin-bottom: 20px;
appearance:auto;
color: #b7b7b7;
}
.cart_sidebar form select option{
color: #000;
}
.cart_sidebar form input{
width: 100%;
height: 40px;
padding-left: 15px;
border-radius:0;
border: 1px solid #b7b7b7;
margin-bottom: 20px;
appearance:auto;
color: #b7b7b7;
}
.cart_sidebar form input::placeholder{
color: #b7b7b7;
}
.cart_sidebar form button{
color: #000;
font-size: 15px;
border-radius: 0px;
font-family: 'Poppins', sans-serif;
padding: 10px 40px;
background-color: #ebebeb;
border: 2px solid #ebebeb;
}
.cart_sidebar form button:hover{
background-color: transparent;
transition: 0.3s ease-in-out;
}
.checkout_btn{
 padding: 12px 50px;
 display: block;
 width: 100%;
 text-align: center;
 color: #fff;
 font-family: 'Ranmor';
 font-size: 18px;
 border: none;
 border-radius: 0;
 font-weight: 400;
 border: 2px solid transparent;
 background-color: #ff7200;
}
.checkout_btn:hover{
  color: white;
}
ul.shipping-ul {/* border-bottom: 1px solid #dbdbdb; */margin: 0;padding-bottom: 30px;}
h6.payment-h {
font-weight: 600;
color: #000;
font-family: 'Roboto', sans-serif;
font-size: 16px;
margin-bottom: 30px;
}
.cart_sidebar .radiosss-payments li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(82 76 70), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}
.cart_sidebar .radiosss-payments  li input:checked + label:after {content: '';display: block;position: absolute;top: 8px;border-radius: 20px;left: 6px;border: 0;width: 10px;height: 10px;background-color: #ff7200;}
.radiosss-payments .card.card-body {
padding: 0;
border: 0;
margin-left: 30px;
}
.radiosss-payments {/* border-bottom: 1px solid rgb(219, 219, 219); */}
section.checkout_page.all-section.all-side {
    padding: 100px 0;
}
.billing_form {
    /* border: 1px solid #8080806e; */
    padding: 15px 25px;
}
/*checkout end*/
/*contact*/
.for-icn input {
    position: relative;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 40px;
    width: 100%;
    margin-bottom: 16px;
}
.for-icn textarea {
    position: relative;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 40px;
    width: 100%;
    margin-bottom: 16px;
}

.for-icn input::placeholder {
    color: #6c6c6c;
}

.for-icn:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 46px;
    background: #000;
    left: 18%;
    top: 0;
}
.for-icn {
    position: relative;
}

.icn-abs {
    position: absolute;
    left: 15px;
    top: 11px;
}
.cntct-inp button {
    font-family: 'Ranmor';
    font-size: 17px;
    width: 100%;
    padding: 10px 0;
    border: unset;
    color: #fff;
    background: #ff7200;
}
.cntct-inp h6 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #ff7200;
}

.cntct-inp h4 {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.cntct-inp h4 span {
    display: block;
    line-height: 37px;
}
section.inner-contact iframe {
    height: 573px;
}
.cnt-bottom h6 {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

.cnt-bottom ul {
    display: flex;
    align-items: center;
    gap: 26px;
    background: #FFF;
    height: 80px;
    padding: 0 40px;
    border-radius: 7px;
}

.cnt-bottom ul li a i {
    color: #000000;
    font-size: 30px;
}

.cnt-bottom ul li a h5 {
    color: #7b7b7b;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 2px;
}

.cnt-bottom ul li a p{
    font-weight: 400;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 0;
}
.cnt-bottom {
    padding-top: 60px;
}
section.inner-contact {
    padding: 80px 0;
}
/*contact end*/
/*product detail page css start*/

.productdetailsec {
  padding: 80px 0 50px;
}

.productdetailtext h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  font-family: 'Ranmor';
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 17px;
  text-transform: uppercase;
  }

.productdetailtext span {
  color: #000;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin: 17px 0 0;
  font-family: 'Montserrat';
}

.productdetailtext ul {
  padding: 0;
  margin: 13px 0 0;
}

.productdetailtext ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Poppins';
  color: black;
  font-size: 21px;
  font-weight: 600;
  }

.productdetailtext ul li a i {
  color: #ffba00;
  font-size: 22px;
  margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
  color: #DADADA;
}

.productdetailtext ul li:nth-child(4) a i {
  color: #DADADA;
}

.productdetailtext p {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  padding: 30px 0 0px;
  font-family: 'Poppins', serif;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 0 0 40px;
}

.iconlist ul li {
  list-style: none;
  line-height: 30px;
  font-family: 'Poppins';
}

.iconlist ul li i {
  margin: 0 17px 15px 0;
  font-size: 18px;
  color: #000;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  /* border: 2px solid #E1E1E1; */
  height: 100%;
background: #ffff;
  box-shadow: 0 0 10px #0000001f;}

.productdetailsmallportion img:hover {
  border: 2px solid #025abb;
}

.productdetailnav .slick-current .productdetailsmallportion img {
  /* border-color: #f7bb1c; */
/* background: #ffff; *//* box-shadow: 0 0 10px #0000001f; */}

.productdetailsec .productdetailportion {
  border: 2px solid #E1E1E1;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 30px !important;
  border: 1px solid #E3E3E3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
  background-color: #CFA55A!important;
  color: black;
  border-color: #CFA55A;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #F7BB1C;
}

ul.product-detail-heading {
  display: inline-grid;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

a.cat-sub-btn {
  background: #f5872c;
  color: #fff;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat';
  }
a.cat-sub-btn:hover {
  background: #000;
}
/* .product-details-btn:hover{
color: white;
} */

.iconlist {
  display: grid;
  margin-top: 15px;
  text-align: center;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  width: 200px;
  height: 60px;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.description li.nav-item .nav-link.active {
  border: 0;
  background-color: transparent;
  color: #f5872c;
}

.description .nav-tabs {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.description {
  padding: 80px 0;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  width: 100%;
  height: 100%;
}

.productdetailsmallportion img {
  width: auto;
  /* padding: 12px 20px; */
  position: relative;
  z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
  margin-top: -60px;
}


/* skin 2 */

.skin-2 .num-in {
  background: #F0F0F0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
  background: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: 'Roboto';
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: #fff;
  width: 40%;
  margin: 0 5px;
}

.productdetailsec .btn10 {
  color: white;
}

.productdetailsmallportion img {
  width: 120px;
}
/* / skin 2 */
ul.tagss li {
    font-weight: 600;
    font-family: 'Montserrat';
    color: #ff7200;
    font-size: 14px;
    text-transform: uppercase;
}
ul.tagss li span{
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}
ul.tagss li {
    margin-bottom: 0;
}

section.productdetailsec h5 {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
ul.nmbr ul {
    display: flex;
    align-items: center;
}

ul.nmbr {
    display: flex;
    gap: 14px;
    align-items: center;
}

ul.nmbr li {
    border: 1px solid #ff7200;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nmbr li:hover {
    background: #ff7200;
}

ul.nmbr li a span {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.productdetailtext h4 {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.productdetailtext input {
    width: 100%;
    border: unset;
    padding: 15px;
}
ul.d-flex.ww li:first-child {
    width: 33%;
}

ul.d-flex.ww li {width: 67%;}
/*product detail page css end*/




/*blog details start*/
section.blogs-details {
    padding: 90px 0;
}
.blogs-img-text ul li i {
    color: #fe6611;
    font-size: 20px;
    margin-right: 10px;
}

.blogs-img-text ul {
    display: flex;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #e1e1e1;
    border: 1px solid transparent;
    padding: 40px 0 0 0;
    border-image: url('../images/bordered_img.png') 30 round;
    border-image-slice: 20;
    border-image-width: 20;
    border-bottom: 0;
}
.blogs-img-text h5 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
    color: #191919;
}
.blogs-img-text p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #646464;
}
.search i {
    width: 45px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    background-color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search {
    position: relative;
}
.search input {
    border: 1px solid #ffffff;
    width: 100%;
    padding: 10px 10px;
    background-color: #fff0;
    color: #fff;
}

.search input::placeholder {
    color: #fff;
}
.blog-categories h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.blog-categories a {
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.blog-categories p {
    font-family: 'Poppins';
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
}
.postss {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.postss i {
    color: #fe6611;
    font-size: 22px;
    margin-right: 10px;
}
.postss h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 10px 0 10px 0;
}
.blog-categories {
    border-left: 1px solid #e1e1e1;
    padding: 0 25px;
}

#borderimg1 { 
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(border.png) 30 round;
}
/*blog details end*/



.latest_blog_slider .slick-prev {
    background-image: url(../images/latest_arrow_left_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 320px;
    width: 150px;
    left: -172px;
}


.latest_blog_slider .slick-next {
    background-image: url(../images/latest_arrow_right_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: -180px;
    height: 320px;
    width: 150px;
}


.slick-prev:before, .slick-next:before {
  display: none;
}


.space {
    position: relative;
}


.space:after {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    bottom: -20px;
}

.new-box .btn-border {
    border: 2px solid white;
}

.crt_btn {
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
}


@keyframes lock {
  0% {
    transform: scale(1.5) translateY(0);
  }
  20% {
    transform: scale(1.5) translateY(-5px);
  }
  30% {
    transform: scale(1.5) translateY(5px);
  }
  50% {
    transform: scale(1.5) translateY(-5px);
  }
  60% {
    transform: scale(1.5) translateY(5px);
  }
  100% {
    transform: scale(1.5) translateY(0);
  }
}


@keyframes cog {
  0% {
    transform: scale(1.5) rotate(0);
  }
  10% {
    transform: scale(1.5) rotate(45deg);
  }
  17% {
    transform: scale(1.5) rotate(45deg);
  }
  20% {
    transform: scale(1.5) rotate(90deg);
  }
  27% {
    transform: scale(1.5) rotate(90deg);
  }
  30% {
    transform: scale(1.5) rotate(135deg);
  }
  37% {
    transform: scale(1.5) rotate(135deg);
  }
  40% {
    transform: scale(1.5) rotate(180deg);
  }
  47% {
    transform: scale(1.5) rotate(180deg);
  }
  50% {
    transform: scale(1.5) rotate(225deg);
  }
  57% {
    transform: scale(1.5) rotate(225deg);
  }
  60% {
    transform: scale(1.5) rotate(270deg);
  }
  67% {
    transform: scale(1.5) rotate(270deg);
  }
  70% {
    transform: scale(1.5) rotate(315deg);
  }
  77% {
    transform: scale(1.5) rotate(315deg);
  }
  80% {
    transform: scale(1.5) rotate(360deg);
  }
  100% {
    transform: scale(1.5) rotate(360deg);
  }
}
/*inner pages end*/

div#google_language_translator {
    display: flex;
    align-items: center;
}

div#google_language_translator .skiptranslate.goog-te-gadget {
    display: flex !important;
    align-items: center;
    margin-right: 25px;
}

div#google_language_translator select.goog-te-combo {
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}



.footer-sec .copy-write p a {
    color: #fff !important;
}


.int.para-margin h2 {
    display: none !important;
}