F@charset "utf-8";
/* CSS Document */
/*

Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version: 3.3
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
 

/*================================================
[  Table of contents  ]
================================================
 :: Header
     - topbar
     - search
     - Cart
     - FullWidth
     - Light
     - Dark
     - Left-menu
     - Logo-center
     - Fancy
     - fancy without-topbar
     - Side menu icon
     - Vertical header
    - One page  Header
 :: Slider (all home page main sliders )
 ::   - Slider-parallax one page
 ::   - Mobile slider
 :: Background
 :: Home page section
 :: Decolines
 :: Awesome features
 :: Feature Step
 :: About Us 
 :: Resume
 :: Portfolio
 ::  - Portfolio  item
 ::  - Portfolio-item-2
 ::  - Portfolio single page
 :: Our Blog
 :: Our services
 :: Creativity
 :: Our History
 :: Our Service Objects
 :: Sidebar
 :: About me
 :: Team page
 :: Error 404
 :: Coming soon
 :: Register
 :: Login
 :: maintenance
 :: Our clients 
 :: Process
 :: Careers
 :: Sitemap
 :: Privacy-policy 
 :: Page sidebar 
 :: Terms and conditions 
 :: Footer
 :: Boxed

 v1.2
 :: index portfolio 4
 :: index portfolio 04 about
 :: index portfolio single

======================================
[ End table content ]
======================================*/

/*************************
      Header 
*************************/
/*topbar*/

/*menu*/
.menu-bar { float: right; }
.mega-menu .menu-links { float: left; }
.search-cart { display: inline-block;   }
.search-cart .search { display: inline-block; padding-right: 15px; padding-left: 10px; }

  /*search*/ 
 .search .search-btn { display: block; height: 20px; line-height: 21px; position: relative; text-indent: -9999px;  width: 14px; color: #ffffff; -o-transition: color 300ms ease 0s; -moz-transition: color 300ms ease 0s; -ms-transition: color 300ms ease 0s; -webkit-transition: color 300ms ease 0s;  transition: color 300ms ease 0s; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
 .search .search-btn:before { content: ""; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; left: 0; position: absolute; text-indent: 0; top: 0; }
  .search .search-btn:hover { color: #84ba3f; }
 .search-box { background: #fff; display: block; margin: 0; opacity: 0 !important; padding: 15px; position: absolute; right: 0; top: 100%;  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;  visibility: hidden; width: 327px; z-index: 888; border-radius:  3px; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0; transform-origin: 0 0; transition: all 400ms ease; }
 .search .search-box input { background: transparent; border:1px solid #eceff8; padding-left: 15px; border-radius: 3px; }
 .search .search-box input:focus { background: transparent; border:1px solid #eceff8; }
 .search .search-box button { background: transparent; border: none; cursor: pointer; font-size: 15px; position: absolute; right: 27px; top: 27px; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; }
 .search .search-box button:hover { color: #84ba3f; } 

/*cart*/
 
/*mega-menu */
.mega-menu .menu-logo { padding: 25px 0 25px; } 
.mega-menu .menu-logo img { height: 40px; }
.mega-menu > section.menu-list-items { padding: 0; }
.mega-menu .menu-links > li > a { text-transform: uppercase; font-size: 14px; font-weight: 500; line-height: 20px; }
.mega-menu .row  { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12  { padding-left: 0px; padding-right: 0px; }
.mega-menu .badge  { color: #ffffff; }
 
/*fullWidth*/

/*light*/

/*dark*/
.header.dark {  background: #323232; position: relative; } 
.masonry {
    margin: 0 -15px 0 0;
}
.masonry.no-padding .masonry-item { padding: 0 !important; }
.masonry .masonry-item img { width: 100%; }
.masonry.columns-2 .masonry-item { width: 50%; padding: 0 15px 15px 0; }
.masonry.columns-3 .masonry-item { width: 33.33333333%; padding: 0 15px 15px 0; }
.masonry.columns-4 .masonry-item { width: 25%; padding: 0 15px 15px 0; }
.masonry.columns-5 .masonry-item { width: 20%; padding: 0 15px 15px 0; } 
.masonry.columns-4 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.masonry.columns-4 .portfolio-item .portfolio-overlay h6 { display: none; }
.masonry.columns-5 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.masonry.columns-5 .portfolio-item .portfolio-overlay h6 { display: none; } 
/*************************************
         portfolio  item
 **************************************/
.portfolio-title { padding: 100px 60px 30px; }
.portfolio-title span { display: block; }
.portfolio-item { width: 100%; position: relative;  overflow: hidden; color: #fff; width: 100%; border: 0; position: relative; }
.portfolio-item img { width: 100%; -webkit-transition: transform 0.35s; -o-transition: transform 0.35s; -ms-transition: transform 0.35s; -moz-transition: transform 0.35s; transition: transform 0.35s; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;  height: 100%; background-color: aliceblue;}
.portfolio-item .portfolio-overlay  { width: 100%; background: #84ba3f; padding: 10px 0px; position: absolute;  bottom:-80px; display: block;  margin-top: 0; float: left; z-index: 9; text-align: left; padding-left: 20px; left: 0;  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; }
.portfolio-item .portfolio-overlay h4 { font-weight: 600; margin-bottom: 5px; }
.portfolio-item .portfolio-overlay a:hover { color: #323232; }
.portfolio-item .portfolio-overlay span { font-weight: 400; font-size: 14px; }
.portfolio-item .portfolio-overlay span a { color: #ffffff; }
.portfolio-item .portfolio-overlay span a:hover { color: #323232; }
.portfolio-item:hover a.popup{ opacity: 1; top: 20px; }
.portfolio-item:before { content: ''; display: inline-block; width: 100%; height: 100%;  position: absolute; top: 0; left: 0; z-index: 1; background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);  -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
.owl-carousel .owl-item .portfolio-item img { width: 100%; }
 .portfolio-item.only-popup { width: 100%; text-align: center; }
 .portfolio-item.only-popup a.popup { display: inline-block; left: 50%; margin-left: -20px;  position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); } 
.portfolio-item:hover .portfolio-overlay { bottom: 0; }
.portfolio-item:hover img { -webkit-transform:scale(1.20);  -moz-transform:scale(1.20); -ms-transform:scale(1.20);  -o-transform:scale(1.20);  transform:scale(1.20); }
.portfolio-item:before { content: ''; display: inline-block; width: 100%; height: 100%;  position: absolute; top: 0; left: 0; z-index: 1; background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);  -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
/* no-title */

/*left-menu*/

/*logo-center*/

/*fancy */

/*fancy without-topbar*/

/*side-menu-icon*/

/*************************
    header text-dark 
*************************/
/*dark-dropdown*/
/*label*/

/*onepagenav*/

/*************************
    one page
*************************/

/*vertical-header*/

/*dark-text*/

/*mega menu vertical*/
 
 @media (min-width: 992px) {
.mega-menu { min-height: inherit; }
.mega-menu > section.menu-list-items {  float: none; }
.mega-menu > section.menu-list-items > .container,
.mega-menu > section.menu-list-items > .container > .row,
.mega-menu > section.menu-list-items > .container > .row > div { height: 100%; }
.mega-menu > section.menu-list-items .menu-bar {  height: 100%; }
.mega-menu > section.menu-list-items .menu-bar > ul{ display: table !important; height: 100%; }
.mega-menu > section.menu-list-items .menu-bar > ul > li { display: table-cell; vertical-align: middle; float: none; }
.mega-menu .drop-down { top: 100%; }
.mega-menu > section.menu-list-items .search-cart { height: 100%; }
.mega-menu > section.menu-list-items .search-cart .search { vertical-align: middle;  display: table; height: 100%; float: left; }
.header .search .search-btn {  display: table-cell; vertical-align: middle;  position: relative;  width: 10px;   float: none; clear: both;  height: 100%; }
.search .search-btn:before { top: 50%;  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

}

/*************************************
   Slider (all home page main sliders )
 **************************************/ 

 /*slider 01*/

 /*slider 02*/

 /*slider 03*/

 /*slider 04*/

 /*slider 05*/

 /*slider 06*/

 /*slider 07*/

 /*slider 10*/
/*index-cafe*/  
 
 /*index-construction*/ 

 /*index-consulting*/

 /*index-interior-design*/

 /*index-medical*/

 /*index shop 02*/

 /*index gym*/

 /*mobile app*/
 
 /*construction*/

/*spa*/

/*************************************
      slider-parallax one page
**************************************/
.slider-content-middle { position: absolute; display: inline-block; width: 100%; top: 50%; left: 0; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);-o-transform: translate(0,-50%); transform: translate(0,-50%); }
/*scroll-down*/
.scroll-down { text-align: center; width: 34px; height: 58px; display: inline-block; border-radius: 20px; border:2px solid #fff; position: absolute; left: 50%; bottom: 60px;
margin-left: -17px; line-height: 50px; }
.scroll-down i { height: 10px;  width: 4px; background: #fff; display: inline-block; border-radius: 3px; -webkit-animation-name:fadebounce;  -moz-animation-name:fadebounce; -ms-animation-name:fadebounce; -o-animation-name:fadebounce; animation-name:fadebounce; -webkit-animation-duration:3s; -moz-animation-duration:3s; -ms-animation-duration:3s; -o-animation-duration:3s;
 animation-duration:3s; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; -o-animation-iteration-count:infinite;
 animation-iteration-count:infinite; } 
@-moz-keyframes fadebounce {
0% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -moz-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-webkit-keyframes fadebounce {
0% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -webkit-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-o-keyframes fadebounce {
0% { -o-transform:translateY(0); transform:translateY(0); opacity:1; }
50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1; }
100% {-o-transform:translateY(0);transform:translateY(0);opacity:1; }
}
@-ms-keyframes fadebounce {
0% { -ms-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -ms-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@keyframes fadebounce {
0% { transform:translateY(0); opacity:1; }
50% {transform:translateY(25px);opacity:1; }
100% {transform:translateY(0);opacity:1; }
}

/*personal-typer-banner*/

/*typer-banner*/

/*popup-video-banner*/
 
 /*video-background-banner*/

/* portfolio-banner*/
  
 /*************************************
    			Background  
 **************************************/
/*images background*/
 .white-bg { background: #fff; }
 .gray-bg { background: #f7f7f7; }
 .bg-overlay-black-40:before {  background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-60:before {  background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-30:before {  background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-60, .bg-overlay-white-30 { position: relative; }
 .bg-overlay-white-70:before {  background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-40, .bg-overlay-black-60, .bg-overlay-white-70 { position: relative; }



 .bg-overlay-black-40:before {  background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-40 { position: relative; }
 .white-bg { background: #fff; }

/*************************************
        home page section
 **************************************/ 

/*************************************
       decolines
 **************************************/
 
/*************************************
   feature step  
 **************************************/
/*split-section*/

 /*************************************
         about us 
 **************************************/

 /*************************************
         resume
 **************************************/ 
 
 /*************************************
         portfolio 
 *************************************/
.masonry { margin: 0 -15px 0 0; }
.masonry .masonry-item img { width: 100%; }
.masonry.columns-3 .masonry-item { width: 31%; padding: 0 15px 15px 0; }
.masonry.columns-4 .masonry-item { width: 25%; padding: 0 15px 15px 0; }
/*filters-vertical*/

 /*portfolio pupup*/
 
/*************************************
             portfolio-item-2
**************************************/
 
 /*************************************
	    	   Portfolio single page
**************************************/
  /*tags*/

/*share*/

.intergram-photo img {
    display: inline-block;
	margin: 20px 0;
}

/*port-meta*/

/*port-navigation*/
.port-navigation {
    padding: 20px 0;
    border-bottom: 1px dashed #d0d0d0;
    border-top: 1px dashed #d0d0d0;
}
.port-arrow {
    height: 74px;
    width: 40px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block;
}
.port-arrow i {
    text-align: center;
    font-size: 25px;
    line-height: 75px;
}
.port-navigation a {
    color: #626262;
}
.port-photo {
    width: 124px;
    height: 77px;
    display: inline-block;
}
.port-photo img {
    width: 100%;
}

/*port-post*/

/*port-post-info*/

/*************************************
    		Our Blog 
 **************************************/
 /*Blog  1*/


/***************************
         blog 
***************************/
.blog-entry { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.blog-entry:hover { box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.blog-entry .blog-detail { background: #ffffff; padding: 30px; border-top: 0px; }

/*blog-entry blockquote*/ 

/*video vimeo and youtube*/
 
 /*blog-entry-audio*/

 /*blog pages*/
 /*blog-grid-3-column*/
  
/*************************************
      our services
**************************************/

/*************************************
	    	creativity
**************************************/
.section-field.textarea{width: 100%;}
.footer.footer-topbar img#logo-footer { height: 34px; margin-bottom: 10px; }

/*************************************
    		Our History
**************************************/
 /*Our History */

/*************************************
           our-service objects 
**************************************/

/*************************************
         sidebar
**************************************/
.sidebar-widget .widget-categories li a {
    font-size: 16px;
    color: #626262;
    line-height: 28px;
    display: block;
	font-weight: 600;
}

/*.widget-search */ 
.widget-search { position: relative; }
.widget-search input { padding-right: 30px; color: #353535; box-shadow: none; background: #f6f7f8; }
.widget-search i { position: absolute; right: 0px; padding: 16px 22px; font-size: 14px; color: #626262; cursor: pointer;  }
.widget-search input:focus { border-color: #84ba3f; } 
 
/*Recent Posts*/

/*widget-archives*/

/*widget-link*/
 
/*tags*/

/*widget-testimonial*/

/*widget-gallery*/

/*widget-newsletter*/

/*widget-clients*/

/*opening-time*/

/*************************************
	    	About me
**************************************/

/*************************************
	    	   Team 1 page
**************************************/
/*team-details*/
 
/*************************************
	    	   blog page
**************************************/ 
 .owl-carousel img { width: 100%; }
/*pagination-nav*/
 /*timeline blog*/
/* blog 2 column masonry left sidebar */

/*blog-single*/
.blog-single .blockquote {
    font-style: italic;
    line-height: 26px;
    background: #f6f7f8 !important;
}
/*.blog-single .blog-entry.blockquote blockquote:before {
    color: #323232;
    top: 20px;
}*/

.blog-entry.blockquote blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: bold;
    color: #323232;
    position: absolute;
    left: 0px;
    top: -20px;
}
/*blog-comments*/
 
/*************************************
	    	 error 404
**************************************/


/*************************************
	    	    coming soon 
**************************************/

/*************************************
	    	 Register 
**************************************/
label:after { font-family: FontAwesome; font-size: 17px; position: absolute; top: -3px; left: 0; padding-left: 2px; border-radius: 3px; }
.remember-checkbox a {color: #84ba3f; }
.remember-checkbox label { position: relative; padding-left: 30px; font-size: 14px;	cursor: pointer;}
.remember-checkbox label:before, label:after { font-family: FontAwesome; font-size: 17px; position: absolute; top: -3px; left: 0; padding-left: 2px; border-radius: 3px; }
.remember-checkbox label:before { border: 2px solid rgba(0, 0, 0, 0.1); content: ""; height: 20px; margin-top: 3px; width: 20px; }
.remember-checkbox label:after { content: '\f00c'; max-width: 0; overflow: hidden; opacity: 0.5; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; }
.remember-checkbox input[type="checkbox"] { display: none; }
.remember-checkbox input[type="checkbox"]:checked + label:after { max-width: 25px; opacity: 1;  }
.remember-checkbox label:before { color: #84ba3f; }
 
/*************************************
	    	 Login 
**************************************/
/*login-2-social*/ 

/*login 02*/

/*login 02*/

/*************************************
	    	 maintenance 
**************************************/
  

/*maintenance 2 */
 
/*************************************
	    	 Our clients 
**************************************/ 
/*clients-box*/
 
/***********************************
         process
************************************/ 

/*************************************
	    	 Careers 
**************************************/

/*careers accordion*/
 
/*careers form*/
 
/*************************************
          sitemap 
**************************************/

/*************************************
             privacy-policy 
**************************************/

/*************************************
            page sidebar 
**************************************/

/*************************************
           terms and conditions 
**************************************/

/*************************
   BG - Images
*************************/
.parallax {   background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important;  position: relative; z-index: 0; background-origin: initial; background-position: center center !important; background-repeat: no-repeat;  }
  
/*************************************
          Footer 
**************************************/
.footer p{font-size: 14px;}
.footer-logo img { width: 65%; }
.footer h6{font-size: 14px;}
.addresss-info li { font-size: 14px; margin-bottom: 15px; color: rgba(255,255,255,0.5); list-style: none; }
.addresss-info i{  color:rgba(255,255,255,0.5); padding-right: 5px; float: left; display: table-cell; width: 30px; line-height: 23px; font-size: 14px; }
.addresss-info li a { color: rgba(255,255,255,0.5); }
.footer a{font-size: 14px;}

/*footer-Newsletter*/
.footer-useful-link.footer-hedding ul { margin-top: -6px; }
.footer-useful-link ul li { list-style: none; margin-bottom: 12px;}
.footer-useful-link ul li:last-child { margin-bottom: 0; }
.footer-useful-link ul li a { color: rgba(255,255,255,0.5); font-size: 14px; vertical-align: top; display: block; line-height: 26px; }
.footer-useful-link ul li a:hover { color: #84ba3f; }
/*transparent*/

/*footer-widget*/
.footer .social ul li {display: inline-block;}
.footer .social ul li a i { font-size: 14px; width: 45px; height: 45px; line-height: 45px; text-align: center; float: none; color: #323232; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s}
.footer .social ul li a i:hover{color: #84ba3f;}
.footer .social ul{background: #f6f7f8; display: inline-block; border-radius: 3px; padding: 0px 10px;}
.footer .usefull-link ul li {display: block; border-bottom: 0px; line-height: 24px; padding: 5px 0; }
.footer .usefull-link ul li a{color: #323232;}
.footer .usefull-link ul li a:hover { color: #84ba3f; }
.footer .copyright { padding: 30px 0 20px;}
img#logo-footer{ height: 40px; width: auto; }

/* footer transparent*/
.footer.transparent p, .footer.transparent ul li a, .footer.transparent span { color: #ffffff; }

/*widget-gallery*/

/*footer-social-big*/
 
/*footer-box*/

/*google-map*/
.pos-r{position: relative;}
.font-bold {font-weight: 600}
.no-gutter{  margin-right:0; margin-left:0;}
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0;}

/*youtube-video*/
 
/*************************************
         index portfolio 4
**************************************/

/*footer*/
 
/*elements*/

/*************************************
       index portfolio  04 about
**************************************/

/*************************************
       index portfolio  single
**************************************/
/*popup-video*/

/*************************************
            index 11
**************************************/

/*index 11*/
 /*slider-parallax typer-banner business*/

 /*play-video*/

/*blockquote-section*/

/*************************************
           footer
**************************************/

/*************************************
           portfolio
**************************************/

/*************************************
           coming-soon-big
**************************************/

/*************************************
        V.1.2    inner page 
**************************************/
/* about-05 */
/*about-mission*/
/*faq 03*/

/*login-fancy*/

/*login-box*/
/*login-box-02*/
.login-box-02 { padding: 10px 20px; border:4px solid rgba(0, 0, 0, 0.1); height: 100%; }
.login-signup a.text-black:hover { color: #ffffff; }

/*login-14*/

/*login-15*/

/*login-signup*/
.login-signup .login-box-02  { border:0; }


/*************************************
         V.1.3 home page 
**************************************/
/*blog 01*/

/*blog 02*/
 
/*blog-fashion */

/*blog 02*/

 /*blog-video*/
/*Slider */

/*-- Animation --*/

/*Chart*/

/*************************************
         V.3.2 home page 
**************************************/
/*service 04*/

/*service 06*/

/*service 07*/

/*service details*/
 
 /*contact 04*/

/*contact 05*/

/*testimonial*/

/*search-no-result*/
.no-result-search .form-control:focus { box-shadow: none; }

/*cookies page*/

/*invoice page*/

/*process 02*/

/*************************************
            boxed
**************************************/
@media (min-width: 1220px) {
body.boxed-layout .wrapper { float: none; width: 1220px; margin: 0 auto; position:relative; background-color: #FFF; box-shadow: 0 0 60px rgba(0,0,0,.1); -moz-box-shadow: 0 0 60px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.1); }
/*index 01*/

/*index 02*/
body.boxed-layout .wrapper { margin-bottom: 0 !important; }
body.boxed-layout .container { width: 1170px; }

}

@media print { 
 footer, header, .page-title, #back-to-top { display: none !important; }
}


@media all and (-ms-high-contrast:none) {
.search-cart { display: table; }
.search { display: table-cell !important; }
.mega-menu > section.menu-list-items .search-cart .search { float: none !important; }
}
 
@media not all and (min-resolution:.001dpcm) {}


