/*

tech-hint.net styles version 1.0

*/
* {
    margin: 0;
    padding: 0;
}
h1{
    font-size: 1.8em;
}
body{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background: #f0f0f0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {

  .jumbotron {
    width:100%;
  }
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #fff;
    background: #000;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

#header_backgroud{
    background: #1d1d1e;
    height: auto;
    width: 100%;

}





@media(max-width:920px){
.smalwinfont{
    font-size: 1em;
}

}


@media(max-width:768px){


}

@media(max-width:550px){
.smalwinfont{
    font-size: 10px;
}
}


.h44{
    font-size: 1.3em;
}



@media(max-width:920px){
.h44{
    font-size: 1.2em;
}

}


@media(max-width:768px){
.h44{
    font-size: 1.1em;
}

}

@media(max-width:550px){
.h44{
    font-size: 1em;
}
}


.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 50px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}




@media(max-width:920px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 27px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}


@media(max-width:768px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 27px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}

@media(max-width:550px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 25px;
    /* text-align: center; */
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}


    @keyframes spinner-border {
      to { transform: rotate(360deg); }
    } 
    .spinner-border{
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
    }
    .spinner-border-sm{
        height: 1rem;
        border-width: .2em;
    }

/*hover*/

.navbar .navbar-text {
    color: #ffffff;
}
/* change the link color */
.navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
/* change the color of active or hovered links */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #f57d09;
    font-weight: bolder;
}



/*underline hover */

 .nav-item::after {
     content: '';
     display: block;
     width: 0px;
     height: 2px;
     background: #f57d09;
 }

 .nav-item:hover::after {
     width: 100%;

 }


/* bar line */
.barline{
    background: #f57d09;
    height: 10px;
}

/*site logo */

.navbar .navbar-brand{
    color: #ffffff;
    font-weight: bolder;
     font-family: "Lucida Console", "Courier New", monospace;
}




/* Hamburger Icon*/

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.navbar-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

/* top background iage */

.topback_img{

    min-width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}


@media(max-width:920px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}


@media(max-width:768px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}

@media(max-width:550px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}




/* top background iage text*/

.quote{
    margin-top: 200px;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 600;

}

.welc{
    margin-top: 200px;
    font-size: 1.3em;
    color: #ffffff;
}




@media(max-width:920px){
.quote{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
}

}


@media(max-width:768px){
.quote{
    margin-top: 10px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
}

}

@media(max-width:550px){
.quote{
    margin-top: 15px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 15px;
    font-size: 1em;
    color: #ffffff;
}

}

/* jumbotron */

.jumbotron{
    background: #ffffff;
}



.activee a{
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}

.activee a:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}





.dropdown-menu a:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}


/* listgroup styling */


.list-group .list-group-item {
    color: #000000;
    text-decoration: none;
}
/* change the color of active or hovered links on listgroup styling*/
.list-group .list-group-item.active,
.list-group .list-group-item:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}

.list-group .list-group-item a {
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}

/*   footer styling */

/*FOOTER*/

footer {
  background: #1d1d1e;
  color: white;
  margin-top:100px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoTelegram:hover {
  background-color: #007bb7;
}

.social-network a.icoRssFeed:hover {
  background-color: #f57d09;
}

/*

tech-hint.net styles version 1.0

*/
* {
    margin: 0;
    padding: 0;
}
h1{
    font-size: 1.8em;
}
body{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background: #f0f0f0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {

  .jumbotron {
    width:100%;
  }
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #fff;
    background: #000;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

#header_backgroud{
    background: #1d1d1e;
    height: auto;
    width: 100%;

}





@media(max-width:920px){
.smalwinfont{
    font-size: 1em;
}

}


@media(max-width:768px){


}

@media(max-width:550px){
.smalwinfont{
    font-size: 10px;
}
}


.h44{
    font-size: 1.3em;
}



@media(max-width:920px){
.h44{
    font-size: 1.2em;
}

}


@media(max-width:768px){
.h44{
    font-size: 1.1em;
}

}

@media(max-width:550px){
.h44{
    font-size: 1em;
}
}


.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 50px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}




@media(max-width:920px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 27px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}


@media(max-width:768px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 27px;
    /* text-align: center; */
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}

@media(max-width:550px){
.watermark{
    position: relative;
    z-index: 0;
    background: white;
    display: block;
    min-height: 60%;
    min-width: 70%;
}



.watermark:after{
    content: "TECH-HINT.NET";
    color: steelblue;
    font-size: 25px;
    /* text-align: center; */
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0.2
}

}


    @keyframes spinner-border {
      to { transform: rotate(360deg); }
    } 
    .spinner-border{
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
    }
    .spinner-border-sm{
        height: 1rem;
        border-width: .2em;
    }

/*hover*/

.navbar .navbar-text {
    color: #ffffff;
}
/* change the link color */
.navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
/* change the color of active or hovered links */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #f57d09;
    font-weight: bolder;
}



/*underline hover */

 .nav-item::after {
     content: '';
     display: block;
     width: 0px;
     height: 2px;
     background: #f57d09;
 }

 .nav-item:hover::after {
     width: 100%;

 }


/* bar line */
.barline{
    background: #f57d09;
    height: 10px;
}

/*site logo */

.navbar .navbar-brand{
    color: #ffffff;
    font-weight: bolder;
     font-family: "Lucida Console", "Courier New", monospace;
}




/* Hamburger Icon*/

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.navbar-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

/* top background iage */

.topback_img{

    min-width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}


@media(max-width:920px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}


@media(max-width:768px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}

@media(max-width:550px){
.topback_img{

    width:100%;
    background-image: url(../admin-user/website_pics/site_image.jpg);
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;


}
}




/* top background iage text*/

.quote{
    margin-top: 200px;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 600;

}

.welc{
    margin-top: 200px;
    font-size: 1.3em;
    color: #ffffff;
}




@media(max-width:920px){
.quote{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
}

}


@media(max-width:768px){
.quote{
    margin-top: 10px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 25px;
    font-size: 1em;
    color: #ffffff;
}

}

@media(max-width:550px){
.quote{
    margin-top: 15px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

.welc{
    margin-top: 15px;
    font-size: 1em;
    color: #ffffff;
}

}

/* jumbotron */

.jumbotron{
    background: #ffffff;
}



.activee a{
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}

.activee a:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}





.dropdown-menu a:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}


/* listgroup styling */


.list-group .list-group-item {
    color: #000000;
    text-decoration: none;
}
/* change the color of active or hovered links on listgroup styling*/
.list-group .list-group-item.active,
.list-group .list-group-item:hover {
    background-color: #f57d09;
    font-weight: bolder;
    border-color: #f57d09;
    color: #ffffff;
}

.list-group .list-group-item a {
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}

/*   footer styling */

/*FOOTER*/

footer {
  background: #1d1d1e;
  color: white;
  margin-top:100px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 2px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoTelegram:hover {
  background-color: #007bb7;
}

.social-network a.icoRssFeed:hover {
  background-color: #f57d09;
}

.social-network a.icoTwitter:hover {
  background-color: #007bb7;
}


.social-network a.icoYoutube:hover {
  background-color: #fff;
}

.social-network a.icoInstagram:hover {
  background-image: linear-gradient(blue, pink, red, yellow); 
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRssFeed:hover i,
.social-network a.icoTelegram:hover i,
.social-network a.icoTwitter:hover i{
  color: #fff;
}

.social-network a.icoYoutube:hover i {
    color: #fc020e;
}

.social-network a.icoInstagram:hover i {
    color: #fff;   
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}


/* breadcrumb */

.breadcrumb{
    background-color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    color: #f57d09;
}

.breadcrumb .active{
    color: #f57d09 ;
}
.breadcrumb a{
    color: #000000 ;
    text-decoration: none;
}

.pagination .page-item a{
    color: #f57d09;
}

.page-item.active .page-link{
    background-color: #f57d09;
    font-weight: bold;
    border-color: #f57d09;
    color: #ffffff;
}


.page-item .page-link.active,
.page-item .page-link:hover {
    background-color: #f57d09;
    font-weight: bold;
    border-color: #f57d09;
    color: #ffffff;
}



#testify-comment-box {
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);

}

#testify-comment-box::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    bottom: -25px;
    left: 90%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);

}



/* Comment and reply box styling */

.commentbox{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #ffffff;
   



}
.commentbox p{
    margin: 10px;
}
.replybox{
    width: auto;
    margin-left: 250px;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;


}
.replybox p{
    margin: 10px;
}

@media(min-width:568px){
    .replybox{
        margin-left: 50px;
    }
}

@media(max-width:768px){
    .replybox{
        margin-left: 50px;
    }
}

@media(min-width:952px){
    .replybox{
        margin-left: 100px;
    }
}

.replybox textarea{
        height: 100px;
}

.replybox form{
        margin: 10px;
}


/* related post  styling*/

.row .relatepost .col-lg-4 p{
    margin: 10px;
}

.row .relatepost .col-lg-4{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    margin: 25px;
    text-align: center;
}


@media(min-width:568px){
    .row .relatepost .col-lg-4 p{
    margin: 25px;
}

.row .relatepost .col-lg-4{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    text-align: center;
    margin: 10px;
}
}


/*author styling */

#author_con img{
    width: 200px;
    height: 300px;
}
#author_con b{
    font-weight: bold;
}

#author_con p{
    font-weight: 600;
    color: #ffffff;
}


/* image title post */
.zoom-box {
   
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}

.zoom-box:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
}

.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}

@media(max-width:920px){
.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}
}

@media(max-width:980px){
.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}
}




@media(max-width:768px){
.col-sm-4 .card-img{
    width: 100%;
    height:100%;
}
}

@media(max-width:700px){
.col-sm-4 .card-img{
    width: 100%;
    height:250px;
}
}

@media(max-width:568px){
.col-sm-4 .card-img{
    width: 100%;
    height:200px;
}
}

@media(max-width:640px){
.card-img{
    width: 100%;
    height: 200px;
}
}

@media(min-width:375px){
.card-img{

    width: 100%;
    height: 150px;

}
}

/* checkbox stylng */


.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#f57d09;
  border-color:#f57d09;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}



/* btn primary styling */
.btn-primary{color:#fff;background-color:#f57d09;border-color:#f57d09}

.btn-primary:hover{color:#fff;background-color:#f57d09;border-color:#009a9a}
.btn-primary:focus,.btn-primary.focus{box-shadow:none}
.btn-primary.disabled,
.btn-primary:disabled{color:#fff;background-color:#f57d09;border-color:#f57d09}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#f57d09;border-color:#f57d09}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus{box-shadow:none}

/* btn link styling */
.btn-link{color:#f57d09;background-color:#fff;border-color:#fff}

.btn-link:hover{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:focus,.btn-link.focus{box-shadow:none}
.btn-link.disabled,
.btn-link:disabled{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.show>.btn-link.dropdown-toggle{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus,
.show>.btn-link.dropdown-toggle:focus{box-shadow:none}


/* picture circle */
.rounded-circle{
    margin-top: 30px;
}


/* line height styling */
.text-height-0 {
  line-height: 1!important;
}
.text-height-1 {
  line-height: 1.5!important;
}
.text-height-2 {
  line-height: 2!important;
}
.text-height-3 {
  line-height: 2.5!important;
}
.text-height-4 {
  line-height: 3!important;
}
.text-height-5 {
  line-height: 3.5!important;
}

/* bell styling*/



.bell-icon {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 48px;
  height: 55px;
  background-color: #f57d09;
  border-radius: 60%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #f57d09;
  padding: 15px;
  border: none;
}

.bell-icon:before {
  content: "\f0f3";
  font-family: FontAwesome;
  font-size: 18px;
  color: #ffffff;
}

.bell-icon:hover {
  background-color: #ffffff;
}

.bell-icon:hover:before {
  color: #f57d09;
}

.bell-icon-muted:before {
  content: "\f1f6";
  font-family: FontAwesome;
  font-size: 18px;
  color: #ffffff;

}

.bell-icon-muted:hover {
  background-color: #ffffff;
}

.bell-icon-muted:hover:before {
  color: #f57d09;
}



/* arrow up styling*/



#myBtn {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 45.5px;
  z-index: 9999;
  font-size: 29px;
  border: none;
  outline: none;
  color: #f57d09;
  cursor: pointer;
  margin-right: -5px;
  margin-top: 2px;
}



#myBtn2 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f57d09;
  color: white;
  cursor: pointer;
  padding: 15px;
  float: center;
  border-radius: 60px;

}

#myBtn2:hover {
  background-color: #fff;
  color:#f57d09 ;
}


/* cookie styling */

.cookie-container{
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background:#f57d09;
    color: #fff;
    padding: 0 32px;
    box-shadow: 0px -1px 4px #f57d09;
    width: 420px;
    transition: 400ms;
    border-radius: 30px;
    margin: 50px 0 0 0;
    margin-left: -20px;

}

.cookie-container img{
    width: 110px;

}

.cookie-container.active{
    bottom: 0;
}
.cookie-container p{
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}
.cookie-container a{
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}


.cookie-btn{
    background-color:#1d1d1e;
    border-color:#1d1d1e;
    color: #ffffff;
    border: 0;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    cursor: pointer;
    border-radius: 8px;
}


/* buttn styling for small devices */




@media(max-width:768px){
.btn-primary{
    width: 100%;
}
}

@media(max-width:700px){
.btn-primary{
    width: 100%;
}
}

@media(max-width:568px){
.btn-primary{
    width: 100%;
}
}

.countN{
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -10px;
}

.social-network a.icoTwitter:hover {
  background-color: #007bb7;
}


.social-network a.icoYoutube:hover {
  background-color: #fff;
}

.social-network a.icoInstagram:hover {
  background-image: linear-gradient(blue, pink, red, yellow); 
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTelegram:hover i,
.social-network a.icoRssFeed:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i{
  color: #fff;
}

.social-network a.icoYoutube:hover i {
    color: #fc020e;
}

.social-network a.icoInstagram:hover i {
    color: #fff;   
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}


/* breadcrumb */

.breadcrumb{
    background-color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    color: #f57d09;
}

.breadcrumb .active{
    color: #f57d09 ;
}
.breadcrumb a{
    color: #000000 ;
    text-decoration: none;
}

.pagination .page-item a{
    color: #f57d09;
}

.page-item.active .page-link{
    background-color: #f57d09;
    font-weight: bold;
    border-color: #f57d09;
    color: #ffffff;
}


.page-item .page-link.active,
.page-item .page-link:hover {
    background-color: #f57d09;
    font-weight: bold;
    border-color: #f57d09;
    color: #ffffff;
}



#testify-comment-box {
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);

}

#testify-comment-box::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    bottom: -25px;
    left: 90%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);

}



/* Comment and reply box styling */

.commentbox{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #ffffff;
   



}
.commentbox p{
    margin: 10px;
}
.replybox{
    width: auto;
    margin-left: 250px;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;


}
.replybox p{
    margin: 10px;
}

@media(min-width:568px){
    .replybox{
        margin-left: 50px;
    }
}

@media(max-width:768px){
    .replybox{
        margin-left: 50px;
    }
}

@media(min-width:952px){
    .replybox{
        margin-left: 100px;
    }
}

.replybox textarea{
        height: 100px;
}

.replybox form{
        margin: 10px;
}


/* related post  styling*/

.row .relatepost .col-lg-4 p{
    margin: 10px;
}

.row .relatepost .col-lg-4{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    margin: 25px;
    text-align: center;
}


@media(min-width:568px){
    .row .relatepost .col-lg-4 p{
    margin: 25px;
}

.row .relatepost .col-lg-4{
    width: auto;
    height: auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    text-align: center;
    margin: 10px;
}
}


/*author styling */

#author_con img{
    width: 200px;
    height: 300px;
}
#author_con b{
    font-weight: bold;
}

#author_con p{
    font-weight: 600;
    color: #ffffff;
}


/* image title post */
.zoom-box {
   
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}

.zoom-box:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
}

.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}

@media(max-width:920px){
.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}
}

@media(max-width:980px){
.col-sm-4 .card-img{
    width: 100%;
    height: 100%;
}
}




@media(max-width:768px){
.col-sm-4 .card-img{
    width: 100%;
    height:100%;
}
}

@media(max-width:700px){
.col-sm-4 .card-img{
    width: 100%;
    height:250px;
}
}

@media(max-width:568px){
.col-sm-4 .card-img{
    width: 100%;
    height:200px;
}
}

@media(max-width:640px){
.card-img{
    width: 100%;
    height: 200px;
}
}

@media(min-width:375px){
.card-img{

    width: 100%;
    height: 150px;

}
}

/* checkbox stylng */


.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#f57d09;
  border-color:#f57d09;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}



/* btn primary styling */
.btn-primary{color:#fff;background-color:#f57d09;border-color:#f57d09}

.btn-primary:hover{color:#fff;background-color:#f57d09;border-color:#009a9a}
.btn-primary:focus,.btn-primary.focus{box-shadow:none}
.btn-primary.disabled,
.btn-primary:disabled{color:#fff;background-color:#f57d09;border-color:#f57d09}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#f57d09;border-color:#f57d09}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus{box-shadow:none}

/* btn link styling */
.btn-link{color:#f57d09;background-color:#fff;border-color:#fff}

.btn-link:hover{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:focus,.btn-link.focus{box-shadow:none}
.btn-link.disabled,
.btn-link:disabled{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.show>.btn-link.dropdown-toggle{color:#f57d09;background-color:#fff;border-color:#fff}
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus,
.show>.btn-link.dropdown-toggle:focus{box-shadow:none}


/* picture circle */
.rounded-circle{
    margin-top: 30px;
}


/* line height styling */
.text-height-0 {
  line-height: 1!important;
}
.text-height-1 {
  line-height: 1.5!important;
}
.text-height-2 {
  line-height: 2!important;
}
.text-height-3 {
  line-height: 2.5!important;
}
.text-height-4 {
  line-height: 3!important;
}
.text-height-5 {
  line-height: 3.5!important;
}


/* cookie styling */

.cookie-container{
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background:#f57d09;
    color: #fff;
    padding: 0 32px;
    box-shadow: 0px -1px 4px #f57d09;
    width: 420px;
    transition: 400ms;
    border-radius: 30px;
    margin: 50px 0 0 0;
    margin-left: -20px;

}

.cookie-container img{
    width: 110px;

}

.cookie-container.active{
    bottom: 0;
}
.cookie-container p{
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}
.cookie-container a{
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}


.cookie-btn{
    background-color:#1d1d1e;
    border-color:#1d1d1e;
    color: #ffffff;
    border: 0;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    cursor: pointer;
    border-radius: 8px;
}


/* buttn styling for small devices */




@media(max-width:768px){
.btn-primary{
    width: 100%;
}
}

@media(max-width:700px){
.btn-primary{
    width: 100%;
}
}

@media(max-width:568px){
.btn-primary{
    width: 100%;
}
}

.countN{
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -10px;
}


