﻿.navbar .nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar .nav-menu li {
    position: relative;
    min-width: 200px;
    text-align: right;
}

.navbar .nav-menu li .dot {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.navbar .nav-menu li .dot::before,
.navbar .nav-menu li .dot::after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    top: 50%;
    transition: all .3s ease;
}

.navbar .nav-menu li .dot::before {
    width: 5px;
    height: 5px;
    right: 0;
    border: 2px solid #007BFF;
    transform: translateY(-50%);
}

.navbar .nav-menu li .dot::after {
    width: 15px;
    height: 15px;
    border: 2px solid #007BFF;
    right: -5px;
    transform: translateY(-50%) scale(0);
}

.navbar .nav-menu li .dot.active::before,
.navbar .nav-menu li:hover .dot::before {
    background: #3c4f65;
    border-color: #007BFF;
}

.navbar .nav-menu li .dot.active::after,
.navbar .nav-menu li:hover .dot::after {
    transform: translateY(-50%) scale(1);
}

.navbar .nav-menu li .dot span {
    display: inline-block;
    opacity: 0;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: capitalize;
    background-color: #96C33D;
    padding: 10px 20px;
    border-radius: 3px;
    margin-right: 20px;
    transform: translateX(20px);
    transition: all .3s ease;
}

.navbar .nav-menu li .dot span::before {
    display: block;
    position: absolute;
    content: '';
    border-left: 7px solid #96C33D;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    transform: translate(7px, -50%);
    right: 0;
    transition: all .3s ease;
}

.navbar .nav-menu li .dot.active span,
.navbar .nav-menu li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.hr-line {
    width: 100%;
    position: relative;
    margin: 15px auto;
    border-bottom: 1px solid #1F2833;
    bottom: 12px;
}
.heading.blackheading {
    font-weight: 600;
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    color: #000;
    padding: 1rem 0;
    line-height: 30px;
}
.mr-auto {
    position: relative;
    margin-right: 0 !important;
}
.fa-angle-left{
    color: transparent !important;
}
.fa-angle-right {
    color: transparent !important;
}
.statement p {
    color: #fff;
    line-height: 1.5em;
}
.dark p {
    color: #fff !important;
    line-height: 1.5;
}

.decription .top_desc::first-letter {
    color: #000;
    font-size: xx-large;
}

.gr-1 {
    background: linear-gradient(170deg, #01e4f8 0%, #1d3ede 100%);
}

.gr-2 {
    background: linear-gradient(170deg, #b4ec51 0%, #429321 100%);
}

.gr-3 {
    background: linear-gradient(170deg, #c86dd7 0%, #3023ae 100%);
}
.h-100 {
    height: 50vh !important;
}

.align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.column {
    margin-top: 3rem;
    padding-left: 3rem;
}

.column:hover {
    padding-left: 0;
}

.column:hover .card .txt {
    margin-left: 1rem;
}

    .column:hover .card .txt h1, .column:hover .card .txt p {
        color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

.column:hover a {
    color: rgba(255, 255, 255, 1);
}

.column:hover a:after {
    width: 10%;
}

.card {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: #fff;
    letter-spacing: 0.05rem;
    /*font-family: 'Oswald', sans-serif;*/
    box-shadow: 0 0 21px rgba(0, 0, 0, .27);
}

.card .txt {
    /*margin-left: -3rem;*/
    z-index: 1;
}

.card .txt h1 {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

.card .txt p {
    font-size: 0.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0rem;
    margin-top: 33px;
    opacity: 0;
    color: rgba(255, 255, 255, 1);
}

.card a {
    z-index: 3;
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 1);
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: uppercase;
}
.card a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    transition: 0.5s;
}
.card .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card i {
    position: relative;
    right: -50%;
    top: 60%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.2;
    color: rgba(255, 255, 255, 1);
    z-index: 0;
}

/*Market*/
.media {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

figure {
    height: 325px;
    overflow: hidden;
    position: relative;
}

figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

figure:hover .media {
    transform: scale(1.25);
}

figcaption {
    color: rgb(37, 40, 48);
    /* height: calc(100% - 30px); */
    /* margin: 15px; */
    /* left: 0px; */
    position: absolute;
    /* top: 0px; */
    width: 50%;
}

svg {
    height: 100%;
    width: 100%;
}

svg text {
    text-anchor: middle;
}

svg #alpha {
    fill: white;
}

svg .title {
    font-size: 28px;
    font-family: "Montserrat";
    letter-spacing: 5px;
}

svg #base {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

/*data*/

.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px;
}

.statement .darkText {
    color: #000;
    line-height: 1.5em;
}

.details-group {
    /*border: 1px solid #cfd8dc;*/
    border-radius: 5px;
    background-color: white;
}

.details {
    overflow: hidden;
    /*border-bottom: 1px solid #cfd8dc;*/
    transition: height 300ms ease-in-out;
}

    .details:last-child {
        border-bottom: 0;
    }

.details__summary, .details__content {
    padding: 24px;
}

.details__summary {
    position: relative;
    list-style: none;
    padding-left: 48px;
    outline: 0;
    cursor: pointer;
    font-size: 1.4rem;
    text-transform: uppercase;
    transition: color 300ms ease-in-out;
}

[open] > .details__summary {
    color: #3c4f65;
}

.details__summary::-webkit-details-marker {
    display: none;
}

.details__summary:before, .details__summary:after {
    content: "";
    position: absolute;
}

.details__summary:before {
    left: 20px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 16px;
    background: #23568c;
}

.details__summary:after {
    left: 28px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    width: 2px;
    margin-left: -1px;
    background: #23568c;
    transition: all 300ms ease-in-out;
}

[open] .details__summary:after {
    opacity: 0;
    transform: translateY(25%);
}

.details__content {
    padding-top: 0;
    padding-left: 48px;
}

.ico-card a {
    color: #3c4f65;
    font-weight: 600;
}

.ico-card i {
    background: #3c4f65;
    border-radius: 50%;
    color: #fff;
    font-size:18px;
}
.dealSearch {
    height: 50px;
    background: 0;
    border: 0;
    outline: none;
    /*width: 80vw;*/
    /*max-width: 400px;*/
    font-size: 1.5em;
    transition: padding 0.3s 0.2s ease;
}

/*DealsHome*/
.dealSearch:focus {
    padding-bottom: 5px;
}
.dealSearch:focus + .line:after {
    transform: scaleX(1);
}
.field {
  position: relative;
}
.field .line {
    width: 100%;
    height: 1px;
    position: absolute;
    /*bottom: -8px;*/
    background: #3c4f65;
}
.field .line:after {
  content: " ";
  position: absolute;
  float: right;
  width: 100%;
  height: 1px;
  transform: scalex(0);
  transition: transform 0.3s ease;
  background: #96c33d;
}

.dealSearch::placeholder, .dealsfromdate::placeholder, .dealstodate::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A2A3A2 !important;
    opacity: 1; /* Firefox */
    font-size: 16px;
}
.dealscalender {
    color: #A2A3A2;
    position: absolute;
    margin: 15px 0;
    right: 10px;
    height: 20px;
    width: 20px;
    font-size: 2em;
}
.dealsfromdate, .dealstodate {
    background: 0;
    border: 0;
    outline: none;
}
.widthheight{
    width: 100%;
    height: 50px;    
}
/*.typed{

}*/
.searchFilter {
    transition: all .5s ease;
    color: #fff;
    border: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: #3c4f65;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}
.searchFilter:hover{
    color: #96c33d;
    background-color: #fff;
    border: 1px solid #96c33d;    
}
/*.dealsHeading {
    padding-top: 20px;
    padding-bottom: 20px;
}*/
.dealsHeading .deals-heading{
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 900;
    text-align: left !important;
    letter-spacing: 0;    
}
.dealsHeading .deals-heading:hover{
    color: #7db11a;
    text-decoration: underline !important;
}
.delasPad {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.dealsMargin{
    position: relative;
    margin: 20px auto;
}

.releasedate span, .releasedate i{
    color:#3c4f65;
    font-weight: 600;
}
.pagination-container{
    position: relative;
    margin: 20px auto;
}
/* End Nav Styles */
#particles-js {
    position: absolute;
    margin: 60px auto;
    top: 60px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 99%;    
}
/*Partner*/
.mgauto{
    margin: 50px auto;
}
.pd2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.clientHeader{
    text-align: left;
}
.subscription_bg p {
    color: #ccc !important;       
    margin: 40px auto;
}
.subscription_bg h3{
    color: #fff;
    font-size: 21.5px !important;
    font-weight: 600 !important;
}
/*Pricing Graph*/

#pills-tab li {
    background: #000 !important;
    border-radius: 0;
    border-right: 1px solid #fff;
}
ul#pills-tab li a.active {
    background: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #000;
}
.mktHeader h2{
    margin: 20px auto;
    color: #fff;
    font-size: 21.5px;
    font-weight: 600;
    text-transform: capitalize;
}
.slash {
    color: #22568B;    
}
.chemicals{
    margin: 20px auto; 
    text-align: right;
}
.marketBenchmark {
    list-style: none;
    position: relative;    
}
.marketBenchmark li{
    line-height: 2.5em;
    color: #fff;
    font-size: 12px;
}
.marketBenchmark i{
    padding-left: 10px;
}
.mktHeader p {
    text-align: justify;
    color: #fff;
    line-height: 1.9em;   
    word-spacing: 0.5em;
}

.newsLetterEmail::placeholder {
    color: #ccc !important;
    opacity: 1;
}
.newsLetterEmail:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

.newsLetterEmail::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
}
.new_footer_top {
    /*padding: 20px 0px 30px;*/
    position: relative;
    overflow-x: hidden;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;    
}

.hearitFirst h2{
    font-weight: 600;
    font-size: 26.5px !important;
}
.priority i{
    color: #000;
    font-size: 21.5px;
    padding-right: 10px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 10px 0px;
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}
.SocialUnorder li{
    float: left;
    list-style:none;
    padding: 2px;
}
.SocialUnorder li {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
.SocialUnorder li a:hover {
    color:#fff;
    font-weight: 600;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #ccc;
}
.cta-section .btn:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ti-facebook:before {
    content: "\e741";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-pinterest:before {
    content: "\e731";
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 5px;
    color: #fff;
    font-style: normal;
    margin-top:20px;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}*/

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;       
    width: 100%;
    height: 266px;
}

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}
#content-block {
    position: relative;
    overflow: hidden;
}

.parallax-slide {
    position: relative;
    height: 100vh;
}

.parallax-clip {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    /*clip: rect(auto, auto, auto, auto);*/
}

.fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    /* -webkit-transform: translateZ(0); /* necessary for iOS! */
}


    /* used only as overlay for the images,
   darkens it a little in this case */
    .fixed-parallax:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        content: "";
    }


