/*-----------------------------------------------------------------------------------

  Template Name: Responsive Multipurpose HTML5 Template
  Template URI: 
  Description: Responsive Multipurpose, one page, Portfolio, Business,  Creative HTML Templatee
  Author: Mehedi Hasan
  Author URI: http://mrmehedihasan.com
  Version: 1.0

CSS INDEX
===================

-----------------------------------------------------------------------------------*/

/* **********************************
Reset CSS
************************************** */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/********************************
 Typography Style
******************************** */


@font-face {
    font-family: 'RoyalFighter';
    src: url('../webfont/RoyalFighter.ttf'); 
    src: url('../webfont/RoyalFighter.ttf') format('embedded-opentype'), 
       url('../webfont/RoyalFighter.eot') format('eot'), 
       url('../webfont/RoyalFighter.woff') format('woff'), 
       url('../webfont/RoyalFighter.otf') format('otf'), 
       url('../webfont/RoyalFighter.woff2') format('woff2'), 
       url('../webfont/RoyalFighter.svg') format('svg'); 
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../webfont/SFProDisplay-Regular.ttf'); 
    src: url('../webfont/SFProDisplay-Regular.ttf') format('embedded-opentype'), 
       url('../webfont/SFProDisplay-Regular.eot') format('eot'), 
       url('../webfont/SFProDisplay-Regular.woff') format('woff'), 
       url('../webfont/SFProDisplay-Regular.otf') format('otf'), 
       url('../webfont/SFProDisplay-Regular.woff2') format('woff2'), 
       url('../webfont/SFProDisplay-Regular.svg') format('svg'); 
}

@font-face {
    font-family: 'SFProDisplay-Bold';
    src: url('../webfont/SFProDisplay-Bold.ttf'); 
    src: url('../webfont/SFProDisplay-Bold.ttf') format('embedded-opentype'), 
       url('../webfont/SFProDisplay-Bold.eot') format('eot'), 
       url('../webfont/SFProDisplay-Bold.woff') format('woff'), 
       url('../webfont/SFProDisplay-Boldr.otf') format('otf'), 
       url('../webfont/SFProDisplay-Bold.woff2') format('woff2'), 
       url('../webfont/SFProDisplay-Bold.svg') format('svg'); 
}

@font-face {
    font-family: 'SFProDisplay-Black';
    src: url('../webfont/SFProDisplay-Black.ttf'); 
    src: url('../webfont/SFProDisplay-Black.ttf') format('embedded-opentype'), 
       url('../webfont/SFProDisplay-Black.eot') format('eot'), 
       url('../webfont/SFProDisplay-Black.woff') format('woff'), 
       url('../webfont/SFProDisplay-Black.otf') format('otf'), 
       url('../webfont/SFProDisplay-Black.woff2') format('woff2'), 
       url('../webfont/SFProDisplay-Black.svg') format('svg'); 
}


@font-face {
    font-family: 'SFProDisplay-Semibold';
    src: url('../webfont/SFProDisplay-Semibold.ttf'); 
    src: url('../webfont/SFProDisplay-Semibold.ttf') format('embedded-opentype'), 
       url('../webfont/SFProDisplay-Semibold.eot') format('eot'), 
       url('../webfont/SFProDisplay-Semibold.woff') format('woff'), 
       url('../webfont/SFProDisplay-Semibold.otf') format('otf'), 
       url('../webfont/SFProDisplay-Semibold.woff2') format('woff2'), 
       url('../webfont/SFProDisplay-Semibold.svg') format('svg'); 
}



body{
  margin: 0;
 font-family: 'SFProDisplay';
  line-height:1.5;
   -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html{
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1{
  font-size: 36px; 
}

h2{
  font-size: 30px;
}
h3{
  font-size: 26px;   
}

h4{
  font-size: 22px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
p{
  font-size: 15px;
}

a{
  text-decoration: none;
  font-size: 15px;
}

/*-------------------------
loader
----------------------------*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/lg.messenger-typing-preloader.gif") 50% 50% no-repeat #f5f5f5;

}

.scrolltotop {
  color: #fff;
  background-color: rgba(54,54,54,1);
  padding: 6px 12px;
  position: fixed;
  line-height: 1.2;
  right: 15px;
  bottom: 10px;
  text-decoration: none;
  display: none;
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease;
  z-index: 999;
}
.scrolltotop:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.4s ease;
}


/************************
 header-area 
 ****************************/

.header-area {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.6s ease;
  opacity: 1;
  display: block;
  right: 0;
  left: 0;
}
.heading {
  position: absolute;
  top: 40%;
  margin: 0 auto;
}
.heading h1{
  font-size: 80px;
  font-family: 'RoyalFighter';
  color: #2C2C2C;
}
.heading h1 span{
  color: #755E9E;
}
.animate-header img{

}
.animate-header {
  height: 100vh;
  background: url('../img/Group 550.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.animatea {
  position: absolute;
  top: 0;
  z-index: 99;
  margin-top: -650px;
  transition: all 0.6s ease;
  opacity: 0;
  background-color: #fff;
}
.arrw {
    position: absolute;
    bottom: 60px;
}

.arrw img{
  height: 30px;
}



/* ************************
Trending-area
********************** */
.Trending-area {
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
.Trending:after{
  display: block;
  content: '';
  clear: both;
  opacity: 0.1;
   background-image: url('../img/as.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.logo img{
  height: 30px;
}
/* ****************************
nagivation
****************************** */
.nagivation {
  width: 300px;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 9;
  background: #fff;
  padding: 30px;
  margin-right: -300px;
  transition: all 0.4s ease;
}

.nagivation .head {
    display: flex;
    justify-content: space-between;
}
.nagivation .head img{
  height: 30px;
}
.show-menu{
  width: 300px;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 9;
  background: #fff;
  padding: 30px;
  transition: all 0.4s ease;
  margin-right: 0px;
}
.menu ul{
  margin: 15px 0;
}
.menu ul li a{
  display: inline-block;
  color: #2C2C2C;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  margin: 5px 0;
  transition: all 0.4s ease;
  font-family: 'SFProDisplay-Bold';
}

.side-nav {
  margin-right: 125px;
  text-align: right;
}

.Trending-left {
  padding: 20px 0;
}
.hide-img {
  display: none;
}

.Trending-left h2{
  line-height: 1.3;
  color: #2C2C2C;
  font-size:40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'SFProDisplay-Bold';
}
.Trending-left h2 span{
  line-height: 1.3;
  color: #755E9E;
  font-size: 40px;
  font-weight: 700;
  font-family: 'SFProDisplay-Bold';
}
.Trending-left p{
  color: #313233;
  line-height: 1.5;
  font-size: 18px;
   font-family: 'SFProDisplay';
}

.Trending-left ul li{
  color: #313233;
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0;
  font-family: 'SFProDisplay-Semibold';
}


.pathp-area {
  height: 400px;
  overflow: hidden;
  margin: -92px 0;
  overflow: hidden;
  z-index: -1;
  text-align: center;
}
.pathp-area img{
    width: 73%;
}
.Trending-right {
  text-align: center;
}
.sdsdsds img{
    height: 500px;
    text-align: center;
    margin: 0 auto;
}
.bg-Trending {
    position: relative;
    min-height: 580px;
    width: 100%;
}
.bg-Trending::after{
  display: block;
  clear: both;
  content: '';
  background: url('../img/Group 2185.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: -102px;
  right: -112px; 
  opacity: .9;
}


/* **********************
question-area
********************** */
.question-area {
  overflow: hidden;
  padding: 30px 0;

}
.sff {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.question p{
  color: #313233;
  line-height: 1.5;
  font-size: 18px;
}
.question h2{
  line-height: 1.3;
  color: #2C2C2C;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'SFProDisplay-Bold';
}
.question h2 span{
  line-height: 1.3;
  color: #755E9E;
  font-size: 40px;
  font-weight: 700;
}



/* ***********************
INSIGHT-area
*************************** */
.INSIGHT-area {
  overflow: hidden;
  padding: 50px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
.INSIGHT-area img{
  height: 150px;
}

.INSIGHT-area img:first-child{
  height: 150px;
}

.INSIGHT-area img.last{
  height: 130px;
  margin-left: -136px;
}
.INSIGHT h3{
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: 'SFProDisplay-Bold';
  font-weight: 700;
}
.INSIGHT p{
  line-height: 1.5;
  font-size: 18px;
}


/* **********************
come-meet
************************** */
.come-meet {
  overflow: hidden;
  padding: 50px 0;
}

.title {
  text-align: center;
}
.title p{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.title h3{
  line-height: 1.5;
  color: #000;
  font-size: 32px;
  font-family: 'SFProDisplay-Bold';
}

.bottom {
  text-align: center;

}
.bottom p{
    font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
a.cus-btns {
    display: inline-block;
    padding: 8px 30px;
    background: #784882;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    margin: 15px 0;
}
.maps {
  position: relative;
}
.points {

 text-align: center;
}
.point {
  position: absolute;
  height: 180px;
    width: 300px;
    top: 180px;
    right: 200px;
}
.view-img {
   height: 180px;
    width: 300px;
    transition: all 0.4s ease;
    margin: 0 auto;
    text-align: center;
}
.view-img img{
  width: 0%;
  transition: all 0.4s ease;
  opacity: 0;
}
.shoo img{
  width: 100%;
  transition: all 0.4s ease;
   opacity: 1;
}
.dots {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #755E9E;
  border-radius: 50%;
}


/* **************************
footer-area
**************************** */
.footer-area {
  overflow: hidden;
  padding: 30px 0;
}
.foter img.logo{
  height: 30px;
}

.foter p{
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}

.social {
  margin-top: 30px;
}

.social ul li {
  display: inline;
}
.social ul li a{
  display: inline-block;
  margin: 15px 10px;
}
.social ul li a img{
  height: 25px;
}

.mob {
  margin: 0 auto;
  text-align: center;
  display: none;
}

