/*
  Theme Name: Be-hero Creative HTML5-Template
  Author: wpfreecloud
  Support: wpfreecloud.com
  Description: Bemax is a clean HTML5/CSS3 template suitable for Business, Corporate, Taxes, Broker, Ad....
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header Area
3. Mobile Menu Area
4. Slider Area
5. Hire Us Area
6. Iconbox Area
7. Bemax Area
8. Latest Project Area
9. Choose Us Area
10. Working With Us Area
11. Carousel Area
12. Brand Area
13. Footer Area
14. Color NIp
15. ScrollUp
*/
/* Theme Default CSS
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap');
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: #dddddd;
  --font-lato: 'Lato', sans-serif;
}
/* global classes */
.font-os {
  font: normal 400 15px 'Source Sans Pro', sans-serif;
}
.font-pops {
  font: normal 900 18px var(--font-Pop);
}
html {
  scroll-behavior: smooth;
}
body {
   font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #707070;
  line-height: 24px;
    position: relative;
  -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.navbar{
	padding: 0px;
}
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fix {
  overflow: hidden
}
.fa-angle-right{
    font-size: 11px;
    padding-right: 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a, .button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, .main-menu li a:hover, .footer-menu li a:hover {
  color: #4272d7;
  text-decoration: none;
}
a, button {
  color: #666666;
  outline: medium none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1, h2, h3, h4, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333333;
  margin: 0 0 15px;
  text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 14px;
  font-color: red;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none
}
p {
  font-weight: normal;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::-webkit-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*:-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.theme-overlay {
  position: relative
}
.theme-overlay:before {
  background: #4272d7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
  -moz-user-select: none;
  background: #4272d7 none repeat scroll 0 0;
  border: 2px solid #4272d7;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 0;
  padding: 9px 25px;
  text-align: center;
  text-transform: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-white{
    background: none !important;
    border: 1px solid #fff !important;
    height: 35px;
}

.btn.btn-lg {
  padding: 10px 25px;
}
.btn-xl {
  font-weight: 700;
  padding: 13px 31px;
}
.btn.btn-inline {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
}
.btn.btn-inline:hover {
  color: #ffffff;
  text-decoration: underline;
}
.theme-bg {
  background: #4272d7;
}
.gray-bg {
  background: #f0f0f0;
}
.black-bg {
  background: #171a21;
}
.green-bg {
  background: #222;
}
.green-text {
  color: #d6b161;
}
.purple-bg {
  background: #F4E2E2;
}
.bg-white {
  background-color: #ffffff;
}
.breadcrumb > .active {
  color: #888;
}
input:focus[type="url"], input:focus[type="text"], input:focus[type="email"], input:focus[type="tel"], input:focus[type="button"], input:focus[type="submit"], input:focus[type="search"], button:focus[type="button"], button:focus[role="button"], button:focus, input:focus {
  outline: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
/* start owl-carousel */
.owl-carousel .owl-nav button {
  position: absolute;
  color: #ffffff !important;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  left: 0px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overlay: black;
}
.owl-carousel .owl-nav button span {
  font-size: 60px;
  font-weight: 200;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}
.owl-carousel .owl-nav button:hover {
  background: #000 !important;
}
.owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  background: #666666;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}
.owl-carousel .owl-dots button.active {
  background: #4272d7;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-inner h5 {
  font-size: 19px;
  color: white;
  line-height: 25px;
  margin-bottom: 0px;
}
/* End Owl-Carousel */
/* End Default Css */
/* Start Header Area
==================================================*/
.mainmenu .nav-item .nav-link{
    color: #fff;
    text-transform: none;
    padding-left: .9rem;
    padding-right: .9rem;
	text-transform: uppercase;
}
.mainmenu .nav-item .nav-link:hover{
    color: #0073c8;
}
.mainmenu .nav-item.active .nav-link{
    color: #fff;
}
.search-trigger .dropdown-menu {
  width: 177px !important;
  left: -88px !important;
  /* right: auto !important; */
  font-size: 17px;
  padding: 0;
  border-radius: 0px
}
.search-trigger .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  border-bottom: 1px solid #BCBCCA;
  font-size: 17px;
}
.search-trigger .dropdown-menu .dropdown-item .fas {
  padding-right: 7px;
  font-size: 14px;
}
.header-area {
 padding: 0;
    background-color: rgba(0,0,0, .5);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    z-index: 100;
}
.main-menu li.search-trigger a {
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-size: 13px;
}
.main-menu {
  margin-top: 5px;
}

.header-area.sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}

.header-wrapper{
	position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: 100;
}
/*slider*/
.slider-area{
    background: #00115f;
	position: relative;
	background: url("../image/slide_01.jpg");
  background-attachment: fixed;
  background-position: center;
	background-size: cover;
}
.slider-area .carousel-inner .carousel-caption{
    height: 100%;
    display: flex;
    align-items: center;
    left: 10%;
    right: 10%;
    top:0;
    padding-top: 0;

}
.slider-area .carousel-inner .carousel-caption h5{
    font-size: 42px;
}

.search-popup-wrapper input[type=search] {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(221, 221, 221, 0.205);
  padding: 5px 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 40px;
  padding-right: 40px;
}
.search-popup-wrapper input::-webkit-input-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input::-moz-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input:-ms-input-placeholder {
  font-size: 40px;
}
.search-popup-wrapper input::placeholder {
  font-size: 40px;
}
.search-popup-wrapper {
  display: inline-block;
  position: relative;
}
.search-popup-wrapper i {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.search-popup-wrapper i:hover {
  color: #fff;
}
.fade.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: inherit;
}
#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#search-modal .modal-content {
  background: none;
  border: none;
}
#search-modal {
  background: transparent;
  height: 150px;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}
.search-overlay.show {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(23, 26, 33, .95);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* End Header Area */
/* Start Mobile Menu Area
==================================================*/
.show-mobile-menu .slicknav_menu .slicknav_menutxt {
  display: none;
}
.show-mobile-menu .slicknav_btn {
  background: none;
  margin: 0;
  text-shadow: 0 0 0;
  padding: 0;
}
.show-mobile-menu .slicknav_menu .slicknav_icon {
  font-size: 20px;
}
.show-mobile-menu .slicknav_menu {
  background: none;
}
.show-mobile-menu .slicknav_menu .slicknav_icon-bar {
  background: #222;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.show-mobile-menu .slicknav_nav a {
  color: #333;
  text-align: left;
  padding: 5px;
  margin: 2px 0;
}
.show-mobile-menu .slicknav_nav {
  font-size: inherit;
  color: #333;
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 100%;
  z-index: 99;
}
.show-mobile-menu .slicknav_nav li {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.show-mobile-menu .slicknav_nav li:last-child {
  border: none;
}
.header-area .static {
  position: static;
}
.header-area .header-wrapper {
  position: relative;
  width: 100%;
}
/* End Mobile Menu Area */
/* Start Slider Area
==================================================*/
.slider-bg-1 {
  background: url("../image/slide_01.jpg");
  background-attachment: fixed;
  background-position: center;
	background-size: cover;
}

.slider-bg-2 {
  background: url("../image/whoarewebg.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-3 {
  background: url("../image/whatdowedo.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-4 {
  background: url("../image/partner-edge-bg.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-5 {
  background: url("../image/disrupt-background.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-6 {
  background: url("../image/whoarewebg.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.slider-bg-7 {
  background: url("../image/form-bg.png");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}
.single-slider {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #cccccc;
  display: table;
  width: 100%;
}
.slider-inner {
  display: table-cell;
  vertical-align: top;
  padding-top: 60px;
}
.slider-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
}
.slider-inner h1 {
  font-size: 36px;
  text-transform: none;
  color: #fff;
  letter-spacing: 0px;
  line-height: 51px;
  margin-bottom: 0px;
  font-weight: 400;
}
.keyword-search-txtbox {
  padding: 5px 15px;
  font-weight: normal;
  letter-spacing: 0px;
  width: 500px;
  height: 57px;
  font-size: 17px;
}
.keyword-search-txtbox::placeholder {
  color: #BCBCCB;
}
.top-keyword-search {
  border: none;
  padding: 3px 3px;
  font-weight: 700;
  width: 400px;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.top-keyword-search::placeholder {
  color: #BCBCCB;
  font-weight: normal;
  font-size: 14px;
}
.get-started-btn {
  width: 65px;
  height: 57px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 31px;
  vertical-align: top;
  margin-left: -4px;
}
.company-search-btn {
  padding: 5px 5px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
}
.whoweare .service-block p{
    padding-right: 7rem;
}
#benifits .service-block{
    margin-right: 30px;
    min-height: 190px;
    padding: 20px 20px;
}
#whatwedo .service-block{
    background: rgba(255,255,255, .8);
    padding: 20px 20px;
    margin-bottom: 30px;
    min-height: 187px;

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#whatwedo .service-block:hover, #partner .service-block:hover{
    background:#eee;  
   transform: scale(1.01);
	opacity: .8;
}

#partner .service-block{
    padding: 20px 20px;
    min-height: 270px;
}

.service-block ul {
    padding-left: 20px;
}
.service-block ul li{
    list-style: disc;
}
/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.hire-us-content h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.hire-us-button {
  border-color: #fff !important;
  padding: 15px 40px;
  background: transparent !important;
}
.hire-us-button:hover {
  background: #333 !important;
  color: #fff !important;
}
.hire-us-area {
  padding: 30px 0;
}
.hire-us-content h6 span {
  font-size: 30px;
}
/* End HIre Us Area */
/* Start Iconbox Area
==================================================*/
.icon-box-img-1 {
  background-image: url(../img/iconbox_01.jpg);
}
.icon-box-img-2 {
  background-image: url(../img/iconbox_02.jpg);
}
.icon-box-img-3 {
  background-image: url(../img/iconbox_03.jpg);
}
.single-icon-box {
  height: auto;
}
.icon-box-content {
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
  height: 100%;
  background: #4272d7;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #fff;
  z-index: -1;
  padding: 20px 30px 30px 30px;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}
.icon-box-content:hover {
  top: 0;
}
.iconbox-content-heading {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iconbox-content-heading i {
  font-size: 30px;
  margin-right: 15px;
}
.iconbox-content-body p {
  color: #e5e5e5;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 25px;
}
.read-more-btn {
  text-transform: capitalize;
  font-weight: 600;
}
.read-more-btn i {
  margin-right: 5px;
}
/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title h4 {
  font-size: 36px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 55px;
}

.item-icon i {
  width: 50px;
  height: 50px;
  background: #4272d7;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #4272d7;
  -webkit-transition: .3s;
  transition: .3s;
}
.item-icon i:hover {
  background: transparent;
  color: #4272d7;
}
.item-content {
  padding-left: 20px;
  margin-top: -4px;
}
.item-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-bemax-item {
  margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
.project-bg-1 {
  background-image: url(../img/project_01.jpg);
}
.project-bg-2 {
  background-image: url(../img/project_02.jpg);
}
.project-bg-3 {
  background-image: url(../img/project_03.jpg);
}
.project-bg-4 {
  background-image: url(../img/project_04.jpg);
}
.project-bg-5 {
  background-image: url(../img/project_05.jpg);
}
.project-bg-6 {
  background-image: url(../img/project_06.jpg);
}
.project-bg-7 {
  background-image: url(../img/project_07.jpg);
}
.latest-project-area .section-title h4 {
  color: #fff;
}
.single-project {
  height: 225px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
}
.project-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #4272d7;
  color: #fff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.project-inner h5 {
  font-size: 15px;
  color: #cccc;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner h5 a:hover {
  color: #fff;
}
.project-inner p {
  color: #cccccc;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}
.project-inner p a {
  color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}
.project-inner p a:hover {
  color: #fff;
}
.project-carousel.owl-carousel .owl-nav button {
  left: -15px;
}
.project-carousel.owl-carousel .owl-nav button.owl-next {
  right: -15px;
  left: auto;
}
.single-project:hover .project-inner:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.single-project:hover .project-inner {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Latest Project Area */
/* Start Choose Us Area
==================================================*/
.video-img-thumbnail {
  background-image: url(../img/video_01.jpg);
}
.video-img-thumbnail {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
}
.video-img-thumbnail a {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 60px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}
.video-img-thumbnail a:hover {
  color: #4272d7;
}
.single-choose-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #555555;
}
.single-choose-item h6 i {
  margin-right: 10px;
}
.single-choose-item p {
  margin: 0;
  font-size: 15px;
  color: #666666;
}
.single-choose-item {
  margin-bottom: 30px;
}
/* End Choose Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
  font-size: 20px;
}
/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel.owl-carousel .owl-item img {
  width: 200px;
  display: inline-block;
  height: auto;
}
.single-blog-img {
  position: relative;
  float: left;
}
.single-blog-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #222;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}
.blog-content {
  padding-left: 220px;
  text-align: left;
}
.blog-btn {
  margin-top: 10px;
}
.post-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
.blog-tags {
  display: inline-block;
  font-size: 13px;
}
.blog-tags i {
  font-size: 12px;
}
.blog-tags a {
  color: #09123B;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-btn .read-more-btn {
  color: #09123B;
  display: inline-block;
  margin-left: 20px;
}
.carousel-area .owl-carousel .owl-nav button {
  border: 1px solid #09123B;
  border-radius: 50%;
  background: transparent !important;
  color: #09123B !important;
  position: relative;
  left: 0px;
  height: 31px;
  width: 31px;
  margin-right: 7px;
  display: inline-block;
  line-height: 29px;
}
.carousel-area .owl-carousel .owl-nav {
  bottom: 0;
  margin-top: 43px;
}
.carousel-area .owl-carousel .owl-nav button:hover {
  background: #222222 !important;
  color: #fff !important;
}
.testimonial-content i {
  font-size: 20px;
  color: #666666;
  margin-right: 15px;
}
.testimonial-content p {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  margin: 0;
}
.testimonial-content p {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.testimonial-carousel.owl-carousel .owl-item img {
  display: block;
  width: 55px;
  height: auto;
}
.author-img {
  padding-left: 30px;
}
.author-content a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  -webkit-transition: .3s;
  transition: .3s;
}
.author-content span {
  display: block;
  line-height: 15px;
}
.author-content {
  padding-left: 15px;
}
.author-content a:hover {
  color: #4272d7;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.brand-carousel.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
.brand-item {
  display: table;
  width: 100%;
  position: relative;
  height: 50px;
}
.brand-item-inner {
  display: table-cell;
  vertical-align: middle;
}
/* End Brand Area */
/* Start Footer Area
==================================================*/
.footer-logo a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.footer-logo a img {
  right: -21px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-dec p {
  font-weight: 400;
  color: #999999;
  line-height: normal;
}
.social-links li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(66, 114, 215, .1);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
.social-links li a {
  color: #fff;
  display: block;
}
.social-links li:hover {
  background: #4272d7;
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-menu li {
  display: block;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}
.footer-menu li a {
  color: #cccccc;
  font-size: 13px;
}
.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(255, 255, 255, .2);
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #d6b161;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-menu li {
  display: block;
  margin-bottom: 0px;
  position: relative;
  padding-left: 15px;
}
.footer-menu li a {
  color: #cccccc;
  font-size: 13px;
}
.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(255, 255, 255, .2);
}
.address-line p {
  margin-bottom: 0;
  color: #cccccc;
  font-size: 13px;
  line-height: 21px;
  padding-right: 40px;
}
.address-line p a {
  color: #cccccc;
  -webkit-transition: .3s;
  transition: .3s;
}
.address-line p a:hover {
  color: #4272d7;
}
.newsletter-text p {
  font-size: 13px;
  color: #cccccc;
  margin: 0;
  line-height: normal;
}
.newsletter-form {
  display: inline-block;
  margin-top: 25px;
  width: 96%;
}
.newsletter-form input[type=email] {
  width: 60%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 5px;
  float: left;
  color: #ffffff;
}
.newsletter-form input[type=email]::placeholder {
  color: #919aa3;
}
.newsletter-form input[type=submit] {
  width: 39%;
  float: right;
}
.newsletter-form .newsletter-btn {
  font-size: 11px;
  padding: 9px 13px;
  background: #ff0000;
}
.footer-area {
  border-bottom: 1px solid #9999;
}
.copyright-area p {
  margin: 0;
}
.copyright-area {
  padding: 10px 0;
  display: block;
  color: #cccccc;
}
/* End Footer Area */
/* Start Color Nip */
.Switcher #colors li {
  border-radius: 5px;
}
.Switcher h5 {
  font-size: 15px;
  color: #666;
}
button#Switcher__control {
  width: 40px;
  height: 40px;
  margin-left: -40px;
}
#Switcher__control i:hover {
  color: #222;
}
.Switcher {
  top: 20% !important;
}
/* End Color NIp */
/* Start ScrollUp */
#scrollUp {
  background: #4272d7;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  /* End ScrollUp */
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
.badge {
  background: rgba(250, 66, 81);
  color: #fff;
  width: auto;
  height: 17px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  padding: 5px;
  line-height: 7px;
}
/* Login Css */
.brand-wrapper {
  margin-bottom: 19px;
}
.brand-wrapper .logo {
  height: 37px;
}
.login-card, .company-details {
  border: 0;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
}
.company-section {
  height: 250px;
}
.login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login-card .card-body {
  padding: 30px 36px;
}
@media (max-width: 422px) {
  .login-card .card-body {
    padding: 35px 24px;
  }
}
.login-card-description {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 23px;
}
.company-details-title {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 15px;
}
.login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px 25px;
  margin-bottom: 20px;
  min-height: 45px;
  font-size: 13px;
  line-height: 15;
  font-weight: normal;
}
.login-card .form-control::-webkit-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
  color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::placeholder {
  color: #919aa3;
}
.login-card .login-btn {
  padding: 13px 20px 12px;
  background-color: #000;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.login-card .login-btn:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.login-card .forgot-password-link {
  font-size: 15px;
  color: #ff0000;
  margin-bottom: 0;
  line-height: 22px;
}
.login-card-footer-text {
  font-size: 16px;
  color: #0d2366;
  margin-bottom: 60px;
}
.login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}
.text-orange {
  color: #FF9300;
}
.login-card input[type="text"], .login-card input[type="password"], .login-card input[type="email"] {
  border: none;
  border-bottom: 1px solid #BCBCCA;
  padding: 5px 0px 15px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 0px;
  font: 17px 'Source Sans Pro', sans-serif;
  color: #FF9300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: transparent;
}
#user-register input:-webkit-autofill, #user-register input:-webkit-autofill:hover, #user-register input:-webkit-autofill:focus, #user-register input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09123B inset !important;
}
#user-login input:-webkit-autofill, #user-login input:-webkit-autofill:hover, #user-login input:-webkit-autofill:focus, #user-login input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.login-card input:-webkit-autofill {
  -webkit-text-fill-color: #BCBCCA !important;
}
#user-login input::placeholder {
  color: #BCBCCB;
  text-align: center;
}
#user-register input::placeholder {
  color: #BCBCCB;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* Nav Tabs Start */
.nav-tabs {
  margin: 32px 0;
}
.nav-tabs .nav-link {
  background: #09123B;
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 9px 66px;
  border-radius: 0px;
  border-right: 1px solid #F0F0F7;
  opacity: 1;
}
.nav-tabs .nav-link.active {
  background: #ff0000;
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}
.typeahead.dropdown-menu {
  height: 200px !important;
  overflow-y: scroll !important;
  list-style: none;
  width: 501px;
  padding: 0;
}
.typeahead.dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.typeahead .dropdown-item > div {
  border-bottom: 1px solid #ddd;
  white-space: normal;
  padding: 10px 0px;
}
.typeahead .dropdown-menu > .active > a, .typeahead .dropdown-menu > .active > a:focus, .typeahead .dropdown-menu > .active > a:hover {
  background-color: #000 !important;
}
.typeahead .dropdown-item a {
  color: #A0A0A0;
  font-size: 13px;
  padding: 0;
  white-space: normal;
}
.typeahead .dropdown-item {
  padding: 0 15px;
  ;
}
.typeahead .dropdown-item .comp_data {
  display: inline-block;
  padding-right: 7px;
  color: #4E4E4E;
  font-size: 13px;
  font-weight: normal;
}
.typeahead .dropdown-item .comp_name {
  font-size: 16px;
  color: #333;
}
.dropdown-menu > .active > a {
  background-color: #f5f5f5 !important;
}
@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}
.most-downloaded-companies {
  margin-right: 15px;
  border: 1px solid #ddd;
  height: 95px;
  font-size: 21px;
  line-height: 25px;
  padding: 0 20px;
}
/*css changes*/
.bg-dark {
  background: #122e32 !important;
}
#Disrupt .carousel-item h5.date {
  color: #ff0000;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
}
#Disrupt .carousel-item h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
}
#Disrupt .carousel-indicators {
  bottom: -60px;
}
#Disrupt .carousel-control-next, #Disrupt .carousel-control-prev {
  width: auto;
}
#Disrupt .carousel-control-next {
  right: -50px;
}
#Disrupt .carousel-control-prev-icon {
  background-image: url("../image/prev-icon.png");
  height: 31px;
}
#Disrupt .carousel-control-next-icon {
  background-image: url("../image/next-icon.png");
  height: 31px;
}
#Disrupt .carousel-control-prev {
  left: -50px;
}
/*slider companies*/
.slider-carousel.owl-carousel .owl-nav.disabled, .slider-carousel.owl-carousel .owl-dots.disabled {
  display: none;
}
#download_companies .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
#download_companies .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
/*filter companies*/
#filter_companies .nav-tabs .nav-link.active {
  border-bottom: 5px solid #09123B;
  text-transform: uppercase;
  font-weight: bold;
}
#filter_companies .nav-tabs-wrapper {
  margin: auto;
}
#filter_companies .nav-tabs-wrapper .tab-content {
  width: 921px;
}
#filter_companies .nav-tabs {
  width: 551px;
  margin: auto;
  padding-bottom: 40px;
}
#filter_companies .nav-tabs-wrapper .service-block {
  padding: 10px;
  border: 1px solid #09123B;
  margin-bottom: 10px;
  min-height: 72px;
  display: flex;
  align-items: center;
}
#filter_companies .nav-tabs-wrapper .service-block dd {
  color: #09123B;
  margin-bottom: 0;
  font-size: 19px;
}
#filter_companies .nav-tabs-wrapper .service-block span a {
  color: #0076FF;
}
#filter_companies .nav-tabs {
  border: none !important;
  font-size: 19px;
  line-height: 27px;
}
#filter_companies .nav-tabs .nav-link {
  font-size: 17px;
  color: #2E2E2E;
  line-height: 25px;
  text-transform: none;
  background: none;
  border-bottom: 1px solid #707070;
  border-right: none;
  padding: 10px 50px;
  border-left: none;
  border-top: none;
}
.service-block {
  padding-top: 70px;

 
}
.service-block p, .service-block ul li, .section-title h5{
    color: #7e7e7e;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}
.brand-area .service-block h3, .carousel-area .blog-content h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  padding-right: 0px;
}

.data_galaxy .col-xl-2 {
  max-width: 20%;
  flex: 20%;
}
.data_galaxy .service-block h3 {
  color: #fff;
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}
.data_galaxy .service-block h5 {
  color: #fff;
}
.brand-area .service-block h3 a, .carousel-area .blog-content h3 a {
  color: #000 !important;
}

.form-search {
  margin-top: 40px;
}
.request-call{
	background: #222;
}
.contact_form textarea.form-control{
	padding-top: 10px;
}
.contact_form .form-control {
  border-bottom: 1px solid #707070 !important;
  border-radius: 0px;
  border: none;
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
	padding: 0;
  background: none;
  color:#7e7e7e;
}
.contact_form .form-control::placeholder {
  color: #7e7e7e;
}
.contact_form .country_div {
  display: block;
}
.contact_form .country_div select.form-control
{
  width: 22%;
  margin-right: 2%;
  display: inline-block;
}
.contact_form .country_div input.form-control
{
  width: 75%;
  display: inline-block;
}
.btn-red {
  padding: 10px 35px;
  background: #ff0000 !important;
  border-radius: 3px;
}
.btn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #ff0000;
}
.btn-white:hover {
  background: #333 !important;
  color: #fff !important;
}
/*table*/
.table thead th {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #F4E2E2;
}
.table td, .table th {
  padding: 8px 10px;
  color: #707070;
  line-height: 19px;
}
.table td .fa-rupee-sign, .table th .fa-rupee-sign {
  font-size: 12px;
}
/*company detail*/
.company-details dd {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.logo-image {
  margin-bottom: 10px;
}
.h4.company-logo {
  vertical-align: top;
  line-height: 50px;
  padding-left: 10px;
}
.company-details .address-line {
  padding: 0 25px;
}
.company-details .row.profie-txt {
  padding: 5px 0;
  border-bottom: 1px solid #BCBCCA;
  margin: 0;
}
.company-details .row.profie-txt label {
  line-height: normal;
  vertical-align: top;
  margin-bottom: 0px;
  line-height: 22px;
}
.company-details .row.profie-txt p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 22px;
}
.company-details .row.profie-txt .col-7 {
  padding-left: 0px;
}
.subscribe-text h4 {
  margin-top: 50px;
  font-weight: normal;
}
.subscribe-text h4 a {
  color: #0076FF;
}
.dnt-miss {
  font-size: 23px;
  line-height: 19px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 18px;
}
.address-line h3 {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  color: #707070;
}
.text-muted {
  color: #c8c9ca !important;
}
.nav-tabs .nav-link .h4.company-logo {
  font-size: 34px;
  line-height: 43px;
}
.company-details .row.profie-txt:last-child {
  border-bottom: none;
}
.short-link {
  font-size: 17px;
  line-height: 13px;
  margin-bottom: 15px;
}
.short-link .fas {
  margin-bottom: 5px;
}
.company-details .key-select.form-control {
  width: 89px !important;
  font-size: 13px;
  padding: 0 3px;
}
.side-ads {
  width: 300px;
  margin-left: -15px;
}
#tab-select.form-control {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #09123B;
  background-image: url("../image/arrow.png");
  background-repeat: no-repeat;
  background-position: right .99rem center;
  background-size: 12px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*my cart*/
.my-cart input[type=checkbox] {
  display: block;
  margin: auto;
}
.error-msg {
  color: #ff0000;
  font-size: 13px;
  line-height: 25px;
}
.success-msg {
  color: #28da2d;
  font-size: 25px;
  line-height: 25px;
}
.sub-heading {
  font-size: 21px;
}
/*my-profile*/
#my-profile.card-body {
  padding: 40px 30px 20px;
}
#my-profile input[type="text"], #my-profile input[type="password"], #my-profile input[type="email"] {
  border: none;
  border-bottom: 1px solid #BCBCCA;
  padding: 5px 0px 10px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: transparent;
}
#my-profile .form-control::placeholder {
  color: #FF9300;
  font: 17px 'Source Sans Pro', sans-serif;
}
#my-profile label {
  font-size: 16px;
  color: #707070;
}
#my-profile .changepass_links {
  margin-top: 20px;
}
#my-profile .changepass_links a {
  font-size: 14px;
  color: #707070;
}
#my-profile .myprofile_cta {
  margin-top: 15px;
  width: 100px !important;
}
/*my order*/
.quick-search {
  border: none;
  padding: 0 10px;
}
.quick-search::placeholder {
  color: #BCBCCB;
}
/*Myorder pagination*/
.pagination .page-link {
  color: #707070;
  background: none;
  border-radius: 0px !important;
  border: none;
  border-left: 1px solid #BCBCCA;
}
.about-us-container{
    border-right: 1px dotted #999999;
    padding-right: 30px;
    margin-top: 20px;
   
   
}
.about-us-container p{
    line-height: 20px;
    color: #606060;
}
#carouselExampleIndicators li.active{
    background-color: #0073c8;
}
#carouselExampleIndicators .carousel-item {
    min-height: 500px;
}

#carouselExampleIndicators h5 {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 13px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 600
}

#carouselExampleIndicators p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;       
}

#carouselExampleIndicators .carousel-item a:hover {
   
    text-decoration: none
}

#carouselExampleIndicators .carousel-item h5 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#carouselExampleIndicators .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

#carouselExampleIndicators .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

#carouselExampleIndicators .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%
}

#carouselExampleIndicators h5,
#carouselExampleIndicators p,
#carouselExampleIndicators a,
#carouselExampleIndicators .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#carouselExampleIndicators .container {
    max-width: 1430px
}


#carouselExampleIndicators {
    position: relative;
    z-index: 1;
      min-height: 500px;
}


.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #ff0000;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
    }

    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
    }

    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

.highcharts-axis-labels text, .highcharts-axis-labels{
  fill:#fff !important; color:#fff !important; stroke:none
}

text, tspan {
  fill: #fff !important;
  stroke: none !important;
  font-weight: 400 !important;
  font-size:15px;
}

.highcharts-button tspan{
  fill:black !important;
}

.video-thumbnail{
    margin: 20px 0 0;
}
    .video-thumbnail video{
        width: 100%;
        height: auto;
    }


/* Additional CSS for header/footer */
body {
  overflow-x: hidden;
}
.menuzord{position:relative;float:left;width:100%;padding:0;letter-spacing:.5px;text-transform:uppercase;background:none;}
.logo-brand{float:left;height:50px;margin-right:30px;color:#666;font-size:20px;font-weight:600;line-height:50px;}
.logo-brand img{position:relative;top:-2px;display:inline-block;max-height:100%;padding:2px 0;}
.menuzord-menu{float:left;margin:0;padding:0;list-style:none;}
.menuzord-menu.menuzord-right{float:right;}
.menuzord-menu ul.dropdown li a,
.menuzord-menu > li > .megamenu a,
.menuzord-menu > li > .megamenu h5{color:#222;}
.menuzord-menu > li > .megamenu h5{margin-bottom:20px;padding-left:10px;font-size:14px;font-weight:600;}
.menuzord-menu > li > .megamenu .megamenu-row li a{display:inline-block;width:100%;padding:8px 10px;font-size:12px;}
.menuzord-menu a{-webkit-transition:color .3s, background .3s;transition:color .3s, background .3s;}
.menuzord-menu.scrollable > .scrollable-fix{display:none;}
.menuzord-menu > li{display:inline-block;float:left;margin-left:2px;}
.menuzord-menu > li > a{display:inline-block;padding:0 12px;text-decoration:none;color:#333;outline:0;font-size:13px;font-weight:normal;-webkit-tap-highlight-color:transparent;}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{color:#333;}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{position:absolute;z-index:1000;display:none;min-width:190px;margin:0;padding:0;list-style:none;white-space:nowrap;background:#fff;}
.menuzord-menu ul.dropdown li ul.dropdown{top:-1px;left:100%;}
.menuzord-menu ul.dropdown li{position:relative;clear:both;width:100%;border:0;font-size:12px;}
.menuzord-menu ul.dropdown li a{position:relative;display:inline-block;float:left;clear:both;width:100%;padding:10px 25px 10px 22px;text-decoration:none;color:#222;outline:0;background:0 0;}
.menuzord-menu ul.dropdown li:hover > a{padding-right:19px;color:#333;}
.menuzord-menu ul.dropdown.dropdown-left{left:auto;}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{right:100%;left:auto;}
.menuzord-menu li .indicator{margin-left:3px;}
.menuzord-menu li ul.dropdown li .indicator{position:absolute;top:8px;right:10px;font-size:15px;}
.menuzord-menu > li > .megamenu{position:absolute;z-index:1000;left:0;display:none;width:100%;padding:20px;border-top:solid 1px #f0f0f0;background:#fff;}
.menuzord-menu > li > .megamenu.megamenu-half-width{left:auto;width:50%;}
.menuzord-menu > li > .megamenu.megamenu-quarter-width{left:auto;width:25%;}
.menuzord-menu > li > .megamenu .megamenu-row{width:100%;margin-top:15px;}
.menuzord-menu > li > .megamenu .megamenu-row:first-child{margin-top:0;}
.menuzord-menu > li > .megamenu .megamenu-row:after,
.menuzord-menu > li > .megamenu .megamenu-row:before{display:table;content:"";line-height:0;}
.menuzord-menu > li > .megamenu .megamenu-row:after{clear:both;}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9{display:block;float:left;min-height:20px;margin-left:3%;}
.menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child{margin-left:0;}
.menuzord-menu > li > .megamenu .megamenu-row .col1{width:5.583333333333%;}
.menuzord-menu > li > .megamenu .megamenu-row .col2{width:14.166666666666%;}
.menuzord-menu > li > .megamenu .megamenu-row .col3{width:22.75%;}
.menuzord-menu > li > .megamenu .megamenu-row .col4{width:31.333333333333%;}
.menuzord-menu > li > .megamenu .megamenu-row .col5{width:39.916666666667%;}
.menuzord-menu > li > .megamenu .megamenu-row .col6{width:48.5%;}
.menuzord-menu > li > .megamenu .megamenu-row .col7{width:57.083333333333%;}
.menuzord-menu > li > .megamenu .megamenu-row .col8{width:65.666666666667%;}
.menuzord-menu > li > .megamenu .megamenu-row .col9{width:74.25%;}
.menuzord-menu > li > .megamenu .megamenu-row .col10{width:82.833333333334%;}
.menuzord-menu > li > .megamenu .megamenu-row .col11{width:91.416666666667%;}
.menuzord-menu > li > .megamenu .megamenu-row .col12{width:100%;}
.menuzord .showhide{display:none;float:right;width:30px;height:46px;padding:13px 0 0;text-decoration:none;outline:0;-webkit-tap-highlight-color:transparent;}
.menuzord .showhide em{float:right;width:20px;height:3px;margin:3.5px 0 0;background:#777;}
.menuzord-menu > li > a > .fa{float:left;margin:0 5px 0 0;color:inherit;font-size:14px;line-height:inherit;}
.menuzord-menu > li.search form{float:left;padding:22px 16px 17px;}
.menuzord-tabs{float:left;width:100%;}
.menuzord-tabs-nav{float:left;width:20%;margin:0;padding:0;list-style:none;}
.menuzord-tabs-nav > li > a{float:left;width:100%;padding:7px 16px;text-decoration:none;color:#666;border:1px solid #f0f0f0;outline:0;font-size:13px;}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a{background:#f0f0f0;}
.menuzord-tabs-content{display:none;float:right;width:80%;min-height:30px;padding:20px;border:1px solid #f0f0f0;font-size:13px;}
.menuzord-tabs-content.active{display:block;}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{border:1px solid #efefef;background:#fff;}
.menuzord-menu ul.dropdown li:hover > a{color:#fff;}
.menuzord-menu > li > .megamenu{border:1px solid #efefef;border-top:none;background:#fff;}
.menuzord-tabs-nav > li > a{color:#fff;}
.navbar-search .form-control{border-radius:0;}
@media (max-width:768px){.l-header{position:fixed;z-index:1000;top:0;width:100%;background:#000;box-shadow:0 2px 2px rgba(0, 0, 0, .1);}
.menuzord-responsive .menuzord-menu > li.nav-divider{display:none;}
.l-navbar_t-light,
.l-navbar_t-light-trans,
.l-navbar_t-dark .showhide em,
.l-navbar_t-semi-trans .showhide em,
.l-navbar_t-dark-trans .showhide em{background:#fff;}
.l-navbar_t-dark,
.l-navbar_t-semi-trans,
.l-navbar_t-dark-trans{background:#0a0a0a;}
}
@media (min-width:769px){.l-header_overlay{position:absolute;z-index:1200;top:0;width:100%;}
.menuzord-menu .megamenu,
.menuzord-menu .dropdown{text-align:left;border:0 !important;}
.menuzord-menu .megamenu,
.menuzord-menu .dropdown,
.l-navbar-wrapper_has-sticky .l-navbar,
.l-navbar_s-left{box-shadow:0 1px 2px rgba(0, 0, 0, .1);}
.logo-brand{display:inline-block;height:100px;}
.l-navbar-wrapper_has-sticky .logo-brand{display:block;}
.logo-brand,
.c-nav_s-standard > li > a{line-height:100px;}
.c-nav_s-bg > li > a{line-height:40px;}
.c-nav_s-bg > li.active > a,
.c-nav_s-bg > li:hover > a{color:#fff !important;}
.c-nav_s-outline > li > a{border:1px solid transparent;line-height:38px;}
.c-nav_s-underline > li > a{border-bottom:1px solid transparent;line-height:99px;}
.l-navbar_expand .c-nav_s-bg > li > a,
.l-navbar_expand .c-nav_s-outline > li > a{margin:30px 0;}
.l-navbar_compact .c-nav_s-bg > li > a,
.l-navbar_compact .c-nav_s-outline > li > a{margin:10px 0;}
.l-navbar-wrapper_has-sticky .c-nav_s-bg > li > a,
.l-navbar-wrapper_has-sticky .c-nav_s-outline > li > a{margin:0;}
.l-navbar-wrapper_has-sticky .c-nav_s-outline > li > a{line-height:58px;}
.menuzord-menu .dropdown > li > a,
.menuzord-menu .megamenu-row li > a{line-height:18px;}
.l-navbar-wrapper,
.logo-brand,
.menuzord-menu > li > a{-webkit-transition:height .3s, line-height .3s, margin .3s;transition:height .3s, line-height .3s, margin .3s;}
.l-navbar_t-light{background:#fff;}
.l-navbar_t-dark{background:#0a0a0a;position: absolute; width: 100%; z-index: 2;}
.l-navbar_t-dark .menuzord-menu > li > a,
.l-navbar_t-semi-trans .menuzord-menu > li > a,
.l-navbar_t-dark-trans .menuzord-menu > li > a{color:#fff;}
.l-navbar_t-semi-trans{background:rgba(10, 10, 10, .5);}
.l-navbar_t-light-trans,
.l-navbar_t-dark-trans,
.l-navbar_t-semi-trans{-webkit-transition:background-color .3s;transition:background-color .3s;}
.l-navbar_compact .logo-brand{height:60px;}
.l-navbar_compact .logo-brand,
.l-navbar_compact .c-nav_s-standard > li > a{line-height:60px;}
.l-navbar_compact.l-navbar_s-center .logo-brand{height:100px;}
.l-navbar_s-center{text-align:center;}
.l-navbar_s-center.l-navbar_t-light{border-top-color:#ddd;}
.l-navbar_s-center.l-navbar_t-light-trans .menuzord-menu,
.l-navbar_s-center.l-navbar_t-dark-trans .menuzord-menu,
.l-navbar_s-center.l-navbar_t-semi-trans .menuzord-menu{border-top-color:rgba(10, 10, 10, .2);}
.l-navbar_s-center.l-navbar_t-dark{border-top-color:#222;}
.l-navbar_s-center .logo-brand{float:none;}
.l-navbar_s-center .menuzord-menu,
.l-navbar_s-center .menuzord-menu > li{float:none;text-align:center;}
.l-navbar_s-center .logo-brand.sticky-fix{float:left;}
.l-navbar-wrapper_has-sticky .l-navbar_s-center .menuzord-menu.menuzord-right,
.l-navbar-wrapper_has-sticky .l-navbar_s-center .menuzord-menu.pull-right{float:right;}
.l-navbar_s-floating{width:1170px;margin:auto;margin-top:50px;}
.l-navbar-wrapper_has-sticky .l-navbar_s-floating{margin-top:0;}
.l-navbar-wrapper_has-sticky .l-navbar_t-semi-trans,
.l-navbar-wrapper_has-sticky .l-navbar_t-dark-trans{background:#0a0a0a;}
.l-navbar-wrapper_has-sticky .l-navbar_t-light-trans{background:#fff;}
.l-navbar-wrapper_has-sticky .logo-brand,
.l-navbar-wrapper_has-sticky .menuzord-menu > li > a{line-height:60px;}
.l-navbar-wrapper_has-sticky .logo-brand{height:60px;}
	.l-navbar-wrapper_has-sticky .menuzord-menu > li > a > span{
		background: #ec1c24;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
	}
.body_has-navbar-left .wrapper{margin-left:260px;}
.body_has-navbar-left .l-header{position:fixed;z-index:1000;top:0;bottom:0;left:0;width:260px;}
.body_has-navbar-left .l-navbar_s-left{height:100%;}
.l-navbar_s-left.l-navbar_t-dark{background:#333;}
a, .menuzord-menu > li.active > a{color: #d6b161;} 
.l-navbar_s-left .container,
.l-navbar_s-left .container-fluid,
.l-navbar_s-left .col-lg-1,
.l-navbar_s-left
.col-md-1,
.l-navbar_s-left
.col-sm-1,
.l-navbar_s-left
.col-xs-1,
.l-navbar_s-left .col-lg-2,
.l-navbar_s-left
.col-md-2,
.l-navbar_s-left
.col-sm-2,
.l-navbar_s-left
.col-xs-2,
.l-navbar_s-left .col-lg-3,
.l-navbar_s-left
.col-md-3,
.l-navbar_s-left
.col-sm-3,
.l-navbar_s-left
.col-xs-3,
.l-navbar_s-left .col-lg-4,
.l-navbar_s-left
.col-md-4,
.l-navbar_s-left
.col-sm-4,
.l-navbar_s-left
.col-xs-4,
.l-navbar_s-left .col-lg-5,
.l-navbar_s-left
.col-md-5,
.l-navbar_s-left
.col-sm-5,
.l-navbar_s-left
.col-xs-5,
.l-navbar_s-left .col-lg-6,
.l-navbar_s-left
.col-md-6,
.l-navbar_s-left
.col-sm-6,
.l-navbar_s-left
.col-xs-6,
.l-navbar_s-left .col-lg-7,
.l-navbar_s-left
.col-md-7,
.l-navbar_s-left
.col-sm-7,
.l-navbar_s-left
.col-xs-7,
.l-navbar_s-left .col-lg-8,
.l-navbar_s-left
.col-md-8,
.l-navbar_s-left
.col-sm-8,
.l-navbar_s-left
.col-xs-8,
.l-navbar_s-left .col-lg-9,
.l-navbar_s-left
.col-md-9,
.l-navbar_s-left
.col-sm-9,
.l-navbar_s-left
.col-xs-9,
.l-navbar_s-left .col-lg-10,
.l-navbar_s-left
.col-md-10,
.l-navbar_s-left
.col-sm-10,
.l-navbar_s-left
.col-xs-10,
.l-navbar_s-left .col-lg-11,
.l-navbar_s-left
.col-md-11,
.l-navbar_s-left
.col-sm-11,
.l-navbar_s-left
.col-xs-11,
.l-navbar_s-left .col-lg-12,
.l-navbar_s-left
.col-md-12,
.l-navbar_s-left
.col-sm-12,
.l-navbar_s-left
.col-xs-12{width:auto;padding:0;}
.l-navbar_s-left .logo-brand,
.l-navbar_s-left .menuzord-menu,
.l-navbar_s-left .menuzord-menu > li{float:none;}
.l-navbar_s-left .logo-brand{display:block;margin:40px 20px;text-align:center;}
.l-navbar_s-left .menuzord-menu > li{display:block;margin:0;}
.l-navbar_s-left .menuzord-menu > li > a{display:block;padding:0 20px;}
.l-navbar_s-left .menuzord-menu > li > a{line-height:40px;}
.l-navbar_s-left .menuzord-menu > li > .dropdown,
.l-navbar_s-left .menuzord-menu > li > .megamenu{left:260px !important;margin-top:-40px;}
.l-navbar_s-left .menuzord-menu > li > .megamenu{width:800px;padding:20px;}
.l-navbar_s-left .menuzord-menu > li.nav-divider{display:none;}
.l-navbar_s-left .menuzord-menu > li > .navbar-search{width:450px;}
.nav-divider a{cursor:text;}
.l-navbar_bottom{position:fixed;bottom:0;width:100%;}
}

#footer.gray{padding:80px 0;background:#f5f5f5;}
#footer.dark{background:#222;}
#footer.gray .sub-title{margin:15px 0;letter-spacing:2px;color:#222;font-size:12px;}
#footer.dark .sub-title{margin:15px 0;letter-spacing:2px;color:#fff;font-size:12px;}
#footer.gray .social-link a{display:inline-block;margin:10px;color:#222;font-size:20px;}
#footer.dark .social-link a{display:inline-block;margin:5px;color:#fff;font-size:20px;}
#footer.gray .social-link.circle a{width:40px;height:40px;text-align:center;border:1px solid #222;border-radius:50%;line-height:40px;}
#footer.dark .social-link.circle a{width:40px;height:40px;text-align:center;border:1px solid #fff;border-radius:50%;line-height:40px;}
#footer.gray .social-link.circle a:hover{color:#fff;border:1px solid transparent;background:#222;}
#footer.dark .social-link.circle a:hover{color:#222;border:1px solid transparent;background:#fff;}
#footer.gray .copyright{letter-spacing:2px;color:#000;font-size:14px;}
#footer.dark .copyright{letter-spacing:2px;color:#fff;font-size:14px;}
#footer.gray .copyright-sub-title{letter-spacing:2px;font-size:12px;}
.footer-logo{display:block;}
.f-link,
#footer.dark h5{color:#fff;}
#footer.dark h5{letter-spacing:1px;}
#footer.dark{color:#6f7273;}
#footer.dark .primary-footer{padding:80px 0;background:#222;}
#footer .f-list,
.r-work{margin:0;padding:0;list-style:none;}
#footer .f-list li a{display:block;color:#a2a2a2;line-height:45px;}
#footer .f-list li{border-bottom:1px solid #333;}
#footer .f-list li a:before{padding-right:15px;content:"\f105";font-family:"fontawesome";}
.r-work li a{float:left;margin:0 10px 10px 0;}
.r-work li a{width:55px;height:55px;}
.r-work li a img{width:100%;height:auto;}
#footer.dark .secondary-footer{display:inline-block;width:100%;padding:35px 0;border-top:1px solid #2c2c2c;background:#1b1b1b;font-weight:normal;font-size:14px;}
#footer.dark .secondary-footer .social-link a{display:inline-block;margin:0 0 0 15px;color:#5a5a5a;font-size:20px;}
#footer.dark .secondary-footer .social-link.circle a{width:35px;height:35px;text-align:center;border:1px solid #5a5a5a;border-radius:50%;line-height:35px;}
#footer.dark .secondary-footer .social-link.circle a:hover{color:#fff;border:1px solid transparent;background:#5a5a5a;}
.footer-3,
.footer-4{position:relative;}
.footer-3 .f-logo-center{position:absolute;top:-50px;left:50%;margin-left:-3%;padding:20px;text-align:center;border:5px solid #f5f5f5;background-color:#fff;}
.footer-4 .f-logo-center{position:absolute;top:-50px;left:50%;margin-left:-5%;padding:20px;text-align:center;border:5px solid #222;background-color:#fff;}
.footer-4.dark{padding:80px 0;background:#222;}
.footer-4.dark .social-link a{display:inline-block;margin:10px;color:#fff;font-size:20px;}
.footer-4.dark .social-link.circle a{width:40px;height:40px;text-align:center;border:1px solid #fff;border-radius:50%;line-height:40px;}
.footer-4.dark .social-link.circle a:hover{color:#222;border:1px solid transparent;background:#fff;}
.footer-4.dark .copyright{letter-spacing:2px;color:#fff;font-size:14px;}
.footer-4.dark .copyright-sub-title{letter-spacing:2px;color:#d0d0d0;font-size:12px;}