*
{
	margin: 0px;
	padding: 0px;
}
body
{
    font-family: 'Poppins', sans-serif!important;
}
/*****************slider******************************************/
.fade-carousel {
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #8e3c27;
    border-color: #8e3c27;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color:#5d504a;
    opacity: 0.1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #8e3c27;
    border-color: #8e3c27;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/************************end****************************************/
.logo {
    height: 120px;
    width: 150px;
    margin-top: -33px;
}
.btn {
    padding: 6px 22px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 0;
    position: relative;
    border: none;
    z-index: 2;
}
.navbar {
    position: relative;
    min-height: 47px;
    /* margin-bottom: -20px; */
    border: 1px solid transparent;
    /* margin-bottom: -15px !important; */
}
.btn-info:hover
{
	background-color: #000;
	color: white;
}
.btn.btn-success::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.btn.btn-success:focus::before,
.btn.btn-success:hover::before {
    width: 100%;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: unset;
}
.btn-success:focus,
.btn-success:hover {
    color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-success.disabled,
.btn-success:disabled {
    opacity: 1;
}
/*search */
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #fff;
	border: solid 1px #ccc;
	padding: 0px 10px 9px 32px;
	width: 0px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:hover {
	width: 130px;
	background-color: #fff;
	border:none;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
#demo-2 i
{
	position: relative;
    left: 142px;
   top: 15px;
    color: #8e3c27;
}

.user-icon {
    margin-right: 80px;
    margin-top: 14px;
    color: white;
    font-size: 20px;
}
/* Demo 2 */
#demo-2 input[type=search] {
	width: 130px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	margin-top: 12px;
    margin-right: -88px;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:hover {
	width: 130px;
	padding-left: 15px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
.search
{
	position: relative;
	float: right;

}
.dropdown-toggle
{
	color: white;
margin-left: 42px;
}
.dropdown-toggle:hover
{
	background-color: #8e3c27!important;
	color: white;
	}

/* end */
body
{
	background-color: #f7f6f6e0;
}
.top-header
{
    background-color: #8e3c27;
}
	
 
.bg-white {
    -webkit-box-shadow: 0 1px 3px rgba(36,39,44,.15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 27px 22px 20px!important;
    background: #fff;
    border: 1px solid #fff;
}
#search
{
	padding: 4px;
}
.search-icon
{
	color:#8e3c27;
	margin-left: -36px; 
}
/* main header */
.main-header
{
	background-color: #fff;
	border:none;
	border-radius: 0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	border-bottom:2px solid #8e3c27;
	color:  #372e2e;
	background-color: white;
}
ul.nav.navbar-nav.pull-right
{
	padding: 12px 14px;
	text-transform: capitalize;
	
}
.black {
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 3px #777!important;
    -moz-box-shadow: 3px 5px 3px #777;
    box-shadow: 3px 5px 3px #777;
    transition: all 0.5s ease-in-out;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.navbar-inverse .navbar-nav>li>a
{
	color: #372e2e;
	font-size: 17px;
 padding-top:22px;
 padding-bottom:8px;
 text-transform: uppercase;
 margin-top:10px;
 margin-bottom: 18px;
 margin-left:6px;
 font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	color: #8e3c27;

	border-bottom:2px solid #8e3c27;
}
.navbar {
   
    min-height: 90px;
    margin-bottom: 0px;
}
 .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
  .color-white
  {
  	color: white;
  }

/* end */
/* main class */
.mb-85
{
	margin-bottom: 85px;
}
.mt-20
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.no-margin
{
	margin:0px;
	padding: 0px;
}
.color
{color: #8e3c27; }
.para
{
	font-size: 17px;
	color: #777;
	
}
.mt-10
{
	margin-top: 10px;
}
.text-white
{
	color: white;
}
.pt-30
{
	padding-top: 30px;
}
.banner-breadcum
{
	/* background-image: url(../images/slide5.jpeg); */
	background-size: 100% 100%;
	height: 450px;
    
}
/* end */
/* animation */
hr {
    width: 90px;
    height: 3px;
    background:  #8e3c27;
    margin: 0 auto 20px;
    border: none;
    transition: width 1s;
}

.container:hover hr {
    background: -webkit-linear-gradient(90deg,#8e3c27 31%, #333 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #8e3c27), color-stop(69%, #333));
    background: -webkit-linear-gradient(left,  #8e3c27 31%, #333 69%);
    background: -o-linear-gradient(left, #8e3c27 31%, #333 69%);
    background: linear-gradient(90deg,  #8e3c27 31%, #333 69%);
    width: 300px;
}
.container-fluid:hover hr {
    background: -webkit-linear-gradient(90deg, #8e3c27 31%, #333 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%,  #de1629), color-stop(69%, #333));
    background: -webkit-linear-gradient(left, #8e3c27 31%, #333 69%);
    background: -o-linear-gradient(left,  #8e3c27 31%, #333 69%);
    background: linear-gradient(90deg,#8e3c27 31%, #333 69%);
    width: 300px;
}
/* end */
/* top articles */
.heading
{
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;

}
/* end */
/* button */
.read-more
{
	background-color: #8e3c27;
	color: white;
	text-transform: capitalize;
	border: none;

}
/* end */
/* subscribe us */
.subscribe-icon
{

}
.bg-green
{background-color: #8e3c27}
.subscribe-heading h1
{
	text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: -15px;
    line-height: 52px;
    margin-bottom: 25px;
    font-size:35px;
    color: #fff;
}
.news-letter .input-group
{
	height: 30px;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.input-group-addon .subscribe-btn
{
    height: 50px;
    color: white;
    background-color: #000;
    border: none;


}
/* end */
/* footer */
footer
{
	background-color: #171515;
	padding-bottom: 50px;

}
.footer-social-icons li i:hover
{
	background-color: #8e3c27;
	color: white;
	display: inline-block;
	border-radius: 10px;
width: 100%;

}
.footer-logo
{
	margin-top: 75px;
    height: 100px;
}
.footer-social-icons
{
	margin-top: -50px;
}
.footer-title
{
	color: white;
	font-size: 20px;
	padding-top:20px;
	padding-bottom: 20px;
	text-transform: capitalize;

}
.footer-hr {
    width: 90px;
    height: 3px;
    background: #8e3c27;
   margin:-6px 0px 25px 35px;
    border: none;
    transition: width 1s;
}

.footer-para
{
color: #f2f2f2;
line-height: 28px;

}
.sub-para
{

color: #f2f2f2;
line-height: 28px;
padding-top: 20px;
}
.foote-text
{
	margin: 0 auto;
}
.date
{
	margin-bottom: 1px solid grey;
}
.footer-icon
{
	color: #8e3c27;
	font-size: 20px;
}
.date
{
color: #8e3c27;
	margin-left: 20px;
	font-size: 18px;
}
.bottom-para
{
	margin-top: 25px;
	border-top: 1px solid grey;
	padding-top: 18px;
}
.social-icon
{
	margin-top: 38px;
}
.social-icon i
{
	color: #8e3c27;
	font-size: 18px;
	
}
.social-icon li a span
{
	color: white;
    line-height: 30px;
    padding-left: 20px;
    list-style-type: none;
}
.footer-sub-text{
	color: white;
	font-size:15px;
	padding:8px;
	text-align: center;
}
.sub-footer
{
	background-color:#8e3c27; 
	height: 45px;
}
.footer-social-icons li
{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 10px;
	background-color: #fff;
	margin: 10px;

}
.footer-social-icons li i
{
	color: #8e3c27;
	padding: 8px;

}
/* end */
/* navbar color */
.black
{
	
	background-color: #fff;
	 -webkit-box-shadow: 3px 5px 3px #777!important;
    -moz-box-shadow:3px 5px 3px #777;
    box-shadow: 3px 5px 3px #777;
    transition: all 0.5s ease-in-out;

}
.social-icon li
{
list-style-type: none;	
}
ul.footer-social-icons li
{
	margin-top: -100px;
	
}
section {
    padding: 60px 0;
    text-align: center;
}
select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #22313F;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.promise {
    color: #999;
}
.subscribe-btn
{
	background-color: #000;
	color: white;
	 width: 40%;
    height: 62px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
     background-image: url(../images/mail.png);
background-position:center;
background-repeat:no-repeat;
background-position: right;
    background-repeat: no-repeat;
    background-size: 32%;
    padding-left: 2px;
    font-weight: bold;
}



/* end */
/* heading 1*/


.ml2 {
  font-weight: 600;
  font-size:20px;
  color:white;
  position:absolute;
  top:200px;
}

.ml2 .letter {
  display: inline-block;
  line-height: 32px;
  font-size:48px;
  'Open Sans', sans-serif
}
/* end */
/* heading2 */
/* end*/
.heading-latest
{
	text-align: center;
	margin-bottom: -80px;
	margin-top: 50px;
	text-transform: capitalize;
}
.latest-news-hr
{
	 width: 90px;
    height: 3px;
    background: #8e3c27;
   margin:0 auto;
   margin-top: 102px;
    border: none;
    transition: width 1s;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 66px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*******************************************article page *************************************/

.media-object
    {
     height: 315px!important;
    width: 410px;

    }
    .media-heading
    {
      text-align: center;
      color:#8e3c27;
      text-transform: capitalize;
      margin-top: 20px;
      margin-bottom:10px;
    }
    .media-para {
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
   
    color:#5e5555;
    padding: 0px 15px 0px 6px;
}
.list-inline
{
  margin-left: 28px;
  

}
.glyphicon
{
  color:#8e3c27;
}
.media-para2
{
  padding: 0px 15px 0px 6px;
   color:#5e5555;
text-align: justify;
    line-height: 25px;
    font-size: 16px;
  }
.media-object1
{
  height: 315px!important;
    width: 100%;
}
.article
{
  background-image: linear-gradient(rgb(35 35 35 / 0%),rgb(60 57 57 / 0%)),url(../images/article/article-bg2.jpg);
  background-size: 100% 100%;
  height: 350px;
}
.blog-heading
{
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
margin-top: 30px;
margin-bottom: 30px;
}
/***********************************end***********************************************/
/***************************media query ********************************/
@media(min-width:325px) and (max-width: 768px)
{
	
.navbar-inverse .navbar-toggle
{
	background-color: #333;
	color: white;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	border: none!important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	border:none!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border: none;
}
.hovereffect>img
{
	width: 100%;
}
.footer-social-icons {
    margin-top: 10px;
}
#demo-2 i {
    position: relative;
    left: 296px;
    top: 15px;
    color: #8e3c27;
}
.footer-title
{
    text-align:center;
}
.footer-hr {
    width: 90px;
    height: 3px;
    background: #8e3c27;
    margin: -6px 0px 23px 186px;
    border: none;
    transition: width 1s;
}
.footer-hr1 {
    width: 90px;
    height: 3px;
    background: #8e3c27;
    margin: -6px 0px 8px 10px;
    border: none;
    transition: width 1s;
}
}
@media(min-width:768px) and (max-width:992px)
{
    .footer-logo
    {
    height: 200px;
    width: 374px;
}
.footer-social-icons {
    margin-top: 12px;
}
.footer-title
{
    text-align:center;
}
.footer-hr {
    width: 90px;
    height: 3px;
    background: #8e3c27;
    margin: -6px 0px 23px 186px;
    border: none;
    transition: width 1s;
}

.footer-hr1 {
    width: 90px;
    height: 3px;
    background: #8e3c27;
    margin: -6px 0px 8px 10px;
    border: none;
    transition: width 1s;
}
}
@media(min-width:990px) and (max-width:1200px)
{
    .navbar-inverse .navbar-nav>li>a
    {
        margin:8px -5px;
    }
}
@media(min-width:768px) and (max-width:850px)
{
    .navbar-inverse .navbar-nav>li>a
    {
        margin-left:0px;
    }
    .footer-hr1 {
    width: 90px;
    height: 3px;
    background: #8e3c27;
    margin: -6px 0px 8px 10px;
    border: none;
    transition: width 1s;
}
}
@media(min-width:1000px) and (max-width:1200px)
{
    #demo-2 input[type=search] {
    width: 130px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    margin-top: 12px;
    margin-right: -25px;
}

}
@media (min-width: 768px)
{

}
.modal-content
{
    background-color: none!important;
}
@media(min-width:414px) and (max-width:768px)
{
    #demo-2 input[type=search] {
    width: 130px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    margin-top: 12px;
    margin-right: -40px;
}
#demo-2 i {
    position: relative;
    left: 142px;
    top: 15px;
    color:#8e3c27;
}
}
@media(min-width:325px)
{
    #demo-2 input[type=search] {
    width: 130px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    margin-top: 12px;
   margin-right: 30px;
}
#demo-2 i {
    position: relative;
    left: 138px;
    top: 19px;
    color:#8e3c27;
}
}
/******************************end ***********************************/
/********************************************video******************************/
 .video-content
    {
      
      color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    text-align: justify;
    }
   
    .video-title
    {
      text-align: center;
      color: #8e3c27;
      text-transform: capitalize;
    }
    .fa-play:before {
    background-color:#8e3c27;
    height: 36px;
    width: 30px;
    position: absolute;
    top: 0px;
    padding: 8px;
    color: #fff;
  }

.video-main-heading
{
   text-align: center;
   color: #333;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 20px;
    margin-bottom: 12px;
}
.story-para
{
   color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    text-align:center;
    margin: 0px 0px 40px 0px;
}
.video-bg
{
background-image: url(../images/video-bg.png);
background-attachment: fixed;
}
.mb-20
{
  margin-bottom: 20px;
}
a:hover
{
  text-decoration: none!important;
}
@media(min-width:768px) and (max-width:992px)
{
    .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-size:15px!important;
}
}
@media(min-width:760px) and (max-width:810px)
{
   .user-icon {
    margin-right: 115px!important;
    margin-top: 14px;
    color: white;
    font-size: 20px;
}
}
/**************animated search bar********************/
#kutu {
    width: 4px;
    height: 32px;
    background-image: url(https://www.erinews.tv/wp-content/themes/trivano/images/search.png);
    background-size: 30px;
    background-repeat: no-repeat;
    outline: none;
    font-size: 19px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: #8e3c27;
    cursor: pointer;
    /* border-radius: 50px; */
    margin-left: 0%;
    transition-property: width, padding, box-shadow, cursor, margin, background-color;
    transition-duration: 0.6s;
    padding-top: 0px;
}
#kutu:focus{
  padding-left:40px;
  padding-right:40px;
  width:150px;
  cursor:text;
  box-shadow:0px 0px 15px 1px;
  margin-left:0%;
  background-color:white;
}

/**************end***********************************/
/**********************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.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
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: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    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: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
    position: fixed;
    background-color: #fff;
    transition: .5s;


  }

/**************end*******************************
top articles*****************/
.main-box {
    margin-top:0px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-transition: .7s;
    transition: .7s;
    padding: 10px;
}
.main-box:hover{
transform: translateY(-5px);
}
.hovereffect img
{
    border-radius: 10%!important;
}

.image1
{
    background-image: url(http://localhost/tringo/wp-content/themes/trivano/images/p1.jpg);
    min-height: 100px;
    background-repeat: no-repeat;
    width: 100%;
}
.image2
{
    background-image: url(http://localhost/tringo/wp-content/themes/trivano/images/p2.jpg);
    min-height: 100px;
    background-repeat: no-repeat;
    width: 100%;
}

.image3
{
    background-image: url(http://localhost/tringo/wp-content/themes/trivano/images/p3.jpg);
    min-height: 100px;
    background-repeat: no-repeat;
    width: 100%;
}

.mt-30
{
    margin-top: 30px;
}
.mt-50
{
    margin-top: 50px;
}
.color1
{
    font-weight: bold;
    color: #8e3c27;
    font-size: 17px; 
}
.news-heading
{
    color: #8e3c27!important;
}
/**************end ******************/