
@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans/FiraSans-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans/FiraSans-Bold.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo/Heebo-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo/Heebo-Bold.ttf") format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: "Roboto Mono";
    src: url("../fonts/RobotoMono/RobotoMono.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway.ttf") format('truetype');
}


@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald.ttf") format('truetype');
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format('truetype');
    font-weight: bold;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Heebo", sans-serif;
  color: #606060;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-out 0s;
  color:#db232d;
}

a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s ease-out 0s;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #160b0b;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
}

@media (max-width: 767px)
{
  .container {
    padding: 0 30px;
  }
}

.compulsory
{
    color: #ff5a00 !important;
}

.header-temp
{
		background: rgba(42, 44, 57, 0.9) !important;
}

.header-temp .nav-item a
{
    color: #FFFFFF;
}

.header-temp .login-button-icon
{
    color: #FFFFFF;
}

.header-temp .signup-button-icon
{
    color: #FFFFFF;
}


/* =============================
    BUTTONS CSS
================================ */
.button {
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background:#db232d;
  color: #ffffff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  overflow: hidden;
}

.button i {
  padding-left: 20px;
}

.button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all .4s linear;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.button:hover {
  color: #ffffff;
}

.button:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.button.border-button {
  background: transparent;
  color: #2F80ED;
  border-color: #2F80ED;
}

.button.border-button::before {
  background: rgba(47, 128, 237, 0.16);
}

.button-lg {
  height: 64px;
}

.button-sm {
  height: 34px;
  font-size: 16px;
  font-weight: 400;
}


/********** Small icons on top header **************/

.header-icon-box
{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.header-icon-box li
{
    margin-right: 15px;
    float: left;
	  color:#c30909;
}

.header-icon-box .fa-times
{
    z-index: 1000;
    position: absolute;
    right: 15px;
    top: 20px;
}

.login-button-icon
{
    display: none;
    font-size: 28px;
    color: #c30909;
    cursor: pointer;
}

.signup-button-icon
{
    display: none;
    font-size: 28px;
    color: #c30909;
    cursor: pointer;
}

.cart-section
{
    font-size: 26px;
}

.cart-section .fa
{
    margin-top: 5px;
}

.login-box{
	border-radius:25px !important;}

.login-button-header
{
	 background: #db232d !important;
    border: 1px solid #db232d !important;
    color: #ffffff;
    border-radius: 25px !important;
	  padding:5px 15px !important;
	  cursor: pointer !important;
}

.login-button-header:hover
{
	background:#ff0000 !important;
	border-color:#ff0000 !important;
	color:#fff !important;
}

.signup-button-header
{
	background: #db232d !important;
    border: 1px solid #db232d !important;
    color: #ffffff;
    border-radius: 25px !important;
	padding:5px 15px !important;
	cursor: pointer !important;
}

.signup-button-header:hover
{
	background:#ff0000 !important;
	border-color:#ff0000 !important;
	color:#fff !important;
}



.language_drop_menu
{
    min-width: 115px !important;
    background-color: #FFFFFF !important;
    margin-top: 23px !important;
}

.language_drop_menu li
{
    margin-right: 0px;
	width:100%;
}

.language_drop_menu img
{
    margin-right:5px;
    width:17px;
}

.language_drop_menu a
{
    color: #000000 !important;
	font-size:14px;
}


.user-icon-outer::after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #FFFFFF;
}

.letter-icon-first
{
   
    font-size: 18px;
    border: 1px solid  #d90303;
    padding: 5px 10px;
    border-radius: 0px;
    background-color:#d90303;
    color:#fff;
    display: inline-block;
	font-style:normal;
}

.letter-icon-second
{
 
  font-size: 20px;
  border: 1px solid  #c30909;
  padding: 10px 15px;
  border-radius: 0px;
  background-color:  #c30909;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 5px;
  font-style:normal;

}

.user_name_pop {
  padding-left: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.user_email_pop {
  float: left;
  color: #333333;
  font-size: 12px;
}

.user-ul-outer {
  width: 275px;
  height: auto;
  color: #CCCCCC;
  padding: 15px;
  margin-top:20px !important;
  background-color: #FFFFFF !important;
  border-radius: 0px !important;
}

.username-li
{
 width: 100%;
 height: 60px;
 border-bottom: 1px solid #CCCCCC;
}

.username-li p
{
 width: 55px;
 float: left;
}

.menu-li
{
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.menu-li a
{
    padding-left: 5px;
    color: #000000;
}

.menu-li .fa
{
   font-size: 15px;
    margin-right: 10px;
}

.menu-li-account a
{
    	padding-left: 0px !important;
	font-size:14px;
	color:#ff5a00 !important;
}


.menu-li-balance
{
    font-size: 14px;
}

.header-account-icon
{
	font-size:16px;
	margin-right:10px;
	margin-top:3px;
}


.sub-admin-wrap-outer
{
		background:#dd3a00;
}


.sub-admin-wrap{

	padding:10px;
	background:#c30909;
	float:left;
	white-space: nowrap;
	width: 242px;
}

.sub-admin-wrap li{
	color:#fff;
	font-size:14px;}

.sub-admin-wrap .title{
	font-size:18px;
	border-bottom:1px solid #fff;}


	@media only screen and (max-height: 540px)
	{
		.user-ul-outer
		{
			overflow-y : auto;
			height:230px;
		}
	}

.support
{
	float:left !important;
}

.user-sign-out
{
	  border: 1px solid #ccc;
    padding: 5px 15px !important;
    float: right;
    height: 35px;
    width: auto;
  	border-radius:5px;
  	color:#fff !important;
  	line-height:20px;
  	font-size: 14px;
	background:#000;
}


.user-sign-out:hover
{
	background:#000;
	color:#fff !important;
}

.user-icon-outer::after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color:#d90303;
}

.user-pop-ico
{
	 margin-right: 5px;
}


.username-li p
{
    float: left;
}

.switch-account-button{
	border-radius:0px;
	background:#000;
	padding:5px 10px;
	height:40px;
	text-align:center !important;
	}

.switch-account-button a{
	color:#fff !important;
	}


.switch-account-button:hover{
	color:#fff;
	background:#c30909;
	}

@media only screen and (max-width: 1099px)
{
    .login-button-header, .signup-button-header
    {
        display: none;
    }

    .login-button-icon, .signup-button-icon
    {
        display: block;
    }

}


@media (max-width: 767px)
{
    .header-icon-box li
    {
        margin-right: 15px;
    }
}


@media only screen and (max-width: 480px)
{
    .header-icon-box li
    {
        margin-right: 12px;
    }
}
/********** Small icons on top header **************/


/*************** Notification Bell && Page *************/
.notification-box
{
	  position: relative;
    margin-top: 3px;
}

.notification-bell
{
	font-size:25px;
  color:#db232d;
  cursor: pointer;
}

.notification-round-box
{
	  position: absolute;
    right: 0px;
    top: -5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-align: center;
}

.notification-round
{
	font-size: 18px;color: red;
}

.notification-count
{
    font-size: 10px;
    color: #FFFFFF;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    left: 5px;
    top: 6px;
}

.notification-round-readed
{
	font-size: 18px;
  color:#db232d;
}

.notification-div {
    min-height: 27px;
    border: 1px solid #c5c1ff;
    background-color: #ecebff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification-div-inner
{
    float: left;
    word-break: break-all;
	  position:relative;
    padding: 10px 0px;
}

.notification-div-inner i
{
    font-size: 17px;
    width: 25px;
    height: 20px;
    text-align: center;
    position: absolute;
    color:#db232d !important;
}

.notification-div-content
{
    padding-left: 30px;
}
/*************** Notification Bell && Page *************/


/******************* Login/Register/Forgot password/Register Success/Confirmarion Email,Recover Password Sections ********/
.login
{
      background-image:linear-gradient(to right top, #ff0000, #db232d, #db232d, #ff3408, #ff0000);
      padding: 0px !important;
      height: 100vh;
}

.register
{
    background-image:linear-gradient(to right top, #ff0000, #db232d, #db232d, #ff3408, #ff0000);
    padding: 0px 0px;
}

.forgot-password
{
  padding:0px;
  background-image:linear-gradient(to right top, #ff0000, #db232d, #db232d, #ff3408, #ff0000);
  height: 100vh;
}

.normal-dialog
{
  padding:0px;
  background-image:linear-gradient(to right top, #ff0000, #db232d, #db232d, #ff3408, #ff0000) !important;
  height: 100vh;
}

.checkout-result
{
    background-image:linear-gradient(to right top, #ff0000, #db232d, #db232d, #ff3408, #ff0000) !important;
}

.login p
{
  	padding-bottom:0px;
  	color: #393f81;
    display:inline-block;
    margin: 0px 0 10px 0;
}

.login h5 {
    font-size: 1.2rem;
    text-align: left;
}

.register h5 {
    font-size: 1.2rem;
    text-align: left;
}

.forgot-password h5
{
    font-size: 1.2rem;
    text-align: left;
}



.register .form-outline
{
    position: relative;
}

.register .form-outline .icon
{
    width: 35px;
    height: 40px;
}

.register-input
{
    height: 40px;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 35px);
}

.register .compulsory
{
    color: #e0112e !important;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
}

#resend_report
{
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    color: green;
}

.resend-loading
{
    text-align: center;
    padding-top: 10px;
    display: none;
}

.button-grad
{
	  width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
	  display:block;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  background-image: linear-gradient(to right, #041026, #030006, #000000, #000000);
    box-shadow: 0 4px 15px 0 rgb(224 37 41);
  	padding:10px;
  	margin-top:25px;
  	text-decoration:none;
}

.button-grad:hover
{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  color:#FFFFFF;
}


.login-box-color, .forgot-password-color, .register-color, .normal-dialog-color
{
    background-color: #FFFFFF;
    position: relative;
}

.box-close
{
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: -13px;
    right: -13px;
    background-color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.box-close a
{
    color: #FFFFFF;
}

.dialog-popup
{
	display:block;
}

.login-submit, .forgot-password-submit, .register-submit
{
    width: 100%;
}

.dialog-popup-a h2
{
    font-weight: 700;
    font-size: 24px;
}

.btn-block
{
  	margin: 5px auto;
  	display: block;
}

.form-outline .icon
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background:#0e1114;
    font-size: 20px;
    border-radius: 5px 0 0 5px;
    float: left;
	  color:#fff;
}

.login-input, .forgot-password-input
{
    height: 48px;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 48px);
}


.forgot-password-url
{
  	color: #ff0000!important;
    font-size: .85rem;
  	margin-right:15px;
  	display: inline-block;
}

/******************* Login/Register/Forgot password/Register Success/Confirmarion Email,Recover Password Sections ********/


/*--------------------------------------------------------------
# Home Banner Section
--------------------------------------------------------------*/
#home-banner {
  width: 100%;
  height: 80vh;
  background: #fff;
  padding-top: 82px;
}

#home-banner h1 {
  margin: 0;
  font-size: 40px !important;
  font-weight: 800;
  line-height: 56px;
  color: #db232d;
 
  letter-spacing: 4px;
}

#home-banner h4 {
  color:#5b5b5b;
  margin: 10px 0  30px 0;
	font-weight: 400;
	line-height: 25px;
	font-size: 18px;

}

#home-banner .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #212529;
  box-shadow: 0 8px 28px rgb(230 41 33 / 45%);
}

#home-banner .btn-get-started:hover {
  background: #db232d;
  box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
}

#home-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #home-banner {
    height: auto;
  }
  #home-banner .animated {
    -webkit-animation: none;
    animation: none;
  }
  #home-banner .home-banner-img {
    text-align: center;
  }
  #home-banner .home-banner-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #home-banner {
    height: auto;
  }
  #home-banner h1 {
    font-size: 28px !important;
    line-height: 36px;
  }
  #home-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #home-banner .home-banner-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #home-banner .home-banner-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


/**************** Section common *************/
section {
  padding: 30px 0;
  overflow: hidden;
}

/**************** Section common *************/

/***************** Header ****************/
.header-class {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}
.header-class.header-transparent {
  background: transparent;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.header-class.header-dark {
     background-color:#000000;
}
.header-class.header-scrolled {
  background:rgb(255 255 255 / 90%);
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.header-class .logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
.header-class .logo h1 a, .header-class .logo h1 a:hover {
  color: #6a7489;
  text-decoration: none;
}
.header-class .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  float: right;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  margin-left: 5px;
  font-size: 16px;
  color: #6a7489;
  transition: 0.3s;
  border-radius: 50px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color:#db232d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 5px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #db232d;
  background-color:transparent;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.mobile-nav-toggle {
  color: #db232d ;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.logo-desktop
{
    display: block;
}

.logo-mobile
{
    display: none;
}

@media only screen and (max-width: 1366px)
{
    .navbar .dropdown .dropdown ul
    {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul
    {
        left: -100%;
    }
}

@media only screen and (max-width:991px)
{
    .navbar a i, .navbar a:focus i
    {
      margin-left:0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .home-class
    {
        display: none;
    }
}

@media only screen and (max-width: 991px)
{
    .navbar-collapse
    {
      	margin-bottom:15px;
      	margin-top:15px;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
        z-index: 99999999;
    }

    .mobile-nav-toggle {
      display: block;
    }

    .navbar ul {
      display: none;
    }

    .navbar {
      position: fixed;
      right: 10px;
    }

    .drop-down-mob
    {
      	position:relative !important;
      	display:block;
      	width:98%;
    }

    .navbar-mobile .dropdown > .dropdown-active
    {
      	width:100% !important;
        animation: none;
    }

    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a
    {
        background: unset;
    }

    .navbar-mobile a, .navbar-mobile a:focus
    {
        border-radius: 0px;
    }

    .logo-desktop
    {
        display: none;
    }

    .logo-mobile
    {
        display: block;
    }
}

/**
* Mobile Navigation
*/
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 21, 28, 0.9);
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: -100%;
  padding: 45px 0 0;
  background-color: #191919;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  width: 250px;

  animation: navbar-height 0.5s ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes navbar-height {
  from {right: -100%;}
  to {right: 0px;}
}

.navbar-mobile .dropdown-item
{
    color: #FFFFFF !important;
}

.navbar-mobile  .home-class
{
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

.navbar-mobile .navbar-height .nav-item
{
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
   
}

.navbar-mobile .navbar-height .drop-down-mob
{
    margin-top: 1px;
}

.navbar-mobile .navbar-height .drop-down-mob a
{
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    margin-left: 0px;
    padding-left: 35px !important;
}

.navbar-mobile .dropdown-toggle::after
{
    position: absolute;
    right: 10px;
}

.navbar-mobile .fa-times
{
    font-size: 20px;
    top: 22px;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #FFFFFF;

}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fb0c19 ;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  padding: 0px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #191919;
  box-shadow: unset;
  border: 0px;
  margin: 0px;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ffffff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


@media only screen and (max-width:576px)
{
    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a
    {
        color: #ff7a1d;
    }

    .navbar-mobile .dropdown ul
    {
    	  width:93%;
    }

    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a
    {
        color: #ff7a1d !important;
    }
}

@media only screen and (max-width: 420px)
{
    .header-class .logo h1
    {
        font-size: 15px;
    }
}

/***************** Header ****************/


/* =============================
   Home Content Section
================================ */
#home-top-content{
	padding:100px 0px;}


.home-top-content-wrap {
    position: relative;
    background: linear-gradient(45deg,#8f1212,#ff0b0b);
}

.home-top-content-wrap h3{
	margin-bottom:15px;}

.home-top-content-wrap p{
	font-size:15px;
	text-transform:none;
	font-weight:normal;
	line-height:24px;}

.home-top-content-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image:url(../images/saas-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;}




/*=============================
     Main Keyfeatures Section
	 ==============================*/



.keyfeatures-wrap .single-feature {
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 30px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.keyfeatures-wrap .single-feature .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.keyfeatures-wrap .single-feature .content h5 {
  font-weight: 600;
  margin-bottom: 25px;
}


.keyfeatures-wrap {
    background-color: #f4f7fa!important;
}


.keyfeatures-wrap h2{
	font-size:30px;
	color:#160b0b;
	font-weight:700;
	letter-spacing:normal;
	text-transform:none;}




.keyfeatures-wrap .single-feature {
	text-align: left;
	background-color: #fff;
	padding: 35px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 50px rgba(87, 87, 87, .23);
	box-shadow: 0 0 50px rgba(87, 87, 87, .23);
	border-radius: 4px;
	margin-top: 30px;
	height: 300px
}

.keyfeatures-wrap .single-feature::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0%;
	background: linear-gradient(45deg, #830707, #ff0000);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.keyfeatures-wrap .single-feature:hover::before {
	width: 100%
}

.keyfeatures-wrap .single-feature i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: linear-gradient(45deg, #830707, #ff0000);
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.keyfeatures-wrap .single-feature h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #081828;
	display: block;
	margin-bottom: 20px
}

.keyfeatures-wrap .single-feature p {
	font-size: 16px
}

.keyfeatures-wrap .single-feature:hover i {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

/* =============================
    Advertiser Section
================================ */
.advertiser-section{
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.advertiser-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #4B4848, #4B4848), #F3F3F3;
  opacity: 0.4;
  z-index: -1;
}

.advertiser-section .about-content-wrapper {
  padding: 50px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .advertiser-section .about-content-wrapper {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .advertiser-section .about-content-wrapper .section-title h3 {
    font-size: 33px;
  }
}


/*============================
Publisher Section
=============================*/
#publisher-section{
	background:#f1f1f1;}

#publisher-section .subheading{
	color:#db232d;
	font-size:23px;}

#publisher-section .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.publisher-wrap {
	position: relative
}

.publisher-wrap .services {
	padding: 25px;
	display: block;
	width: 100%;
	margin-bottom: 0
}

.publisher-wrap .services .text {
	padding: 0;
	padding-left: 20px
}

.publisher-wrap .services .text h2,
.publisher-wrap .services .text .h2 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto", Arial, sans-serif
}

.publisher {
	width: 100%;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:1199.98px) {
	.publisher {
		margin-bottom: 20px
	}
}

@media (max-width:767.98px) {
	.publisher {
		border-radius: 2px;
		margin-bottom: 10px
	}
}

.publisher .img {
	width: 100%;
	height: 280px
}

.publisher .icon {
	margin: 0 auto
}

.publisher .icon span {
	font-size: 60px;
	line-height: 1.2;
	color: #1eb2a6
}

.publisher .text {
	width: 100%;
	padding-left:0px
}

.publisher .text h2,
.publisher .text .h2 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 15px
}

.publisher:hover,
.publisher.active {
	background: #db232d;
	-webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
	box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18)
}

.publisher:hover .icon span,
.publisher.active .icon span {
	color: #fff
}

.publisher:hover .text,
.publisher.active .text {
	color: rgba(255, 255, 255, .9)
}

.publisher:hover .text h2,
.publisher:hover .text .h2,
.publisher.active .text h2,
.publisher.active .text .h2 {
	color: #fff
}

.publisher:hover .text .btn-custom,
.publisher.active .text .btn-custom {
	color: primary;
	border-color: #fff;
	background: #fff
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#testimonials{
	background:#db232d;}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid #fff;
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color:#ffffff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ff6aaf;
  margin: 0 0 10px 0;
  font-family: #ce1212;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  color:#ffcece;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:transparent;
  opacity: 1;
  margin-right:5px;
  border:2px solid #fff;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#fff;
}

.testimonial-content a
{
    color : #ff6aaf;
}

.testimonial-item .profile-picture
{
    width: 125px;
    height: 125px;
}


/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing-wrap{
	background:#f1f1f1;
	padding:50px;}

.pricing-wrap .img {
  border-radius: 8px;
  overflow: hidden;
  max-height:250px;
}
.pricing-wrap .img img {
  transition: 0.6s;
  width:100%;
}
.pricing-wrap .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow:0px 0 25px rgb(0 0 0 / 10%);
  min-height:340px;
}

.pricing-wrap .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.pricing-wrap .details p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}


.pricing-wrap .pricing-item:hover .img img {
  transform: scale(1.2);
}

#more {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
}

.moretext {
  display: none;
}
@media(max-width:1200px){
.pricing-wrap .details{
	min-height:440px;}
}


@media (max-width: 991px){
.pricing-wrap .details {
    min-height: 360px;
}
}


@media(max-width:768px){
.pricing-wrap{
	padding:60px 0px;}

.pricing-wrap .img img {
    transition: 0.6s;
    float: none;
    margin: auto;
    display: block;
}

.pricing-wrap .details {
    min-height: 250px;
}
}
/*********************** Slider Section ********************/

.customer-logos{
	padding-top: 0px;
}

.customer-logos .slide{
	float:left ;
	margin-right:10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*********************** Slider Section ********************/

/*--------------------------------------------------------------
# Advertiser Features Section
--------------------------------------------------------------*/
.advertiser-feature-wrap {
  padding: 0;
	margin-bottom: 30px;
}

.advertiser-feature-wrap .icon-box {
  padding: 20px;
  color: #5f687b;
  background: #f9f9fa;
  border-radius: 4px;
  border: 1px solid #f9f9fa;
  transition: 0.3s;
  height: 100%;
}

.advertiser-feature-wrap .icon {
  margin: 0 0 15px 0;
}

.advertiser-feature-wrap .icon i {
  color: #db232d;
  font-size: 36px;
}

.advertiser-feature-wrap .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.advertiser-feature-wrap .title a {
  color: #5f687b;
  transition: 0.3s;
}

.advertiser-feature-wrap .icon-box:hover {
  border-color: #eaecef;
}

.advertiser-feature-wrap .icon-box:hover .title a {
  color: #db232d;
}

.advertiser-feature-wrap .description {
  line-height: 24px;
  font-size: 16px;
}

/*-----------------Advertiser Content Section------------------------*/

#advertiser-content-section{
	background: #f1f1f1;}

#advertiser-content-section .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #212529;
  box-shadow: 0 8px 28px rgb(230 41 33 / 45%);
}

#advertiser-content-section .btn-get-started:hover {
  background: #db232d;
  box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
}

#advertiser-content-section .subheading{
	color:#db232d;
	font-size:30px;}

#advertiser-content-section .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*--------------------------------------------------------------
# advertiser main features section
--------------------------------------------------------------*/


.advertiser-main-features-wrap .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
	background-color: #f8f9fa;
}

.advertiser-main-features-wrap .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.advertiser-main-features-wrap .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #556270;
  transition: 0.3s;
}

.advertiser-main-features-wrap .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 16px;
}

.advertiser-main-features-wrap .icon-box:hover h4 {
  color: #d9232d;
}


/*=========================Targeting Options Section =======================*/

#targeting-options-wrap {
  padding: 60px 0;
  background: #b5000a;
}

#targeting-options-wrap .section-header h3,
#targeting-options-wrap .section-header p {
  color: #fff;
}

#targeting-options-wrap .card {
  background:#fff;
  border-color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}


#targeting-options-wrap .card:hover {
  background:#ffdada;
  border-color:#ffdada;
}

#targeting-options-wrap .card i {
  font-size: 48px;
  padding-top: 15px;
  color:#b5000a;
}

#targeting-options-wrap .card h5 {
  font-size: 22px;
  font-weight: 600;
  color:#260406 !important;
}

#targeting-options-wrap .card p {
  font-size: 15px;
  color: #53585e;
}

#targeting-options-wrap .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#targeting-options-wrap .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#targeting-options-wrap .counters {
  padding-top: 40px;
}

#targeting-options-wrap .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#targeting-options-wrap .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

@media (max-width: 991px) {
  #targeting-options-wrap .card {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Advertiser Ad Format Section
--------------------------------------------------------------*/

.advertiser-adformat .content {
  padding: 60px 100px 0 100px;
}

.advertiser-adformat .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #212529;
  margin-bottom:30px;
}

.advertiser-adformat .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.advertiser-adformat .content p {
  font-size: 15px;
  color: #848484;
}

.advertiser-adformat .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.advertiser-adformat .accordion-list {
  padding: 0 100px 60px 100px;
}

.advertiser-adformat .accordion-list ul {
  padding: 0;
  list-style: none;
}

.advertiser-adformat .accordion-list li+li {
  margin-top: 15px;
}

.advertiser-adformat .accordion-list li {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 4px;
}

.advertiser-adformat .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color:#db232d;
}

.advertiser-adformat .accordion-list span {
  color:#db232d;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.advertiser-adformat .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color:#db232d;
}

.advertiser-adformat .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.advertiser-adformat .accordion-list .icon-show {
  display: none;
}

.advertiser-adformat .accordion-list a.collapsed {
  color: #343a40;
}

.advertiser-adformat .accordion-list a.collapsed:hover {
  color: #db232d;
}

.advertiser-adformat .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.advertiser-adformat .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .advertiser-adformat .content,
  .advertiser-adformat .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .advertiser-adformat .img {
    min-height: 400px;
  }

  .advertiser-adformat .content {
    padding-top: 30px;
  }

  .advertiser-adformat .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .advertiser-adformat .img {
    min-height: 200px;
  }
}
/*************** Advertiser page *******************/

/*--------------------------------------------------------------
#Publisher Top Content Section
--------------------------------------------------------------*/
.publisher-top-content-section{
	background:#eee;}

.publisher-top-content-section .publisher-top-box {
  padding: 30px;
  background: #db232d;
  color: #fff;
}

.publisher-top-content-section .publisher-top-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.publisher-top-content-section .publisher-top-box p {
  margin-bottom: 30px;
}

.publisher-top-content-section .publisher-top-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.publisher-top-content-section .publisher-top-box .more-btn i {
  font-size: 14px;
}

.publisher-top-content-section .publisher-top-box .more-btn:hover {
  color: #db232d;
  background: #fff;
}

.publisher-top-content-section .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.publisher-top-content-section .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.publisher-top-content-section .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.publisher-top-content-section .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .publisher-top-content-section .icon-box:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
.publisher-top-content-section .publisher-top-box h3{
	font-size:28px;}}


/*--------------------------------------------------------------
# Publisher Features Section
--------------------------------------------------------------*/
.publisher-features-section .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  max-height:315px;
}

.publisher-features-section .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #db232d;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.publisher-features-section .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.publisher-features-section .icon-box .icon::before {
  position: absolute;
    content: "";
    left: 0px;
    bottom: -5px;
    height: 100%;
    width: 100%;
    background: #edb0b3;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.publisher-features-section .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.publisher-features-section .icon-box h4 a {
  color: #200808;
}

.publisher-features-section .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.publisher-features-section .icon-box:hover {
  background: #db232d;
  border-color: #db232d;
}

.publisher-features-section .icon-box:hover .icon {
  background: #fff;
}

.publisher-features-section .icon-box:hover .icon i {
  color: #db232d;
}

.publisher-features-section .icon-box:hover .icon::before {
  background: #ffa7ac;
}

.publisher-features-section .icon-box:hover h4 a,
.publisher-features-section .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Publisher Ad Format Section
--------------------------------------------------------------*/
.publisher-adformat-section{
  background: linear-gradient(42deg, #83070e 0%, #ff0000 100%);
}

.publisher-adformat-section .section-title h2,
.publisher-adformat-section .section-title p {
  color: #fff;
}

.publisher-adformat-section .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.publisher-adformat-section .publisher-adformat-list {
  padding: 0 100px;
}

.publisher-adformat-section .publisher-adformat-list ul {
  padding: 0;
  list-style: none;
}

.publisher-adformat-section .publisher-adformat-list li+li {
  margin-top: 15px;
}

.publisher-adformat-section .publisher-adformat-list li {
  padding:15px 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.publisher-adformat-section .publisher-adformat-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  color:#cd0404;
  padding-left:0px;
}

.publisher-adformat-section .publisher-adformat-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.publisher-adformat-section .publisher-adformat-list .icon-show,
.publisher-adformat-section .publisher-adformat-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.publisher-adformat-section .publisher-adformat-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.publisher-adformat-section .publisher-adformat-list .icon-show {
  display: none;
}

.publisher-adformat-section .publisher-adformat-list a.collapsed {
  color: #2c4964;
}

.publisher-adformat-section .publisher-adformat-list a.collapsed:hover {
  color:#cd0404;
}

.publisher-adformat-section .publisher-adformat-list a.collapsed .icon-show {
  display: inline-block;
}

.publisher-adformat-section .publisher-adformat-list a.collapsed .icon-close {
  display: none;
}

.publisher-adformat-section .image-wrap{
	float:none;
	margin:20px auto;
	display:block;
	width:300px;}

.publisher-adformat-section .image-wrap img{
	float:none;
	margin:auto;
	display:block;}

@media (max-width: 1200px) {
  .publisher-adformat-section .publisher-adformat-list {
    padding: 0;
  }
}

@media (max-width: 768px) {
.publisher-adformat-section .image-wrap{
	width:100%;}}

/************** Publisher page ****************/

/************** Contact us page ***************/
.contact .info {
  border-top: 3px solid #db232d;
  border-bottom: 3px solid #db232d;
  padding:100px 30px;
  background: #db232d;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color:#ff0000;
  float: left;
  width: 44px;
  height: 44px;
  background:#ffdfe1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ef6603;
  color: #fff;
}

.contact #contactus
{
    width: 100%;
}

.contact .contact-us-form {
  width: 100%;
  border-top: 3px solid #db232d;
  border-bottom: 3px solid #db232d;
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  font-size:16px !important;

}


.contact .contact-us-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-us-form input, .contact .contact-us-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .contact-us-form input:focus, .contact .contact-us-form textarea:focus {
  border-color: #fbb380;
}
.contact .contact-us-form input {
  height: 44px;
}
.contact .contact-us-form textarea {
  padding: 10px 12px !important;
  height:70px !important;
}
.contact .contact-us-form button[type=submit] {
  background:#000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin-top:15px;
  font-size:18px !important;
}
.contact .contact-us-form button[type=submit]:hover {
  background: #ef6603;
}
/************** Contact us page ***************/

/************** Cookie Policy On Footer ***************/
.cookie-class
{
	position: fixed;
	bottom: 0px;
	height: auto;
	width: 100%;
	background-color:#000000;
	color: #FFFFFF;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
	display: none;
  z-index: 99;
}


.cookie-class a
{
	color: #ff0000 !important;
}

.cookie-policy-button
{
   	color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    font-weight: 700 !important;
    font-size: 12px;
    border-radius: 2px !important;
    padding: 5px 10px;
	outline: 0;
	cursor: pointer;
}
/************** Cookie Policy On Footer ***************/

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/************** Footer Section ****************/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #262525;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background:#b3b3b3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #160b0b;
}

#footer .footer-newsletterform {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #db232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background:#242626;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #e2e2e2;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
 
  font-weight: 600;
  color: #160b0b;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #02050c;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #db232d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:#db232d;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background:#db232d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background:#262525;
}

#footer .copyright {
	text-align:center;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}


/************** Back to top button *************/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #fc7c1f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/************** Back to top button *************/


/************** Newsletter Section *************/
#email_subscription .form-outer
{
	max-width: 600px;
	margin: 0px auto;
}


#email_subscription .form-input-text
{
	width: 220px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;

}

#email_subscription .form-input-text input[type=text]
{
		border: 0px;
		height: 40px;
}

#email_subscription .form-input-button
{
	 float: left;
}

.news_letter_button{
   background-color: #db232d !important;
   color: #fff!important;
   border: none!important;
   padding: 4px 20px!important;
   outline: 0!important;
   transition: 1s !important;
   text-transform:none  !important;
   font-weight:600 !important;
   cursor: pointer !important;
   border-radius:5px !important;
   height:40px;
}

.news_letter_button:hover
{
	background:#000 !important;
	border-color:#000 !important;
}

@media only screen and (max-width: 767px)
{
    #email_subscription .form-input-text
    {
        width:100%;
    }

    #email_subscription .form-input-button
    {
        float:none !important;
    }
}
/************** Newsletter Section *************/
.dark-mode .dropdown-menu
{
	 border-radius:0px !important;
}

.btn-grad
{
    white-space: nowrap;
}

.btn-grad:hover
{
    color: #d9232d;
}

.notification
{
  font-size: 14px;
  color:#c13030;
}

.green
{
    color: green;
}

.red
{
    color: red;
}
/******* 5189 lines *********/

.fabs {
  bottom: 50%;
  position: fixed;
  margin:0;
  right: 0;
  z-index: 2;
}

.fabs .theme-list-selected
{
    background:#db232d;
}

.fabs a:hover {
  cursor: pointer;
}

.fab {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
    box-shadow: 0 8px 28px rgb(230 41 33 / 45%);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    background:#db232d;
    padding: 10px 20px 7px;
    border-radius: 60px 0px 0px 60px;
    border: none;
    border-right: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.fab .label-div
{
    display: inline;
    position: relative;
    bottom: 2px;
}

.fab a {
  color: #FFFFFF;
}

.fab:hover{
	background:#000;
	color:#fff;}

.fab i{
	margin-right:5px;}

.form-label
{
    font-size: 14px;
    color: #212529;
}
