﻿
/* CSS Document */

/* 
    Created on   : 01/01/2019. 
  
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Header  */
/*   04 - Menu Style */
/*   05 - Banner */
/*   06 - Company Feature  */
/*   07 - Company Offer  */
/*   08 - About Us  */
/*   09 - Service Style One  */
/*   10 - Case Study  */
/*   11 - Team  */
/*   12 - Testimonial  */
/*   13 - Contact Style One  */
/*   14 - Contact Style Two  */
/*   15 - Footer  */
/*   16 - What We Do  */
/*   17 - Service Style Two  */
/*   18 - Why Choose Us  */
/*   19 - Pricing Plan  */
/*   20 - Latest News */
/*   21 - Theme Inner Banner  */
/*   22 - our History  */
/*   23 - Our Project  */
/*   25 - Blog Page  */
/*   26 - Error Page  */
/*   27 - FAQ Page  */
/*   28 - Contact Us  */
/*   29 - Contact form activation  */
/*   30 - Details Page Sidebar  */
/*   31 - Project Details  */
/*   32 - Service Details  */
/*   33 - Blog Details  */
/*   34 - Shop Page  */





/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700|Montserrat:200,300,400,500,600,700,800,900');
/*----bootstrap css ----- */
@import url('../css/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../css/bootstrap-select.css');
/*------- menu ------*/
@import url('../css/slimmenu.css');
/*----revolution-slider---*/
@import url('../css/settings.css');
@import url('../css/layers.css');
@import url('../css/navigation.css');
/*----font awesome -------*/
@import url('../css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../css/owl.carousel.css');
@import url('../css/owl.theme.css');
/*-------- animated css ------*/
@import url('../css/animate.css');
/*-------fancy box --------*/
@import url('../css/jquery.fancybox.css');
/*-------Hover Css --------*/
@import url('../css/hover.css');
/*--------- Jquery ui ---------*/
@import url('../css/jquery-ui.min.css');
/*--------- flat-icon ---------*/
@import url('../css/flaticon.css');

/*** 



/*==================== Click Top ====================*/
.scroll-top {
  width:30px;
  height:30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: #f55c5b;
  font-size: 20px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/fontawesome-webfont.ttf');
  src: url('../fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color:#8f8f8f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
 }
body .main-page-wrapper {
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  color:#282828;
}
h1 {font-size: 60px; font-weight: 900;}
h2 {font-size: 45px; font-weight: 800;}
h3 {font-size: 24px; font-weight: 700;}
h4 {font-size: 22px; font-weight: 500;}
h5 {font-size: 20px; font-weight: 600;}
h6 {font-size: 18px; font-weight: 300;}
ul {list-style-type: none;}
a {text-decoration: none; display: inline-block;font-family: 'Montserrat', sans-serif;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%; display: block;}
button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/*------------------------------------ Transition --------------------------------*/
.tran3s,.hesperiden.tparrows,.panel-heading:before,.service-style-one .single-service div span,.service-style-one .single-service p,
.service-style-one .single-service i,.service-style-one .single-service:before,.owl-theme .owl-nav [class*=owl-],.theme-button,
.bootstrap-select.btn-group .dropdown-menu li a,.contact-style-two .opacity .wrapper .form-wrapper button i,.mixitUp-menu ul li:before,
.details-page-wrapper .details-page-sidebar .sidebar-list li a:before,.details-page-wrapper .details-page-sidebar .carousel-indicators li,
.project-details .project-info .text ul li:before,.nav-tabs > li > a  {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.tran4s,#searchWrapper {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
.float-left {float:left;}
.float-right {float:right;}
.round-border{
  border-radius: 50%;
}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}

/*--------------------------- Title ------------------------*/
.theme-title {position: relative;}
.theme-title h6 {
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #303030;
}
.theme-title h2 {line-height: 54px;}
.theme-title p {
  font-size: 18px;
  line-height: 32px;
  color: #303030;
  margin-top: 15px;
}
.theme-title a.theme-button {
  width: 200px;
  line-height: 46px;
  font-weight: 500;
  border: 2px solid #e4e9ef;
  color: #282828;
  position: absolute;
  right: 0;
  top:25px;
}
.theme-title a.theme-button:hover {color: #fff;}
body .theme-button {
  line-height: 50px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
body .theme-button:hover {background:#f55c5b; }

.hesperiden.tparrows:hover,.about-us .right-content .panel-heading.active-panel:before,.service-style-one .owl-theme .owl-nav [class*=owl-]:hover,.service-style-one .theme-button:hover,.case-study .text a:hover,
.our-team .single-team-member ul li a:hover,.bottom-banner a.subscribe,.bottom-banner a:hover,footer .follow-us form input:focus,.pricing-plan .single-price-table:hover a,.pricing-plan .single-price-table.active a,
.contact-style-two .opacity .wrapper .form-wrapper input:focus,.theme-title a.theme-button:hover,.blog-sidebar .sidebar-keyword ul li a:hover,.page-pagination li a:hover,.page-pagination li.active a,
.blog-sidebar .sidebar-search input:focus,.faq-content-wrapper .panel-heading.active-panel:before,.faq-page .faq-form-wrapper form input:focus,.faq-page .faq-form-wrapper form textarea:focus,
.faq-content-wrapper form input:focus,.contact-us-page .contact-form-wrapper form input:focus,.contact-us-page .contact-form-wrapper form textarea:focus,.project-details .project-info .text ul li:hover:before,
.project-details .project-analysis .statstics,.project-details .project-solution .nav-tabs > li.active > a,.project-details .project-solution .nav-tabs > li.active > a:hover,
.project-details .project-solution .nav-tabs > li.active > a:focus,.shop-page .main-wrapper .shop-sidebar .product-tag ul li a:hover,.shop-details .single-product-details .info a:hover,
.related-product-slider.owl-theme .owl-nav [class*=owl-]:hover,#business-main-banner-two .tp-caption a  {
  border-color: #f55c5b;
}

/*----------------------- Contact us ---------------------*/
.contact-us-page {margin-bottom: 50px;}
.contact-us-page .title {text-align: center;padding-bottom: 50px;}
.contact-us-page .title h2 {margin-bottom: 22px;}
.contact-us-page .title p {width: 80%;margin: 0 auto;}
.contact-us-page .address ul li {
  font-family: 'Tinos', serif;
  font-size: 18px;
  color: #181818;
  float: left;
  width: 25%;
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}
.contact-us-page .address ul li i {
  position: absolute;
  font-size: 35px;
  top:0;
  left:0;
}
.contact-us-page .theme-form-one {margin-top: 40px;}
.contact-us-page .theme-form-one button {width: 180px;margin: 0 auto;}



/*(((((((((((((((((((((((  Contact form activation ))))))))))))))))))*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #f55c5b;
}
#error {
  color: #C9182B;
}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
