html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
a{
    text-decoration: none;
	color: black;
}
*{
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    padding: 0;
}
ol, ul, li {
	list-style: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: none; 
    background: hsl(0, 0%, 90%);
    opacity: .1;
    display: none;
}
::-webkit-scrollbar-thumb {
    background: hsl(0, 0%, 70%); 
    border-radius: 10px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: #FF5C16; 
}
body{
    width: 100vw;
    overflow-x: hidden;
}

/*Footer Start*/
footer{
	width: 100%;
    overflow: hidden;
	padding-top: 2%;
	background: hsla(0, 0%, 0%, .6);
	margin-top: 7vh;
}
.footerWrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: space-around;
}
footer .rubricsWrapper{
    width: 40%;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
}
footer .rubricsWrapper hr{
    width: 100%;
    height: 1px;
    background-color: white;
    border: none;
    margin: 2% 0 4% 0;
}
footer .rubicHeader{
    font-size: 2rem;
    width: 100%;
    font-weight: 600;
}
footer .rubricsContainer{
    padding-left: 2%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer .rubricsContainer a{
    transition: .3s ease;
    width: 33%;
    color: white;
    font-weight: 400;
    margin-top: 7px;
}
footer .rubricsContainer a:hover{
    transition: .3s ease;
    color: #FF5C16;
    text-decoration: underline;
}
footer .socialMedia{
    width: 45%;
    margin-top: 15px;
}
footer .socialMedia h3{
    width: 100%;
    margin-bottom: 10px;
}
footer .phonesContainer{
    margin-top: 5px;
}
footer .socialMedia .phonesContainer a, .mailContainer a{
    color: hsl(217, 89%, 47%);
    color: #1B351B;
    font-weight: 600;
}
footer .socialMedia .phonesContainer a:hover, .mailContainer a:hover{
    color: white;
}
footer .privacyPolicy{
    width: 95%;
    text-align: center;
    margin: 5vh 0 3vh 0;
}
footer .privacyPolicy a{
    color: #FF5C16;
    font-weight: 600;
}
@media screen and (max-width: 880px){
    footer .rubricsWrapper{
        display: none;
    }
    footer .socialMedia{
        width: 95%;
    }
}
/*Footer End*/

/* Responsive header start */
.main_responsive_header_icon{
    cursor: pointer;
}
.responsive_header{
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 6vh;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-bottom: solid 2px grey;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 50%);
}
.responsive_header .logo{
    height: 5vh;
    margin-left: 2vw;
}
.responsive_header_icon{
    height: 3vh;
    margin-right: 2vw;
    cursor: pointer;
}
.responsive_header .responsive_header_opened{
    opacity: 0;
    padding: 4vh 0;
    display: none;
    flex-wrap: wrap;
    width: 100%;
    height: 75vh;
    background-color: white;
}
.responsive_header .responsive_header_opened a{
    margin-left: 4vw;
    color: #FF5C16;
    font-weight: 600;
    width: 100%;
    font-size: 1.5rem;
}
.responsive_header .responsive_header_opened a:before{
    content: '.';
	position: relative;
	left: 0;
	bottom: 15%;
	width: 5px;
	height: 5px;
	color: hsl(18, 100%, 54%);
	font-weight: bold;
	margin-bottom: 50%;
	margin-right: 5px;
	line-height: 100%;
}
@media screen and (max-width: 1025px){
    .responsive_header{
        display: flex;
    }
}
.logo_and_social .social_icons{
    position: absolute;
    right: 3vw;
    bottom: 20%;
    width: 20%;
}
.social_icons a img{
    margin-right:10px;
    transition: .3s;
	border-radius: 55%;
	cursor: pointer;
}
.social_icons a img:hover{
    transition: .5s;
	transform: rotate(360deg) scale(1.2);
	box-shadow: 0 0 20px white !important;
}
.second-style-header .header-nav li:hover .main-category-link{
	transition: .7s;
	color: white;
}
.second-style-header .header-nav{
    width: 70% !important;
}
.second-style-header{
	background-color: white;
	z-index: 100;
	position: fixed;
	top: 0;
    left: 0;
	display: none;
	width: 100%;
	height: 8vh;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 15px 0px 8px -3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    15px 0px 8px -3px rgba(50, 50, 50, 0.75);
	box-shadow:         0 0 50px 0 rgba(0,0,0, 0.5);
}
.second-style-header .logo{
    height: 6vh;
    margin-left: 2vw;
}

.dropdown{
	position: relative;
 	display: inline-block;
}
.dropdown-content{
	display: none;
	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 300px;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}
.dropdown-content a{
	transition: .3s;
	padding: 5%;
	font-size: 1.5vmax;
	cursor: pointer;
  	color: black;
  	text-decoration: none;
  	display: block;
}
.dropdown-content a:hover{
	transition: .3s;
	color: #FF5C16;
	font-weight: bold;
	border-bottom: solid 1px #FF5C16;
}
.dropdown-content a:hover .toRightIcon{
	display: inline-block;
}
.show-header-dropdown{
	display: block !important;
}
.main-category-link{
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	color: #FF5C16;
	font-weight: bold;
	font-size: 1.3vmax;
	transition: .7s;
}
.main-category-link::before{
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(45deg, rgb(255, 92, 22), rgb(255, 155, 22));
	background: -moz-linear-gradient(45deg, rgb(255, 92, 22), rgb(255, 155, 22));
	background: linear-gradient(45deg, rgb(255, 92, 22), rgb(255, 155, 22));
	width: 0;
	height: 100%;
	animation: backgroundAnimationBackward .9s ease-in-out;
}
.responsive_header{
    display: none;
}

.header-nav{
	display: flex;
	width: 70%;
	justify-content: space-around;
}
.header-nav li{
	position: relative;
	padding: .5vh 1vw;
	z-index: 200;
}
.header-nav li:hover .main-category-link::before{
	animation: backgroundAnimationForward .9s ease-in-out forwards;
}
.second-style-header .header-nav li:hover .main-category-link{
	transition: .7s;
	color: white;
}
.second-style-header{
	background-color: white;
	z-index: 100;
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 8vh;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 15px 0px 8px -3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    15px 0px 8px -3px rgba(50, 50, 50, 0.75);
	box-shadow:         0 0 50px 0 rgba(0,0,0, 0.5);
}
.header-nav li:hover .main-category-link::before{
	animation: backgroundAnimationForward .9s ease-in-out forwards;
}
@keyframes backgroundAnimationForward{
	from{width: 0%;}
	to{width: 100%;} 
}
@keyframes backgroundAnimationBackward{
	from{width: 100%;}
	to{width: 0%;} 
}
.second-style-header .header-nav li:hover .main-category-link{
	transition: .7s;
	color: white;
}
.header-nav{
	display: flex;
	width: 100% !important;
	justify-content: space-around;
}
.header-nav li{
	position: relative;
	padding: .5vh 1vw;
	z-index: 200;
}
/* Responsive header end */

/* Last News Start */
.last_news__wrapper{
    padding-top: 5vh;
    width: 20vw;
	position: sticky;
    display: flex;
    flex-wrap: wrap;
    border-right: solid 1px hsl(0, 0%, 40%);
    overflow-x:scroll;
}
.last_news__link{
    width: 60%;
}
.last_news__link img{
    width: 100%;
    transition: ease .5s;
}
.last_news__link img:hover{
    cursor: pointer;
	box-shadow: 0 10px 2px -2px rgba(0, 0, 0, 0.5);
    margin-left: 2%;
    margin-bottom: 2%;
	transition: ease .5s;
}
.last_news__time{
    width: 100%;
    font-weight: 600;
    font-size: 1.1rem;
    color: hsl(0, 0%, 40%);
    margin: 2vh 0 1vh 0;
}
.last_news__wrapper .newsItm{
    width: 100%;
    margin: 1vh 1vw 0 1vw;
    padding: 1vh 1vw;
    font-size: .9rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(218, 217, 217, 0.8);
    text-align: left;
}
.last_news__wrapper .newsItm:hover{
    transition: .3s;
    background: rgba(218, 217, 217, 0.8);
    color: #FF5C16;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    text-decoration: underline;
}
/* .socialPopUp .co-btn{
    position: fixed;
    bottom: 55vh;
    left: 1.4em;
    color:white;
	padding-top: 1.8em;
	display: inline-block;
	border-color: #FF5C16;
	text-decoration: none;
	transition: all .3s ease-out;
}
.socialPopUp .co-btn:before{
	content:'▲';
	font-size: 1.3em;
	position: absolute;
    text-align: center;
	top: 0;
	margin-left: 0;
	border: solid .4em #FF5C16;
	border-radius: 10em;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.3em;
	border-color: inherit;
    transform: rotate(.5turn);
	transition: .5s ease-in-out;
}
.socialPopUp .popupContent{
    position: fixed;
    width: 4em;
    bottom: 25vh;
    height: 30vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    background-color: hsla(0, 0%, 0%, 30%);
    border-bottom-right-radius: 1.2em;
}
.socialPopUp .popupContent a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
} */
.last_news__wrapper .newsItm h2{
    width: 100%;
    font-weight: normal;
}
.last_news__wrapper .newsItm .bold{
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .last_news__wrapper{
        display: none;
    }
    .thoughts{
        width: 35%;
        height: 100%;
        display: block;
        margin: auto;
    }
    .thoughts iframe{
       
        width: 100%;
        height: 100%;
    }
    .newsFeed{
        width: 60%;
    }
}
/* Last News End */

/* Load More News Button Start */
.load-more-news:before{
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color:hsl(18, 100%, 60%);
	height: 100%;
	width: 0;
	transition: .5s ease-in-out;
}
.load-more-news{
	position: relative;
	background-color: rgba(0, 0, 0, 0);
    border: solid 3px hsl(18, 100%, 54%);
	color: hsl(0, 0%, 10%);
    font-weight: 700;
    font-size: 1.1vmax;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-radius: .3em;
    padding: 1.1% 1.8%;
    max-height: 200px;
}
.load-more-news:hover:before{
	transition: .5s ease-in-out;
	width: 100%;
}
.load-more-news:hover{
	color: white;
	border: solid 3px hsl(18, 100%, 54%);
}
/* Load More News Button End */