
html body {
  margin: 0;
  padding: 0;
  background: #000000;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
html section {
  float: left;
  width: 100%;
}
body h1 {
  font-size: 30px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body h2 {
  font-size: 28px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body h3 {
  font-size: 26px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body h4 {
  font-size: 24px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body h5 {
  font-size: 22px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body h6 {
  font-size: 20px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
  color: #71a60f;
}
body a:hover {
  text-decoration: none;
}
body p {
  color: #282828;
  line-height: 22px;
}
body label {
  margin: 0;
  font-weight: normal;
}

.post-template-final-blog  .container {
    max-width: 85%;
    width: 100%;
}



/***************header*****************/
#sidebar.fixed {
       position: fixed;
    top: 135px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
}

div#sidebar {
    position: absolute;
    top: 0;
}
.cont-inner .col-xl-4.col-lg-12 {
    position: relative;
}
.want-to-design {
    padding-left: 111px;
}

section.blog-hero {
    height: 540px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-bottom:100px;
    background-position:center center ;
}
section.blog-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    top: 0;
    left: 0;
}
.bl-text-share {
    align-items: center;
    padding: 220px 0px;
    position: relative;
    z-index: 100;
    max-width: 1050px;
    margin-right: auto;
}

.blog-title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 47px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.blog-title ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.blog-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-title ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}
.blog-title ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 27px;
    width: 2px;
    background: #C6C6C6;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bg-sin span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    padding: 7px 12px;
    cursor: pointer;
}

.blog-share {
    display: inline-block;
    padding-top: 20px;
}

.bg-sin span > img {
    margin-right: 11px;
}
.bg-sin p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18.8936px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}
section.blog-hero  .container {
    overflow: hidden;
}
.bg-sin {
    position: relative;
}
.blg-social {
    position: absolute;
    background: #000;
    width: 295px;
    border-radius: 30px;
    height: 65px;
    top: -11px;
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.blg-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    height: 100%;
}
.bg-sin:hover .blg-social {
    -webkit-transform: translateX(117px);
            transform: translateX(117px);
    visibility: visible;
    opacity: 1;
}


/***************************************

middle content

*****************************************/



.back-butn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px 0;
}

.bb-btn {
    background: #1C1C1C;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}

.back-butn span {
    color: #fff;
}

p.blg-date {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.blog-inner-content .col-sm-12 ul {
    margin-left: 26px;
    margin-bottom: 25px;
}
.blog-inner-content .col-sm-12 ul a {
    color: #3f96bc;
}
.blog-inner-content .col-sm-12 ul li {
    color: #fff;
    list-style: circle;
    font-size: 21px;
    line-height: 33px;
}
.blog-inner-content img {
    width: 100% !important;
    height: auto !important;
}
.blog-inner-content p {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 70px;
}
.blog-inner-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 50px;
}


.blog-inner-content h4, .blog-inner-content h5, .blog-inner-content h6 {
    color: #fff;
}


.blog-inner-content h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 54px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.want-inner label {
    font-weight: 700;
    font-size: 28.4842px;
    line-height: 43px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 41px;
}
.want-inner {
    background: #131313;
    max-width: 396px;
    margin-left: auto;
    border: 1.18684px solid rgba(255, 255, 255, 0.46);
    border-radius: 39px;
    padding: 42px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
                width: 385px;
}


.want-inner a {
    background: #fff;
    color: #000;
    padding: 7px 30px;
    border-radius: 23px;
    margin-top: 30px;
    border: 1px solid transparent;
}

.want-inner a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #7f7f7f;
}





.middle-cont .faqs-item {
    width: 100%;
    padding: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #3C3C3C;
}

.middle-cont .faqs-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 20px 0;
    width: 100%;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #FFFFFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.faqs-content-inside p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.middle-cont .active,
.faqs-title:hover {
    background-color: rgba(0, 0, 0, 1);
}

.middle-cont .faqs-title:after {
    content: '\002B';
    color: #fff;
    font-weight: normal;
    float: right;
    margin-left: auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
}

.middle-cont .active:after {
    content: "\2212";
}

.middle-cont .faqs-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.middle-cont .faqs-content-inside {
    padding: 20px 0;
}

.blog-head {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 60px;
}



/**********************************

recommended


**********************************/

.recommended-blog {
    margin-top: 63px;
    margin-bottom: 100px;
}



/*********************************

news letter

********************************/



.blog-news-inner h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    margin-bottom: 58px;
    color: #FFFFFF;
}

.blog-news-inner h2 span {
    color: #fff;
}
.glob-in {
    position: absolute;
    top: 330px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}
.blog-news.scroll-end {
    padding-top: 100px;
}
.blog-news-inner {
    text-align: center;
    padding-bottom: 295px;
    overflow: hidden;
    position: relative;
}
.glob-in img {
    opacity: 0.7;
    -webkit-animation: rotate-center 100s linear infinite both;
            animation: rotate-center 100s linear infinite both;
}


@-webkit-keyframes rotate-center {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}


@keyframes rotate-center {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.new-email form input {
    width: 508px;
    height: 78px;
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    position: relative;
    z-index: 100;
}

.new-email .news-submit {
    background: #3C9BBE;
    border: none;
    height: 78px;
    padding: 15px 60px;
    font-size: 22px;
    color: #fff;
    max-width: 204px;
    margin-left: 15px;
}

.new-email form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            position: relative;
}
.new-email form p br {
    display: none;
}
.new-email form p span.wpcf7-spinner {
    position: absolute;
    bottom: -50px;
}

.new-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.post-template-final-blog footer.care-start {
    margin-top: 0 !important;
}
h4.inside-textin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 15px 0;
    max-width: 100%;
}
.rela-cat-blog a img {
    width: 100%;
}



.new-email .wpcf7-response-output {
    margin-top: 39px !important;
}

.post-template-final-blog .redy-head h2 {
    color: #fff;
}

.new-email form p span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    bottom: -37px;
    left: 0;
}

.rela-cat-blog h4.inside-textin {
    max-width: 100%;
}


.post-template footer.footer-pix {
    margin-top: 0;
}


.post-template .footer_form .copyright {
    color: #fff;
}

.post-template .footer_form p {
    color: #fff;
}

/***********************************

responsive

**********************************/


@media (max-width: 1499px){

  .want-inner {
    padding: 30px 15px;
    width: 303px;
}
.want-inner label {
    font-size: 22.4842px;
    line-height: 35px;
    margin-top: 30px;
}
.want-inner a {
    padding: 7px 30px;
    margin-top: 20px;
}
.blog-inner-content p {
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 50px;
}
.blog-inner-content h2 {
     font-size: 30px; 
    line-height: 50px;
    margin-bottom: 30px;
}
.blog-inner-content h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
}
.blog-inner-content .col-sm-12 ul li {
    font-size: 21px;
    line-height: 35px;
}
.blog-head {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 47px;
}
.faqs-content-inside p {
    font-size: 18px;
    line-height: 33px;
}
.middle-cont .faqs-title {
    font-size: 26px;
    line-height: 35px;
}
.glob-in img {
    max-width: 1000px;
}
.blog-news-inner h2 {
    font-size: 50px;
    margin-bottom: 38px;
}
.new-email form input {
    height: 68px;
}
.new-email .news-submit {
    background: #3C9BBE;
    height: 68px;
}
.glob-in {
    top: 360px;
}
.want-to-design {
    padding-left: 70px;
}
.want-inner img {
    max-width: 130px;
}
.blog-title h1 {
    font-size: 40px;
}
}

/*1499px*/

@media (max-width: 1199px){
	section.blog-hero {
    margin-bottom: 50px;
}
.rela-cat-blog h4.inside-textin {
    font-size: 18px;
    line-height: 1.3;
}
	.cont-inner .row .col-xl-4 {
    display: none;
}
    .want-inner {
    max-width: 269px !important;
}
.blog-title h1 {
    font-size: 32px;
    line-height: 42px;
}
section.blog-hero {
    height: 400px;
}

.bl-text-share {
    padding: 153px 0px;
}
.blog-title ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
}
.blog-title ul li {
    font-size: 19px;
    margin-top: 10px;
    line-height: 1.4;
}
.blg-social {
    width: 227px;
    border-radius: 30px;
    height: 59px;
}

.blg-social ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}
.bg-sin img {
    margin-right: 0;
    width: 27px;
}
.bg-sin:hover .blg-social {
    -webkit-transform: translateX(116px);
            transform: translateX(116px);
}
.bg-sin span > img {
    margin-right: 11px;
    width: 20px;
}
.bg-sin p {
    font-size: 16.8936px;
}
.blog-title {
    padding-right: 50px;
}
.want-to-design {
    padding-left: 0;
}
.blog-inner-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 50px;
}
.middle-cont .faqs-title {
    font-size: 20px;
    line-height: 30px;
}
}

@media (max-width: 991px){
.blog-title ul li {
    font-size: 17px;
}
.blog-title h1 {
    font-size: 26px;
    line-height: 42px;
}
.bl-text-share {
    padding: 161px 0px;
}
p.blg-date {
    font-size: 17px;
    line-height: 36px;
}
.bb-btn {
    height: 42px;
    width: 42px;
}
.back-butn span {
    font-size: 14px;
}
a.bb-btn img {
    max-width: 9px;
}
.back-butn {
    margin: 25px 0;
}
.blog-inner-content p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
}
.blog-inner-content h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 17px;
}
.blog-inner-content h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}

.middle-cont .faqs-title {
    margin-bottom: 10px;
    padding: 13px 0;
    font-size: 22px;
    line-height: 28px;
}
.blog-inner-content .col-sm-12 ul {
    margin-bottom: 30px;
}

.blog-head:after {
    height: 5px;
}
.middle-cont .faqs-title {
    font-size: 19px;
    line-height: 25px;
}
.blog-head {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 40px;
}
.glob-in img {
    max-width: 800px;
}
.blog-head:after {
    width: 123px;
}
h4.inside-textin {
    font-size: 20px;
    line-height: 28px;
}
.rela-cat-blog h4.inside-textin {
    max-width: 100%;
}
.blog-news-inner h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.post-template-final-blog  .container {
    max-width: 97%;
    width: 100%;
}
}


@media (max-width: 767px){
.new-email form p {
    display: block;
}
.bl-text-share {
    padding: 140px 0px;
}
.blog-title h1 {
    font-size: 21px;
    line-height: 30px;
}
.bg-sin p {
    font-size: 11.8936px;
}
.bg-sin span > img {
    margin-right: 8px;
    width: 13px;
}
.bg-sin span {
    padding: 3px 10px;
}
.blog-title ul li {
    font-size: 15px;
    line-height: 32px;
}
p.blg-date {
    font-size: 15px;
    line-height: 29px;
}
.bl-text-share {
    padding: 109px 0px;
    display: block;
}
.blog-share {
    display: inline-block;
    margin-top: 15px;
}
.blog-title ul {
    display: none;
}
.middle-cont .faqs-content-inside {
    padding: 5px 0 20px 0;
}
.faqs-content-inside p {
    font-size: 18px;
    line-height: 30px;
}
section.blog-hero {
    min-height: 300px;
    height: 100%;
}
.bg-sin img {
    margin-right: 0;
    width: 21px;
}
.blg-social {
    width: 180px;
    border-radius: 30px;
    height: 50px;
}
.blog-news-inner h2 {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 38px;
}
.new-email form input {
    width: 100%;
    height: 45px;
    padding: 15px;
    font-size: 15px;
}
.new-email .news-submit {
    background: #3C9BBE;
    border: none;
    height: 42px;
    padding: 11px 34px;
    font-size: 15px;
    color: #fff;
    margin-top: 25px;
}
.glob-in img {
    max-width: 500px;
}
.glob-in {
    top: 310px;
}
.blog-news-inner {
    padding-bottom: 205px;
}
.blog-title {
    padding-right: 0;
}
.new-email .news-submit {
    max-width: 126px;
    margin-left: 15px;
    height: 42px;
    padding: 11px 34px;
    font-size: 15px;
    color: #fff;
    margin-top: 25px;
}
h4.inside-textin {
    font-size: 17px;
    line-height: 26px;
}
.rela-cat-blog h4.inside-textin {
    width: 100%;
}
.rela-cat-blog a {
    margin-bottom: 30px;
    display: block;
}
.middle-cont .faqs-title {
    font-size: 17px;
    line-height: 24px;
}
.new-email .wpcf7-response-output {
    margin-top: 19px !important;
}
.bg-sin:hover .blg-social {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
}
.blg-social {
    width: 180px;
    border-radius: 30px;
    height: 45px;
    top: -4px;
}
}




/*767px*/

@media (max-width: 575px){
.bl-text-share {
    padding: 93px 0px;
}
.blog-inner-content p {
    font-size: 14px;
    line-height: 20px;
}
.blog-inner-content img {
    margin-bottom: 0px;
}
.blog-inner-content h2 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 17px;
}
.blog-inner-content h3 {
    font-size: 19px;
    line-height: 25px;
}
.blog-inner-content .col-sm-12 ul li {
    font-size: 15px;
    line-height: 25px;
}
.faqs-content-inside p {
    font-size: 15px;
    line-height: 25px;
}
.bg-sin:hover .blg-social {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
}
}





