/*-----------------------------------------------------------------
  [Master Stylesheet]

  Template Name: Ner

  Template URL: http://nero-per.bitballoon.com
  Description: Ner - Personal Portfolio Template.
  Author: design_grid
  Author URL: https://themeforest.net/user/design_grid
  Version: 1.0

  Main Color: #1957f3

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

 [Table of contents]

  01 default Style
  02 Navbar
  03 Header
  04 About
  05 Skills
  06 Services
  07 Hire Me
  08 Portfolio
  09 Testimonial
  10 Blog
  11 Contact
  12 Footer

---------------------------------------------------------------- */
/** Template Color **/
/* ----------------------------------------------------------------
     [ 01 default Style ]
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
  margin: 0;
  padding: 0;


}

body {
  overflow-x: hidden;
  /*  background-color: black;*/
  color: #181818;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}


p {
  /*line-height: 1.6;*/
  color: #777;
  margin: 0;
  font-size: 16px;
  line-height: 1.63;
  text-align: justify;
  font-family: "proxima_nova_regular", "Helvetica", san-serif;
}

span,
a {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;

}

h1,
h2,
h3,
h4 {
  font-family: 'Raleway', sans-serif;
  /*  color: #151515;*/
}

button.btn,
a.btn {
  position: relative;
  background-color: #1957f3;
  border: 1px solid #1957f3;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 4px 38px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 38px -6px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  border-radius: 3px;
  color: black;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

button.btn span,
a.btn span {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

button.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: black;
  border: 1px solid #1957f3;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

button.btn:hover,
a.btn:hover {
  /*background-color:             ;*/
  border: 1px solid #1957f3;
}

button.btn:hover span,
a.btn:hover span {
  color: #000;
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
  border-radius: 3px;
}

button.btn:hover:after,
a.btn:hover:after {
  border: 1px solid #1957f3;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

button.btn-light,
a.btn-light {
  background-color: transparent;
  border: 1px solid #1957f3;
  color: #000;
}

button.btn-light:after,
a.btn-light:after {
  background-color: #1957f3;
}

button.btn-light:hover span,
a.btn-light:hover span {
  color: black;
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
  border-radius: 3px;
}

button.btn-light:hover:after,
a.btn-light:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[data-overlay]:before {
  /*content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;*/

  content: '';
  position: absolute;
  /*    background: #000;*/
  width: 77%;
  height: 19%;
  top: 27%;
  left: 12%;
  z-index: 0;
}

[data-overlay="0"]:before {
  opacity: 0;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.3;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

.cover-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-title {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
}

.section-title p {
  position: relative;
  background-color: #1957f3;
  color: black;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 12px;
  letter-spacing: 1px;
}

.section-title p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border: 11px solid #1957f3;
  z-index: 2;
  left: -12px;
  border-right-width: 11px;
  border-left-color: transparent !important;
}

.section-title p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border: 11px solid #1957f3;
  z-index: 2;
  right: -12px;
  border-left-width: 11px;
  border-right-color: transparent !important;
}

.section-title h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.14;
  letter-spacing: 1.4px;
  padding-bottom: 13px;
  position: relative;
}

.section-title h3:after {
  position: absolute;
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  bottom: -30px;
  left: 50%;
  background-color: #1957f3;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.subtitle {
  margin-bottom: 30px;
}

.subtitle h4 {
  font-size: 20px;
}

/* -------------------------------------------------------
                   02 - Navbar
-------------------------------------------------------- */
.navbar {
  position: fixed !important;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: #212121;
  z-index: 1030;
}

.navbar .active {
  color: #1957f3 !important;
}

.navbar .navbar-brand {
  width: 91px !important;
}

.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}

.navbar .nav-item a {
  color: #f1f1f1;
  font-weight: 500;
}

.navbar .nav-link {
  position: relative;
  padding: 0;
}

.navbar .navbar-toggler {
  cursor: pointer;
}

.navbar .navbar-toggler span {
  color: white;
}

.nav-scroll {
  background: #212121;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-scroll .navbar-nav>li>a {
  color: #f1f1f1;
}

.nav-scroll .navbar-brand img {
  width: 91px;
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}

.nav-scroll .navbar-toggler {
  cursor: pointer;
}

.nav-scroll .navbar-toggler span {
  color: white;
}

/* -------------------------------------------------------
                   03 - Header
-------------------------------------------------------- */
.header {
  position: relative;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  z-index: 888;
}

.header .caption {
  text-align: center;
}

.header .caption h4 {
  color: black;
  font-size: 20px;
  font-weight: 400;
}

.header .caption h4 span {
  font-weight: 600;
}

.header .caption h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 70px;
  color: blackFFF;
  letter-spacing: -1px;
}

.header .caption p {
  font-size: 17px;
  color: black;
  line-height: 32px;
  opacity: 0.7;
}

.header .caption .scoial-icon {
  position: relative;
}

.header .caption .scoial-icon a {
  display: inline-block;
  color: black;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header .caption .scoial-icon a:hover {
  color: #1957f3;
}

  
.btnn {
    background: #f05722;
    color:white;
    font-weight: 600;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 6px;
    /*box-shadow: 0px 0px 0px 1px lightgrey;*/
    /*border:none;*/
}

.btnn:hover {
  background-color:rgb(252 184 12);
  color:white;
}

.btnn:active {
  background-color:grey;
  color:white;
}


/* -------------------------------------------------------
                   04 - About
-------------------------------------------------------- */
.about {
  position: relative;
  padding-bottom: 0 !important;
}

.about .part-text {
  position: relative;
}

.about .part-text h4 {
  font-size: 24px;
  font-weight: 600;

}

.about .part-text p {
  border-bottom: 1px solid #f1f1f1;
}

.about .part-text .info li {
  width: 48%;
  display: inline-block;
  margin-bottom: 15px;
}

.about .part-text .info li .title {
  display: inline-block;
  font-weight: 600;
  padding-right: 5px;
}

.about .part-text .info li .title:after {
  content: ':';
  padding-left: 5px;
}

.about .part-text .info li .value {
  display: inline-block;
}

/* -------------------------------------------------------
                   05 - Skills
-------------------------------------------------------- */
.skills {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

.skills .part-text h4 {
  font-size: 18px;
  font-weight: 700;
}

.skills .part-skills {
  position: relative;
}

.skills .part-skills .skills-item {
  position: relative;
  width: 100%;
}

.skills .part-skills .skills-item h6 {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.skills .part-skills .skills-item .bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: black;
  border-radius: 4px;
}

.skills .part-skills .skills-item .bar .fill {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #1957f3;
  border-radius: 4px;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.skills .part-skills .skills-item .bar .fill:before {
  content: attr(data-width);
  position: absolute;
  top: -30px;
  right: -15px;
  color: #222;
  font-size: 12px;
  font-weight: 600;
}

.skills .part-skills .skills-item .bar .fill:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #1957f3;
  position: absolute;
  top: -12px;
  right: -4px;
}

/* -------------------------------------------------------
                   06 - Services
-------------------------------------------------------- */
.services {
  position: relative;
}

.services .box {
  position: relative;
  padding: 50px;
  height: 100%;
  overflow: hidden;
}

.services .box:hover .box-title:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate3d(100%, 0, 0) scale3d(2, 1, 1);
  transform: translate3d(100%, 0, 0) scale3d(2, 1, 1);
}

.services .box:hover .box-title:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.services .box-title {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.services .box-title:after,
.services .box-title:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: rgba(91, 52, 255, 0.2);
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.65s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.65s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.65s cubic-bezier(0.7, 0, 0.2, 1);
}

.services .box-title:before {
  -webkit-transform: scale3d(0.13, 1, 1);
  transform: scale3d(0.13, 1, 1);
}

.services .box-title:after {
  -webkit-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
}

.services .services-box {
  position: relative;
  border: 1px solid #fafafa;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .services-box .icon {
  position: relative;
}

.services .services-box .icon i {
  display: inline-block;
  color: #1957f3;
  font-size: 38px;
}

.services .services-box .text {
  position: relative;
}

.services .services-box .text h4 {
  margin-bottom: 15px;
}

.services .services-box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-bottom: 50px solid #f7f7f7;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.services .services-box:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

/* -------------------------------------------------------
                   07 - Hire Me
-------------------------------------------------------- */
.hire-me {
  position: relative;
  background-attachment: fixed;
}

.hire-me h2 {
  position: relative;
  color: black;
  font-size: 52px;
  font-weight: 800;
}

.hire-me button.btn,
.hire-me a.btn {
  background-color: rgba(63, 71, 71, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.28);
}

/* -------------------------------------------------------
                   08 - portfolio
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}

.portfolio .filtering {
  border-radius: 28px;
  margin: 0 auto;
  border: 1px dotted #e1e1e1;
}

.portfolio .filtering button {
  position: relative;
  top: -1px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
  letter-spacing: 2px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.portfolio .filtering .active {
  background-color: #1957f3;
  color: black;
  border-radius: 28px;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}

.portfolio .gallery .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .gallery .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio .gallery .item-img .part-img {
  position: relative;
}

.portfolio .gallery .item-img .part-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.portfolio .gallery .item-img .part-img .overlay-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio .gallery .item-img .part-img .overlay-img:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 150ms ease-in-out 200ms;
  transition: all 150ms ease-in-out 200ms;
}

.portfolio .gallery .item-img .part-img .overlay-img:before {
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 150ms ease-in-out 200ms;
  transition: all 150ms ease-in-out 200ms;
}

.portfolio .gallery .item-img .part-img .overlay-img a {
  width: 100%;
  height: 100%;
}

.portfolio .gallery .item-img .part-img .overlay-img h4 {
  color: transparent;
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 25px;
  z-index: 2;
  font-size: 18px;
  -webkit-transition: color 150ms ease-in-out 200ms;
  transition: color 150ms ease-in-out 200ms;
  text-align: center;
  padding: 0 10px;
}

.portfolio .gallery .item-img .part-img .overlay-img h4:before {
  content: '';
  background: black;
  bottom: 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  -webkit-transition: right 600ms ease-in-out 0s;
  transition: right 600ms ease-in-out 0s;
}

.portfolio .gallery .item-img .part-img .overlay-img h6 {
  color: transparent;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 2;
  font-size: 18px;
  -webkit-transition: color 150ms ease-in-out 200ms;
  transition: color 150ms ease-in-out 200ms;
  text-align: center;
  padding: 0 10px;
}

.portfolio .gallery .item-img .part-img .overlay-img h6::before {
  content: '';
  background: black;
  bottom: 0;
  right: auto;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  -webkit-transition: left 600ms ease-in-out 0s;
  transition: left 600ms ease-in-out 0s;
}

.portfolio .gallery .item-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.portfolio .gallery .item-img:hover .overlay-img:after {
  left: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: 1;
}

.portfolio .gallery .item-img:hover .overlay-img:before {
  right: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: 1;
}

.portfolio .gallery .item-img:hover .overlay-img h4 {
  color: white;
}

.portfolio .gallery .item-img:hover .overlay-img h4:before {
  right: -100%;
}

.portfolio .gallery .item-img:hover .overlay-img h6 {
  color: white;
}

.portfolio .gallery .item-img:hover .overlay-img h6:before {
  left: -100%;
}

/* -------------------------------------------------------
                   09 - Testimonial
-------------------------------------------------------- */
.testimonial {
  position: relative;
  background-attachment: fixed;
}

.testimonial .section-title h3 {
  color: black;
}

.testimonial .testimonial-item {
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.1), transparent);
  padding: 30px;
}

.testimonial .testimonial-item .icon {
  margin-bottom: 20px;
}

.testimonial .testimonial-item .icon i {
  color: #1957f3;
  font-size: 30px;
}

.testimonial .testimonial-item p {
  max-width: 700px;
  margin: auto;
  color: black;
  margin-bottom: 20px;
}

.testimonial .testimonial-item .testimonial-author {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
}

.testimonial .testimonial-item .testimonial-author .part-img {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial .testimonial-item .testimonial-author .part-img img {
  border-radius: 50%;
}

.testimonial .testimonial-item .testimonial-author .text {
  display: inline-block;
  text-align: justify;
}

.testimonial .testimonial-item .testimonial-author .text h5 {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial .testimonial-item .testimonial-author .text h6 {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.1), transparent);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.testimonial .owl-nav .owl-prev i,
.testimonial .owl-nav .owl-next i {
  font-size: 10px;
}

/* -------------------------------------------------------
                   10 - Blog
-------------------------------------------------------- */
.blog {
  position: relative;
}

.blog .blog-item {
  position: relative;
  border: 1px solid #fafafa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .part-img {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .part-img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .part-img .post-info-category {
  position: absolute;
  left: 0;
  bottom: -16px;
}

.blog .blog-item .part-img .post-info-category a {
  background-color: #1957f3;
  height: 33px;
  padding: 7px 19px;
  color: black;
  font-style: italic;
}

.blog .blog-item .content {
  padding: 20px;
}

.blog .blog-item .content .title {
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .content .title h4 {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .content .title h4 a {
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .blog-item .content .title h4:hover a {
  color: #1957f3;
}

.blog .blog-item .content .title li {
  position: relative;
  color: #333333;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0px;
  margin-right: 10px;
  display: inline-block;
}

.blog .blog-item .content .title li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.blog .blog-item .content .author {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.blog .blog-item .content .author .part-img {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}

.blog .blog-item .content .author .part-img img {
  border-radius: 50%;
}

.blog .blog-item .content .author .text {
  display: inline-block;
  margin-top: 10px;
}

.blog .blog-item .content .author .text h5 {
  font-size: 10px;
  font-weight: 800;
}

.blog .blog-item .content .author .text h5 a {
  color: #333;
}

.blog .blog-item:hover .part-img img {
  opacity: .7;
}

.blog .blog-item:hover .author .part-img img {
  opacity: 1;
}

/* -------------------------------------------------------
                   11 - Contact
-------------------------------------------------------- */
.contact {
  position: relative;
  background-attachment: fixed;
}

.contact .section-title h3 {
  color: black;
}

.contact .part-info {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.3)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.3), transparent);
  padding: 30px;
  margin-bottom: 50px;
}

.contact .part-info .col-md-4:last-child .info-block {
  border-right: 0;
}

.contact .part-info .info-block {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.28);
}

.contact .part-info .info-block .icon i {
  display: inline-block;
  color: black;
  font-size: 38px;
}

.contact .part-info .info-block h5 {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .part-info .info-block p,
.contact .part-info .info-block a {
  color: black;
  opacity: .9;
}

.contact .contact-form {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.3)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.3), transparent);
  padding: 30px;
}

.contact .contact-form .help-block li {
  color: red;
  font-size: 12px;
}

.contact .contact-form input,
.contact .contact-form textarea {
  color: black;
  background: transparent;
  padding: 15px 15px;
  border-radius: 10px;
  width: 100%;
  border: transparent;
  border: 1px solid rgba(0, 0, 0, 0.28);
  margin-bottom: 15px;
  font-size: 16px;
}

.contact .contact-form textarea {
  width: 100%;
  min-height: 120px;
  max-height: 120px;
}

.contact .contact-form ::-webkit-input-placeholder {
  color: black !important;
}

.contact .contact-form :-ms-input-placeholder {
  color: black !important;
}

.contact .contact-form ::-ms-input-placeholder {
  color: black !important;
}

.contact .contact-form ::placeholder {
  color: black !important;
}

.contact .contact-form ::-webkit-input-placeholder {
  color: black !important;
}

.contact .contact-form ::-ms-input-placeholder {
  color: black !important;
}

.contact .contact-form ::-webkit-input-placeholder {
  color: black !important;
}

.contact .contact-form button.btn,
.contact .contact-form a.btn {
  background-color: rgba(63, 71, 71, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.28);
}

/* -------------------------------------------------------
                   12 - Footer
-------------------------------------------------------- */
.footer {
  position: relative;
  background-color: #212121;
  /*  padding: 80px 0;*/
}

.footer .logo {
  /*display: block;
  width: 100%;
  display: flex;
  position: relative;
  order: 2;
  left: 8%;
  bottom: 5rem;
  margin: auto;*/
  margin-bottom: 10px;
}

.footer .logo img {
  width: 80px;
}

.footer .scoial-icon {
  position: relative;
  margin: auto;
  order: 1;
}

.footer .scoial-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #252525;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .scoial-icon a i {
  color: White;
  font-size: 14px;
}

.footer .scoial-icon a:hover {
  background-color: #1957f3;
}

.footer .scoial-icon a:hover i {
  color: #252525;
  -webkit-box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.09);
  box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.09);
}

.footer .cop {
  width: 100%;
  padding-top: 30px;
  order: 1;
}

.footer .cop h6 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

/* -------------------------------------------------------
                   13 - Demo-particles
-------------------------------------------------------- */
.particles-demo #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------
                   14 - Theme-review
-------------------------------------------------------- */
.demo-review {
  position: relative;
  height: 50vh;
}

.demo-review .caption {
  text-align: center;
  margin: auto;
}

.demo-review .caption h2 {
  font-size: 32px;
}

.demo-review .part-botton {
  position: relative;
  margin: auto;
}

.demo-review .part-botton a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  text-align: center;
  border-radius: 24px;
  vertical-align: middle;
  font-size: 12px;
  color: black;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.demo-review .part-botton a:hover {
  background-color: #1957f3;
  color: black;
}

.prt_temp_wrapper {
  position: relative;
}

.prt_temp_wrapper .part {
  position: relative;
  padding: 120px 100px;
  overflow: hidden;
}

.prt_temp_wrapper .part .part-img {
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.prt_temp_wrapper .part .part-img img {
  border-radius: 4px;
}

.prt_temp_wrapper .part h4 {
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -60px;
  left: -500px;
  margin: 0px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.prt_temp_wrapper .part:hover .part-img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.prt_temp_wrapper .part:hover h4 {
  left: 0;
}

/* -------------------------------------------------------
                   15 - Blog Page
-------------------------------------------------------- */
.banner {
  position: relative;
  padding: 200px 0 150px;
}

.banner .page-title {
  position: relative;
}

.banner .page-title h2 {
  color: black;
  font-size: 32px;
  font-weight: 400;
}

.banner .page-title nav {
  position: relative;
}

.banner .page-title nav .ln {
  color: #e1e1e1;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner .page-title nav .ln span {
  color: #aaa;
}

.banner .page-title nav .ln a {
  color: inherit;
}

.banner .page-title nav .ln a:hover {
  opacity: .7;
}

.banner .page-title nav .ln a span {
  color: inherit;
}

.banner .page-title nav .sep {
  color: #ddd;
  margin: 0 10px;
}

.blog_area {
  position: relative;
  background-color: black;
}

.blog_area .navigation {
  position: relative;
  margin: auto;
}

.blog_area .navigation .page-numbers {
  display: inline-block;
  min-width: 30px;
  margin: 2px;
  padding: 3px 5px;
  border: 1px solid #f1f1f1;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog_area .navigation .page-numbers:hover {
  background-color: #1957f3;
  border: 1px solid #1957f3;
  color: black;
}

.blog_area .navigation .page-numbers.current {
  background-color: #1957f3;
  border: 1px solid #1957f3;
  color: black;
}

/* -------------------------------------------------------
                   15 - Single Page
-------------------------------------------------------- */
.s-p-contet {
  position: relative;
}

.s-p-contet .img-area {
  position: relative;
}

.s-p-contet .img-area .meta-categories {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 6px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
  border-radius: 5px;
  background-color: #1957f3;
  z-index: 4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.s-p-contet .img-area .meta-categories a {
  color: inherit;
}

.s-p-contet .post-content {
  position: relative;
}

.s-p-contet .post-content .post-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-p-contet .post-content .post-header .post-meta {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.s-p-contet .post-content .post-header .post-meta span+span {
  margin-left: 25px;
}

.s-p-contet .post-content .post-header .post-meta span+span a {
  color: inherit;
}

.s-p-contet .post-content .post-header .post-meta span+span a:hover {
  opacity: .7;
}

.s-p-contet .post-content .post-header h4 {
  font-size: 22px;
}

.s-p-contet .post-content .post-entry-content blockquote {
  padding: 30px 0 30px 30px;
  border-left: 4px solid #1957f3;
}

.s-p-contet .post-content .post-entry-content h4 {
  font-size: 22px;
}

.s-p-contet .post-content .post-share {
  position: relative;
}

.s-p-contet .post-content .post-share span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.s-p-contet .post-content .post-share .customer.share {
  color: black;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.s-p-contet .post-content .post-share .customer.share.facebook {
  background: #3b5998;
}

.s-p-contet .post-content .post-share .customer.share.twitter {
  background: #00acee;
}

.s-p-contet .post-content .post-share .customer.share.linkedin {
  background: #0e76a8;
}

.s-p-contet .post-content .post-share .customer.share.google-plus {
  background: #dd4b39;
}

.s-p-contet .post-content .post-tags {
  position: relative;
}

.s-p-contet .post-content .post-tags .tags-name {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.s-p-contet .post-content .post-tags a {
  background-color: #1957f3;
  color: black;
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.s-p-contet .post-content .comment-respond {
  position: relative;
}

.s-p-contet .post-content .comment-respond h4 {
  font-size: 22px;
}

.s-p-contet .post-content .comment-respond form input,
.s-p-contet .post-content .comment-respond form textarea {
  padding: 10px 15px;
  border-radius: 0;
  width: 100%;
  border: transparent;
  border: 1px solid rgba(0, 0, 0, 0.28);
  margin-bottom: 15px;
  font-size: 12px;
}

.s-p-contet .post-content .comment-respond form textarea {
  width: 100%;
  min-height: 120px;
  max-height: 120px;
}

.s-p-contet .sidebar {
  position: relative;
}

.s-p-contet .sidebar aside {
  background-color: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.s-p-contet .sidebar aside .title-side {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.s-p-contet .sidebar aside .title-side:before {
  content: '';
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #999;
}

.s-p-contet .sidebar aside ul li {
  position: relative;
  margin-bottom: 14px;
  color: #505050;
  overflow: hidden;
}

.s-p-contet .sidebar aside ul li a {
  color: inherit;
}

.s-p-contet .sidebar aside ul li .count {
  background-color: #1957f3;
  float: right;
  min-width: 20px;
  text-align: center;
  color: black;
  font-size: 10px;
  border-radius: 12px;
  line-height: 21px;
}

.s-p-contet .sidebar aside ul li:last-child {
  margin-bottom: 0;
}

.s-p-contet .sidebar aside .recent_posts {
  position: relative;
}

.s-p-contet .sidebar aside .recent_posts article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
}

.s-p-contet .sidebar aside .recent_posts article .post-thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 80px;
  line-height: 0;
}

.s-p-contet .sidebar aside .recent_posts article .post--content {
  padding-left: 15px;
}

.s-p-contet .sidebar aside .recent_posts article .post--content h5 {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #505050;
}

.s-p-contet .sidebar aside .recent_posts article .post--content h5 a {
  color: inherit;
}

.s-p-contet .sidebar aside .recent_posts article .post--content span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
}

.s-p-contet .sidebar aside .tags {
  position: relative;
}

.s-p-contet .sidebar aside .tags .tagcloud a {
  border: 1px solid #ebebeb;
  font-size: 13px !important;
  color: inherit;
  display: inline-block;
  padding: 8px;
  margin: 0 6px 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.s-p-contet .sidebar aside .tags .tagcloud a:hover {
  background-color: #1957f3;
  color: black;
}

.s-p-contet .sidebar .search-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-p-contet .sidebar .search-form-field input[type="text"] {
  padding: 13px 20px;
  color: #606060;
  border-radius: 2px 0 0 2px;
  border: 1px solid #e8e8e8;
  background-color: black;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.s-p-contet .sidebar .search-form-field button {
  width: auto;
  padding: 18px 25px;
  background-color: #1957f3;
  cursor: pointer;
  color: black;
  border-right: 0;
  border-radius: 0 2px 2px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
}


/*.action_button{
  height: 2rem;
  width: 10rem!important;
  background-color: lightblue;
  border-radius: 1rem;
  text-align: center!important;
  text-decoration: none;
  font-size:inherit;

}

*/






.ico-play {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  background-image: url(https://www.tonyrobbins.com/wp-content/themes/tonyrobbins2016/images/ico-play.png);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  left: 39%;
  position: absolute;
  top: 22%;

}

.radis {
  border-radius: 1rem;
}


/*# sourceMappingURL=style.css.map */

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

button:hover {
  color: black;
}

/*Social Links area*/
/*==============================*/
-------lg screen ----- .btn-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.bi.bi-facebook:hover {
  color: #1877f2;
}

.bi.bi-twitter:hover {
  color: #1da1f2;
}

.bi.bi-linkedin:hover {
  color: #0a66c2;
}

.bi.bi-youtube:hover {
  color: #ff0000;
}

/*---------- media max-width:553px--------*/
#boot-icon {
  text-align: center;
  cursor: pointer;
}

.bi.bi-facebook:hover {
  color: #1877f2;
  cursor: pointer;
}

.bi.bi-twitter:hover {
  color: #1da1f2;
  cursor: pointer;
}

.bi.bi-linkedin:hover {
  color: #0a66c2;
  cursor: pointer;
}

.bi.bi-youtube:hover {
  color: #ff0000;
  cursor: pointer;
}


/*media query for large and small screen*/


.col-sm-6.aos-init.aos-animate {
  left: 2%;
}


/*custome changes*/



#book-recommendations {
  margin-left: 48rem !important;
  margin-top: -5rem !important;
}

.podcast {
  margin-top: 15rem !important;

}

#Empowering {

  display: flex;
  justify-content: center;
  margin-top: -12vh;
  margin-left: 0rem;
  flex-wrap: wrap;
  text-align: center;
}


/*}@media screen and (min-width: 375px) {
   #ile{

    background-position:-50px!important;
    margin-top: 10rem;
  }
}*/

.botn:hover {
  background: #00007c !important;
  color: white !important;
  border: 1px solid skyblue;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 9px;
}

.botn {
  background: #1957f3;
  color: white;
  border: 1px solid blue;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px white;

}


.text-pos {
  text-align: inherit;

}

.beetspace {
  margin: 0px 0px !important;
}

#carousel-innerr {

  height: 66vh;

}


/*Hover effects for header*/

a.navef:link {
  color: white;
}

a.navef:hover {
  color: blue;
}

a.navef:active {
  color: Blue;
}


.imgheight {

  /*height: 34rem;*/
}

.onmission1 {
  padding: 5rem;
}

.onmission2 {
  padding: 5rem;
}

.ourcore:hover {


  /*    text-align:center;*/
  /*    background: whitesmoke;*/
  /*    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);*/
  /*    border-radius: 10px;*/
  padding: 22px 22px;
  transition: 0.3s;

}


.padding-1 {
  padding: 2rem 2rem !important;
}


.padding-2 {
  padding: 2rem 6rem !important;
}


.radius {

  border-radius: 1rem;
}

.padding-1rem {
  padding: 1rem;
}

#carousel-control-prev-media {

  height: 45vh;
}



.font-m {

  font-size: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01rem;
  font-weight: 300;
  font-family: freight-text-pro, "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  color: #333;
  text-align: left;
  /*padding: 10px;*/
}


.pad {

  /*margin: 1rem;*/
  padding: 1rem;
  background-color: #dfdfdf;


}

.a {
  color: black !important;
  font-size: 15px;
}

.imgsize2 {
  width: 2.5rem;
}


.imgsize {
  width: 7rem;
}


.icon {

  font-size: 4rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}



.entry-title {

  padding: 3%;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #252525 !important;
  font-family: "ff-dagny-web-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.1;
}

.text-color {

  color: #252525 !important;

}

.manimg {

  width: -webkit-fill-available;

}

.text {

  color: rgba(26, 186, 255, 0.6);


}

.twidth {
  font-weight: 700;
  font-size: 2rem;

}


.likebtn {

  width: 9rem !important;

}


.font-weight-800 {

  font-weight: 800;

}


.backgroundimg {

  background-image: url('https://danlok.com/wp-content/uploads/2022/08/Counter-Globe-Background-Dan-Lok.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


.connect {

  font-family: "Roboto Condensed", Sans-serif;
  font-size: 3.3vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;

}


.conspan {

  color: #D2A164;
}



.font-size-3rem {

  font-size: 3rem !important;

}


.fontf5 {

  font-weight: 700;

}



.pfont {

  font-size: 1.2rem;
}

.sbuttons {
  width: 11rem;
  text-align: center;
  padding: 0.7rem;
  font-size: 20px;
  border: 1px solid currentColor;
  background-color: rgba(26, 186, 255, 0.6);
  border-radius: 10px;
}


.sbuttons:hover {
  background-color: rgba(26, 186, 255, 0.4);
  cursor: pointer;


}

.sbuttons:active {
  background-color: rgba(26, 186, 255, 0.2);


}




/*Whats app integration bot css*/


.whatschat {
  z-index: 2147483000;
  position: fixed;
  bottom: 5%;
  right: 1%;
  width: 20%;
  height: 30%;
  background: url('https://p1.dbnix.ai/abhishek/sid/img/Whatsapp_Fixed.png');
  background-repeat: no-repeat;
  background-size: contain;

}


.zoom:hover {
  transform: scale(1.1);
  /*  transition-delay: 100ms; */
}




/*------------------------------------------------*/
/*------------------------------------------------*/
/*Media Query started*/
/*------------------------------------------------*/
/*------------------------------------------------*/


@media screen and (min-width: 1921px) and (max-width: 2560px) {
  /*@media screen and (max-width: 2560px) {*/

  .about-sectionm {

    padding-top: 14rem;
    padding-bottom: 14rem;

  }


  .whatschat {
    bottom: -3%;
    right: -4.4%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 15rem !important;
    padding-top: 14rem !important;
  }


  .about-sectionmn {

    padding-top: 11rem;
    padding-bottom: 11rem;

  }


  .about-section {

    margin-top: 5rem;
    margin-bottom: 5rem;

  }




  .blog {

    margin-top: 27rem;

  }


  .podcast {
    margin-top: 28rem !important;

  }

  #Empowering {
    margin-left: 69rem !important;
    margin-top: 0rem !important;
  }

  #our-core {

    padding-top: 5rem !important;
    padding-bottom: 11rem !important;
  }

  #work {

    padding: 175px 0 !important;
  }

  .margin-top-5 {

    margin-top: 5rem;

  }

  .padding-top-onmission {

    padding-top: 4rem !important;
    padding-bottom: 12rem !important;
  }

  #padding-top-sucess {

    padding-top: 14rem !important;
    padding-bottom: 19rem !important;
  }

  .carousel {

    padding-top: 3rem;
  }

  #carousel-innerr {

    height: 66vh !important;

  }

  #Content-center {
    margin: 4rem;
  }

  #utility {
    height: 93vh !important;
  }

  .our-corel {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }




  #ile {

    background-position: 0px !important;
  }

  #carousel-control-prev-media {
    height: 30vh !important;
  }
}





@media screen and (min-width: 1441px) and (max-width: 1920px) {
  /*@media screen and (max-width: 1920px) {*/

  .about-sectionm {

    padding-top: 14rem;
    padding-bottom: 14rem;

  }


  .whatschat {
    bottom: -3%;
    right: -4%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 15rem !important;
    padding-top: 14rem !important;
  }


  .about-sectionmn {

    padding-top: 11rem;
    padding-bottom: 11rem;

  }


  .about-section {

    margin-top: 5rem;
    margin-bottom: 5rem;

  }




  .blog {
    margin-top: 24rem;
    font-size: 2rem;

  }


  .podcast {
    margin-top: 26rem !important;

  }

  #Empowering {
    margin-left: 40rem !important;
    margin-top: -9rem !important;
  }

  #our-core {

    padding-top: 5rem !important;
    padding-bottom: 11rem !important;
  }

  #work {

    padding: 175px 0 !important;
  }

  .margin-top-5 {

    margin-top: 5rem;

  }

  .padding-top-onmission {

    padding-top: 4rem !important;
    padding-bottom: 12rem !important;
  }

  #padding-top-sucess {

    padding-top: 14rem !important;
    padding-bottom: 19rem !important;
  }

  .carousel {

    padding-top: 3rem;
  }

  #carousel-innerr {

    height: 66vh !important;

  }

  #Content-center {
    margin: 4rem;
  }

  #utility {
    height: 93vh !important;
  }

  .our-corel {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }




  #ile {

    background-position: 0px !important;
  }

  #carousel-control-prev-media {
    height: 30vh !important;
  }
}


@media screen and (min-width: 1374px) and (max-width: 1440px) {
  /*@media screen and (max-width: 1440px) {*/




  .blog {

    margin-top: 16rem;
    font-size: 2rem;

  }


  .podcast {
    margin-top: 20rem !important;

  }

  #Empowering {
    margin-left: 43rem !important;
    margin-top: -7rem !important;
  }


  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }



  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }


  #our-core {

    padding-top: 0rem !important;
    padding-bottom: 6rem !important;
  }



  .about-sectionm {

    padding-top: 7rem;
    padding-bottom: 6rem;

  }


  .about-section {

    margin-top: 5rem;
    margin-bottom: 5rem;

  }


  #padding-top-sucess {

    padding-top: 14rem !important;
    padding-bottom: 16rem !important;
  }

  #carousel-control-prev-media {

    height: 60vh !important;
  }

  #padding-top {

    padding-top: 0rem !important;
    padding-bottom: 5rem !important;
  }

  #work {

    padding: 5rem 0 !important;
  }

  #padding-top-sucess {

    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .carousel {

    padding-top: 1rem;
  }

  #Content-center {
    margin: 4rem;
  }

  #carousel-innerr {

    height: 70vh !important;

  }

  #our-corel {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1373px) {




  .blog {

    margin-top: 9rem;

  }


  .podcast {
    margin-top: 15rem !important;

  }

  #Empowering {
    margin-left: 40rem !important;
    margin-top: -22rem !important;
  }

  .whatschat {
    bottom: -3%;
    right: -4%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }



  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }


  #our-core {

    padding-top: 0rem !important;
    padding-bottom: 6rem !important;
  }



  .about-sectionm {

    padding-top: 7rem;
    padding-bottom: 6rem;

  }


  .about-section {

    margin-top: 5rem;
    margin-bottom: 5rem;

  }


  #padding-top-sucess {

    padding-top: 14rem !important;
    padding-bottom: 16rem !important;
  }

  #carousel-control-prev-media {

    height: 60vh !important;
  }

  #padding-top {

    padding-top: 0rem !important;
    padding-bottom: 5rem !important;
  }

  #work {

    padding: 5rem 0 !important;
  }

  #padding-top-sucess {

    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .carousel {

    padding-top: 1rem;
  }

  #Content-center {
    margin: 4rem;
  }

  #carousel-innerr {

    height: 70vh !important;

  }

  #our-corel {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

}



@media screen and (min-width: 821px) and (max-width: 1024px) {
  /*@media screen and (max-width: 1373px) {*/


.bg-image{

        background-position: 8% 86%!important;
  }


  .blog {

    margin-top: 9rem;

  }


  .podcast {
    margin-top: 10rem !important;

  }

  #Empowering {
    margin-left: 28rem !important;
    margin-top: -16rem !important;
  }


  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }



  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }


  #our-core {

    padding-top: 0rem !important;
    padding-bottom: 6rem !important;
  }



  .about-sectionm {

    padding-top: 7rem;
    padding-bottom: 6rem;

  }


  .about-section {

    margin-top: 5rem;
    margin-bottom: 5rem;

  }


  #padding-top-sucess {

    padding-top: 14rem !important;
    padding-bottom: 16rem !important;
  }

  #carousel-control-prev-media {

    height: 60vh !important;
  }

  #padding-top {

    padding-top: 0rem !important;
    padding-bottom: 5rem !important;
  }

  #work {

    padding: 5rem 0 !important;
  }

  #padding-top-sucess {

    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .carousel {

    padding-top: 1rem;
  }

  #Content-center {
    margin: 4rem;
  }

  #carousel-innerr {

    height: 70vh !important;

  }

  #our-corel {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }




}


@media screen and (min-width: 769px) and (max-width: 820px) {


.bg-image{

        background-position: 8% 86%!important;
  }



  /*@media screen and (max-width: 820px) {*/
  #utility {
    height: 128vh !important;
  }


  #book-recommendations {
    margin-left: 48rem !important;
    margin-top: -5rem !important;
  }



  .blog {

    margin-top: 9rem;

  }


  .podcast {
    margin-top: 15rem !important;

  }

  #Empowering {
    margin-left: 1rem !important;
    margin-top: -13rem !important;
  }

  #Home-text {
    font-size: 2.6rem !important;
    padding-top: 2.4rem;
    padding-left: 21rem;
  }


  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }


}

/*////////////================================================================/////////////////////////

/*====================== Do not touch below code===============/

Speacal for Home text only do not include any ather code please





/*====================== Do not touch this code===============/

*/
@media screen and (min-width:606px) and (max-width:769px) {
  #Home-text {
    font-size: 2.3rem !important;
    padding-top: 15.4rem;
    margin-left: -3rem;
  }


  .bg-image{

        background-position: 8% 86%!important;
  }



}

/*////////////================================================================/////////////////////////

/*====================== Do not touch above code===============/

Speacal for index Home text only do not include any ather code please





/*====================== Do not touch above code ending here===============/

*/
@media screen and (min-width: 415px) and (max-width: 768px) {

  /*@media screen and (max-width: 768px) {*/
 


  .bg-image{

        background-position: 8% 86%!important;
  }


  #recommend_h1 {

    padding-top: 41vh !important;

  }

  #recommend_p {
    padding-top: 3vh !important;

  }


  #recommendspan {
    padding-top: 3vh!important;

  }


  #recommend {

    justify-content: center !important;

  }


  #utility {
    height: 88vh !important;
  }

  #carousel-innerr {

    height: 96vh;

  }



  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }



  .padding-top-onmission {

    padding-bottom: 21rem !important;

  }





  .blog {

    margin-top: 1rem;

  }


  .podcast {
    margin-top: 6rem !important;
    margin-left: -2rem;

  }

  #Empowering {
    margin-left: 1rem !important;
    margin-top: -13rem !important;
  }





  .about2 {

    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }



}


/*

@media screen and (max-width: 576px) {


  .podcast{

  margin-top: 15rem!important;

  }

  #Empowering {
    margin-left: 40rem !important;
    margin-top: -32rem !important;
  }
}


*/

@media screen and (min-width:414px) and (max-width:605px) {
 
   

  .bg-image{

        background-position: 8% 86%!important;
  }
  

  .font-m{

    text-align: justify;

  }

 
  #Home-text {
    font-size: 2.2rem !important;
    padding-top: 13.4rem;
  }



  .blog {

    margin-top: 0rem;

  }


  .podcast {
    margin-top: 15rem !important;
    margin-left: -2rem;

  }



  #recommend_h1 {

    padding-top: 41vh !important;

  }

  #recommend_p {
    padding-top: 0vh !important;

  }


  #recommendspan {
    padding-top: 0vh!important;

  }


  #recommend {

    justify-content: center !important;

  }




}


@media screen and (min-width: 377px) and (max-width: 414px) {
  /*@media screen and (max-width: 414px) {*/


  .bg-image{

        background-position: 8% 86%!important;
  }
  
  .font-m{

    text-align: justify;

  }


  #our-core {
    padding-top: 11rem !important;
    padding-bottom: 0rem !important;
  }


  #Aboutimg2 {
    display: flex;
    flex-direction: column-reverse;
  }


  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }


  .about1 {
    padding: 0rem !important;
  }

  .about-sectionmn {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  #recommend_h1 {

    padding-top: 41vh !important;

  }

  #recommend_p {
    padding-top: 0vh !important;

  }


  #recommendspan {
    padding-top: 0vh!important;

  }


  #recommend {

    justify-content: center !important;

  }



  .blog {

    margin-top: 9rem;

  }


  .podcast {
    margin-top: 15rem !important;

  }

  #Empowering {
    margin-left: -1rem !important;
    margin-top: 4vh !important;
  }


  #Home-text {
    font-size: 2.2rem !important;
    padding-top: 17.4rem;
  }


  #padding-top {

    padding-bottom: 32rem !important;

  }


  #our-core {

    padding-top: 0rem !important;
    padding-bottom: 6rem !important;
  }

  #utility {
    height: 130vh !important;
  }

  #ile {

    background-position: -200px !important;
  }

  .about1 {
    padding: 0rem !important;
  }

  .about2 {

    padding-bottom: 5rem !important;
    padding-top: 6rem !important;
  }

  #carousel-innerr {


    height: 100vh !important;
  }

}

@media screen and (min-width: 320px) and (max-width: 376px) {
  /*@media screen and (max-width: 375px) {*/

  #our-core {
    padding-top: 12rem !important;
    padding-bottom: 0rem !important;
  }
  

  .bg-image{

        background-position: 8% 86%!important;
  }
  
  .font-m{

    text-align: justify;

  }

  #Aboutimg2 {
    display: flex;
    flex-direction: column-reverse;
  }

  #recommend_h1 {

    padding-top: 41vh !important;

  }

  #recommendspan {
    padding-top: 0vh!important;

  }


  #recommend_p {
    padding-top: 0vh !important;

  }

  #recommend {

    justify-content: center !important;

  }

  .our-corel {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }





  .blog {

    margin-top: 2rem;

  }

  .spanblog {
    font-size: 1.9rem !important;


  }

  .podcast {
    margin-top: 15rem !important;

  }

  #Empowering {
    margin-left: -1rem !important;
    margin-top: -13rem !important;
  }

  #Home-text {
    font-size: 1.5rem !important;
    padding-top: 23rem!important;
  }

  #utility {
    height: 130vh !important;
  }

  #ile {
    background-position: -150px !important;

  }


  #carousel-innerr {


    height: 100vh !important;
  }

  #padding-top {

    padding-bottom: 32rem !important;

  }

  .about1 {
    padding: 0rem !important;
  }


  .onmission1 {
    padding: 0rem !important;
  }

  #our-core {

    padding-top: 0rem !important;
    padding-bottom: 6rem !important;
  }

  .whatschat {
    bottom: -3%;
    right: 0%;
    width: 16%;
    height: 21%;
  }



  .about2 {

    padding-bottom: 5rem !important;
    padding-top: 6rem !important;
  }

}

/*end of media query screen and (min-width: 320px) and (max-width: 375px)here*/

.para {

  text-align: center;

}




.sizing {

  height: 100%;
  width: 100%;
}




/*number counter start*/

/*
@property --num1 {
  syntax: "<integer>";
  initial-value: 100000;
  inherits: false;
}

@property --num2 {
  syntax: "<integer>";
  initial-value: 60;
  inherits: false;
}

@property --num3 {
  syntax: "<integer>";
  initial-value: 05;
  inherits: false;
}

@property --num4 {
  syntax: "<integer>";
  initial-value: 500;
  inherits: false;
}

@property --num5 {
  syntax: "<integer>";
  initial-value: 107;
  inherits: false;
}

@property --num6 {
  syntax: "<integer>";
  initial-value: 15;
  inherits: false;
}

@property --num7 {
  syntax: "<integer>";
  initial-value: 1;
  inherits: false;
}

#ronak1 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num1 var(--num1);
  font: 800 40px system-ui;
}

#ronak1::after {
  content: counter(num1);
}


#ronak2 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num2 var(--num2);
  font: 800 40px system-ui;
}

#ronak2::after {
  content: counter(num2);
}


#ronak3 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num3 var(--num3);
  font: 800 40px system-ui;
}

#ronak3::after {
  content: counter(num3);
}


#ronak4 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num4 var(--num4);
  font: 800 40px system-ui;
}

#ronak4::after {
  content: counter(num4);
}



#ronak5 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num5 var(--num5);
  font: 800 40px system-ui;
}

#ronak5::after {
  content: counter(num5);
}



#ronak6 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num6 var(--num6);
  font: 800 40px system-ui;
}

#ronak6::after {
  content: counter(num6);
}


#ronak7 {
  animation: counter 4s alternate ease-in-out;
  counter-reset: num7 var(--num7);
  font: 800 40px system-ui;
}

#ronak7::after {
  content: counter(num7);
}


@keyframes counter {
  from {
    --num1: 1000;
    --num2: 10;
    --num3: 10;
    --num4: 100;
    --num5: 10;
    --num6: 1;
    --num7: 0;
  }

  to {
    --num1: 100000;
    --num2: 60;
    --num3: 50;
    --num4: 500;
    --num5: 107;
    --num6: 15;
    --num7: 1;
  }
}
*/
/* Number counter end*/