/* blog */
.top-search {
  position: relative;
  top: 35px;
  width: 66%;
  margin: 0 auto;
  background-color: white;
  z-index: 99;
  display: flex;
  align-items: center;
}
.top-search .search-icon {
  padding: 10px 20px;
  color: #333333;
  border-right: 1px solid #ccc;
  border-radius: 0;
  font-size: 17px;
  
}
.top-search .search-input input[type="text"] {
  outline: none;
  border: none;
  margin: 6px 0px;
  padding: 0px 10px;
  color: #333333;
  width: 250px;
  font-size: 17px;
}
 .top-search .search-btn button {
  margin: 5px 0px;
  border: none;
  background-color: #ff8a00;
  color: white;
  width: 105px;
  padding: 8px 0px;
  border: none;
  outline: none;
}
.share-btn {
  margin-top: 40px;
  z-index: 99;
}
.share-btn button {
  background: none;
  border: 1px solid white;
  width: 40px;
  height: 35px;
  margin-right: 5px;
}


/*--------------------------------------------------------------
# Our projects
--------------------------------------------------------------*/
.service-continer {
  position: relative;
  z-index: 99;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px;
}
.service-continer .service-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 215px;
  margin: 15px -2px;
  padding: 20px 20px;
  background-color: #f5f5f6;
}
.service-continer .service-box .service-title {
  font-size: 20px;
}
.service-continer .service-box .service-discription p {
  color: #242424;
  font-size: 15px;
}
.service-continer .service-box:hover {
  background-color: #ff8a00;
  color: white;
  transition: 0.3s;
}
.service-title{
  font-size: 20px;
}
.service-continer .service-box:hover .service-discription p {
  color: white !important;
  transition: 0.3s;
}


/*--------------------------------------------------------------
# Signup secion
--------------------------------------------------------------*/
.signup-section {
  background-color: #ff8a00;
  padding: 40px 0px;
  margin-top: 40px;
}
.signup-section .left-singup p {
  font-size: 30px!important;
  margin: -5px 0px;
  color: white;
}
.right-singup .signup-input {
  width: 100%;
  background-color: white;
}
.right-singup .signup-input input {
  width: 75%;
  background-color: white;
  outline: none;
  border: none;
  margin: 5px 15px;
}
.right-singup .signup-input button {
  color: white;
  background-color: #ff8a00;
  outline: none;
  border: none;
  padding: 1px 18px;
}
.right-singup .signup-dark-input {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: space-between;
}
.right-singup .signup-dark-input input {
  width: 280px;
  background-color: white;
  outline: none;
  border: none;
  margin: 5px 15px;
}
.right-singup .signup-dark-input .dark-btn {
  color: white;
  background-color: #1dbf73;
  outline: none;
  border: none;
  margin: 0px -2px;
  height: 36px;
  width: 119px;
}
.right-singup span {
    color: white;
    font-size: 15px;
    margin-left: 17px;
    padding-top: 0px;
    display: block;
    margin-top: 5px;
}
.financial-expert-section{
  background-color: #fefaf6;
}
.financial-expert-section ul{
 list-style: none;
}
.financial-expert-section ul li a{
 font-size: 15px;
 color: #464646;
 line-height: 30px;
}
.community{
  border: 1px solid gray;
  border-radius: 10px;
  padding: 16px 0px;
  background-color: white;
}
.dev-skills .paperub-community p{
font-size: 30px!important;
color: #ff8a00;
}
.community{
  padding: 10px;
  align-items: center;
}
.dev-skills .paperub-community-btn{
  padding: 10px 40px;
}
.dev-skills .paperub-community-btn button{
 outline: none;
 border: none;
 background-color: #ff8a00;
 color: white;
 padding: 5px 10px;
 border-radius: 3px;
 margin: 5px 0px;
}
.dev-skills .paperub-community-btn span{
font-size: 18px;
padding: 0px 5px;
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.blogs-section {
  background-color: #fbfbfb;
}
.blogs-section .blog-box {
  margin: 20px 0px;
  background-color: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 6px;
}
.blog-box:hover{
border: 1px solid #ddd;
box-shadow: 5px 5px 6px #ccc;
}
.blog-footer:hover .blog-footer .next-link .continue-link{
  color: #ff8a00!important;
  }
.thumbnail-img img {
  width: 100%;
  height: 220px;
}
.blog-footer {
  padding: 20px;
}
.blog-footer .author-img img {
  width: 75px;
  height: 75px;
  margin-top: -40px;
  border: 1px solid #333333;
}
.blog-footer .category p {
  font-size: 17px;
  color: #ff8a00;
}
.blog-footer .blog-description p {
  font-size: 14px;
  color: #515151;
}
.blog-footer .title p {
  font-size: 18px;
  color: #515151;
  font-weight: 700;
  margin-top: -7px;
}
.blog-footer .title a {
  font-size: 18px;
  color: #515151;
  font-weight: 700;
  margin-top: -7px;
}
.blog-footer .title a:hover{
  color: #ff8a00;
}
.blog-footer .author-name {
  margin-top: -9px;
}
.blog-footer .description {
  margin-top: -14px;
}
.blog-footer .next-link{
  margin-top: -9px;
  display: flex;
}
.blog-footer .next-link .continue-link{
margin-left: auto;
line-height: 24px;
display: flex;
}
.blog-footer .next-link .continue-link a{
  color: #7b7a7a;
  text-align: right;
}
.blog-footer .next-link .continue-link i{
  color: #7b7a7a;
  padding: 5px 0px 0px 6px;
}
.blogs-section .pagination{
  margin-top: 20px;
}
.blogs-section .pagination a{
  font-size: 18px;
  color: #333333;
  padding: 0px 15px;
}
.pagination .active{
  color: #ff8a00!important;
  border-bottom: 1px solid #ff8a00;
}

@media (max-width: 990px) {

  .top-search {
    position: relative;
    top: 20px;
    width: auto;
    height: 41px;
    background-color: white;
    z-index: 99;
    display: flex;
  }
  .top-search .search-icon {
    padding: 9px 6px;
    border: 1px solid rgb(202, 202, 202);
    color: #333333;
}
  .top-search .search-input input[type="text"] {
    outline: none;
    border: none;
    margin: 6px 0px;
    padding: 0px 10px;
    color: #333333;
    width: auto;
    font-size: 14px;
  }
  .top-search .search-btn button {
    margin: 7px 0px;
    border: none;
    background-color: #ff8a00;
    color: white;
    width: 87px;
    padding: 2px 0px;
    border: none;
    outline: none;
    float: right;
    right: 0;
}
  .service-continer {
    position: relative;
    z-index: 99;
    margin: 80px 0px 0px 0px;
    padding: 0px 0px;
}
.right-singup .signup-input
{
  margin-top: 2%;
  width: auto;
}
.right-singup .signup-input input{
  width: auto;
}
.right-singup .signup-dark-input{
  width: auto;
}
.right-singup .signup-dark-input input{
  width: auto;
}
}

/* single blog */
.top-search-blog{
    position: absolute;
    top: 93px;
    right: 0;
    left: 0;
    height: 45px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    z-index: 998;
    background-color:#fbe8d3;
}
.banner-section button{
  outline: none;
  border: none;
}

.single-blog-search select {
  border: none;
  outline: none;
  height: 100%;
  background-color: #ff8a00;
  font-size: 17px;
  color: white;
  padding: 13px 100px 13px 10px;
}

.single-blog-search select:focus>option:checked {
  background-color: #ff8a00;
  color: white;
  padding: 5px 0px;
  margin: 5px 0px;
}
.single-blog-search select option{
  background-color: #fbe8d3;
  color: gray;
  padding: 5px 0px;
  margin: 5px 0px;
}

.single-blog-search input {
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #fbe8d3;
  color: gray;
  width: 87%;
  padding: 10px;
}
.single-blog-search i {
 padding:15px 0px 9px 15px;
}
.banner-section{
  padding-top: 139px;
}

.single-blog-section {
  background-color: #efefef;
}
.single-blog-container {
  background-color: #fff;
  padding: 30px 30px;
  margin: 0px 0;
  border: 1px solid rgb(202, 202, 202);
}
.single-blog-container p {
  color: #242424!important;
  font-size: 15px!important;
  text-align: justify!important;
}
.single-blog-container h1,.single-blog-container h2,.single-blog-container h3 {
 color: #ff8a00;
}
.single-blog-container h2 {
  font-size: 28px;
  font-weight: 400;
}
.single-blog-container h3 {
  font-size: 25px;
  font-weight: 400;
}
.single-blog-container ul {
  margin-left: 1em;
  margin-top: 20px;
}
.single-blog-container li {
  padding-bottom: 8px!important;
  font-size: 15px;
}
.blog-right-section {
  background-color: #ff8a00;
  padding: 15%;
}
.blog-right-section p, .blog-right-section span, .blog-right-section a, .blog-right-section button {
  color: #fff;
}
.blog-right-section input {
  margin-top: 15px;
  font-size: 14px;
  width: 100%;
  padding-left: 10px;
  outline: none;
  border: none;
  height: 33px;
}
.blog-right-section button {
  margin-top: 10px;
  background-color: #616160;
  font-size: 15px;
  height: 33px;
  width: 100%;
  outline: none;
  border: none;
}
.blog-right-section button:hover{
  background-color: #1dbf73;
  border: 1px solid #1dbf73;
}
.blog-right-section span, .blog-right-section a {
  margin-top: 10px;
  font-size: 12px;
  height: 33px;
}
.blog-right-section a {
  text-decoration: underline;
}
.trending-articles {
  margin-top: 20px;
}
.trending-articles span {
  font-size: 14px;
  font-weight: bold;
  color: #ff8a00;
}
.read-next span {
  font-size: 14px;
  font-weight: bold;
  color: #ff8a00;
}
.next-blog span {
  font-size: 14px;
  font-weight: bold;
  color: #ff8a00;
}
.next-blog-content{
  padding: 30px;
  background-color: white;
  border-left:1px solid #d4d4d4;
  border-right:1px solid #d4d4d4;
  border-bottom:1px solid #d4d4d4;
}
.next-blog-content h5{
  font-size: 20px;
  color: #555555;
  margin-top: 15px;
}
div.right-blog-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  max-height: 1230px;
}
@media (max-width: 990px) {
  .top-search-blog{
    display: none;
  }
  .banner-section{
    padding-top: 120px;
  }
  .right-singup{
    margin-left:0px!important;
    margin-top: 15px;
  }
}


/* Newly added css */
.search-input{
  width:100%;
}
.search-btn{
  margin-right:10px;
}

.right-singup{
  margin-left:30px;
}

.service-icon{
  margin-bottom: 20px;
}
.service-title{
  margin-bottom: 15px;
}

.dev-skills span {
  font-size: 18px!important;
  font-weight: 600;
  font-family: "macan-regular";
  color: #1dbf73;
}
.dev-skills p {
  font-size: 14px!important;
  font-weight: 400;
  margin-bottom: 5px;
  color: #242424;
}

/* 4.10.2022 */

.service-continer .service-main-box {
  background-color: #ff8a00;
  color: white;
  transition: 0.3s;
}

.service-box:hover .service-main-box {
  background-color: #f5f5f6!important;
  color: #242424;
}

#box_m .service-discription p{
  color: #fff;
}

.blog-footer .next-link .continue-link:hover a{
  color: #ff8a00;
}
.blog-footer .next-link .continue-link:hover i{
  color: #ff8a00;
}

/* 07.10.2022*/
.read{
  position: absolute;
  bottom: 25px;
  width: 85%;
  color: #ff8a00;
}
.read-g{
  position: absolute;
  bottom: 25px;
  width: 85%;
  color: #f5f5f6;
}
.dis-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#box_m:hover .read{
  color: #fff!important;
}
#box_m:hover .service-discription p{
  color: #ff8a00!important;
}
.box_g:hover .read-g{
  color: #fff;
}
#box_g:hover .service-discription p,#box_3:hover .service-discription p,#box_4:hover .service-discription p,#box_5:hover .service-discription p,#box_6:hover .service-discription p{
  color: #ff8a00!important;
}


/* 11.10.2022*/
.blog-flex{
  display: flex;
  align-items: baseline;
  position: relative;
}
.hidiv{
  display: grid;
  position: absolute;
  left: 0;
  top: 45px;
  grid-auto-rows: 139px;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff;
  width: 100%;
}
.bg-btn{
  min-width: 240px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #ff8a00;
  color: #fff;
  position: relative;
  text-align: left;
 font-size: 17px;
}

.downarrow{
  height: 6px;
    width: 10px;
    position: absolute;
    top: 19px;
    right: 10px;
}

.rotate img {
  transform: rotate(-180deg);
  transition: .3s;
}

.cat-box{
  background: #f3f4f5;
  border: solid #c4c6ca;
  border-width: 0 0 1px 1px;
}
.cat-box a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    color: #242424;
}
.cat-box a:hover{
  background: #ff8a00;
  color: #ffffff;
}
.blog-flex .service-title{
  font-size: 18px!important;
}
#b1{
  background: #ff8a00;
    border: 1px solid #ff8a00;
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
}

@media (max-width: 768px) {
  .banner-section h1{
    height: auto!important;
  }
}