










html, body{
    overflow-x: hidden;
}






@font-face {
 src: url("../fonts/OpenSans-Light.ttf");
 font-family: 'OpenSans-Light';
}
@font-face {
 src: url("../fonts/OpenSans-SemiBold.ttf");
 font-family: 'OpenSans-SemiBold';
}
@font-face {
 src: url("../fonts/OpenSans-Regular.ttf");
 font-family: 'OpenSans-Regular';
}

@font-face {
 src: url("../fonts/OpenSans-Italic.ttf");
 font-family: 'OpenSans-Italicr';
}
@font-face {
 src: url("../fonts/Proxima Nova Black.otf");
 font-family: 'Proxima Nova Black';
}
@font-face {
 src: url("../fonts/OpenSans-Bold.ttf");
 font-family: 'OpenSans-Bold';
}

@font-face {
 src: url("../fonts/Proxima Nova Bold.otf");
 font-family: 'Proxima Nova Bold';
}

@font-face {
 src: url("../fonts/ProximaNova-Regular.otf");
 font-family: 'ProximaNova-Regular';
}

@font-face {
 src: url("../fonts/Poppins-Italic.ttf");
 font-family: 'Poppins-Italic';
}



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

@font-face {
 src: url("../fonts/Poppins-SemiBold.ttf");
 font-family: 'Poppins-SemiBold';
}

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

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

h1. h2, h3, h4, h5, h6{
 font-family: 'Poppins-SemiBold' !important;
}

p, a, ul, li{
  font-family: 'Poppins-Regular' !important;  
}

a:hover{
    text-decoration: none;
}
    
p{
    font-size: 15px !important;
}

.pd-0{
    padding: 0px;
}
.pd-bt-0{
    padding-bottom: 0px;
}

 .pd-tp-60{
    padding-top: 62px;
 }   
.pd-15{
    padding: 15px 0px;
}
.pd-70{
    padding: 70px 0px;
}
.pd-50{
    padding: 50px 0px;
}
.pd-30{
    padding: 30px 0px;
}
.pd-tp-10{
    padding-top: 10px;
}
.pd-bt-30{
    padding-bottom: 30px;
}
.pd-bt-50{
    padding-bottom: 50px;
}
.pd-bt-20{
    padding-bottom: 20px;
}
.pd-tp-20{
    padding-top: 20px
}
.pd-tp-30{
    padding-top: 30px;
}
.pd-tp-100{
    padding-top: 100px;
}
.pd-tp-40{
    padding-top: 40px;
}
.pd-tp-50{
    padding-top: 50px;
}
.mr-bt-20{
    margin-bottom: 20px;
}
.mr-bt-10{
    margin-bottom: 10px;
}
.pd-bt-80{
    padding-bottom: 80px;
}
.pd-bt-5{
    padding-bottom: 5px;
}
.pd-tp-150{
    padding-top: 110px;
}
.gray{
    color: gray;

}
.relate{
    position: relative;
}


.white{
    color: white;
}
.light_gray{
    background: #fcfcfc;
}
.about_img img{
    width: 100%;
}

.dark_black{
   background: #1F232D;
}
.light_black{
    background: #2C3240;
}
.bg_black{
    background: #1F232D;
}






/* Navbar */





.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    
    background-color: transparent;
    color: #2997ff !important;
}

.custm_rigth li a{
    padding:15px 25px;
        font-family: 'ProximaNova-Regular';
    color: white !important;
    font-size: 15px;
    text-transform: uppercase;
}

.custm_rigth .active a::after{
  content: " ";
    width: 60%;
    height: 2px;
    position: absolute;
    top: 63px;
    left: 50%;
      transform: translate(-50%, -50%);;
    background: #08A8F7;
}
.banner_text h2 span{
    background: #08A8F7;
}



.custm_navbr{
    border: none;
    margin: 0px;
}

nav.shrink {
   background: #1F232D;
 /* background: black;*/
    background-repeat: no-repeat;
    background-size: cover;
    
}

.custm_navbr{
           background: rgb(22,30,30,0.5);
    padding: 15px 0px;
}

.custm_brand{
    padding: 0px;
}

.banner_img img{
    width: 100%;
        height: 94vh;
    object-fit: cover;
}

.navbar-inverse{
    border-color: transparent;
}



.custm_rigth li a{
    padding:15px 25px;
        font-family: 'Poppins-Regular';
    color: white !important;
    font-size: 15px;
    text-transform: uppercase;
}
.custm_rigth li a::after{
    content: "";
}
.banner_text{
    position: absolute;
        top: 10%;
    left: 14%;
   
}

.bg_about{
    background: #1F232D;
}


.banner_text h2{
     font-family: 'Poppins-Regular';
        color: white;
    font-size: 22px;
    letter-spacing: .5px;
    
    text-align: left;
    line-height: 30px;
}



/* End Navbar */

.energy_img{
    height: 80px;
}


/* Second section */

.sec_section{

    bottom: 0%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
    z-index: 99;
}

/*.border-btm{
        border-bottom: 2px solid #08a8f7;
}*/



.rel_top{
    position: relative;
    top: -42px;
}

.deisg_img{
    padding: 31px 23px 31px 30px;
}
.desiging_cntnt h3{
        color: white;
    font-size: 20px;
    margin: 20px 0px 10px;
     font-family: 'Poppins-Regular';
}
.desiging_cntnt p{
     font-family: 'Poppins-Regular';
     font-size: 14px !important;
}
.d-flex{
    display: flex;
}

.hver_efct::after{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #08a8f7;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
.hver_efct:hover::after{
    width: 93%;
}
.deisg_img img{
    width: 31px;
    height: 31px;
}
/*End  Second section */

.about_devlp{
    background: #373E50;
    padding-bottom: 50px;
    
}
.abut_frist_develop{
    padding-top: 50px;
}

/*third  Second section */

.energy h1{
     font-family: 'Poppins-SemiBold';
         font-size: 32px;
    line-height: 46px;
}

.energy{
        padding: 70px 0px 50px;
}
.energy h4{
    font-family: 'Poppins-Regular';
    font-size: 20px;
}

.inner_energy {
        background: #1F232D;
    padding: 40px 0px;
    height: 280px;
    margin-bottom: 30px;
}
.energy_img img{
    margin: 0 auto;
}
.enery_cntnt p{
        color: white;
    margin: 0px;
    line-height: 23px;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
}


/*End third  Second section */


/*fourth section about Second section */



.product_hovr::after{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #2997ff;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.product_hovr:hover::after{
    width: 100%;
}

.home_abut_bg{
    background: #1F232D;

}
.about_us_flx p{
    padding-top: 10px;
}
.about_us h2{
    font-family: 'Poppins-SemiBold';
        position: relative;
    font-size: 32px;
}
.about_us h2::after {
    content: " ";
    width: 112px;
    height: 2px;
    position: absolute;
    top: 58px;
    left: 3px;
    background: #08A8F7;
}
.about_para_content p{
    font-family: Roboto-Regular;
        font-size: 15px;
    line-height: 28px;padding-bottom: 10px;
    margin: 0px;
}
.about_para_content p:nth-child(1){
    padding-top: 35px;
    font-family: Roboto-Regular;
        font-size: 15px;
    line-height: 28px;
    margin: 0px;
}

.about_para_content p:nth-child(2){

 font-family: Roboto-Regular;
     font-size: 15px;
    line-height: 28px;
}
.btn-more{
        color: #fff;
    background-color: #08A8F7;
    border-color: #08A8F7;
    border-radius: 0px;
    padding: 8px 18px;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-more:hover{
        background: transparent;
    color: white;
    transform: translateY(-5px);
}

.know_more i{
        margin-left: 10px;
    font-size: 16px;
}
.know_more{
    padding-top: 30px;
}
.abiut_content{
    padding-left: 20px;
    padding-top: 30px;
}
.about_logo::after{
         content: " ";
    width: 1px;
    height: 60px;
    position: absolute;
    top: 11px;
    /* left: 3px; */
    background: white;
    right: 0;
}
.about_logo{
	margin-top: 11px;
}
.about_logo img{
    margin: 0 auto;
}

.inner_para_abut p{
    font-family: 'Poppins-Italic';
        padding: 8px 24px;
        letter-spacing: .3px;
}

/* End  fourth section about Second section */


/*fifth section product Second section */

.product{
    padding: 0px 60px;
}

.iiner_glance{
    margin:0px;
}
.product_glance h1{
      font-family: 'Poppins-SemiBold';
    font-size: 32px;
    line-height: 46px;
    margin:0px;
}
.product_glance{
    padding-bottom: 40px;
}
.product_glance h4 {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    padding-bottom: 10px;
    
}

.glance_img{
    background: #191c24;
    border-radius: 4px 4px 0px 0px;
}
.glance_img img{
        margin: 0 auto;
    
    width: 90%;
    padding: 17px 0px;
}
.glance_content{
    
    background: #1F232D;
    padding: 43px 0px;
    border-radius: 0px 0px 4px 4px;
}
.glance_content h3{
        margin: 0px;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.glance_content p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: 'Roboto-Regular';
}

.slick-prev {
    background-image: url(../img/left.png);
    left: -51px;
    background-repeat: no-repeat;
    top: 60% ;
}
.slick-next {
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    right: -51px;
    top: 60%;
}
/* End fifth section product Second section */








/* Client review */
.kind_word{
    background: #1F232D;
    padding: 40px 0px;"
}

.testimonial-reel .slick-active { 
  padding: 20px 0; 
}
.testimonial-reel  .slick-active {
    opacity: .5;
}
.testimonial-reel .slick-center{
  opacity: 1 !important;
}
.testimonial-reel .slick-center { 
  transform: scale(1.1) ;
}

.testimonial-reel .slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}



.slide:not(.slick-active) { 
  cursor: pointer; 
}


.color-yellow {
    color: #EFEA56;
    margin: 12px 6px 11px;
    font-size: 23px;
}



.review{
            background: #2C3240;
    position: relative;
        padding: 35px 0px;
    border-radius: 6px;
    margin: 15px 20px;
}
.rate{
    text-align: center;
}
.quote{
        font-size: 42px;
}
.quote i{
    color: white;
    margin: -7px 0px 0px;
    padding: 0;
    position: absolute;
    top: -13px;
    left: 45%;
}

.review_cntn  p{
    width: 80%;
    margin: 0 auto;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;

}
.review_cntn h3{
        font-size: 18px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0px;
}
.review_cntn h5{
        margin: 0px;
    padding-top: 6px;
     font-family: 'Poppins-SemiBold';
}

.testimonial-reel .slick-cloned{
    width: 349px;
}
.review_clnt{
        text-align: center;
    font-family: 'Poppins-SemiBold';
    padding: 10px 0px 50px;
}


/*End Client review */









 /************Search box top*******************/


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 9999;
}

#search input[type="search"] {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
        border-bottom: 1px solid #ffb305;
        font-family: 'Roboto-Regular';
    
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
        position: fixed;
    top: 60px;
    right: 31px;
    color: #fff;
    /* background-color: #428bca; */
    /* border-color: #357ebd; */
    opacity: 1;
    padding: 10px 17px;
    font-size: 84px;
}

 
 /************End Search box top*******************/






.banner_text h2::after{
           content: " ";
    width: 5px;
    height: 52px;
    position: absolute;
    top: 24px;
    left: \; background: red;
    left: -19px;
    background: white;
 } 










.hom_contact{
        background: #0B64BD;
    
    height: 90px;
}
.help h3{
        font-size: 27px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    margin: 0px;
    padding: 30px 0px;
}
.home_cntnt{
        text-align: center;
    padding: 25px 0px;
}
.btn-cnt{
    color: #0B64BD;
    background-color: white;
    border-color: white;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    padding: 9px 27px;
    border-radius: 2px;
}

.cl-pd{
    padding: 30px 0px 0px;
}

.cl-25{
    padding-top: 25px;
}


.client_img img{
    width: 115px;
}







/********Product*****************************/




/************ Tab Style   *********************/


.inner_mid{
        position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    width: 100%;

}
.inner_mid h3{
    margin: 0px;
    color: #2997ff;
    padding: 12px 0px;
    text-align: center;
    font-weight: 600;
}
.custm_pannel_haldi > .nav-tabs {
  border: none;
  margin: 0px;
}
.custm_pannel_haldi > .nav-tabs > li {
  margin-right: 2px;
}
.custm_pannel_haldi > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.custm_pannel_haldi > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.custm_pannel_haldi > .nav-tabs > li.active {
  border-bottom: 1px solid #f3565d;
  position: relative;
  color: black !important;
  background: red !important;
}
.custm_pannel_haldi > .nav-tabs > li.active > a {
  border: 0;
  color: black !important;
  background: red !important;
}
.custm_pannel_haldi > .nav-tabs > li.active > a > i {
  color: #404040;
}
.custm_pannel_haldi > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.tb_img img{
    width: 100%;
    height: 452px;
}
.banner_carer img{
    width: 100%;
}


.custm_tab_haldi>li.active>a, .custm_tab_haldi>li.active>a:focus, .custm_tab_haldi>li.active>a:hover {
    cursor: default;
    
    border-bottom-color: transparent;
    border-radius: 0px;
    border:none ;
    padding: 0px;
    transform: translateX(6px);
    opacity: 1;
    background: black;
        
    transition: ease-in .2s all;
        filter: none;
    -webkit-filter: grayscale(0);
    /*transform: scale(1.01);
    -webkit-transform: scale(1.01);*/
    border-bottom: 4px solid #2997ff;
        
 }   

 .custm_tab_haldi li a .inner_mid h3{
    color: white;
}

.custm_tab_haldi>li.active>a .inner_mid h3{
    color: #2997ff;
}


 .custm_tab_haldi > li.open, .custm_line_haldi > .custm_tab_haldi > li:hover {
  
}
.custm_tab_haldi > li.open > a, .custm_line_haldi > .custm_tab_haldi > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.custm_tab_haldi{
        width: 100%;
    margin: 0 auto;
    border-bottom: none;
}

.custm_tab_haldi_ul{
    
}
.custm_tab_haldi>li {
    text-transform: uppercase;
    width: 33.33%;
}
.custm_tab_haldi>li>a:focus, .custm_tab_haldi>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.custm_tab_haldi li a{
        padding: 4px 0px;
           /* opacity: .3;
                filter: gray;
    -webkit-filter: grayscale(1);*/
    margin-left: 25px;
}

/************Second Tab Style   *********************/



.inner_banner_img img {
    width: 100%;
    object-fit: cover;
}
.inner_banner_text {
    position: absolute;
    top: 57%;
    left: 45%;
    transform: translate(-40%, -50%);
}
.inner_banner_text h2 {
    color: white;
    font-size: 37px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
     font-family: 'Poppins-Italic';
} 
.pd-bt-0{
    padding-bottom: 0px;
}
.tab_para_inner h2 {
    font-family: 'Poppins-SemiBold';
    position: relative;
    font-size: 32px;
}
.tab_para_inner h2::after {
    content: " ";
    width: 112px;
    height: 2px;
    position: absolute;
    top: 58px;
    left: 3px;
    background: #08A8F7;
}
.tab_para_content p{
    margin-bottom: 0px;
}
.about_us_flx {
    padding: 30px 0px 20px;
}
.tab_para_content p {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 0px;
}
.tab_para_content p:nth-child(1) {
    padding-top: 30px;
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}
.tab_para_content p:nth-child(2) {
 
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 0px;
}

.pf-rg-20{
    padding-right: 20px;
}
.tab_pd_30{
    padding-bottom: 30px;
}
.tble_heading{
        margin: 0px;
    font-size: 22px;
    letter-spacing: 2px;
     font-family: 'Poppins-SemiBold';
}
.question{
    padding-bottom: 50px;
}

.home_abut img{
     width: 100%;
    
    border-radius: 3px;
}

.home_abut{
        
    box-shadow: 28px 28px 0px 0px #2c3240;
    margin-right: 30px;
    border-radius: 3px;
    margin-bottom: 40px;

}
/******************End Product*****************************/






/************Table ***************/




.cstm_table{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cstm_table thead {
    background-color: #0b64bd;
    font-size: 20px!important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.cstm_table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
.cstm_table td:first-child {
    font-weight: 500;
    width: 15%;
}
.cstm_table td {
    font-size: 15px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    color: white;
}
.cstm_table tr:nth-child(2n) td {
    background: #0b64bd;
    text-align: left;
    font-size: 14px!important;
}
.cstm_table td:first-child {
    font-weight: 500;
    width: 15%;
}
.cstm_table td {
    font-size: 15px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    color: white;
}




/************End Table ***************/


/**********************Solution********************/



.cstm_solution>li {
    text-transform: uppercase;
    width: 25%;
}

.soltion_img img{
       width: 354px;
    height: 354px;
}



/**********************End Solution********************/


/**********************Contact********************/

.contct_bg{
    background: #2C3240;
    position: relative;
    padding:110px 0px 70px;
}
.cstm_form{
    height: 70px;
}
    
.title {
        font-family: 'Poppins-SemiBold';
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  
    position: relative;
    color: #DDDDDD;
    text-transform: uppercase;
    font-weight: 900;
  
    top: 0px;
    margin-bottom: 30px;
    z-index: 99;
}
.title .title-bg {
    font-size: 100px;
    color: #242424;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-weight: 200;
    pointer-events: none;
    z-index: -1;
}    

.cstm_form input{
    height: 50px;
    background: #1F232D;
    border: none;
    width: 100%;
    font-family: 'Lato';
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.cstm_form input:focus{
    border-color: #EFEA56;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(239, 234, 86);
}*/

.cstm_form textarea {
    border: none;
    background: #1F232D;
    width: 100%;
    height: 160px;
    font-family: 'Lato';
    margin-bottom: -25px;
    border-bottom: 2px solid #1F232D;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contacts-details:first-child {
    border-top: 0;
    margin-top: -25px;
}   
.contacts-details {
    
    border-top: 1px solid #2b2b2b;
    font-size: 16px;
    color: #999;
}
.contacts-details em {
    font-size: 26px;
    color: #2997ff ;
    
    float: left;
}
.contacts-details span {
    display: block;
    margin-left: 70px;
    padding-top: 0px;
    font-size: 16px;
}
.location_add h3 i{
	margin-right: 10px;
	font-size: 20px;
}
.qr img{
    width: 40%;
        background: white;
    padding: 3px;
}
.location_add p i{
	margin-right: 10px;
	font-size: 20px;
}
.contacts-details.phone {
    font-size: 24px;
}
.contacts-details.phone span {
    padding-top: 0;
}
.contacts-details {
        border-top: 1px solid #2b2b2b;
    font-size: 16px;
    color: #999;
    padding: 20px 0px;
}

.submt-contact{
        color: #fff;
    padding: 0 20px;
    height: 48px;
    border: 2px solid #2997ff ;
    margin-top: 55px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 1px;
    display: inline-block;
    background: rgba(0,0,0,0);
    font-family: 'Lato';
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: Roboto-Regular;
}
.submt-contact:hover{
    background: #2997ff;
    color: white;
}

.contact_map {
    width: 100%;
    background: #000;
}
.contact_map iframe {
    width: 100%;
    height: 404px;
    opacity: 0.6;
}

/**********************Contact Us********************/


/**********************About Us********************/
.abut_title {
    
    margin-bottom: 20px;
}

.about_para p{
        font-size: 16px;
    text-align: justify;
    letter-spacing: .5px;
    line-height: 28px;
    font-family: 'Poppins-Regular';
}
.certficate {
    background: #1F232D;
    padding: 20px 0px 0px;
    margin-bottom: 30px;
    cursor: pointer;
        border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.certficate:hover{
    background: #373E50;
        transform: translateY(15px);
}
.certifict_img img{
        width: 120px;
    margin: 0 auto;
}
.certificte_para h3{
   font-family: 'Poppins-SemiBold';
   text-transform: uppercase;
}
.certificte_para p{
        font-size: 15px;
   
    line-height: 25px;
    padding: 6px 12px;
    line-height: 28px;
    font-family: 'Poppins-Regular';
}


/**********************End About Us********************/

.cming_soon h1{
        margin: 0px;
    padding: 30px 0px 59px;
    text-align: center;
    font-size: 60px;
    letter-spacing: 26px;
    color: #0b64bd;
    /* background: #0b64bd; */
    font-weight: 600;
    font-family: 'Poppins-Italic';  
}


.pd-lf-40{
    padding-left: 40px;
}





/***********Footer**********************/


footer{
    background: #373E50;
    padding: 40px 0px;
}
.phone{
    justify-content: flex-end;
}
.location_bg{
    background: #2E3442;
    padding:20px 0px;
}
.location{
    display: flex;
}
.location_icon{
        color: white;
    font-size: 20px;
    margin: 6px 10px;
}
.location_add{
    padding: 10px 0px;
}
.location_add h3{
        color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    margin: 0px;
}

.location_add p{
    color: white;
     font-family: 'Roboto-Regular';
    padding-top: 5px;
}

.useful_links h4{
    font-size: 18px;
     font-family: 'Poppins-SemiBold';
     letter-spacing: .3px;
     padding-bottom: 20px;
}
.useful_links ul{
    padding: 0px;
    list-style: none;
}
.useful_links ul li{
    margin-bottom: 20px;
}
.useful_links ul li a{
    color: white;
    opacity: .8;
    font-family: 'Roboto-Regular';
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 15px;
}
.useful_links ul li a i{
    margin-right: 12px;
}
.useful_links{
    padding: 20px;
}

.newsletter{
    background: #2E3442;
    padding: 27px 20px;
    /* margin-right: 21px; */
    margin-left: 40px;
}
.newsletter h3 {
    margin: 0px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    padding-bottom: 15px;
}
.newsletter p{
        opacity: .8;
    padding-bottom: 10px;
}
.inputs_news input{
        background: #1F232D;
    border-color: #1F232D;
    border-radius: 2px;
    margin-bottom: 25px;
}
.inputs_news input::placeholder{
    font-size: 12px;
    font-family: 'Poppins-Italic';

}
.btn-submi{
        background: #08A8F7;
    border: 1px solid #08A8F7;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    width: 100%;
    margin: 30px 0px 10px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-submi:hover{
    background: transparent;
    color: white;
    transform: translateY(-5px);
}

.copyright p{
    font-size: 18px;
    opacity: .8;
     font-family: 'Roboto-Regular';
     padding: 8px 0px 0px;
}
.social_icon ul{
    padding: 0px;
    list-style: none;
}
.social_icon{
    text-align: right;
}

.social_icon ul li{
    display: inline-block;
    margin: 0px 5px;
}
.copy_right_pd{
     
         padding: 20px 0px 10px;
}

.social_icon ul li a{
            width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    /* line-height: 35px; */
    color: white;
    display: inline-block;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid white;
    padding: 8px 3px;
    opacity: .8;
}
.social_icon ul li a:hover{
    color: white;
    transform: translateY(5px);
    background: #08A8F7;
    border-color: transparent;
}

.useful_links ul li a:hover{
    color: #08A8F7;
    transform: translateX(8px);
    padding: 0px 7px;
}


.Second_abut_para p{
        line-height: 28px;
    text-align: justify;
    margin-bottom: 0px;
    padding-bottom: 20px
}


/***********End Footer**********************/


.custm_transparent{
    background: transparent;
}



.pd-lf-30{
    padding-left: 30px;
}




.custm_tab_haldi li a:hover{
   

}


.enry_tb{
    padding: 0px 30px;
}

.question p{
        font-size: 15px;
    line-height: 27px;
    color: #DDDDDD;
    letter-spacing: .3px;
    padding-bottom: 30px;
}





.custm_line ul li a{
    color: white;
     font-family: 'Roboto-Regular';
     text-transform: capitalize;
}
.custm_tab{
   border-bottom: 1px solid #2997ff;
}
.tble_tab{
    padding: 40px 30px;
}

.custm_tab>li.active>a, .custm_tab>li.active>a:focus, .custm_tab>li.active>a:hover {
        cursor: default;
    background-color: #0b64bd !important;
    /* border-bottom-color: #EFEA56; */
    border-radius: 0px;
    /* border: 0; */
    color: white !important;
    background: #0b64bd;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
}




.custm_tab>li{
    font-size: 18px !important;
    text-transform:uppercase; 
    font-family: 'Poppins-Thin' !important;
}

.custm_line > .custm_tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #A3A3A3 !important;
}
.clr{
    color: #A3A3A3 !important;
}

.custm_line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: red;
}
.custm_line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.custm_line > .nav-tabs > li.active {
 
  position: relative;
  color: #EFEA56 !important;
   font-family: 'Poppins-Regular';
   text-transform: capitalize;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #EFEA56;
}
.white{
    color: #DDDDDD;
}
.custm_tab>li>a:hover{
    background: transparent;
    border: none;
}

.inner_tab p{
    font-size: 15px;
    line-height: 27px;
    color: #DDDDDD;
    letter-spacing: .3px;
    padding-bottom: 10px;
}




.sol_hght img{
    height: 370px;
}

.tab_para_content  ul li{

    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 4px;

}

.tab_para_content ol li{
    font-size: 15px;
    line-height: 27px;
    color: #DDDDDD;
    letter-spacing: .3px;
    padding-bottom: 10px;
}


.abiut_conten  p{
    padding-bottom: 10px;
}





/*************Career*********************/

.carrer_bg{
    background: #2C3240;
    padding: 30px 0px;
}
.carer_cntnt h2{
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    line-height: 46px;
    margin: 0px;
        padding-bottom: 11px;;
}

.carer_cntnt p{
           letter-spacing: .5px;
    line-height: 27px;
    padding-bottom: 5px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
        background-color: #373E50;
    margin-bottom: -1px;
    
}
.set > a.active {
    background-color: #2191fb;
    color: #fff;
}
.set h4{
        padding: 11px 17px;
    margin: 0px;
}
.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 17px;
    line-height: 25px;
    margin-top: -1px;
}
.cstm_clr{
  background: #2191fb;
}
.custom_panel .panel-heading{
   padding: 0px;
}
.custom_panel{
  margin-bottom: 29px !important;
  border: 1px solid #373e50;
}
.form-site{
  padding: 0px 40px;
}
.btn-sub{
      color: #fff;
    background-color: #2191fb;
    border-color: #2191fb;
    border-radius: 0px;
    padding: 6px 22px;

}
.heght_auto{
    height: auto !important;
}

.foot_phone{
    padding-top: 35px;
}
.iner_dvlp{
        text-align: center;
    
}
.desiging_cntnt p{
    letter-spacing: .5px;
        text-align: justify;
    line-height: 24px;
    padding: 0px 24px;
    font-size: 16 !important

}
.abut_img h3{
    margin: 0px;
    padding: 10px 0px 28px;
}
.abut_img{
    text-align: center;
    padding-top: 50px;
}

.iner_dvlp img{
        height: 300px;
    width: 100%;

}
.abut_dvevlop_pd{
    padding: 0px;
}
.icon_pin{
  margin-top: 4px;
}
/*-------- Blog Section ----------*/
.blog-box img{
    display: block;
}
.blog-box{
    padding-bottom: 50px;
    text-align: center;
}
.blog-box .glance_content {
    background: #191c24;
    padding: 20px 0px;
    border-radius: 0px 0px 4px 4px;
}
.blog-box .glance_content h3 {
    padding-top: 20px;
    padding: 20px 10px 20px;
    text-align: left;
}
.detail-box img {
    width: 100%!important;
    height: 465px!important;
    padding: 20px;
}


.detail-box .single-widget.recent-post {
    background: #191c24;
    padding: 20px;
}
.detail-box .single-post .content h5 a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    margin-top: 0;
}
.detail-box .single-widget .product_glance{
    padding-bottom: 0px!important;
}
.detail-box .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 17px 0;
}
.detail-box .single-post .content h5{
    margin-top: 0px;
}
.detail-box .single-post .image img {
    float: left;
    width: 80px;
    height: 80px!important;
    margin-right: 20px;
    padding: 0px 10px!important;
}

.detail-box .glance_content h3{
    text-align: left;
       padding: 0px 20px;
        padding-top: 20px;
    font-size: 25px;
}
.detail-box .glance_content p{
    text-align: justify;
    width: 100%;
    padding: 20px 20px;
    color: #fff;
        line-height: 28px;
}
.detail-box .blog-box .author{
     padding: 0px 20px;
}
.blog-box img {
    display: block;
    height: 260px;
}
.blog-box .author {
    justify-content: space-between;
    display: flex;
    padding: 0px 10px;
}
.blog-box .author h4, .detail-box .single-post .author h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.detail-box .single-post .author h4 i{
    color: #08a8f7;
    margin-right: 5px;
}
.blog-box .author h4 i{
    color: #08a8f7;
    margin-right: 5px;
}
.blog-section .product_glance {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px){
   
.deisg_img {
    padding: 31px 10px 31px 0px;
} 
.contacts-details:first-child{
  margin-top: 0px;
}
.submt-contact{
    margin-bottom: 15px;
    margin-top: 15px;
} 
.abut_img{
    padding-top: 20px;
}
.abut_dvevlop_pd{
    padding:15px;
}
.desiging_cntnt p{
    padding: 0px;
}
.cstm_form{
    height: 55px;
}  

.sol_hght img{
    height: auto;
}
.answer{
    overflow-x: scroll;
}
.pd-lf-40{
    padding-left: 0px;
}
.banner_text {
    position: absolute;
    top: 39%;
    left: 42%;
    transform: translate(-40%, -50%);
}
.soltion_img img{
    width: 100px;
    height: 100px;
}
.tab-pane{
    padding:0px 15px;
}
.banner_text h2{
    font-size: 30px;
    line-height: 48px;

}
  
.sec_section {
    position: initial;
    margin-top: -2px;
        transform: initial;
}  
.desiging_cntnt h3{
    font-size:16px;
} 
.desiging_cntnt p{
    font-size: 13px;
}
.pd-lf-30{
    padding-left: 0px;
}
.energy{
    padding: 20px 0px;
}
.energy h1 {
    font-size: 21px;
    line-height: 25px;
}
.energy h4{
    font-size: 13px;

}
.inner_energy{
    margin: 5px 23px 30px;
}
.abiut_content{
    padding-left: 0px;
}
.pin{
    padding:0px;
}
.about_logo img {
    margin: 0px;
}
.about_logo::after{
    display: none;
}
.inner_para_abut p{
    margin: 16px 0px 0px;
    padding:0px;
    text-align: justify;
}

.custm_brand img{
        width: 165px;
    margin-top: 7px;
}
.design_pd{
    padding: 20px 0px 30px;
}

.client_img{
    height: 70px;
}
.hom_contact {
    background: #0B64BD;
    margin-top: 40px;
    height: auto;
}

.client_img img {
    width: 100px;
}
.review{
    
    margin: 15px 40px;
}

.help h3 {
    font-size: 24px;
    padding: 30px 0px 0px;
}

.phone {
    justify-content: initial;
}
.newsletter{
    margin-left: 0px;
}
.copyright p{
    font-size: 16px;
    padding: 0px;
}
.social_icon{
    text-align: center;
}
.border-btm{
        border-bottom: none;
}
footer{
    padding: 0px;
}
.location_bg{
    padding: 20px 0px 10px;
}
.review_clnt{
  font-size: 25px;
      padding: 0px 0px 20px;     
}
.slick-prev {
    background-image: url(../img/left.png);
    left: 2px;
    background-repeat: no-repeat;
    top: 50%;
}
.slick-next {
    background-image: url(../img/right.png);
    right: 2px;
    background-repeat: no-repeat;
    top: 50%;
}
.custm_rigth .active a::after{
   display: none;
  }

.custm_tab_haldi li a{
    margin-left: 7px;
}
.inner_mid h3 {
    margin: 0px;
    color: #2997ff;
    padding: 7px 0px;
    text-align: left;
    /* font-weight: 600; */
    font-size: 9px;
}
.enry_tb{
    padding: 20px 3px;
}
.pf-rg-20{
    padding-right: 0px;
}
.tb_img img {
    width: 100%;
    height: 110px;
}
.custm_tab_haldi>li.active>a, .custm_tab_haldi>li.active>a:focus, .custm_tab_haldi>li.active>a:hover {
    cursor: default;
    border-bottom-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 0px;
    transform: translateX(6px);
        filter: none;
    /*-webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);*/
    border-bottom: 2px solid #2997ff;

}
.tab_para_inner h2{
    margin:0px;
}
.inner_banner_img img{
    height: 250px;
}
.inner_banner_text h2{
    font-size: 19px;
    font-weight: bold;
}

.title{
    font-size: 25px;
    margin-bottom: 10px;
}
.title .title-bg{
    font-size: 54px;
}
.contct_bg {
   
    padding: 90px 0px 49px;
}
.cstm_form textarea{
    margin-bottom: 20px;
}
.product {
    padding: 0px 20px;
}
.custm_line ul li a{
        padding: 10px 7px;
    font-size: 14px;
}
.tble_tab{
        padding: 20px 0px 0px;
}
}




















@media only screen and (max-width: 375px){
   

.review{
    
    margin: 15px 21px;
}


}





@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.custm_rigth li a {
    padding: 15px 10px;
    font-size: 14px;
 }
 .custm_brand img{
           width: 147px;
    padding: 11px 0px;
 }   
 .banner_text h2{
    line-height: 58px;
 }
 .testimonial-reel .slick-active {
    opacity: 1;
}
.abut_img{
        padding-top: 15px;
}
.abut_img h3{
        padding: 10px 0px 15px;
}
.desiging_cntnt p{
    letter-spacing: 0px;
        padding: 0px 15px;
}
.client_img img {
    width: 95px;
}
.hom_contact{
    height: auto;
}
.home_cntnt {
  
    padding: 39px 0px;
}
.useful_links {
    padding: 20px 0px;
}
.pd-lf-40{
    padding-left: 20px;
}
.tb_img img{
    height: 246px;
}
.custm_tab_haldi li a{
    margin-left: 10px;
}
.soltion_img img{
    height: 187px;
}
.inner_mid h3 {
    margin: 0px;
    color: #2997ff;
    padding: 7px 0px;
    text-align: left;
    /* font-weight: 600; */
    font-size: 14px;
}
.pf-rg-20 {
    padding-right: 0px;
}
.sol_hght img{
    height: auto;
}
.product {
    padding: 0px 27px 0px 19px;
}
}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1050px) and (orientation:portrait) {
.sec_section {
    bottom: -7%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.abut_img{
        padding-top: 30px;
}
.custm_rigth li a {
    padding: 15px 16px;
    font-family: 'ProximaNova-Regular';
    color: white !important;
    font-size: 15px;
    text-transform: uppercase;
}
.custm_brand img {
    width: 200px;
    padding: 5px 0px;
}
.testimonial-reel .slick-active {
    opacity: .5;
}
.client_img img {
    width: 115px;
}
.pd-lf-40{
    padding-left: 40px;
}
.tb_img img{
    height: 350px;
}
.custm_tab_haldi li a{
    margin-left: 15px;
}
.soltion_img img{
    height: 220px;
}
.inner_mid h3 {
    margin: 0px;
    color: #2997ff;
    padding: 7px 0px;
    text-align: center;
    /* font-weight: 600; */
    font-size: 15px;
}
.sol_hght img{
    height: auto;
}
}