


/*===================================================
                    LOGO
=====================================================*/

.logo-round{
    margin-top:-20px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    -ms-animation:spin 4s linear infinite;
    -o-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-ms-keyframes spin { 100% { -ms-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#logo h1 {
   font-size: 38px;
    font-family: 'Denk One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px #0182c6, 1px 1px 1px #000;
    display: inline;
    margin-bottom: 0;
    color: #0182c6;text-align: center
}
#logo h1 .span{margin-top: -12px;
    display: block;
    font-size: 13px;
    color: #8e8e8e;
    font-family: lato, sans-serif;
    text-shadow: none;
    text-align: center;
    width: 115%;}
/*====================================================
                    heading style
======================================================*/

.v-line {
    border-left: 3px solid #0091dd;
    padding-left: 20px;
}
.block-title h2 {
    font-size: 30px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.shadow {
    position: relative;
    z-index: 1;
}
.shadow.dark::after {
    background: #1d2024 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area {
      padding: 50px 0 46px;
}
.text-center {
    text-align: center;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block !important;
  margin: 0;
  padding:  9px;
  position: relative;
  z-index: 1;
   
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  border: 2px solid #d2d2d2;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #d2d2d2;
        display: inline-block;
    text-decoration: none;
    font-size: 11px;
}

.breadcrumb-area .breadcrumb li.active {
  color: #d2d2d2;
    font-weight: 600;
}


/* 
=========== 23. Contact CSS ===========
*/
.contact-info-area {
  padding: 50px 0 0 0;
}
.contact-info-col {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
 padding: 30px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    height: 260px;
    webkit-box-shadow: 0px 4px 6px 2px #ededed;
    box-shadow: 0px 4px 6px 2px #ededed;
}
.contact-info-col:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info-col .contact-icon {
 width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 1px solid #b3b3b3;
    position: relative;
    text-align: center;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
contact-info-col  h6{font-weight: 600}
.contact-info-col .contact-icon i {
  color: #0182c6;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 0;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.contact-info-col p {
  margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}
.contact-area {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-col {
  padding: 50px 30px;
  background: rgba(255,255,255,0.75);
}
.contact-col  h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 60px;
}


/*=====================================

            inquiry page
==============================================*/

.contact-area {
  padding: 50px 0 50px;
}
.contact-area .contact-form {
  margin-top: -5px;
}

.contact-area .contact-form input,select {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: none;
}

.contact-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 180px;
  padding: 15px 12px;
}


.contact-area .contact-form button i {
  margin-left: 2px;
}

.parsley-errors-list {color:#ff0000;font-size:14px;font-weight: normal;margin: 0 !important;list-style-type: none;padding:0 !important;}

/*
------------------------------------------------
  Ask Question (downloads)
------------------------------------------------
*/
.ask-question{
    position: relative;
    padding: 50px 0 0px;
	
}
.ask-question .ask-box{
    background: #f1f1f1;
    padding: 35px 0 35px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;margin-bottom:20px;
}
.ask-question .ask-box:hover,
.ask-question .ask-box.active{
    background: #f1f1f1;
}

.ask-question .ask-circle{
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #b3b3b3;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.ask-question .ask-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 2;
    color: #b3b3b3;
}
.ask-question .ask-info {
    margin: 0 65px 0 85px;
    font-size: 14px;
}
.ask-question .ask-info h3{
	font-size: 20px;
	margin-bottom: 10px
}
.ask-question .ask-arrow{
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    float: right;
    background: rgba(222, 218, 218, 0.2);

}
.ask-question .ask-arrow span {
    border-radius: 100%;
    background: #283442;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color:#fff;
}
/*======================================== 
                side bar                  
=========================================*/
.sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;

  box-shadow: 0 1px 33px 0 rgba(40,40,40,.15);
}

 .sidebar-item:last-child {
  margin-bottom: 10px;
}

 .sidebar-item .title h4 {
  position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    background-color: #0182c6;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 1.15;
}

 .sidebar-item .title h4::before {
  background: #0091dd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

 .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;display: block;
    margin-bottom: 15px;
    padding: 0px 16px;
    padding-bottom: 10px;
    border-bottom: #e2e0e0 solid 1px;
}.sidebar-item.link li:last-child{border: none}
.sidebar-item.link li >i {
 color: #0182c6 !important;
}
 .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}
.sidebar-item.link li a:hover {
  color: #0182c6;
 
}
 .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

 .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}

 .sidebar-item li .icon, 
 .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

 .sidebar-item li span {
  padding-left: 15px;
}

 .sidebar-item li .icon i.fa-clock, 
 .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

 .sidebar-item li .icon i {
  color: #b3b3b3;
    display: inline-block;
    font-size: 43px;
    font-weight: normal;
}

 .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}

 .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

 .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

 .info h2 {
  font-weight: 600;
}

 .services-content img {
  margin-bottom: 30px;
}

 .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/*
================================================
   about style
================================================
*/
.about{
  padding: 50px 0 0;
}
.about .item-list .item.clearfix{
    margin-top: 20px;
}
@media (max-width: 992px){
  .about .item .image-box img{
    margin-bottom: 30px
  }
  .about.more .item .image-box img{
    margin-top: 30px;
    margin-bottom: 0 !important
  }
}
.about .item-list .item .content-box{}
.about .item-list .item .content-box h4{
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#222222;
    line-height: 27px;
}
.about.about-2 .item-list .item.clearfix{
	margin-top: 20px
}
.about.about-2 .item-list .item .content-box p{
	padding-bottom: 30px;
    border-bottom: 0px solid #ededed;
}
.about .item-list .item .content-box p{
  max-width: 720px;
  color:#666666;
  margin-top: 26px;
  padding-bottom: 28px;
}
.about .item .image-box img{
  width:auto;
  max-width:100%;
}
.s-list{
  margin-top: 30px
}
.s-list li {
    margin-bottom: 10px;
    color: #777;
    font-size: 14px
}
.s-list span {
    font-size: 16px;
    color: #26cdff;
    margin-right: 10px;
}
.about.style-two{
  padding-top:100px;
}
@media (max-width: 992px){
  .about .bity img{
    margin-top: 30px
  }
}

.about .about-links li{
    display:inline-block;
    margin: 30px 10px 0px 0px;
}
.about .about-links li a{
  letter-spacing:1px;
}


/*
===========================================================
  how-it-work
===========================================================
*/
.how-it-work{
	padding: 20px 0 0px
}
.how-it-work .how-one-container{
	margin-top: 66px
}
.how-it-work .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
}
.how-box-one {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 30px;
    transition: all .3s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 255px;
}
.how-box-one:hover,
.how-box-one.active{
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.how-box-one:after{
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/elements/arrow-big.png) center center no-repeat;
}
.how-box-one:last-child:after{
	display: none
}
@media (max-width:991px){
	.how-box-one:after{
		display: none
	}
}
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 80px;
    margin: 0 auto 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-box-one h4 {
    position: relative;
    line-height: 1.6em;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #222;
    font-weight: 500;
}
.how-box-one h4 a {
    color: #26cdff;
    font-size: 39px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.how-box-one .text {
    position: relative;
    line-height: 0.8em;
    padding: 0px ;
    color: #fff;
    font-size: 28px;
}
.how-box-one h3 a {
    position: relative;
    color: #2a2a2a;
}



/*=========================================================
                        Product detail Page
===========================================================*/
.our-gallery {
    position: relative;
    padding: 50px 0px 0px;
}
.our-gallery .single-item .img-holder {
    margin-top: 8px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.our-gallery .single-item .img-holder img {
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
}
.our-gallery .single-item .img-holder:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.entry-summary {
    overflow: hidden;
    margin-bottom: 0px;
}
.product-info-main {
    margin-top: 0;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
 .product-name a {
    font-size: 20px;
    padding-bottom: 12px;
    color: #222;
    display: inline-block;
    font-weight: 600
}
 .product-des {
    color: #747474;
    padding: 8px 0 0; 
}
.thm-btn {
  position: relative;
  background: #0182c6;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #0182c6;    background: #283442;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #1d252f;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #1d252f;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


/*========================================
            Product Page
===========================================*/
.services-inc-area{padding: 50px 0 0 0;}
.services-inc-area  .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    margin-bottom:20px;
    border: 1px solid #e4e4e4;
}
.services-inc-area  .item:last-child{margin-bottom:20px;}
.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}
.services-inc-area .item .thumb img {width:100%;height:250px;}
.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area s.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #022d5f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}

.services-inc-area .item .overlay > a {
  color: #1cb9c8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
  color: #1cb9c8;
}

.services-inc-area {
  margin: 0;
}


/*==================================================
                    INDEX
===================================================*/

/*------------ after welcome section ----------*/
 .about-items {
    margin-top: 50px;
}
 .about-items .single-item {
    margin-bottom: 30px;
}
.about-items .item a {
    padding: 50px 30px;
    display: block;
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
 .about-items .item i {
    color: #1cb9c8;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 20px;
}
 .about-items .item h4, .item h5 {
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
    font-size: 18px;
}


/*================== search and news ==========================*/
.widget-area .widget-style {
   
	
}
.widget-area .widget-search{
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
	box-shadow: 0 1px 33px 0 rgba(40,40,40,.15);
    margin-top: 30px;}
.widget-area .widget-search form {
    width: 100%;
    position: relative;padding: 0px 20px;
    padding-bottom: 20px;
    padding-top: 8px;
	
}
.widget-area .widget-search form input {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    background-color: #f3f3f3;
    border: 1px solid transparent;
}
.widget-area .single-post{padding-bottom: 10px}
.widget-area .widget-search form button {
    position: absolute;
   top: 18px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    background-color: #f3f3f3;
    color: #000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.widget-area .widget-recent-post {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
	box-shadow: 0 1px 33px 0 rgba(40,40,40,.15);
    margin-top: 30px;}
.widget-area .widget-recent-post .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget-area .widget-recent-post .single-post .single-post-content a {
    color: #000000 ;
    
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}
.widget-area .widget-recent-post .single-post .single-post-content span {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}
h6.title {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    background-color: #0182c6;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	line-height:1.15;
}



/*======================= error  404 page =======================*/

.error-sec__img {
    margin-bottom: 1.625rem;
}
.error-sec__img img {
    display: block;
    margin: 0 auto;
}
.error-sec__content {
    text-align: center;
}
@media only screen and (min-width: 768px)
.error-sec__content h1 {
    font-size: 2.25rem;
}
.error-sec__content h1 {
    color: #f85555 !important;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}
@media only screen and (min-width: 768px)
.error-sec__content .text {
    font-size: 1.25rem;
}
.error-sec__content .text {
    margin-bottom: 1.625rem;
    line-height: 1.2;
    font-size: 0.975rem;
}.contact__panel-banner img {
    border-radius: 4px;
}.contact__panel-banner .cta__banner {
    max-width: 360px;
    border-radius: 0 4px 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;background-color: #ff5e14;
    max-width: 400px;
    padding: 50px 30px 40px 40px;
}contact__panel-banner .cta__banner .cta__desc {
    font-size: 16px;
}
.cta__banner .cta__desc {
    color: #f9f9f9;
    margin-bottom: 15px;
} .contact__panel-banner .contact__number {
    color: #fff;
}