@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,500i,600,600i,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
}
.pos-card::-webkit-scrollbar-track {
    border-left: 1px solid #f2871f;
    border-right: 1px solid #f2871f;
}
.pos-card::-webkit-scrollbar-thumb {
    background-color: #f2871f;
    outline: 1px solid #f2871f;
    border-radius: 50px;
}
.pos-card::-webkit-scrollbar {
    width: 5px;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #F28720;
}

::selection {
  color: #fff;
  background: #F28720;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color:#000;
}

a {
    text-decoration: none;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-l-25{
        padding-right: 25px;
}
.p-r-25{
      padding-left: 25px;
}
element.style {
}
.showPdfimg img {
    margin: 0 0 15px 15px;
}
.accordion-container .set a {
    text-transform: capitalize;
}
.investor-wrapper {
    padding: 20px;
}
.investor-info a{
	color:#ed1c24;
}
.year-info table tr{
	border-bottom: 1px solid #ddd;
}
.year-info table tr td {
   padding: 10px 0;
}
.investor-info p{
	display:none;
}
.investor .content{
	padding-top:0;
}
.showPdfimg{
	display:none;
}
.year-info.no-border table tr{
	border-bottom:0 none;
}
.year-info td{
	text-transform:capitalize;
}
.investor-inner{
	padding: 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.investor-inner .text-right a{
	color: #ed1c24;
	text-decoration:none;
}
.investor .tab-content .accordion-container .content p a{
	color:#333;
}
.mt-4 {
    margin-top: 20px;
}
.services-block-four.v2 .inner-box .icon-img-box {
    max-width: 50px;
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.services-block-four .inner-box .text {
    font-size: 14px;
    color: #636467;
    margin-top: 8px;
    margin-bottom: 10px;
}
.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px;
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f2871f;
}
.icon-img-box {
    position: absolute;
    left: 0;
    top: -20px;
}
.services-block-four.v2 .inner-box .icon-img-box {
    max-width: 50px;
}

.features .services-block-four {
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    padding: 20px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.fuel-features .container.has-shadow {
    padding: 0px 30px 50px;
    background: #fff;
}
.has-shadow {
    -webkit-box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    border-radius: 10px;
}
.services-ic{
    margin-top: 5%;
}
.proj-viwe{
        text-align: center;
    margin-top: 3%;
}
.view-all-prj:hover{
    color: #fff;
}
.view-all-prj{
    background-color: #f28720;
    color: #fff;
    padding: 15px;
    font-size: 18px;
     border: 1px solid #f28720;
    display:none;
    }
    .view-all-prj:hover {
        background-color: #fff;
        color: #f28720;
        padding: 15px;
        font-size: 18px;
        border: 1px solid #f28720;
    }
.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
    position: relative;
    /*z-index: 3;*/
}
#main-nav.affix .navbar-brand > img{
    top: 2px;
    height: 35px;
}
/*Header*/
/*Top nav left*/
/*.our-products:after {
    content: 'OUR PRODUCTS';
    position: absolute;
    z-index: -1;
    font-size: 110px;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    color: #c4bfbf;
    top: 15%;
    font-weight: bold;
    width: 100%;
}
.our-projects:after {
    content: 'OUR PROJECTS';
    position: absolute;
    z-index: -1;
    font-size: 110px;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    color: #c4bfbf;
    top: 15%;
    font-weight: bold;
    width: 100%;
}
.our-blogs:after {
    content: 'OUR BLOGS';
    position: absolute;
    z-index: -1;
    font-size: 110px;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    color: #c4bfbf;
    top: 15%;
    font-weight: bold;
    width: 100%;
}
.our-client:after{
     content: 'OUR CLIENTS';
    position: absolute;
    z-index: 1;
    font-size: 110px;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    color: #c4bfbf;
    top: 15%;
    font-weight: bold;
    width: 100%;
}*/

.solex-title{
    font-size: 55px;
    color: #F28720;
    text-align: center;
    font-weight: 600;
    padding: 5% 0% 2% 0%;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
.section-titleV3 {
    position: relative;
   
    margin: 80px auto;
    max-width: 100%;
    text-align: center;
}
.section-titleV3 h2 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    font-size: 110px;
    opacity: 0.2;
    color: #c4bfbf;
    display: inline-block;
    margin: 0 auto;
}
.section-titleV3 h3 {
    margin-top: -110px;
    letter-spacing: 0px;;
    line-height: 60px;
}
.top-nav {
    ;
    color: #333;
    line-height: 50px;
}

/*Top left Menu*/
.top-left {
    float: left;
}

.top-left ul >li {
    display: inline-block;
    margin-right: 15px;
}

.top-left a {
    font-size: 16px;
    color: #333;
}

.top-left a:hover {
    color: #01b1d7;
}

/*Top Right Menu*/
.top-right {
    float: right;
}

.top-right p:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #01b1d7;
    margin-right: 10px;
}

.top-right p > span {
    margin-left: 5px;
    font-style: italic;
    font-weight: 400;
}
.installment{
    padding: 5%;
}
.insta-text h5{
    font-size: 18px;
    color: #636467;
    font-family: 'Poppins', sans-serif !important;
        text-align: center;
    line-height: 1.5;
}
.install-img{
    text-align: center;
}
.installment-item{
    height: 180px;
    border-right: 2px solid #dddddd4a;
    position: relative;

}
.achive{
    padding-bottom: 5%;
}

.portfolioDisc {
    width: 130px;
    height: 0px;
    padding-top: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /*margin-top: 100px;*/
    position: absolute;
    background-color: #F1F2F2;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000;
    border-radius: 50px;
       left: 25%;
       cursor: pointer;
}
.installment-item:hover .install-img{
    margin-top: -25px;
    transition: 1s;
}
.installment-item:hover .portfolioDisc {
    margin-top: 0px;
    height: 35px;
    line-height: 3;
    left: 25%;
}
.sun-img{
    position: absolute;
    left: 73px;
    top: 35px;
    height: 50px;
}
.sun-img-p {
    position: absolute;
    left: 32%;
    top: 12%;
    height: 50px;
}

.why-solex{
    background-color: #F8F8F8;
}
.why-btn{
    border: 1px solid #F28720;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #F28720;
}
.why-btn:hover {
    background-color: #f28720;
    color: #fff;
    border: 1px solid #f28720;

}
.why-solex-left h1{
    color: #636469;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5%;
    position: relative;
}
.why-solex-left{
    padding-left: 12%;
    padding-top: 5%;
}
.why-solex-left p {
    color: #ACB3BF;
    font-size: 20px;
    margin-bottom: 10%;
    font-weight: 400;
    line-height: 1.5;
}
.why-solex-left span{
    color: #F28720;
    font-size: 50px;
    font-weight: bold;
}


/*Nagivation*/
.navbar-brand {
      float: left;
    height: 0px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0px;

}
#main-nav {
    padding: 0 0 0px 0;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255);
    color: #fff;
    z-index:10;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
    margin:0;
    box-shadow: 2px 3px 4px 0px #00000026;
}

.sun-img-p {
    position: absolute;
    left: 32%;
    top: 64px;
    height: 50px;
}
.sun-img-pr{
         position: absolute;
    left: 34%;
    height: 50px;
    /* top: 50%; */
    margin-top: 4%;
}
.sun-img-ac{
    position: absolute;
    left: 29%;
    height: 50px;
    /* top: 50%; */
    margin-top: 74px;
}
.product-name{
    background-color: #F28720;
    color: #fff;
    padding: 3%;
    text-align: center;
    margin-top: 4%;
    width: 100%;
    border: 1px solid #f28720;
}
.product-name a{
    color: #fff;
}
.product-name:hover a{
    color: #F28720;
}
.product-name h5{
    font-size: 22px;
    font-weight: 500;
}
/*
#main-nav .navbar-header a {
    background-color: #01b1d7;
    color: #fff;
}*/
/*Toggle Menu*/
#main-nav .navbar-toggle {
    background-color: #ef7e0d;
}

#main-nav .navbar-toggle span {
    background-color: #fff;
}

/*Main Menu*/
.top-right a{
    color: #F28720;
}
#main-nav .navbar-right {
    margin-top: 10px;
}
#main-nav .navbar-right li > a {
    cursor: pointer;
font-size: 15px;
    line-height: 25px;
    color: #636467;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}

#main-nav .navbar-right li > a:focus {
    color: #f2871f;
    background: none;
    outline: none;
}
#main-nav .navbar-nav>li>span {
    
      color: #444;
    margin: 0 -2px;
    position: absolute;
    top: 5%;
}
#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
color: #F28720;
    background: none;
    font-weight: 500;

}
.solex-title span{
    color: #636469;
}
/*experties*/

.exprties{
    margin-top: 5%;
    padding: 2%;
    background-color: #f3f2f2;
}
.exprties-item {
    height: 150px;
    border-right: 2px solid #dddddd99;
    position: relative;
}


.exprties-text h5 {
    font-size: 18px;
    color: #636467;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    line-height: 1.5;
}
.exprties-img{
    text-align: center;
}
.exprties-img:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*clients-logo*/
.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;
}
.customer-logos{
    padding-bottom: 2%;
    padding-top: 2%;
}
 .client-sections{
  background-color: #fff;
     padding-bottom: 5%;
}
.certificate .slick-slide{
    border: 4px solid #f2871f;
   padding: 10px;
   border-radius: 5px;
}

/*Search Form*/
.search-form {
    padding: 10px;
    position: absolute;
    bottom: -76px;
    right: 15px;
    z-index: 3;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
    visibility: visible;
    opacity: 1;
}

.search-form input {
    height: 40px;
    width: 275px;
    border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
    margin: 0;
    padding: 0;
   position: relative;
  text-align: center;
}

.flexslider {
    border: 0;
}

#slider.flexslider .slides > li img {
    
}

/*Slider Caption*/
#slider .caption h1 {
  top: 50%;
    margin:0 auto;
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 60px;
        color: #f8f8f8;
    text-shadow: 3px 2px 3px #0000007d;
    letter-spacing: 2px;
    position:absolute;
}



#slider .caption span {
    padding: 0 10px;
    background-color: #01b1d7;
    color: #fff;
}

#slider .caption p {
    
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-top: 30px;
    color: #01b1d7;
}

#slider .caption button {
    
    font-weight: 700;
    font-size: 17px;
    margin-top: 20px;
    background-color: #01b1d7;
    color: #fff;
    border: 1px solid #fff;
}

#slider .caption button:hover {
    background-color: #fff;
    border: 1px solid #01b1d7;
    transition: 0.3s;
    color: #01b1d7;
}

.product-name:hover {
    color: #f28720;
    border: 1px solid #f28720;
    background-color: #fff;
    cursor: pointer;
}
/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {

    .set > a {

    font-size: 10px;
}

    .about-para h1{
        font-size: 22px;
    }
    .change-order {
   display: flex;
   flex-flow: column-reverse;
}
    .our-products:after {
      display: none;
}
.our-projects:after {
     display: none;
}
.our-blogs:after{
     display: none;
}
    .our-client:after{
         display: none;
    }
    .view-all-prj {
    background-color: #f28720;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    border: 1px solid #f28720;
}
    .blog-content:before{
        display: none;
    }

    .services-block-four .inner-box h3 {
        position: relative;
        font-size: 15px;
}
    .why-solex{
    background-color: #F8F8F8;
        padding-bottom: 20px;
}
    .testimonial-caption-style img{
        height: 120px;

    }
    .testimonial-style .carousel-inner > .item{
            height: 390px !important;
    }

.portfolioDisc{
    display: none;
}
.install-img img{
    height: 50px;
    }
    .installment-item {
    height: 120px;
    border-right: none;
}
.installment-item:hover .install-img {
    margin-top: 0px;
    }
.why-solex-left h1 {
    color: #636469;
    font-size: 30px;
    }
    .text-testi {
    color: #fff;
    font-size: 13px !important;
        line-height: 2;
}
    .testi-title {
    color: #fff;
    font-size: 14px !important;
    line-height: 1.5;
}
    #slider .caption h1{
    position: absolute;
    

    font-size: 18px;
       
    }

    #slider .caption h2 {
        font-size: 15px;
    }

    #slider .caption p {
        font-size: 10px;
        font-style: italic;
        margin: 0;
        padding: 0;
        color: #01b1d7;
    }

    #slider .caption .btn {
        width: 80px;
        height: 20px;
        font-size: 10px;
        margin-top: 5px;
        padding: 0;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    .change-order {
   display: flex;
   flex-flow: column-reverse;
}
    .mission-vission:before{
            background-size: contain !important;
            background-repeat: no-repeat !important;
    }
    .about-img1:after {
    
    bottom: -40px !important;
    right: 2px !important;
}
    .about-img:before {
    position: absolute;
    content: '';
    left: 1px !important;
    top: -25px !important;
    height: 110px;
    width: 110px;
    background-image: url(../images/ab-img.png);
    background-size: 100% 100%;
    z-index: -1;
    animation: pulse 3s infinite ease-in-out;
}

    .blog-content{
        padding: 20px;
        height: 280px !important;
    }
    .blog-img img {
    height: 310px !important;
}
    .blog-content:before{
        display: none;
    }
    .our-products:after {
      font-size: 70px;
          top: 25%;
  }
.our-projects:after {
     font-size: 70px;
         top: 25%;
}
.our-blogs:after{
     font-size: 70px;
         top: 25%;
}
.our-client:after{
     font-size: 70px;
         top: 25%;
}


    .mt-md-30 {
    margin-top: 30px !important;
}
    #main-nav .navbar-nav>li>span{
        display: none;
    }
    .portfolioDisc {
    width: 160px;
}
.installment {
    padding: 2%;
}
.installment-item:hover .install-img {
    margin-top: -5px;
    transition: 1s;
}
.installment-item{
    border-right: none;
    display: inline-block;
    width: 100%;
}
.why-solex-left {
    padding-left: 0%;
    padding-top: 5%;
    margin-bottom: 5%;
}
    #slider .caption h1{
      
    font-size: 38px;
 
    }

    #slider .caption h2 {
        font-size: 24px;
    }

    #slider .caption p {
        font-size: 16px;
        font-style: italic;
        margin-top: 15px;
        color: #01b1d7;
    }

    #slider .caption .btn {
        width: 110px;
        height: 30px;
        font-size: 12px;
        margin-top: 15px;

    }
}

/*Control Nav*/
#slider .flex-control-nav {
    position: absolute;
    display: none;
    z-index: 2;
}

#slider .flex-control-nav li {
    margin: 5px;
    display: inline-block;
}

#slider .flex-control-paging li a {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
    background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
    background: #01b1d7;
    width: 12px;
    height: 12px;
}
.margquee-line{
        background-color: #f2871f;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.navbar-brand > img{
    position: absolute;
    top: -30%;
}
/*About*/
#about {
    padding: 80px;
}

#about .about-heading {
    text-align: center;
}

#about .about-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#about .about-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

#about .about-left {
    position: relative;
    z-index: 2;
}

#about .about-right:before {
    content: "";
    border: 8px solid #e5eef0;
    width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
    position: relative;
    padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-top: 100px;
    text-transform: uppercase;
}

#about .about-right-boot:before {
    content: "\f080";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #01b1d7;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
    left: 0;
    top: 75px;
}

#about .about-right-wrapper a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #282828;
}

#about .about-right-wrapper a:hover {
    color: #01b1d7;
}

#about .about-right-wrapper p {
    line-height: 28px;
    margin-top: 20px;
    color: #8e8e8e;
}

#about .about-right-best:before {
    content: "\f201";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #01b1d7;
}

#about .about-right-support:before {
    content: "\f025";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #main-nav .navbar-nav>li>span{
        display: none;
    }
    .why-solex-left p {
    color: #ACB3BF;
    font-size: 15px;
}
.why-solex-left span {
    color: #F28720;
    font-size: 30px;
}
    .margquee-line {
        background-color: #f2871f;
        padding: 5px;
        color: #fff;
        font-size: 14px;
    }
.breadcrumb-container li a {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 14px !important;
}
    .text-testi img{
        height: 15px;
    }
    .navbar-brand > img {
    position: absolute;
    top: 0%;
}
    #portfolio .caption p{
        top:44% !important;
    }

.product-name h5 {
    font-size: 11px;
}
    .product-name-extra
    {
    padding-left: 2px;
    padding-right: 2px;
    }
    .product-name {
    
     padding: 0%; 
    }
.proj-viwe {
    text-align: center;
    margin-top: 8%;
}
    .insta-text h5 {
    font-size: 12px;
}
    .why-solex-left {
    padding-left: 0%;
}
.img-why-solex{
        margin-top: 10%;
}
.solex-title {
    font-size: 35px;
}
.images-product img{
    width: 100%;
}
    #about {
        padding: 0;
    }

    #about .about-heading h2 {
        margin-top: 30px;
        font-size: 27px;
    }

    #about .about-heading p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    #about .about-right:before {
        content: "";
        border: 8px solid #e5eef0;
        width: 100%;
        height: 100%;
    }

    #about .about-right {
        position: relative;
        padding: 30px;
        margin-top: 20px;
    }

    #about .about-right-heading h1 {
        padding-top: 20px;
        font-size: 25px;
        text-align: center;
    }

    #about .about-right-boot:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-wrapper {
        position: relative;
        left: 0;
        top: 35px;
    }

    #about .about-right-wrapper a > h3 {
        font-size: 20px;
    }

    #about .about-right-wrapper p {
        margin-top: 20px;
        font-size: 13px;
    }

    #about .about-right-best {
        margin-top: 40px;
    }

    #about .about-right-best:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-support {
        margin-top: 40px;
    }

    #about .about-right-support:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }
}

/*Media*/
@media screen and (max-width: 767px) {
    .blog_title_mobile{
font-size: 20px;
    }
    .navbar-brand > img{
    position: absolute;
    top: 5%;
        height: 30px;

}
    
}
@media screen and (min-width: 521px) and (max-width: 766px){
    .product-name-extra
    {
    padding-left: 2px;
    padding-right: 2px;
    }
    .product-name {
    
     padding: 0%; 
    }
    .product-name h5
    {
        font-size:18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {

    .navbar-brand>img {
        display: block;
        position: relative;
        bottom: 11%;
        left: 0%;
        width: 100px;
}
.navbar-brand > img {
    position: absolute;
    top: 30%;
}
#main-nav.affix .navbar-brand > img {
    top: 12px;
    height: 25px;
    width: 80px;
        left: 0%;
    }
.nav > li > a {
    padding: 10px 5px !important;
}
}
@media screen and (min-width: 521px) and (max-width: 980px) {


.images-product img{
    width: 100%;
}
    #about {
        margin-top: 50px;
        padding: 0;
    }

    #about .about-heading h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #about .about-heading p {
        margin-top: 20px;
        line-height: 20px;
    }

    #about .about-right:before {
        content: "";
        border: 8px solid #e5eef0;
        width: 100%;
        height: 100%;
    }

    #about .about-right {
        position: relative;
        padding: 30px;
        margin-top: 20px;
    }

    #about .about-right-heading h1 {
        padding-top: 20px;
        font-size: 25px;
        text-align: center;
    }

    #about .about-right-boot:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-wrapper {
        position: relative;
        left: 0;
        top: 35px;
    }

    #about .about-right-wrapper a > h3 {
        font-size: 20px;
    }

    #about .about-right-wrapper p {
        margin-top: 20px;
        font-size: 13px;
    }

    #about .about-right-best {
        margin-top: 40px;
    }

    #about .about-right-best:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-support {
        margin-top: 40px;
    }

    #about .about-right-support:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

}

/*About bg*/
#about-bg {
    position: relative;
    background-image: url(../images/about/about2.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
    font-family: 'Josefin', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    z-index: -2;
}

.about-bg-heading h1 {
    font-size: 40px
}

.about-bg-heading p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-weight: 400;
    font-size: 16px;
}

.about-bg-wrapper {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    z-index: -2;
}

#about-bg .about-bg-wrapper .count {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 45px;
    margin-right: 20px;
    text-align: center;
    float: left;
    color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    float: left;
}

.blog-content{
    background-color: #F0F1F1;
        padding: 37px;
    height: 360px;
}
.container-fluid .blog-layout {
    width: 100%;
    padding-right: 1px;
  
}
.blod-column
{
    padding-right: 0px;
    padding-left: 0px;
}
.p-b-1
{
    padding-bottom: 1rem;
}
.blog-img img
{
    height: 360px;
    width: 100%;
}
.blog-content:before {
     width: 0;
    content: '';
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f0f1f1;
    position: absolute;
    right: -14px;
    z-index: 9;
}
.blog-title h4{
        color: #f28720;
    font-weight: bold;
}
.admin-name{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.date{
        color: #ACAEAF;
    font-weight: lighter;
} 
.blog-all-cont p{
    color: #acafb8;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}
.blog-readmore{    
    text-align: right;
    color: #acafb8;
        margin-top: 30px;
}
.blog-header p{
    color: #ACAEAF;
    font-size: 18px;
}
#blog-section a {
    color: #ACAEAF;
    text-decoration: underline;
    }
/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    .section-titleV3 h3 {
        margin-top: 0px;
        letter-spacing: 0px;
        line-height: 20px;
            font-size: 25px;
    
    }
.section-titleV3 {
    position: relative;
    margin: 25px auto;
}
    .section-titleV3 h2{
        display: none !important;
    }
    .mission-vission:before{
        background-image: none !important;
    }
    .about-img1:after {
    position: absolute;
    content: '';
    height: 90px !important;
    width: 90px !important;
    bottom: -10px !important;
    right: 5px !important; 
}
.about-img:before {
    position: absolute;
    content: '';
    left: 5px  !important;
    top: -20px  !important;
    height: 90px  !important;
    width: 90px  !important;}
.f-img-bg{
    background-image: none !important;
}   
.footer-blue {
    background-color: #27AAE2;
    padding: 1px 20px 5px 20px !important;
}
    .blog-content {
    background-color: #F0F1F1;
    padding: 15px;
    height: 290px;
}
.blog-img img {
    height: 250px;
    width: 100%;
}
    #footer .footer-heading ul > li > a {
    font-weight: 300;
    font-size: 12px !important;
}
#footer .footer-heading span{
    font-size: 12px !important;
}
        .about-bg-heading h1 {
        font-size: 28px;
    }

    .about-bg-wrapper {
        margin-left: 25%;
    }
        #footer .footer-heading h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #636467;
    font-weight: 500;
    margin-top: 20px;
}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
   .section-titleV3 h3 {
    margin-top: -55px !important;
}

    .icon-img-box {
    position: absolute;
    left: 0;
    top: -10px;
}
    .fuel-features .container.has-shadow {
    padding: 0px 30px 30px;
}

    .about-bg-heading h1 {
        font-size: 30px;
    }

    .about-bg-wrapper {
        margin-left: 35%;
    }

}

/*Service*/
#service {
    margin-top: 100px;
    background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
    padding: 0;
    
}

#service .service-heading {
    text-align: center;
}

#service .service-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#service .service-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

.services-style-one {
    position: relative;
}

.services-style-one .outer-box {
    position: relative;
    background: #1c1c1c;
}

.services-style-one .services-column {
    position: relative;
    width: 50%;
    float: left;
    background: #f2f3f4;    
}

.services-style-one .service-block {
    position: relative;
    margin-bottom: 40px;    
}

.services-style-one .services-column .content-outer {
    position: relative;
    float: right;
    max-width: 700px;
    padding: 80px 20px 40px 40px;   
}

.services-style-one .services-column .icon-box {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1px;
    color: #01b1d7; 
}

.services-style-one .services-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #1c1c1c; 
}

.services-style-one .services-column .text {
    font-size: 13px;
    color: #5a5a5a;
    max-width: 250px;   
}

.services-style-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    background: #1c1c1c;
    text-align: right;
}

.services-style-one .content-column .content-box {
    position: relative;
    float:left;
    padding: 170px 20px 100px 320px;
    max-width: 700px;   
}

.services-style-one .content-column .sec-title h2 {
    color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
    border-bottom: 2px solid #01b1d7;
    padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
    position: relative;
}

.services-style-one .content-column .text {
    position: relative;
    margin: 30px 0;
    color: #999999;
    line-height: 25px;
}

.inner-box button {
    background-color: #01b1d7;
    width: 120px;
    height: 35px;
    color: #fff;
}

.inner-box button:hover {
    background-color: #fff;
    color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
    background: #222222;
    padding: 30px 0;
}

#service .service-footer-left h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

#service .service-footer-left h3 > span {
    color: #01b1d7;
}

#service .service-footer-left p {
    font-size: 16px;
    color: #9d9d9d;
}

#service .service-footer-right {
    float: right;
    line-height: 80px;
}

#service .service-footer-right button {
    background-color: #01b1d7;
    width: 180px;
    height: 50px;
    color: #fff;
}

#service .service-footer-right button:hover {
    background-color: #fff;
    color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #service {
        margin-top: 50px;
    }

    #service .service-heading h2 {
        font-size: 27px;
    }

    #service .service-heading p {
        font-size: 13px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px; 
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {

    #service {
        margin-top: 50px;
    }

    #service .service-heading h2 {
        font-size: 30px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px; 
    }
}

/*Portfolio*/
#portfolio {
    margin-top: 50px;
}

#portfolio .portfolio-heading {
    text-align: center;
}

#portfolio .portfolio-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#portfolio .portfolio-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
    position: relative;
}

#portfolio .portfolio-thumbnail img {
    width: 100%;
    height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
    padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(242, 135, 31, 0.8);
    opacity: 0;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
    opacity: 1;
        transition: all .3s ease-out;
}

#portfolio .caption .view {
        width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #f18620;
    background-color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition-delay: .2s;
    font-size: 18px;
}


#portfolio .caption p {
    font-weight: 400;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 16px;
    text-transform: capitalize;
    top: 40%;
    left: 0%;
    right: 0%;
    line-height: 20px;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {

    .exprties-img img{
        text-align: center;
        height: 30px;
}
.exprties-item {
    height: 90px;
    border-right:none;
    }
.exprties-text h5 {
    font-size: 9px;
    }
#portfolio .caption p
    {
        font-size:10px;
        line-height:12px;
    }
    #portfolio {
        margin-top: 50px;
    }

    #portfolio .portfolio-heading h2 {
        font-size: 27px;
    }

    #portfolio .portfolio-heading p {
        font-size: 13px;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {

    .footer-blue {
    background-color: #27AAE2;
    padding: 2px 45px 42px 45px !important;
}
    .exprties-item {
         height: 160px;
    }
    #portfolio {
        margin-top: 50px;
    }
#portfolio .caption p
    {
        font-size:12px;
    }
    #portfolio .portfolio-heading h2 {
        font-size: 30px;
    }

}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
 
    #footer .footer-heading{
        padding:0 !important;   
    }
    #footer .footer-heading h3 {
    font-size: 20px !important;
    margin-top: 20px !important;
}
    .mob-top{
            margin-top: 10% !important;
    }
    .btns-why{
            text-align: center;
    padding-top: 10%;
    }
    #contact {
        margin-top: 50px;
    }

    #contact .contact-heading h2 {
        font-size: 27px;
    }

    #contact .contact-heading p {
        font-size: 13px;
    }
    .img-why-solex{
        display: none;
    }
    
}

/*Media*/
@media screen and (min-width: 992px) and (max-width: 1200px){
    .installment-item {
        display: inline-block;
        width: 100%;
       border-right: 0px solid #dddddd4a;
    }
    .portfolioDisc {
         width: 50%;
    }
ul.tabs li {
 
    margin-right: 4%;
}
       .card-title {
    font-weight: 600;
    font-size: 20px;
}
    .navbar-brand > img {
    position: absolute;
    top: -8%;
    width: 146px;
    left: 1%;
}
    .about-img1:after {
  
    bottom: -45px !important;
    right: 0px !important;
  
}
.power-table{
    padding: 0% !important;
}
.about-img:before {

    left: -20px !important;
    top: -35px !important;
  
}
}

@media screen and (min-width: 981px) and (max-width: 3000px) {

    .why-solex-mob{
        display: none;
    }
}
@media screen and (min-width: 521px) and (max-width: 980px) {

        .soc-icons {
    display: flex;
       padding-top: 2% !important;
    padding-left: 0%;
    padding-bottom: 5%;
}
    .btns-why{
            text-align: center;
    padding-top: 5%;
    }
    .img-why-solex{
        display: none;
    }
    
    #contact {
        margin-top: 50px;
    }

    #contact .contact-heading h2 {
        font-size: 30px;
    }

}
 marquee span { 
    margin-right: 100%; 
    } 
    marquee b{ 
    white-space:nowrap;
    margin-right: 100%; 
    }
    marquee p{
        margin-bottom: 0px;
    } 

/*Footer*/
.footer{
    background-color: #e9e9e9db;
}
/*.f-img-bg{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 65px;
}*/
.blue-title h3{
        font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
}
.footer-blue{
    background-color: #27AAE2;
padding: 0px 45px 176px 45px;
}
#footer .footer-heading {
    font-weight: 700;
    padding: 0 20px;
    color: #fff;
}
#footer .Followers-heading {
    font-weight: 700;
    padding: 0px 20px;
}
#footer .Followers-heading h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #636467;
    font-weight: 500;
    margin-top: 10px;
}
.blue-title p{
  color: #fff;
}


#footer .footer-heading h3 {
        font-size: 25px;
    text-transform: capitalize;
    color: #636467;
    font-weight: 500;
    margin-top: 40px;
}

#footer .footer-heading span {
    padding-left: 5px;
    color: #636467;
    font-weight: 500;
}

#footer .footer-heading p {
    
    word-spacing: 3px;
    font-weight: 300;
    margin-top: 0px;
    color: #7e7e7e;
}

#footer .footer-heading ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.soc-ic:hover {
      transform: scale(1.3);
    transition: 1s;
}
#footer .footer-heading li:after first-child {
        content: '';
        background-color: transparent;
    }
/*#footer .footer-heading li:after {
      content: '';
    height: 1px;
    width: 150px;
    position: absolute;
     z-index: 9; 
    background-color: #ddd;
    left: 35px;
}
*/
.bb:after {
      content: '';
    height: 0px;
    width: 150px;
    position: absolute;
    /* z-index: 9; */
    background-color: transparent !important;
    left: 35px;
}
#footer .footer-heading li {
    border-bottom: 1px solid #d0caca;
    padding: 5px 0;
}
.soc-icons{
    display: flex;
   
}
.soc-icons li{
    padding-right: 10px !important;
}
.bb{
    border-bottom: none !important;
	
}
.p-l-0
{ padding-left:0px  }
.p-r-0{
  padding-right: 0px
}
.ph-color, b{
   color: #f2871f;
}
.testi-title{
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-top: 20px;
}
.testi-title span{
        color: #F28720;
}
.testi-slider{
/*         background-image: url(../images/slider/banner.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
         margin-top: 2%;
}
/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
  background-color: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.test-logo-title{
    color: #f59a27;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
       margin-bottom: 3%;
    margin-top: 3%;
}
.testi-title:before {
    content: '';
    background-color: #fff;
    height: 5px;
    width: 15%;
    position: absolute;
        bottom: -20%;
    right: 43%;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
.carousel-indicators{
    display: none;
}
/* text-style */
.text-testi{
    color: #fff;
    font-size: 18px;
}
.testimonial-style .testimonial-caption-style {
  font-weight: 400;
  font-size: 24px;
  color: #354052;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 2%;
}
.testimonial-style .testimonial-authors {
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
     height: 450px;
}
.testi-slider:before {
    content: '';
    background-color: #000000a6;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}
/* Textimonial CSS Code End */
#footer .footer-heading ul > li > a {
    
    font-weight: 300;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #636467;
}

#footer .footer-heading ul > li > a:hover {
    color: #f2871f;
}

#footer .insta img {
    float: left;
    width: 100px;
    height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
        background-color: #F28720;
    padding: 0px 0;
    color: #fff;
}

#bottom-footer .footer-right ul > li > a {
    color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
    color: #01b1d7;
}

.achiv-img > img {
    width: 100%;
    margin-bottom: 5%;
}
#button {
  display: inline-block;
      border: 1px solid #fff;
  background-color: #f2871f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 100px;
  right: 39px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 10px 3px #00000021;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #636467;
}
#button:active {
  background-color: #636467;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*about-page*/
.about-cont{
    padding-top:5%;
    padding-bottom: 5%;
}
.about-banner-secti img{
    height: 300px;
    width: 100%;
}
/*all banners*/
.about-banner{
     background-image: url(../images/about/about-banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.invistor-banner{
     background-image: url(../images/investor/investor_banner1.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.invistor-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.cfl-street-banner{
     background-image: url(../images/product-page/Solar-CFL-System-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cfl-street-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.led-street-banner{
     background-image: url(../images/product-page/Solar-LED-system-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.led-street-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.solar-plant-banner{
     background-image: url(../images/product-page/Solar-Power-Plant-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.solar-plant-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.solar-rooftop-banner{
     background-image: url(../images/product-page/Solar-Rooftop-System-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.solar-rooftop-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.solar-patrol-banner{
     background-image: url(../images/product-page/Solar-Powered-Petrol-Station-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.solar-patrol-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.solar-powered-mobile-banner{
     background-image: url(../images/product-page/Solar-Powered-Power-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.solar-powered-mobile-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.Solar-Water-Heater-Banner{
     background-image: url(../images/product-page/Solar-Water-Heater-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Solar-Water-Heater-Banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.Solar-Water-Pump-Banner{
     background-image: url(../images/product-page/Solar-Water-Pump-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Solar-Water-Pump-Banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.Specification-Modules-Banner{
     background-image: url(../images/product-page/Specification-Modules-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Specification-Modules-Banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.Utilites-Banner{
     background-image: url(../images/product-page/Utilites-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Utilites-Banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.Residential-Banner{
     background-image: url(../images/product-page/Residential-Banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Residential-Banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}


.media-banner{
     background-image: url(../images/media/News.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.media-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.our-blog{
    background-image: url(../images/media/Blog.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.our-blog:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}

.career-banner{
    background-image: url(../images/career/Career.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.career-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.contact-banner{
    background-image: url(../images/career/Contact.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-banner:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.about-banner-secti {
    background-image: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-banner-secti:before {
    background-color: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}
.banner-about-text{
    padding: 15% 0% 15% 0%;
}
.banner-about-text h1{
  color: #fff;
}
.banner-about-text p{
  color: #fff;
}

.about-para{
    padding-top: 5%;
    padding-bottom: 5%;
}
.about-img img{
    border-radius: 40px 100px 40px 100px;
    border: 2px solid #f2871f;
        width: 100%;
}
.about-img1 img{
    border-radius: 100px 40px 100px 40px;
    border: 2px solid #f2871f;
        width: 100%;
}
.about-img:before {
    position: absolute;
    content: '';
      left: -35px;
    top: -53px;
    height: 150px;
    width: 150px;
    background-image: url('../images/ab-img.png');
    background-size: 100% 100%;
    z-index: -1;
    animation: pulse 3s infinite ease-in-out;
}
.about-img1:after{
    position: absolute;
    content: '';
        height: 150px;
    width: 150px;
   bottom: -55px;
    right: -20px;
    background-image: url('../images/ab-img.png');
    background-size: 100% 100%;
    z-index: -1;
    animation: pulse 3s infinite ease-in-out;
}
.mission{
    padding: 35px;
    background-color: #f1f0f0;
    border-radius: 40px 10px 40px 10px;
    margin-top: 5%;
    min-height: 250px;
   
}
.vision{
    padding: 35px;
    background-color: #f1f0f0;
    border-radius: 40px 10px 40px 10px;
    margin-top: 5%;
    min-height: 250px;
  
}
.mission-vission{
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #f2871f9e;
   position: relative;

    overflow: hidden;
    z-index: 1;
}
.mission h1{
        color: #f28720;
}
.vision h1{
        color: #f28720;
}
.link-banner{
        color: #fff;
    font-size: 15px; 
}
.link-arrow{
color: #fff;
    padding-right: 10px;
    padding-left: 10px
}
.mission-vission:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/about-ff-shape-1.png);
    background-size: contain;
    z-index: -1;
    -webkit-animation: pulse 5s infinite ease-in-out;
    -moz-animation: pulse 5s infinite ease-in-out;
    -ms-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
    background-repeat: no-repeat;
}
/*invistor*/
@media screen and (max-width: 767px){
    .shape1{
        display: none;
    }
   #main-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
      
    box-shadow: none;
        overflow: scroll;
    height: 190px;
}
    .dropdown-menu-large {
 
        padding: 5px 0px !important;
    }
    .solex-table{
    overflow-x:auto;
}

    .tab-content {
    display: none;
    background: #fff;
    padding: 10px 20px 40px 20px;
    box-shadow: 1px 1px 5px 2px #ddd;
    margin-bottom: 10%;
}
    .investor {
    padding: 5% 0 0 0 !important;
}
  
    .tabs-scroll:before {
        display: none;
    }
    .tabs-scroll:after{
        display: none;
    }
}
/*li.tab-link:hover {
    color: #EEE;
    background-color: #f2871f;
}*/

.investor{
    padding:5%;
    background-color: #fff;
        position: relative;
        background-image: url(../images/ins-banner-bg1.html);
    background-size: cover;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    display: inline-block;
    padding: 10px 19px;
    cursor: pointer;
    border: 1px solid #f2871f;
    margin-bottom: 5px;
    /* border-radius: 20px 0px 20px 0px; */
    margin-bottom: 10px;
    font-size: 14px;
    /* margin-right: 20px; */
   /* width: 180px;*/
        background-color: #fff;

}


.tab-content{
    display: none;
    background: #fff;
    padding: 10px 20px 40px 20px;
    box-shadow: 1px 1px 5px 2px #ddd;
}

.tab-content.current{
    display: inherit;
}

.tabs-scroll{
        margin-bottom: 20px;
}
.card{
        padding: 10px;
    box-shadow: 0px 1px 5px 2px #ddd;
    border-radius: 5px;
    min-height: 215px;
    margin-top: 5%;
  
}
.card-title{
        font-weight: 600;
}
.card-date{
    color: #f2871f;
    font-weight: bold;
}
.dow{
    background-color: #ddd;
    text-align: center;
    color: #f2871f;
    padding: 5px;
}
.m-t-5{
    margin-top: 5%;
}
.card-text{
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    min-height: 70px;


}

.accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
     border: 1px solid #ddd;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#f2871f;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
  padding-top: 20px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.left-footer{
     float: left;
    width: 30%;
}
.right-footer{
     width: 100%;
    background-image: url(../images/footer-bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70% 100%;
}
#footer{
    background-color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 520px) {
    ul.tabs li{
            width: 100%;
    }
      .left-footer {
    
    float: left;
    width: 100%;
}
.right-footer {
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
}
@media screen and (min-width: 521px) and (max-width: 980px) {

    ul.tabs li {
            width: 100%;
    }
    .dropdown-menu-large .dropdown-header {
    color: #f2871f;
    font-size: 13px !important;
}
         .left-footer {
    float: left;
    width: 100%;
}
.right-footer {
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
}
.about-img-sun{
        animation: rotate3d 8s linear infinite;
}
/*#mySidenav a {
    position: absolute;
    left: -240px;
    transition: 0.3s;
    padding: 5px 5px 5px 20px;
    width: 180px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 1;
}

#mySidenav a:hover {
  left: -90px;
}
#about {
  top: 40px;
  background-color: #f2871f;
}

#blog {
  top: 80px;
  background-color: #f2871f;
}

#projects {
  top: 120px;
  background-color: #f2871f;
}*/

#contact {
  top: 160px;
  background-color: #f2871f;
}
ul.tabs li:hover {
       background: #f2871f;
    color: #fff;
    margin-left: 10px;
    box-shadow: 1px 0px 15px 1px #ddd;
    transition: 1s;
}

ul.tabs i {
 
    color: #f2871f;

}
ul.tabs .current i {
       
    color: #fff !important;
   
}
ul.tabs .current i:hover { 
    color: #fff !important;
   
}
ul.tabs li:hover i {
    color: #fff !important;
}
ul.tabs li.current{
    background: #f2871f;
    color: #fff;
    margin-left: 10px;
    box-shadow: 1px 0px 15px 1px #ddd;
    transition: 1s;
}
.deatils-name h6{
    font-size: 13px;
    line-height: 1.5;
}
.deatils-name label{
    font-size: 14px;
   }
   .m-t-4{
    margin-top: 4%;
   }
   .client-age{
        font-size: 12px;
   }


   .dropdown-large {
  position: static !important;

}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
   background-image: url(../images/footer-bg1.png);
    background-repeat: no-repeat;
    background-position: left;
        border-bottom: 2px solid #f2871f;
}
/*.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}*/
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
 color: #f2871f !important;

}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #f2871f;
  font-size: 18px;
      width: 165px;
}
.sub-menu-solex{
    padding-left: 50px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7; 
}

.dropdown-large > span{
    color: #444;
    margin: 0 0px;
    position: absolute;
    top: 30% !important
}
.dropdown-menu-large ul li a{
 font-size: 14px !important;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
     font-size: 15px;
  }
}
@media screen and (max-width: 767px){
    .open .dropdown-menu{
        display: block !important;
        position: relative;

    }
} 

/*design timeline*/


.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}



/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:75%;background:#636467;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #636467;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #636467;position:absolute;left:-92px}
.main-timeline4 .year{display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50%;
    border: 8px solid #f8781f;
    font-size: 30px;
    color: #f8781f;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;}
.main-timeline4 .year:before{content:"";border-left:20px solid #f8781f;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#f8781f;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f8781f;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(2n) .title{color:#f8781f}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#f8781f}
.main-timeline4 .timeline:nth-child(3n) .title{color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f8781f;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}


.timeline-section{
    background-color: #f7f7f7;
}

.product-cfl {
    padding-top: 5%;
    padding-bottom: 5%;
}
ul.bullet li:before {
    content: '✓';
    font-size: 15px;
    padding-right: 10px;
    color: #f2871f;
    font-weight: bold;

}
.solex-table table td, th {
  border: 1px solid #f2871f52;
  text-align: center;
  padding: 8px;
      background-color: #fff;
}

.solex-table table tr:nth-child(even) {
  background-color: #dddddd;
}
.bullet li{
    margin-bottom: 10px;
    display:flex;
}
.text-black{
    color: #000;
}
.pro-btn{
        background-color: #f2871f;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.pro-btn:hover{
    color: #fff;
    box-shadow: 0 0px 10px 5px #6364674f;
    transition: 1s;
}
.pro-btns{
    padding-top: 5%;
    margin-bottom: 0%;
}


.my-btn a {
  position: relative;
  display: inline-block;
  padding: 1.2em 2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
}
.my-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  border-radius: 4px;
  transition: box-shadow .5s ease, -webkit-transform .2s ease;
  transition: box-shadow .5s ease, transform .2s ease;
  transition: box-shadow .5s ease, transform .2s ease, -webkit-transform .2s ease;
  will-change: transform;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
          transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
}
.my-btn a:hover::before {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.my-btn a::after {
  position: relative;
  display: inline-block;
  content: attr(data-title);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  font-weight: bold;
  letter-spacing: .01em;
  will-change: transform;
  -webkit-transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0));
          transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0));
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
        transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
        transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
        transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
        transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
        transform:  translate(0px,0px)  rotate(0deg) ;
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
        -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
        -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
        -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
        -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
        -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
}
.shape1 {
    position: absolute;
    top: 0%;
    z-index: 9;
    left: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    left: -4%;
}
.carr-shape5 {
    position: absolute;
       right: 0%;
    top: -15%;
    z-index: 9;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .4;
}
.shape5 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 9;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .4;
}

.shape8 {
  position: absolute;
    z-index: 9;
    bottom: 10%;
    right: 7%;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.shape7 {
    position: absolute;
        left: 5%;
    top: 70%;

    z-index: 9;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.shape3 {
    position: absolute;
    left: 25%;
    bottom: 25%;
    z-index: 9;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}
.shape4 {
    position: absolute;
    right: 55%;
    bottom: 40%;
    z-index: 9;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.cont-btn{
 border: 1px solid #F28720;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #F28720;
    background-color: #fff;
    width: 100%;
    margin-top: 10%;    
}
.cont-btn:hover{
    color: #FFF;
    background-color: #F28720;
}
/*btn Design*/
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
 /*   text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
   position: relative;
    display: block;
    margin:10px auto 0px;
    padding: 14px 15px;
    color: #f2871f;
    font-size: 15px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); */
    /* -webkit-transition: all 1s ease; */
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button.victoria-one {
    border: 2px solid #f2871f;
}
a.animated-button.victoria-one:after {
    background: #f2871f;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
/* .text-orange{
 color: #f2871f;;
} */

/*contact us*/
.contact-card{                                                               
        background-color: #fff;
        box-shadow: 0 0 5px 3px #ddd;
        border-radius: 70px 40px 70px 40px;
        padding: 2%;
            min-height: 235px;

}
.contact-title h2{
    margin: 0;
    color: #f2871f;
    padding-left: 15px;
}
.contact-input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 5px;
    margin-top: 10px;
}
.m-t-2{
    margin-top: 2%;
}
.contact-input-select{
    width: 100%;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 5px;
}
.card-info{
    padding: 5%
}

.m-b-5{
        margin-bottom: 5%;
}
.m-t-10{
    margin-top: 10%;
}
.card-info h3{
  color: #f2871f;
    padding-bottom: 2%;
}
.card-info label{
        color: #636467;
}
/* .modal-title{
    color: black;
} */
.modal-content{
        border: 2px solid rgb(242, 135, 31);
}
p {
    margin: 0 0 10px;
    line-height: 25px;
/*      color: #333;
    font-size: 14px; */
}
.btn-solex-popup {
        color:#f2871f;
    background-color:#fff ;
    border-color: #f2871f;
    border-radius:50px;
}
.btn-solex-popup:hover {

    
    color: #fff;
    background-color: #f2871f;
    border-color: #f2871f;
}
.card-info a{
    color: #000;
}
@media screen and (max-width: 992px){

    .contact-card {
    background-color: #fff;
    box-shadow: 0 0 5px 3px #ddd;
    border-radius: 40px 40px 40px 40px;
    padding: 5%;
    min-height: 225px;
    margin-top: 3%;
}
    
}
.p-0{
        padding: 0 !important;
}
.p-t-26{
    padding-top: 26%;
}
.p-t-10{
    padding-top: 10%;
}
/*news and Event*/
.table.event_calender {
  position: relative;
  min-width: 1000px;
}
.table tr{
    border-bottom: 1px solid #ddd
}
.table tr:last-child{
    border-bottom: 0px solid #ddd
}
.table.event_calender thead.event_title tr th {
  background-color: #f2871f;
  color: #ffffff;
  border:0;
}
.table.event_calender thead.event_title th {
  vertical-align: bottom;
  border: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.table.event_calender thead.event_title th i {
     font-size: 25px;
    line-height: 1.5;
        padding-left: 25px;
}
.table.event_calender thead.event_title th span {
  margin-left: 10px;
  padding: 3px 0;
  display: inline-block;
  font-size: 25px;
}
.table.event_calender tbody {
  background-color: #f0f2f6;
}
.table.event_calender tbody td, .table.event_calender tbody th {
  padding: 15px 60px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.table.event_calender tbody td img, .table.event_calender tbody th img {
  border-radius: 4px;
  display: block;
  max-width: 100px;
}
.table.event_calender tbody td.event_date {
  font-weight: 600;
  font-size: 30px;
  color: #000;
}
.table.event_calender tbody td.event_date span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.table.event_calender tbody td.event_place h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.table.event_calender tbody td.event_place h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.news-title{
        background-color: #f2871f;
    padding: 1px
}
.news-title h5{
    color: #fff;
    font-size: 25px;
        padding-left: 5%;
}
.all-news-tags{

    background-color: #f0f2f6;
      padding-left: 5%;
    padding-right: 5%;

}
.all-news-tags li{
        padding: 10px 0 10px 0px;
}
.news-title-ic{
    font-size: 25px;
    line-height: 1.5;
    padding-right: 10px;
}

/*blog-css*/
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
        margin-top: 15px;
}
.blog-title{
      color: #636467;
    font-size: 35px;
    font-weight: 700;
}
.card-img-top {
    height: 190px;
    width: 100%;
}
.blog-card-text{
  display: block;
    display: -webkit-box;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*current opening*/
.card-opening {
 
  width: 100%;
  height: 100px;
  background: white;
 box-shadow: 0px 0px 0px grey;
  -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px grey;
}
.card-opening:hover{ 
     box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .6s ease-in;
  }
  /*.card {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}*/
.card__header {
  flex-basis: 100%;
  margin: 80px 20px 40px;
}
.card__header .description {
  color: #777;
  font-size: .8rem;
  text-align: center;
}
.card__content {
  flex-basis: 100%;
  padding: 50px;
  position: relative;
}


.right {
  float: right;
}
.inline {
  display: inline-block;
}



.positions {
  display: table;
  margin: 0px auto;
  width:100%;
  transition: all 0.3s ease-in-out;
  -webkit-animation: fade .3s 1;
          animation: fade .3s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions.fadeOut {
  display: none;
  -webkit-animation: fadeOut .4s 1;
          animation: fadeOut .4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions ul {
  /*background-color: #fff;*/
  border-radius: 5px;
  position: relative;
}
    .about-img1:after {
    position: absolute;
    content: '';
    height: 150px;
    width: 150px;
    bottom: -55px;
    right: -20px;
    background-image: url(../images/ab-img.png);
    background-size: 100% 100%;
    z-index: -1;
    animation: pulse 3s infinite ease-in-out;
}
.positions .pos-card {
  border-bottom: 1px solid #eee;
 
  padding: 18px;
  flex-basis: 100%;
  margin: auto;
  transition: all 0.4s ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 5px 3px #ddd;
  
    margin-bottom: 3%;
    min-height: 330px;
    overflow: auto;
    height: 300px
}
.positions .pos-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.positions .pos-card:hover .date {
  right: 100px;
}
.positions .pos-card .refer {
  right: 0;
  opacity: 1;
  z-index: 9;
  width: 100px;
}
.positions .pos-card:last-child {
  border-bottom: 0 none;
}
.positions .content-opening {
  position: relative;
}
.positions .title {
    font-size: 20px;
    color: #f2871f;
    font-weight: 500;
        margin-bottom: 0;
}

.positions .dept {
    color: #777;
    font-size: 18px;
    margin-bottom: 0px;
}
.dept:before
{
    content: "✓";
    font-size: 15px;
    padding-right: 10px;
    color: rgb(242, 135, 31);
    font-weight: bold;
}
.positions .opening
{
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-flex;
}
 .opening:before
{
    content: "✓";
    font-size: 15px;
    padding-right: 10px;
    color: rgb(242, 135, 31);
    font-weight: bold;
}
.positions .Location
{
        margin-bottom: 0px;
    font-size: 16px;
}
 .Location:before
{
    content: "✓";
    font-size: 15px;
    padding-right: 10px;
    color: rgb(242, 135, 31);
    font-weight: bold;
}
.positions .date, .positions .refer {
  font-size: .8rem;
  /*position: absolute;*/
  right: 0;
  top: 0;
  display: table;
  bottom: 0;
  margin: auto;
  color: #777;
  transition: all 0.3s ease-in-out;
}
.positions .refer {
  opacity: 0;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}
.positions .refer:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.positions .desc {
  display: none;
  color: #555;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
}
.positions .desc.reveal {
  display: block;
  -webkit-animation: fade .5s 1;
          animation: fade .5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding-top: 30px;
  visibility: visible;
}
.positions .desc li {
  list-style: circle;
  margin-bottom: 15px;
  line-height: 1.5rem;
  margin-left: 20px;
}
.positions .desc li:last-child {
  margin-bottom: 0;
}
.return {
  display: none;
  width: 475px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 15px;
  opacity: 1;
}
.return:hover {
  opacity: .7;
}
.return:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.return:hover:before {
  opacity: .7;
}
.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.pos-card li
{
    padding: 9px 0px 5px 0px;
    color: #636467;
    display: inline-flex;
}
.career-apply-button
{
    /*position: absolute;*/
    z-index: 9
}

.media img {
        width: 70px;
    height: 52px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.recent-post{
    font-size: 18px;
    color: #f2871f;
    margin-bottom: 20px;
}

/*sigle blog details*/
.card-single-img-top {
    height: 100%;
    width: 100%;
}
.post .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.entry-footer, .entry-meta {
    clear: both;
    line-height: 1;
}

.color-darkgrey {
    border-color: #4c4c4c;
    color: #4c4c4c;
}
.small-text {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.byline span:first-child {
    margin-left: 0;
}
.byline span {
    margin: 0 15px;
        color: #f2871f;
}
.color-main {
    border-color: #f2871f !important;
    color: #f2871f !important;
}
.vertical-item-content-padding {
    padding: 30px;
}
.hr-line {
    border-color: #e1e1e1;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

.excerpt {
    color: #4c4c4c;
    margin-bottom: 20px;

}

.header-social a
{
        color: #f2871f;
}
.rounded {
    border-radius: 5px !important;
}
.comments-area {
    margin-top: 75px;
    padding: 50px 60px 60px;
}
.hero-bg {
    background-color:#f2871f29;
}
.comments-title {
    margin-bottom: 28px;
}
.comments-area .comment-list {
    border-bottom: 1px solid #ebeaeb;
    border-top: 1px solid #ebeaeb;
    list-style: none;
    padding: 0;
}
.comment-body {
    margin-bottom: 3px;
    margin-left: 70px;
/*     margin-top: 40px; */
    padding: 10px 0 20px 40px;
    position: relative;
}

.comment-notes{
        display:none;
    }


.comment-meta {
    margin-bottom: -3px;
}
.comment-meta .comment-author {
    font-size: 16px;
}
.comment-meta img {
    border: 5px solid #fff;
    border-radius: 50%;
    left: -70px;
    max-width: 80px;
    position: absolute;
    top: -1px;
}
.comment-meta b {
    font-weight: inherit;
}
.fw-500 {
    font-weight: 500;
}.comment-meta .comment-metadata a {
    color: #f2871f;
}
.comment-meta .comment-metadata a:before {
    color: #4c4c4c;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 5px;
    padding: 0 7px;
    position: relative;
    top: -4px;
}
.comment-meta .comment-metadata a {
    color: #f2871f;
}
.float-right {
    float: right!important;
}
.reply a {
    font-size: 14px;
}
.color-darkgrey {
    border-color: #4c4c4c;
    /* color: #4c4c4c; */
}
.comment-content p {
    margin-bottom: 0.5em;
}
ul:last-child, ol:last-child, p:last-child {
    margin-bottom: 0;
        line-height: 25px;
    margin-top: 5px;
}
p:last-child:after {
    clear: both;
    content: "";
    display: block;
}

@media (min-width: 1200px){
.comments-area .comment-list ol.children {
    padding-left: 80px;
}
}
.comments-area .comment-list ol.children {
    border-bottom: 1px solid #ebeaeb;
    border-top: 1px solid #ebeaeb;
    list-style: none;
    padding-left: 35px;
}
.comments-area .comment-list ol.children .comment-body {
    margin-bottom: 3px;
    margin-left: 47px;
}
.comment-meta {
    margin-bottom: -3px;
}

.comment-meta .comment-author {
    font-size: 16px;
}
.comments-area .comment-list ol.children .comment-meta img {
    left: -45px;
    max-width: 60px;
}
.comment-meta img {
    border: 5px solid #fff;
    border-radius: 50%;
    left: -70px;
    max-width: 80px;
    position: absolute;
    top: -1px;
}
.comment-meta b {
    font-weight: inherit;
}
.comment-reply-title {
    margin-top: 48px;
}.comments-area > .comment-respond {
    margin-top: 46px;
}

.comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
@media (min-width: 768px){
.comment-form .comment-form-author {
    padding-right: 20px;
}
}
@media (min-width: 768px){
.comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 50%;
}
}
.form-group {
    position: relative;
}
.comment-form label {
    display: none;
}
.has-placeholder label {
    display: none;
}

form .has-placeholder label + [class*="fa-"] {
    top: 22px;
}
form label + [class*="fa-"] {
    font-size: 16px;
    left: 28px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 1em;
}

form label + [class*="fa-"] + .form-control {
    padding-left: 60px;
}
.comment-form .form-control {
    border-radius: 5px;
}
.comment-form input {
    width: 100%;
}
.input-comment {
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
    color: #7f7f7f;
    font-size: 12px;
    height: 60px;
    letter-spacing: 0.1em;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 768px){
.comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 50%;
}
}
.comment-form textarea {
    max-height: 120px;
}
textarea, textarea.form-control {
    height: auto;
    padding-top: 18px;
}
.comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 20px;
    width: auto;
    z-index: 9;
}

.comment-form textarea {
    width: 100%;
}
.comment-form-comment
{
    width: 100%;
}


@media (max-width: 767px){
#portfolio .caption .magni {
 
    left: 70%
}
.p-t-10{
    padding-top: 0;
}
.p-t-26 {
    padding-top: 0%;
}
.card-img-top {
    height: 100%;
    width: 100%;
}
.post .entry-header {
    display: block;
    margin-bottom: 15px;
}
.post.single-post .entry-meta {
    margin-top: 0;
}

.post .entry-meta {
    margin-top: 25px;
}
.byline span {
    line-height: 20px;
    margin: 0 5px;
}
.vertical-item-content-padding {
    padding: 20px 15px !important;
}
.comments-area {
    margin-top: 60px;
    padding: 30px;
}
.comment-reply-title {
    margin-top: 31px;
}
.comments-area > .comment-respond {
    margin-top: 20px;
}
.comment-form {
    display: block;
}
    .set > a {

    font-size: 11px;
}
    .set > a i {
    float: right;
    margin-top: 2px;
    margin-right: -4%;
}
}


@media (max-width: 575px){

.comment-body {
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 37px;
}
.comment-meta .comment-author {
    font-size: 12px;
}
.comment-meta img {
    left: -34px;
    max-width: 65px;
}
.reply a {
    font-size: 12px;
}
.comments-area .comment-list ol.children .comment-body {
    margin-left: 10px;
}
.fw-500 {
    font-weight: 500;
    font-size: 18px;
}

}
.pos-card li:before {
    content: "-";
    font-size: 15px;
    padding-right: 5px;
    color: rgb(242, 135, 31);
    font-weight: bold;
}
.opening label{
    padding-right: 10px;
}
.customer-logos img{
     filter: grayscale(100%);
}
.customer-logos img:hover{
     filter: grayscale(0%);
}
.my-menu{
/*     width: 80% !important; */
    width:auto;
}
.power-table{
    padding: 5%;
}
.solex-table table{
    background-color: #fff;
}
.bg-orange{
        background-color: #f2871f !important;
    color: #fff;
    font-size: 16px;
}
.power-input{
      width: 100%;
    padding: 6px;
    border: 1px solid #ced4da;
    color: #000;
    border-radius: 3px;
}
.power-grant-tot{
    font-weight: bold;
    text-align: right !important;
}
.m-t-20{
    margin-top: 20%;
}
.mb-4{
    margin-top: 0;
        margin-bottom: 5%;
}
.proj-modal-footer {
    padding: 15px;
}
.tab-details {
    display: none;
    }
    .tab-details.current {
    display: inherit;
}
.tabs-all-links ul.tabs li.current {
    background: #f2871f;
    color: #fff;
    margin-left: 0px;
    box-shadow: 1px 0px 15px 1px #ddd;
    transition: 1s;
}
.tabs-all-links ul.tabs li{
       display: inline-block;
    padding: 10px 19px;
    cursor: pointer;
    border: 1px solid #f2871f;
    margin-bottom: 5px;
    /* border-radius: 20px 0px 20px 0px; */
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 20px;
    width: 180px;
    background-color: #fff;
}
.tabs-all-links ul.tabs li:hover {
   margin-left: 0px;
   background: #f2871f;
    color: #fff;
    }
.degination-title{
    font-size: 13px;
    color:#000;
    font-weight: bold;
    line-height: 28px;
   
}
.culture-title{
         font-size: 20px;
    color: #f2871f;
    font-weight: 500;
    margin-bottom: 5%;
}

/*start career slider*/
.lightbox .slider {
 margin: 0 auto;
 max-width: 940px;
}
.lightbox .slide_viewer {
 height: 340px;
 overflow: hidden;
 position: relative;
}
.lightbox .slide_group {
 height: 100%;
 position: relative;
 width: 100%;
}
.lightbox .slide {
 display: none;
 height: 100%;
 position: absolute;
 width: 100%;
}
.lightbox .slide:first-child {
 display: block;
}
.lightbox .slide_buttons {
 left: 0;
 position: absolute;
 right: 0;
 text-align: center;
}
.lightbox a.slide_btn {
 color: #474544;
 font-size: 42px;
 margin: 0 0.175em;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -ms-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
.lightbox .slide_btn.active, .slide_btn:hover {
 color: #428CC6;
 cursor: pointer;
}
.lightbox .directional_nav {
 margin: 0 auto;
 max-width: 940px;
 position: relative;
 top: -165px;
}
.lightbox .previous_btn {
 bottom: 0;
 left: 5px;
 margin: auto;
 position: absolute;
 top: 0;
}
.lightbox .next_btn {
 bottom: 0;
 margin: auto;
 position: absolute;
 right: 5px;
 top: 0;
}
.lightbox .previous_btn, .next_btn {
 cursor: pointer;
 height: 65px;
 opacity: 0.5;
 -webkit-transition: opacity 0.4s ease-in-out;
 -moz-transition: opacity 0.4s ease-in-out;
 -ms-transition: opacity 0.4s ease-in-out;
 -o-transition: opacity 0.4s ease-in-out;
 transition: opacity 0.4s ease-in-out;
 width: 65px;
}
.lightbox .previous_btn:hover, .next_btn:hover {
 opacity: 1;
}
.lightbox .event-slide .pos-card {
 height: auto !important;
}
@media only screen and (max-width: 767px) {
    
    #namedot{
    /* height: 18px; */
    width: 140px;
    /* padding: 0; */
    overflow: hidden;
    /* position: relative; */
    display: inline-block;
    /* margin: 0 5px 0 5px; */
    /* text-align: center; */
    /* text-decoration: none; */
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #000; */
}
  .lightbox .previous_btn {
      left: 5px;
   top: -100px;
 }
  .lightbox .next_btn {
      right: 5px;
   top: -100px;
 }
}
/* end career slider*/


/* .modal-footer input#submit {
    float: right;
} */

.modal-title span.text-orange {
   color: #f2871f;
}
.b-r-0{border-right: 0;}
@media screen and (max-width:768px)
{
    .set > a {

    font-size: 11px;
}
    .set > a i {
    float: right;
    margin-top: 2px;
    margin-right: -2%;
}
}

.download-bro-msg{
    padding:10px;
}
@media screen and (min-width:1024px){
    a.animated-button:link, a.animated-button:visited{
        padding: 14px 0px;
    }
}




.content ol {
  list-style-type: disc;
}

 
.about-img::-webkit-scrollbar-track {
    border-left: 1px solid #f2871f;
    border-right: 1px solid #f2871f;
}
.about-img::-webkit-scrollbar-thumb {
    background-color: #f2871f;
    border: 1px solid #f2871f;
    border-radius: 50px;
}
.about-img::-webkit-scrollbar {
    width: 5px;
    height:5px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
     margin-bottom: 0px; 

}
.modal-footer p
{
    text-align:center;
}
.portfolioDisc a
{
    color:#000;
}


@media screen and (min-width:768px) and (max-width:992px){
    .tablet-nse{
        width:300px;
    }
}
@media screen and (min-width:1280px){
    .hidden-desktop{
        display:none;
    }
}

@media screen and (max-width:1279px){
    .dealership_btn_div a{
    background: #f28720;
    padding: 6px;
    color: #fff;
    font-size: 13px;     
		
    }       
   
   .dealership_btn_div{
    text-align: center;
   }

    .hidden-mobile{
        display:none;
    }
}


.dealership_btn{
    color: #f28720;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0px 10px 0px;
    margin: 4px 1px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px #f28720;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
	line-height:35px;
}
.dealership_btn:before,
.dealership_btn:after,
.dealership_btn span:before,
.dealership_btn span:after{
    content: "";
    background: #f28720;
    opacity: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    transition: all 0.4s ease-in-out;
}
.dealership_btn:after{
    top: auto;
    bottom: 100%;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
}
.dealership_btn span:before,
.dealership_btn span:after{
    background: #f28720b8;
    width:30%;
    height: 100%;
    top:0;
    left: auto;
    right:100%;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.dealership_btn span:after{
    right:auto;
    left:100%;
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.dealership_btn:hover:before,
.dealership_btn:hover:after,
.dealership_btn:hover span:before,
.dealership_btn:hover span:after{
    opacity: 1;
}
.dealership_btn:hover:before{ top: 0; }
.dealership_btn:hover:after{ bottom: 0; }
.dealership_btn:hover span:before{ right: 0; }
.dealership_btn:hover span:after{ left: 0; }

.dealership_btn:hover{ color:#fff; }
@media only screen and (max-width: 767px){
    .dealership_btn{ margin-bottom: 20px; }
}

.modal_land {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content_land {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  /*border: 1px solid #888;*/
  border:none;
  width: 55%;
  height: auto;
}

.landing_img a img{
  height: auto;
  width: auto;
}

@media screen and (max-width:767px){
    .modal-content_land {
        margin-top: 30%;
    }
    
}
.m-b-5-remove{
	margin-bottom:0px;
}

