@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	clear:both;
}

#header{
  background-color: var(--color-secondary);
  border-top: 3px solid var(--color-primary);
	position: sticky;
    top: 0;
    left: 0;
	z-index:1000;
}
body{
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}

:root{
  --color-primary:#ffa500;
  --color-secondary:#3b3939;
	--ribbon3: #70ad46;
  --ribbon4: #fd0002;
}

a{
 color:var(--color-primary);
 transition: all 0.3s;
 text-decoration: none;
}

.web-a a{
  color: #000;
}
.web-a{
	color:#000;
}

b, strong{
	font-weight:700;
}
a:hover{
color: var(--color-primary) !important;
text-decoration: none;
}

.pt30 {
    padding-top: 45px;
}

.pb30 {
    padding-bottom: 45px;
}


.logo img{
  width: auto;
  height: 40px;
}

.nav-menu li a{
color: #ffff;
text-decoration: none;
margin-right: 25px;
}

.navbar{
  padding: 0px;
  padding:10px 0px;
}

/* header-seperater */
.h-sep{
  border-left: 1px solid #cccccc4d;
  margin-left: 30px;
  padding-left:30px ;
/*   margin-right: 20px; */
}

.social-icons a{
  color: #ffff;
  margin-right: 10px;
}

.social-icons a:last-of-type {
    margin-right: 0;
}

.h-search a{
  color: #fff;
}

.h-search {
    /* height: 100%; */
    display: flex;
    align-items: center;
    border-left: 1px solid #cccccc4d;
    /* margin-left: 20px; */
    padding-left: 20px;
}

/* hero-header */
.sub-space{
  margin-top: 45px;
}

.after-h-space{
  margin-top:20px;
}

.space{
  margin-top: 60px;
}

.heading{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;

}
.heading a{
  color: #000;
}
.heading-md a{
  color: #000;
}
.heading-md{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.big-heading{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.big-heading a{
  color: #000;
}

.content-box {
  padding: 18px;
    border: 1px solid #cccccc87;
    width: 100%;
}


.box{
  border-radius: 4px;
}

.point-img{
    display:flex;
    justify-content:center;
    align-items:center;
}

.box img{
  border-radius: 0px 0px 4px 4px;
        height: -webkit-fill-available;
    object-fit: cover;
}

.box-radius img{
  border-radius:  4px 4px 0px 0px;
}


.rgt-box-img{
  position: relative;
  background: #ccc;
    padding-bottom: 55%;
    height: 0;
}


.author-img{
  position: absolute;
  top:-20px;
  right: 18px;
}
.author-img img{
  border-radius: 50%;
  width: 45px;
  border: 3px solid #fff;
}


/* hero-box */
.hero-img.box-img {
    height: inherit;
	width:100%;
}

.hero-box{
  position: relative;
}

.hero-content{
  position: absolute;
  width: 60%;
  background-color: #fff;
}
.hero-img img{
  width: 81%;
  float: right;
	
}

.full-radius{
  border-radius: 4px;
}

.auth-img img{
  border-radius: 50%;
  width: 40px;
  box-shadow: 0px 0px 0px 4px #dbdbdb80;
	height:auto;
}

.author-info li:first-child{
  list-style: none;
  margin-right: 35px;
}

.number-before:before {
  counter-increment: term;
  content: counter(term) ". ";
}

.number-before::before{
  content: "0" counter(term) ".";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  font-size: 30px;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid  #8b8b8b66;
  display: inline-block;
  height: fit-content;
  color: #8b8b8b;
}

/* about */
.subtitle{
  font-size: 22px;
   width: fit-content;
}

.title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
}

.about-img{
  position: relative;
}

.layer-img{
  position: absolute;
  top: -28px;
  left: 0px;
}
.about-big-img img{
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
}

.square-layer{
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #ff000000;
  top: -29px;
  right: 0px;
  border: 6px solid var(--color-primary);
}

.about{
  background: url(../images/about-bg.jpg);
}

.p100{
  padding:100px 0px;
}

.about-points{
  background-color: #fff;
  padding: 32px 28px;
  border: 1px solid #f3f3f3;
  position: relative;
}

.point-img i{
  font-size: 42px;
  margin-right: 20px;
}

.subtitle-sep{
  width: 84%;
  height: 1px;
  background-color: var(--color-primary);
}
.sub-sep{
  width: 16%;
  height: 1px;

}
.subtitle-sep2{
  width: 55%;
  height: 1px;
  background-color: var(--color-primary);
  margin-top: 3px;
}


.point-img::before {
  content: "";
  width: 57px;
  height: 57px;
  background: #f3f3f3;
  position: absolute;
  border-radius: 50%;}

  .point-img img{
    position: relative;
    z-index: 10;
  }

/* footer */
#footer{
  background-color: #000;
}

.light-white{
  color: #CCCCCC;;
}

.f-sep{
  width: 20%;
  height: 2px;
  background-color: var(--color-primary);
  display: inline-block;
}
.f-sep2{
  width: 2%;
  height: 2px;
  background-color: var(--color-primary);
  display: inline-block;
}

 .social-icons a i{
  font-size: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: #1f1f1f;
  transition: all 0.3s;
}
.social-icons a i:hover{
color: #fff;
  background-color: var(--color-primary);
}

.auth-social a i{
  font-size: 14px;
  line-height: 29px;
  width: 28px;
  height: 28px;
}
.auth-social a {
  margin-right: 4px;
}
.sep{
  margin-bottom:20px;
}
.auth-sec-box{
position: relative;
}

.auth-sec-box:before {
  content: "";
  width: 20%;
  height: 4px;
  background: var(--color-primary);
  position: absolute;
  top: -2px;
  left:50%;
  transform: translateX(-50%);
}

.copywrite {
  background-color: #101010;
  padding: 10px;
  margin-top: 30px;
}

#footer input[type="email"] {
  padding: 8px 0px 8px 10px;
  padding-left: 10px;
  border: none;
  background-color: #101010;
  color: #fff;
  width: auto;
}
#footer input[type="email"]:focus-visible  {
outline: none;
}


#footer button[type="submit"]{
padding: 8px 15px;
background-color: var(--color-primary);
border: none;
margin-left: -4px;
color: #fff;
border-radius: 0px 20px 20px 0px;
}

.menu li a{
color: #CCCCCC;
}
.menu{
padding-left:0px !important;
}

.menu li a::after{
content:"";

}
.menu li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bbbbbb59;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.menu div{
  color: #fff;
  background-color: #101010;
 padding: 2px;
  width: 30px;
  text-align: center;
}

/* footer end */

/* title sec */
.title-sec .title-sec{
  font-size: 36px;
  font-weight: 600;
}
.title-sec{
  display: flex;
  align-items: center;
}

.title-sec::before{
content: "";
    flex: 1;
    border-top: 1px solid #9c9b9b;
    border-bottom: 1px solid var(--color-primary);
    padding:2px 0px;
}
.title-sec::after{
content: "";
    flex: 1;
    border-top: 1px solid #9c9b9b;
    border-bottom: 1px solid var(--color-primary);
    padding:2px 0px;
}

/* section3 */
.left-title-sec .title-sec::before{
  display: none;
}

.cat {
  padding: 2px 14px;
  background: var(--color-primary);
  width: fit-content;
  border-radius: 4px;
}
.cat a{
  color: #000 !important;
}


.dt{
  color: #7b7b7b;
}

.rgt-box-img.sm-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.rgt-box-img2{
  width: 60%;
  position: relative;
  background-color: #ccc;
}

.h-border {
  border-left: 3px solid var(--color-primary);
  padding-left: 18px;
  margin-left: -20px;
}

.dt-design{
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 20px;
  padding: 10px 12px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.dt-design:before {
  border-color: #00000000 #00fcff00 orange orange !important;
  content: '';
  position: absolute;
  left: 0px;
  border-width: 14px;
  border-style: solid;
  rotate: 90deg;
}
.dt-design:after {
  content: '';
    position: absolute;
    border-width: 14px;
    border-style: solid;
}
.dt-design::after {
  border-color: orange #ffa500 #10101000 #ffa50000;
  bottom: -26px;
  right: 0;
}
.dt-design::before {
bottom: -26px;
  left: 0;
}
/* author section */
.auth-h{
  font-weight: 600;
  margin-bottom: 3px;
}

.auth-h a{
  color: #000;
}

.auth-sec-img img{
  border-radius: 50%;
  border: 4px solid #cccccc87;
  width: 120px;
}

.auth-sec-box{
    border: 1px solid #cccccc87;
    padding:20px 10px;
}
.auth-desg {
  font-size: 14px;
  color: rgb(123, 123, 123);
}


/* sec-5 */
.item-box-content{
  margin-top: -55px;
  background: #ffff;
  position: relative;
  margin-left: 16px;
  width: 95%;
}
.item-box-content ul{
  padding-left: 1.2rem;
margin-bottom: 8px;
}

.sec-box-hight img{
  height: 185px;
object-fit: cover;
width: 100%;
}

.content {
  padding: 15px 25px;
  padding-right: 78px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.hero-rgt-box .content-box{
  position: relative;
/*   background-color: #ffff; */
}

.overlay-box{
  position: relative;
}
.img-box-b img {
  height: 285px;
  width: 100%;
  object-fit: cover;
}
.overlay-box .big-heading a{
  color: #fff;
}
.card-shadow .img-box-b:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 6%) 27%, rgb(0 0 0 / 91%) 90%);
}

.cat.cat-absolt {
  position: absolute;
  top: -25px;
}

.cat-absolt::before {
  position: absolute;
  content: '';
  top: 4px;
  left: -10px;
  border-bottom: 12px solid #c37f02;
  border-left: 10px solid transparent;
  rotate: 358deg;
}
/* sec-5 */

/* sec-6 */
.sec-6-cat-ab{
  position: absolute;
  bottom:0;
  left:20px;
}

.auth-sm-img img {
  width: 30px;
}

.sec-6-img img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.post-img:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -99px;
    transform: skewY(4deg);
    width: 100%;
    height: 117px;
}

/* right side box */
.sec-6rg-img{
  height: auto !important;
  width: 100%;
}

.author-img.auth-left-bt {
  bottom: 2px;
  top: auto;
  z-index: 100;
  left: 18px;
}
.w-70{
  width: 70%;
}
/* sec-6 */

/* sec-7 */
.triangle:after {
  position: absolute;
  content: "";
  border-left: 30px solid #ffffff00;
  border-bottom: 30px solid var(--color-primary);
  bottom:0;
  right: 0;
  transition: all .5s;
}
.triangle:before {
  position: absolute;
  content: "";
  border-left: 40px solid #ffffff00;
  border-bottom: 40px solid #ffa50061;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  transition: all .5s;  
}
.hero-rgt-box:hover .triangle:after {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
.hero-rgt-box:hover .triangle:before {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}

.sec-7-img img{
height: auto;
object-fit: cover;
width: 100%;
}
.sec-7-big-img img {
  height: 347px;
  object-fit: cover;
  width: 100%;
}

.sec-7-post{
  border: 1px solid #cccccc87;
  position: relative;
  margin-bottom: 20px;
}
.number-sm{
   position: absolute;
   top: 0;
   left:0;
   color: #ffff;
   padding:3px 5px ;
   background-color: var(--color-secondary);
}
.sec-7-post:hover.triangle:after {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
.sec-7-post:hover.triangle:before {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
 .number-sm:before {
  counter-increment: term;
  content: counter(term) ". ";
}

.number-code{
  counter-reset: term definition;
}
 .number-sm:before {
  content: "0" counter(term) ".";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}


/* sec-7 */


@media only screen and (min-width:556px) and (max-width: 992px){
  .about-big-img img {
    width: 100%;
}
.p100 {
  padding: 60px 0px;
}
.rgt-box-img2 {
  width: 72%;
  position: relative;
}
.hero-content {
position: static;
}
.hero-img img {
  width: 100%;
}
.hero-content {
  width: 100%;
}
.hero-img.placeholder-hero {
    width: 100%;
    padding-bottom: 55%;
    background: #ccc;
    height: 0;
}
	.hero-img:before{
		display:none !important;
	}
.hero-post-box{
		margin-top:20px;
	}
	#footer input[type="email"] {
    width: 100%;
}
	#footer button[type="submit"] {
    width: 100%;
    border-radius: 20px;
    margin-top: 11px;
}
	.h-sep {
    padding-left: 9px;
    margin-top: 21px;
    border-right: none;
    margin-left: 0px;
    border: none;
}
	.navbar-nav li {
    margin-bottom: 10px;
}

}
@media only screen and (max-width: 600px){
  .rgt-box-img2{
    width: 100%;
  }
  .about-big-img img {
    width: 100%;
}
.hero-content {
  position:static;
  width: 100%;

}
.hero-img img{
  width: 100%;
}
.title {
  font-size: 22px;
}
.author-img {
  bottom: -20px;
  top:auto;
}
.point-img img {  
  width: 100px;
}
.p100 {
  padding: 70px 0px;
}
.subtitle {
  font-size: 16px;
}
.space {
  margin-top: 30px;
}

.author-info ul li:last-child{
  display: none;
}
.h-sep {
    padding-left: 9px;
    margin-top: 21px;
    border-right: none;
    margin-left: 0px;
    border: none;
}

.navbar-nav li{
    margin-bottom: 10px;
}
.content {
  padding: 15px 11px;
}
.sec-6-img img {
  height: 100%;
}
.w-70{
  width: 100%;
}
.sec-7-big-img img{
  height: 100%;
}

.rgt-box-img {
  padding-bottom: 55%;
}

	.hero-post-box{
		margin-top:20px;
	}
	
.hero-img.placeholder-hero {
    width: 100%;
    padding-bottom: 55%;
    background: #ccc;
    height: 0;
}
	.hero-img:before{
		display:none !important;
	}

}

.navbar-toggler{
  transition: all 0.3s;
	border:none;
}

.navbar-toggler i{
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}


.border-box{
  border: 1px solid #cccccc87;
}

.about-img-points{
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 32px;
}

.about-sm-points{
  border: 1px solid #cccccc87;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 12px;
  color: #000;
margin-bottom: 20px;
width: 200px; 
z-index: 100;
position: relative;
}

.about-big-img{
  position: relative;
}

.arrow{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  line-height: 28px;
  border: 1px solid white;
  margin-right: -41px;
  position: absolute;
  top: 9px;
  right: 27px;
	transition:all 0.3s;
}
.arrow a{
 color: #fff !important;
 font-size: 14px;
}
.arrow:hover{
background-color:var(--color-secondary);
}


/* placeholder */	
.hero-post-img {	
  background: #dbdbdb;	
  padding-bottom: 56%;	
  height: 0;	
  }	
    
  .item-box-img {	
  background: #dbdbdb;	
  padding-bottom: 56%;	
  height: 0;	
  }	
  .sec-7-img {	
  background: #dbdbdb;	
  height: 0;	
  padding-bottom: 55%;	
  }	

  /* hero-header placeholder */
  .hero-box{	
    position: relative;	
    width: 100%;	
    height: 100%;	
    }	
 
.hero-img:before {
    content: "";
    background-color: #ccc;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    z-index: -1;
    width: 80%;
    float: right;
    right: 0;
    top: 0;
}
      
    .hero-img img {	
    float: right;	
	height: -webkit-fill-available;		
    }	   

    .h-full img{
		height: 100%;
    }

    .author-info a {
      color: #7b7b7b;
  }

  /* Single Page */
  .all-page {
      counter-reset: term definition;
  }

  .all-page ul li, .all-page ol li {
    margin-bottom: 30px;
    line-height: 2.2;
  }

  .all-page h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
  }


/*  */.number-sm{
   position: absolute;
   top: 0;
   left:0;
   color: #ffff;
   padding:3px 5px ;
   background-color: var(--color-secondary);
}
.sec-7-post:hover.triangle:after {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
.sec-7-post:hover.triangle:before {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
 .number-sm:before {
  counter-increment: term;
  content: counter(term) ". ";
}

.number-code{
  counter-reset: term definition;
}
 .number-sm:before {
  content: "0" counter(term) ".";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
/* number new */
.all-page .number :before{
    counter-increment: term;
    content: counter(term) ". ";
    margin-right: 10px;
   }
   
   .all-page {
    counter-reset: term definition;;
   }
  
   .all-page .number a:before {
        display:none;
   }
  
.number-sm{
   position: absolute;
   top: 0;
   left:0;
   color: #ffff;
   padding:3px 5px ;
   background-color: var(--color-secondary);
}
.sec-7-post:hover.triangle:after {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
.sec-7-post:hover.triangle:before {
  border-left: 50px solid #ffffff00;
  border-bottom: 50px solid #ffa50061;
}
 .number-sm:before {
  counter-increment: term;
  content: counter(term) ". ";
}

.number-code{
  counter-reset: term definition;
}
 .number-sm:before {
  content: "0" counter(term) ".";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
/* number new */
.number :before{
    counter-increment: term;
    content: counter(term) ". ";
    margin-right: 10px;
   }
   
   .all-page {
    counter-reset: term definition;;
   }
 
.number a:before {
        display:none;
   }
   .number-remove {
     counter-reset: term definition;
   }

.number strong::before{
	display:none;
}
/*  */

  .title-bg {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0px 4px 10px 0 #9d9d9d26;
  }

  .strip-page {
    border-top: 1px solid #ccc;
  }

  .ps-bor {
    border-right: 1px solid #ccc;
    padding: 10px 25px 0px;
  }

  .ps-bor:last-child {
      border-right: 0;
  }

  .side-stick {
    position: sticky;
    top: 80px;
    height: auto!important;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  #social-fix ul li {
    margin-right: 2px;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
  }

  #social-fix ul li .fa-brands {
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    background-color: var(--color-secondary);
  }

  .share-text {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
    color: #222222;
    opacity: 0.6;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    writing-mode: vertical-lr;
    align-items: center;
  }
  
  .heading-side {
    font-size: 26px;
    position: relative;
    color: #000;
  }

  .heading-side span {
    margin-left: 25px;
  }

  .heading-side span:before {
    position: absolute;
    content: "";
    background: var(--color-primary);
    height: 10px;
    width: 10px;
    left: 0;
    top: 16px;
  }

  .heading-side span b {
    font-weight: 800;
  }

  .author-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .author-page-i img {
    border-radius: 50%;
  }

  .author-page-name {
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    padding-left: 30px;
  }

  .fs-20 {
    font-size: 20px;
    font-weight: bold;
  }

  /* Not Found */
  .not-found span {
    font-size: 70px;
    font-weight: 700;
  }

  .msg-text {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .submit-btn {
    background: var(--color-secondary);
    color: #fff !important;
    padding: 6px 25px;
    margin-left: 20px;
  }

  .submit-btn:hover {
    background: var(--color-primary);
    color: #fff !important;
  }


/* Search */

.mob-search #myOverlay {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

.mob-search .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

.mob-search .overlay-content {
    position: relative;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.mob-search .overlay input[type=text] {
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
    border: none;
    float: left;
    width: 80%;
}

.mob-search .overlay button {
    float: left;
    width: 20%;
    padding: 10px;
    background-color: var(--color-primary);
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.page-numbers.current{
    background: orange;
    color: #fff !important;
    border: #ffa500 !important;
}



/* Start Table Of Content*/

#tableofcontent {
  background: #e3dede9e;
  padding: 20px;
  border-style: solid;
  margin-bottom: 30px;
}
#tableofcontent .head-th {
  font-size: 22px;
  color: #212121;
  font-weight: 600;
}
#tableofcontent hr {
  background-color: #000000;
  margin: 20px 0;
}
div#tableofcontent ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}
div#tableofcontent ul li a {
  color: #333;
  border: 0;
  font-weight: 500;
}

/* End Table Of Content */

header .social-icons {
    margin-top: 0px !important;
    border-left: 1px solid #cccccc4d;
    margin-right: 20px;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 65px;
  z-index: 996;
  background:var(--color-primary);
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  border-radius: 50%;
	border:none;
}
.back-to-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
  font-weight: 400;
}
.back-to-top:hover {
  background: #000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top.active:before {
    content: "\f062";
    font-family: 'FontAwesome';
}

/* pagination */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination {
  justify-content: center;
  margin: 20px 0px;
}

.navigation {
  display: flex;
  justify-content: center;
}
 .navigation{
padding: 15px 8px;
border-radius: 10px;
}
.navigation .page-numbers {
  padding: 7px 13px;
  color: rgb(0, 0, 0);
  border: 1px solid #0000005c;
  margin:0px 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
}

/*  */
.overlay-box {
    height: 285px;
    background: #ccc;
}


/* singal page */


.title-bg{
  background:url(../images/single-bg.png);
	padding-top:60px;
  display: flex;
  align-items: end;
}

.title-info {
  background-color: #fff;
  box-shadow: 0px 2px 1px 0px #d9d8d861;
  padding: 50px 50px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.title-info .author-info a{
  color: #000;
  font-weight: 600;
  margin-left: 5px;
}
.title-info .auth-at{
  color: #7b7b7b;
}

.glasses i{
  font-size: 20px;
  color: var(--color-primary);
}

.ribbon-breadcrumb {
  position: absolute;
  left: -19px;
  top: -24px;
  background: #3b3939;
  padding: 17px 44px;
  color: #fff;
  width: 80%;
}

.ribbon-breadcrumb p{
margin: 0;
}

.page-content{
  margin-top: 40px;
}
.all-page p {
  line-height: 2.2;
	word-wrap: break-word;
}

.all-page h2 {
  margin-bottom: 25px!important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.all-page h3 {
  margin-bottom: 25px!important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.all-page ul li, .all-page ol li {
  margin-bottom: 30px;
  line-height: 2;
}

.all-page h4 {
  margin-bottom: 28px!important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}



.page-content a{
	font-weight: 700;
}

/* number code */
.all-page .number :before{
  counter-increment: term;
  content: counter(term) ". ";
  margin-right: 10px;
 }
 
 .all-page {
  counter-reset: term definition;;
 }



 .all-page .number a:before {
      display:none;
 }
 .number-remove {
   counter-reset: term definition;
 }

 .number strong::before{
  display: none;
 }
/* number code */




/* list */
.all-page ul li{
  list-style-type: square;
}
.all-page ul li::marker{
color: var(--color-primary);
font-size: 18px;
}

.all-page .accordion{
  margin-bottom: 20px;
}
/* list */

thead tr{
  background-color: orange;
  border-radius: 10px;
  color: #ffff;
}


.all-page tr td{
  padding:15px;
}
.all-page tr th{
  padding:15px;
	border-radius:4px;
}
.all-page tr td,.all-page tr th{
	border:1px solid #fff !important;
}

/* faq */

.accordion-button:not(.collapsed){
background-color: transparent;
border: none;
box-shadow: none;
}

.accordion-button:focus{
  box-shadow: none;
}
.accordion-header {
  border-bottom: 2px solid #f4f4f4;
}

.accordion-item {
  border-radius: 6px!important;
  border: 1px solid #e3e3e3!important;
  margin-bottom: 5px;
}

.accordion-header button {
  font-weight: 600;
  display: flex;
  align-items: top;

}

.accordion-header button::before{
content: "?";
margin-right: 10px;
background-color: var(--color-primary);
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
line-height: 32px;
border: 4px solid #ffe3b0;
color: #fff;
}

.accordion-button:not(.collapsed){
  color: #000;
  background: #f5f5f5;
}

/* faq */


/* quotes */
.all-page blockquote.wp-block-quote {
border-bottom: 4px solid #cccc;
border-left: 4px solid #cccc;
}

.all-page blockquote {
  padding: 35px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 35px;
  margin-left:10px;
}
.all-page blockquote::before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 40px;
  position: absolute;
  top: -16px;
  left: -15px;
  background: #ffff;
}

/* related */
.related {
  background: #f4f4f4;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.related strong::after{
content: "";
font-family: 'FontAwesome';
margin:0px 10px;
}

/* author */
.author-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.written-by{
  background-color: #f4f4f4;
  padding:30px;
}

.author-img1 img{
	width:120px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 7px 0px #dadada;
	margin-bottom:0px !important;
}
.author-img1 {
  text-align: center;
  margin-bottom: 10px;
}

.author-bio{
  line-height: 1.8;
  margin-bottom: 15px;
}

.author-profile1 ul{
  display: flex;
justify-content: center;
padding: 0;
}
.author-profile1 ul li{
  list-style: none;
  margin: 0px 8px;
}
.author-profile1 ul li a{
 color: #3b3939;
}

/* author btn */

.author-btn {
  width: fit-content;
  height: fit-content;
  background: var(--color-primary);
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5px 15px;
  text-align: center;
 }
 .author-btn a{
  font-weight: 500;
  color: #fff;
 }
 
 .author-btn:hover {
  color: black;
 }
 
 .author-btn:after {
  content: "";
  background: #3b3939;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
 .author-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }

 .author-profile1 {
  width: 30%;
}

.author-info1{
  width: 100%;
}


/* table of content */

.table-of-content .accordion-header button::before{
  display: none;
}

.table-of-content button.accordion-button.collapsed {
  font-size: 22px;
  margin-left: 30px;
  padding-bottom: 0px;
  width: auto;
}

.table-of-content #tablecollapse {
  background: #e8e8e8;
}

.table-of-content .accordion-button::after{
  left:-15px;
  position: absolute;

}
.table-of-content .accordion-header{
  margin-left: 18px;
}
.table-of-content {
  border-top:4px solid var(--color-primary);
  width: 750px;
  box-shadow: 0px 2px 9px 1px #ebebeb;
}

.table-of-content .accordion-item{
  border: none !important;
}

.table-of-content .accordion-button::after {
  background-image: url(../images/tableofcontent-icon.png);
  background-size: 32px;
  width: 34px;
  height: 29px;
left:-25px;
}

.table-of-content .accordion-button {
  margin-left: 31px;
  font-size: 22px;
}

.table-of-content li {
  margin-bottom: 20px !important;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d1;
padding-bottom: 10px;
}
.table-of-content li a{
color: #000;
font-weight: 500;
}

.table-of-content li:last-child{
  border: none;
}
.table-of-content .accordion-body{
border: none !important;

}
.table-of-content .accordion-header {
  border-bottom: none !important;
}

.table-of-content #accordionExample {
  padding: 0px 10px;
  padding-bottom: 10px;
}
.table-of-content .accordion-button {
  background:transparent !important;
}
/* table of content-end */

.auth-at-sep::after{
  content: "|";
  position: relative;
  right: -22px;
  color: #7b7b7b;
}
.gray{
  color: #8D96ED;;
}



@media only screen and (max-width: 600px){
.all-page h2 {
font-size: 28px;
}
.all-page h3 {
  font-size: 26px;
}
.table-of-content {
width: auto;
}
.table-of-content .accordion-body {
  margin-left: 0px;
  padding: 0px;
margin-top:15px;
}
.table-of-content .accordion-header {
  margin-left: 0px;
}
.table-of-content #tablecollapse {
  background: #e8e8e800;
}
.all-page blockquote {
  padding:16px;
  padding-top: 35px;
}
.sources {
  padding: 36px 11px;}
  .related {
    padding: 20px 15px;}
    .written-by {
      padding: 20px;
  }
  .author-profile1 {
    width: 80%;
}
.author-img1 {
  text-align: start;
}
.title-bg {
  height: auto;
	padding-top:0px;
	  background:none;
}
.ribbon-breadcrumb{
  position: static;
  width: 100%;
}
.title-info{
  padding:20px 0px;
}
.all-page h1 {
  font-size: 32px;
  line-height: 50px;
}

.accordion-header button::before{
  display: none;
}

.auth-at-sep::after{
display: none;
}
		.author-page-name {
    font-size: 30px;
}
	.side-stick {
     justify-content: start;
    flex-direction: row; 
}
	.side-stick ul {
    display: flex;
}
	.share-text {
    transform: normal;
   writing-mode: horizontal-tb;
		margin-left:10px;
}
	#social-fix ul li {
    margin-right: 7px;
}
}

@media only screen and (min-width:556px) and (max-width: 992px){
  .title-bg{
    height: auto;
    background: none;
	  padding-top:0px;
  }
  .title-info{
    padding-left:0px;
    padding-right:0px;
  }
	.table-of-content{
	    width: auto;
}
	
}

.page-content img{
  margin-bottom: 20px;
}

.wp-block-table thead {
    border-bottom: 3px solid;
    border: none;
}
.all-page ul li img, .all-page ol li img {
    margin-top: 15px;
	margin-bottom:0px;
}

.ityug-bx{
 border-top: 1px solid #dee2e6;
 border-left: 1px solid #dee2e6;
 border-right: 1px solid #dee2e6;
 border-bottom: 5px solid #ffa500;
 }
 .it-img img{
 border: 1px dashed #0006;
 height: 150px;
 }
 .social-bars ul li a{
 background: #1f1f1f;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 30px;
 height: 30px;
 margin: 0 5px;
 border-radius: 50%;
 }
 .social-bars a{
 fill: #fff;
 }
 .social-bars li:hover a{
 background: #ffa500 !important;
 }
 .social-bars{
 transition: linear all 0.2s;
 position: relative;
 top: -60px;
 opacity: 0;
 display: flex;
 justify-content: center;
 }
 .ityug-bx:hover .social-bars{
 transition: linear all 0.2s;
 top: -5px;
 opacity: 1;
 }
 .ityug-bx:hover img{
 border: 1px dashed #000;
 transition: linear all 0.4s;
 }
 .ityug-bx:hover .px-2 a{
 color: #ffa500;
 }
.post-list{
    word-wrap: break-word;
}
.post-list .row:not(:last-child):after{
    content: '';
    width: 100%;
    height: 1px;
    background: #c7c7c7;
    margin: 20px 15px;
}
.post-list .heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.our-team{
    border: 1px solid #c7c7c7;
    padding-top: 50px;
    position: relative;
    top: 35px;
    border-radius:10px;
}
.team-title{
    position: absolute;
    top: -30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
#editor_tag {
    width: fit-content;
    padding: 0 10px;
    margin: auto;
    background: #fff;
    font-size: 1.5rem;
}

.team-content .author{
    position: relative;
}
.team-content .author::before {
    position: absolute;
    top: 10px;
    right: 58px;
    content: '';
    width: 30px;
    height: 30px;
    background: #ffe4b3;
    border-radius: 50%;
    z-index: -1;
}
.team-content .author::after {
    position: absolute;
    top: 20px;
    left: 55px;
    content: '';
    width: 85px;
    height: 85px;
    background: #ffe4b3;
    border-radius: 50%;
    z-index: -1;
}
.auth-social-follow ul {
    display: flex;
    padding-left: 0;
    gap: 5px;
}
.auth-social-follow ul li {
    list-style:none;
}
@media(max-width:1024px) and (min-width:992px){
	.content-round-box .num {
		font-size: 22px !important;
	}
	.our-team .title {
   		 font-size: 27px;
	}
	.team-title {
		top: -20px;
	}
	.team-content .author::after {
		left: 11px;
	}
	.team-content .author::before {
		top: 14px;
		right: 19px;
	}
	.top-boxes .card-content-left::after,.top-boxes .hr-line::before {
   		background:transparent;
	}
	.h-sep {
		border-right: 1px solid transparent;
	}
}

@media(max-width:992px){
   
    .team-content .author::before {
        top: 14px;
        right: 96px;
    }

    .team-content .author::after {
        top: 25px;
        left: 89px
    }
    .post-list .heading{
        font-size: 22px;
    }
	.top-boxes .card-content-left::after,.top-boxes .hr-line::before {
   		background:transparent;
	}
	
	.h-search {
		border-left: none;
		margin-left: 10px;
		padding-left: 0;
	}

}
@media(max-width:400px){
    .team-title {
        top: -18px;
    }
    .team-content .author::before {
        top: 12px;
        right: 85px;
    }

    .team-content .author::after {
        top: 25px;
        left: 80px;
    }
	.team-content{
		margin-top: 6.5rem!important;
	}
	

}
