 /*
 _____      						 _______ 	     
|  __ \  							|_ _ _ _| _  	 	    
| |__) | 					     _	   | |	 | |	        
|  ___/    ___    __ _    __ _  | |    | |	 | |__     ___ 	 _ __  _ __    ___ 
| |\ \    / _ \  / _` |  / _` | | |    | |	 | '_ \   / _ \ | '_ \| '_ \  / _ \
| | \ \  |  __/ | (_| | | (_| | | |    | |	 | | | | |  __/ | |  ||  | | |  __/
|_|  \ \  \___|  \__, |  \__,_| |_|    |_|   |_| |_|  \___| |_|  ||  |_|  \___|
                  __/ |              
                 |___/  		     
================================================================================ */
 /*==========================================================
    Template Name: Minar Minimal Portfolio Template
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: Minar is Fully Responsive Minimal Portfolio Template with awesome features.
    Version: v1.1
    Support: http://regaltheme.com/support
============================================================*/
 /*===========================================================
    CSS INDEX
    ===================
	
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Home Version's ]
	[ 5. Pages ]
	[ 6. Loding Bar ]
	[ 7. ScrollUp ]
==============================================================*/
 /* 
[ 1. General Code ]
================ */



 img {
     max-width: 100%;
 }
 .fix {
     overflow: hidden;
 }
 hr.line {
     background: #dedede none repeat scroll 0 0;
     border: 0 none;
     height: 1px;
     margin: 0 auto;
     width: 105px;
 }
 .col-text-center {
     float: none !important;
     margin-left: auto !important;
     margin-right: auto !important;
 }
 .clear {
     clear: both
 }
 input::-moz-placeholder,
 textarea::-moz-placeholder,
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder,
 input::-ms-input-placeholder,
 textarea::-ms-input-placeholder {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 input:focus,
 textarea:focus {
     outline: 0px;
 }
 /* installed fonts
---------------- */
 
 @font-face {
     font-family: 'Montserrat';
     src: url('../fonts/Montserrat-Light.eot');
     src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
     font-weight: 300;
     font-style: normal;
 }
 @font-face {
     font-family: 'Montserrat';
     src: url('../fonts/Montserrat-Regular.eot');
     src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
     font-weight: 400;
     font-style: normal;
 }
 @font-face {
     font-family: 'Montserrat';
     src: url('../fonts/Montserrat-SemiBold.eot');
     src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
     font-weight: 600;
     font-style: normal;
 }

 

 /* 
[ 2. Typography ]
==========================*/


 /* 
[ 3. Global Classes ]
=================== */
 
 .no-margin {
     margin: 0;
 }
 .no-gutter > [class*='col-'] {
     padding-right: 0;
     padding-left: 0;
 }
 .no-padding {
     padding: 0;
 }
 .section-padding {
     padding: 100px 0;
	 overflow:hidden;
 }
 .section-pt {
     padding: 100px 0;
 }
 .section-pb {
     padding: 100px 0;
 }
 .floatleft {
     float: left;
 }
 .floatright {
     float: right;
 }
 .lowercase {
     text-transform: lowercase;
 }
 .capitalize {
     text-transform: capitalize;
 }
 .uppercase {
     text-transform: uppercase;
 }
 .static {
     position: static;
 }
 .absolute {
     position: absolute;
 }
 .relative {
     position: relative;
 }
 .white-color {
     color: #ffffff;
 }
 /* percentage
--------------*/
 
 .percent-25 {
     width: 25%;
 }
 .percent-33 {
     width: 33.333%;
 }
 .percent-50 {
     width: 50%;
 }
 .percent-100 {
     width: 100%;
 }
 /*margin top
-------------*/
 
 .mt-20 {
     margin-top: 20px;
 }
 .mt-30 {
     margin-top: 30px;
 }
 .mt-35 {
     margin-top: 35px;
 }
 .mt-50 {
     margin-top: 50px;
 }
 .mt-60 {
     margin-top: 60px;
 }
 .mt-70 {
     margin-top: 70px;
 }
 .mt-75 {
     margin-top: 75px;
 }
 .mt-90 {
     margin-top: 90px;
 }
 .mt-120 {
     margin-top: 120px;
 }
.logged-in{
	
}
 /* Screen Support
-------------------- */
 
 @media screen and (max-width: 768px) {
     .mt-50 {
         margin-top: 30px;
     }
     .mt-60 {
         margin-top: 30px;
     }
     .mt-80 {
         margin-top: 50px;
     }
     .mt-70 {
         margin-top: 50px;
     }
     .mt-100 {
         margin-top: 60px;
     }
 }
 /*margin bottom
----------------*/
 
 .mb-3 {
     margin-bottom: 3px;
 }
 .mb-5 {
     margin-bottom: 5px;
 }
 .mb-8 {
     margin-bottom: 8px;
 }
 .mb-10 {
     margin-bottom: 10px;
 }
 .mb-13 {
     margin-bottom: 13px;
 }
 .mb-15 {
     margin-bottom: 15px;
 }
 .mb-20 {
     margin-bottom: 20px;
 }
 .mb-25 {
     margin-bottom: 25px;
 }
 .mb-30 {
     margin-bottom: 30px;
 }
 .mb-35 {
     margin-bottom: 35px;
 }
 .mb-40 {
     margin-bottom: 40px;
 }
 .mb-50 {
     margin-bottom: 50px;
 }
 .mb-55 {
     margin-bottom: 55px;
 }
 .mb-60 {
     margin-bottom: 60px;
 }
 .mb-70 {
     margin-bottom: 70px;
 }
 .mb-95 {
     margin-bottom: 95px;
 }
 .mt-minus-5 {
     margin-top: -5px;
 }
 /* Screen Support
-------------------- */
 
 @media screen and (max-width: 767px) {
     .mb-40 {
         margin-bottom: 30px;
     }
     .mb-70 {
         margin-bottom: 30px;
     }
     .mb-95 {
         margin-bottom: 50px;
     }
 }
 /*margin left
--------------*/
 
 .ml-20 {
     margin-left: 20px;
 }
 .ml-30 {
     margin-left: 30px;
 }
 .ml-35 {
     margin-left: 35px;
 }
 .ml-60 {
     margin-left: 60px;
 }
 .ml-70 {
     margin-left: 70px;
 }
 .ml-100 {
     margin-left: 100px;
 }
 /*padding left
--------------*/
 
 .pl-0 {
     padding-left: 0;
 }
 .pl-10 {
     padding-left: 10px;
 }
 .pl-20 {
     padding-left: 20px;
 }
 .pl-25 {
     padding-left: 25px;
 }
 .pl-30 {
     padding-left: 30px;
 }
 .pl-35 {
     padding-left: 35px;
 }
 @media screen and (max-width: 767px) {
     .ml-100 {
         margin-left: 20px;
     }
     .ml-60 {
         margin-left: 15px;
     }
 }
 /* padding right
--------------*/
 
 .pr-0 {
     padding-right: 0px;
 }
 .pr-10 {
     padding-right: 10px;
 }
 .pr-30 {
     padding-right: 30px;
 }
 .pr-40 {
     padding-right: 40px;
 }
 @media screen and (max-width: 767px) {
     .pr-30 {
         padding-right: 10px;
     }
 }
 /*padding-top
--------------*/
 
 .pt-5 {
     padding-top: 5px;
 }
 .pt-40 {
     padding-top: 40px;
 }
 .pt-50 {
     padding-top: 50px;
 }
 .pt-100 {
     padding-top: 100px;
 }
 .pt-195 {
     padding-top: 195px;
 }
 .pt-155 {
     padding-top: 155px;
 }
 /* Screen Support  
---------------------*/
 
 @media screen and (max-width: 767px) {
     .pt-100 {
         padding-top: 80px;
     }
     .pt-195 {
         padding-top: 80px;
     }
     .pt-155 {
         padding-top: 50px;
     }
 }
 /*padding-bottom
------------------*/
 
 .pb-20 {
     padding-bottom: 20px;
 }
 .pb-40 {
     padding-bottom: 40px;
 }
 .pb-50 {
     padding-bottom: 50px;
 }
 .pb-100 {
     padding-bottom: 100px;
 }
 /* Screen Support
-------------------- */
 
 @media screen and (max-width: 767px) {
     .pb-100 {
         padding-bottom: 80px;
     }
 }
 /*padding top bottom
---------------------*/
 
 .ptb-20 {
     padding-top: 20px;
     padding-bottom: 20px;
 }
 .ptb-30 {
     padding-top: 30px;
     padding-bottom: 30px;
 }
 .ptb-35 {
     padding-top: 35px;
     padding-bottom: 35px;
 }
 .ptb-45 {
     padding-top: 45px;
     padding-bottom: 45px;
 }
 .ptb-50 {
     padding-top: 50px;
     padding-bottom: 50px;
 }
 .ptb-60 {
     padding-top: 70px;
     padding-bottom: 70px;
 }
 .ptb-70 {
     padding-top: 70px;
     padding-bottom: 70px;
 }
 .ptb-75 {
     padding-top: 75px;
     padding-bottom: 75px;
 }
 .ptb-100 {
     padding-top: 100px;
     padding-bottom: 100px;
 }
 .ptb-120 {
     padding-top: 100px;
     padding-bottom: 100px;
	 overflow:hidden;
 }
 .ptb-223 {
     padding-top: 223px;
     padding-bottom: 223px;
 }
 /* Screen Support
-------------------- */
 
 @media screen and (max-width: 767px) {
     .ptb-50 {
         padding-top: 30px;
         padding-bottom: 30px;
     }
     .ptb-60 {
         padding-top: 40px;
         padding-bottom: 40px;
     }
     .ptb-70 {
         padding-top: 40px;
         padding-bottom: 40px;
     }
     .ptb-75 {
         padding-top: 45px;
         padding-bottom: 45px;
     }
     .ptb-100 {
         padding-top: 80px;
         padding-bottom: 80px;
     }
     .ptb-120 {
         padding-top: 80px;
         padding-bottom: 80px;
     }
     .ptb-223 {
         padding-top: 150px;
         padding-bottom: 150px;
     }
 }
 /*padding left right
---------------------*/
 
 .plr-5 {
     padding-left: 5px;
     padding-right: 5px;
 }
 .plr-10 {
     padding-left: 10px;
     padding-right: 10px;
 }
 .plr-15 {
     padding-left: 15px;
     padding-right: 15px;
 }
 .plr-25 {
     padding-left: 25px;
     padding-right: 25px;
 }
 .plr-30 {
     padding-left: 30px;
     padding-right: 30px;
 }
 .plr-35 {
     padding-left: 35px;
     padding-right: 35px;
 }
 .plr-50 {
     padding-left: 50px;
     padding-right: 50px;
 }
 /* Screen Support
-------------------- */
 
 @media screen and (max-width: 767px) {
     .plr-50 {
         padding-left: 15px;
         padding-right: 15px;
     }
 }
 /*Font Size
-------------*/
 
 .font-12 {
     font-size: 12px
 }
 .font-13 {
     font-size: 13px
 }
 .font-15 {
     font-size: 15px
 }
 .font-14 {
     font-size: 14px
 }
 .font-16 {
     font-size: 16px
 }
 .font-17 {
     font-size: 17px
 }
 .font-18 {
     font-size: 18px
 }
 .font-20 {
     font-size: 20px
 }
 .font-22 {
     font-size: 22px
 }
 .font-23 {
     font-size: 23px
 }
 .font-24 {
     font-size: 24px
 }
 .font-26 {
     font-size: 26px
 }
 .font-30 {
     font-size: 30px
 }
 .font-32 {
     font-size: 32px
 }
 .font-36 {
     font-size: 36px
 }
 .font-42 {
     font-size: 42px
 }
 .font-44 {
     font-size: 44px
 }
 .font-45 {
     font-size: 45px
 }
 /*font size in screen support
-----------------------------------*/
 
 @media screen and (max-width: 767px) {
     .font-30 {
         font-size: 25px
     }
     .font-32 {
         font-size: 28px
     }
     h1,
     .font-35,
     .font-36,
     .font-44,
     .font-45,
     .font-40 {
         font-size: 30px
     }
 }
 /*Line Height
--------------*/
 
 .l-height-1 {
     line-height: 1;
 }
 .l-height-22 {
     line-height: 22px;
 }
 .l-height-24 {
     line-height: 24px;
 }
 .l-height-26 {
     line-height: 26px;
 }
 .l-height-28 {
     line-height: 28px;
 }
 .l-height-38 {
     line-height: 38px;
 }
 .l-height-45 {
     line-height: 45px;
 }
 @media screen and (max-width: 767px) {
     .l-height-38 {
         line-height: 28px;
     }
     .l-height-45 {
         line-height: 35px;
     }
 }
 /* font family
-------------- */
 
 .roboto {
     font-family: 'Roboto Slab', serif;
 }
 .montserrat {
     font-family: 'Montserrat', sans-serif;
 }
 /*font weight
--------------*/
 
 .we-light {
     font-weight: 300;
 }
 .we-regular {
     font-weight: 400;
 }
 .we-medium {
     font-weight: 500;
 }
 .we-sami {
     font-weight: 600;
 }
 .we-bold {
     font-weight: 700;
 }
 /* background color 
===============================*/
 
 .bg-transparent {
     background: transparent;
 }
 .white-bg {
     background: #ffffff none repeat scroll 0 0;
 }
 .bg-color-1 {
     background: #f5f5f5 none repeat scroll 0 0;
 }


 /* background overlays 
===================================*/
 
 .overlays {
     position: relative;
 }
 .overlays:before {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
      background: rgba(0, 0, 0);
      opacity:0.1;
 }
 .overlays .container {
     position: relative;
     z-index: 2;
 }
 /* dark overlay 
================================*/
 /* light overlay 
================================*/
 
 .overlays.light-1:before {
     background-color: rgba(255, 255, 255, .8);
	 transition: all 0.5s ease 0s;
 }
 .overlays.light-2:before {
     background-color: rgba(239, 239, 239, .9);
	 transition: all 0.5s ease 0s;
 }
 .overlays.light-3:before {
     background-color: rgba(255, 255, 255, .9);
	 transition: all 0.5s ease 0s;
 }
 .overlays.light-4:before {
     background-color: rgba(255, 255, 255, .85);
	 transition: all 0.5s ease 0s;
 }
 .overlay-1:before {
     background-color: rgba(19, 19, 19, .75);
	 transition: all 0.5s ease 0s;
 }
 /* others color overlay 
=================================*/
 /*Verticle Aligne Middle 
--------------------------*/
 
 .d-table {
     display: table;
     width: 100%;
     height: 100%;
 }
 .d-table-cell {
     display: table-cell;
     vertical-align: middle;
 }
 .v-align {
     -moz-box-align: center;
     -moz-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-pack: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
 .row-eq-height {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 /* Default Button Style
------------------------ */
 
 .btn {
     border: 0 none;
     border-radius: 5px;
     font-size: 14px;
     height: 40px;
     line-height: 40px;
     padding: 0 40px;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .lg-btn {
     padding: 0 50px;
 }
 .btn.active,
 .btn:active {
     box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
 }
 .btn.white,
 .btn.white:hover,
 .btn.white:focus {
     color: #393939;
 }
 .btn i.material-icons {
     font-size: 20px;
 }
 .btn.focus,
 .btn:focus,
 .btn:hover {
     color: #5d5d5d;
 }
 .btn:focus,
 button:focus {
     outline: none !important;
 }
 /*Screen Support
--------------------*/
 
 @media screen and (max-width: 767px) {
     .lg-bgn {
         height: auto;
         font-size: 14px;
         padding: 8px 25px;
     }
 }
 /* Customize Form style
======================== */
 
 .form-control {
     border-radius: 0;
 }
 .input-field {
     margin-top: 45px;
 }
 .input-field label {
     color: #999;
     top: 0;
     left: 0;
     font-size: 14px;
     line-height: 16px;
     font-weight: 400;
     margin: 0;
 }
 .input-field label.active {
     font-size: 12px;
 }
 /*Flat Icon Setup
==========================*/
 
 i[class^="flaticon-"] {
     line-height: 50px;
     display: inline-block;
 }
 i[class^="flaticon-"]:before {
     font-size: 45px;
     margin-left: 0;
 }
 /* CSS Customization
============================== */
 
 ul,
 ul li {
     margin: 0;
     padding: 0;
 }
 nav {
     background-color: transparent;
 }
 nav ul,
 nav ul li {
     float: none;
 }
 nav ul li:hover,
 nav ul li.active {
     background-color: transparent;
 }
 nav ul a {
     font-size: inherit;
 }
 @media only screen and (min-width: 1200px) {
     .container {
         width: 1170px;
     }
 }
 @media only screen and (max-width: 749px) {
     .container {
         width: 100%;
     }
 }
 @media only screen and (max-width: 601px) {
     .container {
         width: 90%;
     }
 }
 .container .row,
 .container-fluid .row {
     margin-bottom: 0;
 }
 .container .row {
     margin-right: -15px;
     margin-left: -15px;
 }
 .row .col {
     padding-right: 15px;
     padding-left: 15px;
 }
 /* custom select 
----------------------*/
 .custom-select {
     position: relative;
 } 
 .comment-form input,
 .custom-select select {
     border: 1px solid #d9d9d9;
     border-radius: 0;
     box-shadow: none;
     margin-bottom: 20px;
     width: 100%;
	 font-size: 13px;
	 height: 40px;
 }
 .comment-form textarea{
	 border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 15px;
    width: 100%;
 }
 .comment-form input {
     padding: 10px 20px;
 }
 .custom-select:after {
     border-left: 1px solid #d9d9d9;
     color: #1b1b1b;
     content: "\f2f9";
     font-family: "Material-Design-Iconic-Font";
     font-size: 15px;
     height: 100%;
     line-height: 35px;
     pointer-events: none;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     width: 20px;
 }
 .custom-select select:focus {
     box-shadow: 0 0 0px 0px #d9d9d9;
 }
 /* Section title 
-------------------*/
 
 .section-title h3 {
     color: #606060;
 }
 .section-title hr.line {
     height: 2px;
 }
 .horizontal-line div {
     background: #8c8c8c none repeat scroll 0 0;
     height: 2px;
     margin: 0 auto;
     width: 77px;
 }
 .horizontal-line div.top {
     margin-bottom: 3px;
     width: 44px;
 }

 /* Main menu
---------------------------- */
.header-top {
  /* line-height: 120px; */
}
.header-top .row {
  align-items: center;
  display: flex;
}
.header-six .header-top {
  line-height: 1;
  margin-top:50px;
}
 .header-top.transparent{
	 line-height:1;
 }
 .mainmenu li {
     float: left;
     color: #777777;
    /*  padding: 47px 15px; */
     padding: 25px 15px;
     list-style:none;
 }
 .hamburgler-menu .header-top.is-sticky .mainmenu li {
     padding: 5px 15px;
 }
 .header-top.transparent .mainmenu li{
	 padding: 0px 15px;
 }
 .hamburgler-menu {
  border-bottom: 1px solid #f2f2f2;
}
 .hamburgler-menu .header-top.transparent .mainmenu li ul li,
 .header-top.transparent .mainmenu li ul li {
  margin: 0;
  padding: 0;
}
 .mainmenu li a {
     display: block;
     font-size: 12px;
     position: relative;
     text-transform: uppercase;
 }
 
 .header-style-1 .mainmenu .navigation > li > ul li a,
 .header-style-2 .mainmenu .navigation > li > ul li a,
 .pages-header .mainmenu .navigation > li > ul li a{
	visibility: inherit;
}
 /* menu hover style one */
 
 .menu-hover-1 li a:after {
     background: #6d6d6d none repeat scroll 0 0;
     bottom: 32px;
     content: "";
     height: 1px;
     left: 0;
     position: absolute;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     width: 0;
	 top:100%;
	 bottom:0;
 }
 .menu-hover-1 li:hover a,
 .menu-hover-1 li.active a {
     color: #494949;
 }
 .menu-hover-1 li:hover a:after,
 .menu-hover-1 li.active a:after {
     width: 50%;
 }
 .menu-hover-1 .navigation > li > ul > li > a:after {
     bottom: -1px;
     width: 0;
 }
 .menu-hover-1 .navigation > li > ul > li:hover > a:after {
     width: 50%;
 }
 .pages-header .menu-hover-1 li a:after {
     bottom: 40%;
 }
 .pages-header .is-sticky .menu-hover-1 .navigation > li > a:after {
     bottom: 30%;
 }
 /* menu hover style two */
 
 .menu-hover-2 li a:after {
     background: #6d6d6d none repeat scroll 0 0;
     content: "";
     height: 1px;
     left: 0;
     margin-top: -1px;
     position: absolute;
     top: 50%;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     width: 0;
 }
 .menu-hover-2 li:hover a,
 .menu-hover-2 li.active a {
     color: #6c6c6c;
 }
 .menu-hover-2 li:hover a:after,
 .menu-hover-2 li.active a:after {
     width: 100%;
 }
 .menu-hover-2 .navigation > li > ul > li > a:after {
     width: 0;
 }
 .menu-hover-2 .navigation > li > ul > li:hover > a:after {
     width: 100%;
 }
 /* Dropdown Menu */
 
 .mainmenu .sub-menu,
 .mainmenu .navigation > li > ul {
     position: absolute;
     width: 195px;
     z-index: 100;
     background: #fff;
     visibility: hidden;
     box-shadow: 0 1px 4px rgba(2, 3, 3, 0.1);
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -webkit-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
	 margin-left:0;
 }
 .mainmenu .navigation > li > ul {
     left: 0px;
     top: 150%;
 }
 .mainmenu .navigation > li:hover > ul {
     top: 100%;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
 }
 .mainmenu .navigation > li > ul li {
     border-bottom: 1px solid #eeeeee;
     float: none;
     position: relative;
     width: 100%;
     padding: 0;
     margin: 0;
 }
 .mainmenu .navigation > li > ul li a {
  color: #777777;
  display: block;
  font-size: 11px;
  padding: 12px 15px;
  text-align: left;
  text-transform: uppercase;
}
 .pages-header .mainmenu .navigation > li > ul li a,
 .header-style-1 .mainmenu .navigation > li > ul li a {
     line-height: 1.5;
 }
 .mainmenu .navigation > li > ul > li:hover > a,
 .mainmenu .navigation > li > ul ul li:hover a {
     color: #494949;
 }
 /* Sub Menu */
 
 .dropdown ul a i {
     float: right;
     font-size: 15px;
     position: relative;
     top: -2px;
 }
 .mainmenu .sub-menu {
     left: 100%;
     top: 20%;
 }
 .mainmenu .dropdown li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     top: 0;
     visibility: visible;
 }
 .menu-hover-1 .navigation > li > ul .sub-menu li > a:after {
     bottom: -1px;
     width: 0;
 }
 .menu-hover-1 .navigation > li > ul .sub-menu li:hover > a:after {
     width: 50%;
 }
 .menu-hover-2 .navigation > li > ul .sub-menu li > a:after {
     width: 0;
 }
 .menu-hover-2 .navigation > li > ul .sub-menu li:hover > a:after {
     width: 100%;
 }
 /* Mobile menu
--------------*/
 
 .navbar-toggle {
     border: 1px solid #777777;
 }
 .navbar-toggle .icon-bar {
     background: #777777;
 }
 .navbar-collapse {
     border-top: 0;
     box-shadow: none;
     padding-left: 0;
     padding-right: 0;
 }
 .mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn {
     background: #6d6d6d none repeat scroll 0 0;
     border-radius: 3px;
     cursor: pointer;
     height: 26px;
     position: absolute;
     right: 10px;
     top: 6px;
     width: 30px;
     z-index: 5;
     display: none;
 }
 .mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn:after {
     content: "\f2f9";
     font-size: 20px;
     height: 100%;
     left: 0;
     line-height: 26px;
     position: absolute;
     text-align: center;
     top: 0;
     width: 100%;
     font-family: "Material-Design-Iconic-Font";
     color: #fff;
 }
 .mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn.submenu-icon:after {
     content: "\f2fc";
 }
 /* hamburgler menu */
 
 .hamburgler-icon-wrapper {
     cursor: pointer;
     height: 20px;
     margin-top: -6px;
     padding: 5px;
     position: absolute;
     right: 10px;
     top: 50%;
     width: 30px;
 }

.hamburgler-menu .header-top.transparent .mainmenu li {
  margin-top: 0;
  padding: 10px 15px;
}
.hamburgler-menu .header-top.transparent .mainmenu li a{
	line-height:inherit;
	display:inline-block;
}
.hamburgler-menu .header-top.transparent .mainmenu li ul li a{
	line-height:10px;
}
 .hamburgler-icon,
 .hamburgler-icon:before,
 .hamburgler-icon:after {
     content: '';
     position: absolute;
     height: 2px;
     width: 18px;
     background: #7c7c7c;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
 }
 .hamburgler-icon {
     top: 2px;
 }
 .hamburgler-icon:after {
     top: 4px;
 }
 .hamburgler-icon:before {
     top: 8px;
 }
 .hamburgler-active .hamburgler-icon {
     background: transparent;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
     top: 6px;
 }
 .hamburgler-active .hamburgler-icon:before,
 .hamburgler-active .hamburgler-icon:after {
     top: 0;
 }
 .hamburgler-active .hamburgler-icon:before {
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 .hamburgler-active .hamburgler-icon,
 .hamburgler-active .hamburgler-icon:before,
 .hamburgler-active .hamburgler-icon:after {
     background: #555555;
 }
 .hamburgler-menu .header-top .right {
     padding-right: 20px;
 }
 .hamburgler-menu .mainmenu {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
     right: -25px;
     position: relative;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
 }
 .hamburgler-active .hamburgler-menu .mainmenu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     right: 0px;
     visibility: visible;
 }
 /* sticky menu
----------------*/
 
 .pages-header .header-top,
 .header-style-1 .header-top {
     top: 0;
     width: 100%;
     z-index: 99;
     left: 0;
	
 }
 .header-top.is-sticky .ptb-50 {
     padding-bottom: 15px;
     padding-top: 15px;
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
 .header-top.is-sticky {
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     background: #ffffff;
     left: 0;
     padding: 20px 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999;
     box-shadow: 0 1px 4px rgba(2, 3, 3, 0.1);
	 margin-top:0;
 }

 .menu-2 .header-top.is-sticky,
 .menu-1 .header-top.is-sticky {
     padding: 0;
 }
 .menu-1 .header-top.is-sticky.transparent {
     padding: 20px 0;
 }
 
 .header-top.is-sticky .logo > a {
     width: 100px;
 }
 /* Slick Dots style one */
 
 .dots-style-1 .slick-dots button {
     background: transparent none repeat scroll 0 0;
     border: 0 none;
     border-radius: 50%;
     font-size: 0;
     height: 134px;
     left: 44px;
     position: absolute;
     top: 0;
     width: 134px;
     z-index: 3;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .dots-style-1 .slick-dots .slick-active button {
     box-shadow: 0 0 15px rgba(4, 5, 5, 0.15);
 }
 .dots-style-1 .slick-dots #slick-slide02 button {
     top: 107%;
 }
 .dots-style-1 .slick-dots #slick-slide01 button {
     left: 178px;
     top: 54%;
 }
 /*-------------------------------------------------
 slick dots style two
----------------------------------------------------- */
 
 .dots-style-2 .slick-dots button {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #848484;
     border-radius: 50%;
     font-size: 0;
     height: 12px;
     padding: 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     width: 12px;
 }
 .dots-style-2 .slick-dots li {
     float: left;
     line-height: 0;
     margin: 0 5px;
 }
 .dots-style-2 ul.slick-dots {
     bottom: -100px;
     left: 50%;
     margin-left: -35px;
     position: absolute;
 }
 .dots-style-2 .slick-dots .slick-active button {
     background: #848484 none repeat scroll 0 0;
 }
 /*----------------------------
 slick slider next prev
-------------------------*/
 
 .slick-slider .prev,
 .slick-slider .next {
     background: transparent none repeat scroll 0 0;
     color: #b6b6b6;
     border: 1px solid #b6b6b6;
     cursor: pointer;
     font-size: 24px;
     height: 32px;
     line-height: 30px;
     text-align: center;
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
     width: 36px;
 }
 .slick-slider .prev:hover,
 .slick-slider .next:hover {
     background: #b6b6b6 none repeat scroll 0 0;
     color: #fff;
 }
 .slick-slider .next,
 .slick-slider .prev {
     bottom: -50px;
     left: 424px;
     position: absolute;
     z-index: 1;
 }
 .slick-slider .prev {
     left: 370px;
 }
 /* 
[ 4. Home Version's ]
===================================== */
 /* Default Home version
------------------- */
 
 header.header-style-1 {
	
 }
 .header-style-1 .header-top .logo,
 .header-style-1 .header-top .mainmenu li a {}
 .header-style-1 .header-top .mainmenu li a {

 }
 /*---------------------------------------------
 header bottom area
-----------------------------------------------*/
 
 .mini-box {
     background: rgba(221, 221, 221, 0.4) none repeat scroll 0 0;
 }
 .box-border {
     border: 10px solid rgba(0, 0, 0, 0);
     margin: 0 auto;
     outline: 10px solid rgba(221, 221, 221, 0.1);
     width: 793px;
 }
 .mini-box h1 {
     color: #626262;
     line-height: 1;
 }
 .mini-box ul li {
     color: #868686;
     float: left;
     font-weight: 400;
     line-height: 1;
     padding: 0 10px;
     text-transform: uppercase;
 }
 .mini-box ul.clearfix {
     display: inline-block;
 }
 /*----------------------------------------
 portfolio Section
------------------------------------------*/
 
 .portfolio-menu ul {
     display: inline-block;
 }
 .portfolio-menu ul li {
     color: #777777;
     cursor: pointer;
     float: left;
     font-family: roboto slab;
     font-weight: 400;
     letter-spacing: 0.2px;
     line-height: 1;
     margin: 0 17px;
     position: relative;
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     font-size: 13px;
	 list-style:none;
 }
 .portfolio-menu ul li:hover,
 .portfolio-menu ul li.active {
     color: #6d6d6d;
 }
 .portfolio-menu.menu-hover-1 li:after,
 .portfolio-menu.menu-hover-2 li:after {
     background: #6d6d6d none repeat scroll 0 0;
     bottom: -6px;
     content: "";
     height: 1px;
     left: 0;
     position: absolute;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     width: 0;
 }
 .portfolio-menu.menu-hover-1 li:hover:after,
 .portfolio-menu.menu-hover-1 li.active:after {
     width: 50%;
 }
 .portfolio-menu.menu-hover-2 li:hover:after,
 .portfolio-menu.menu-hover-2 li.active:after {
     width: 100%;
 }
 /*-----------------------------------------------
 Portfolio Grid
-------------------------------------------------*/
 
 .portfolio-two .grid-item,
 .portfolio-one .grid-item {
     margin-bottom: 20px;
     padding: 0 10px;
 }
 .portfolio-two .portfolio-grid,
 .portfolio-one .portfolio-grid {
     margin: 0 -10px -20px;
 }
 .single-portfolio {
     overflow: hidden;
 }
 .single-portfolio.overlay{
	position:relative;
 }
 .single-portfolio.overlay:before,
 .line-border {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     z-index: 5;
 }
 .line-border:before {
     background: transparent none repeat scroll 0 0;
     border: 3px solid #bbbbbb;
 }
 .line-border {
     border: 0px solid transparent;
     height: 100%;
     position: absolute;
     width: 100%;
     z-index: 1;
 }
 .single-portfolio:hover .line-border {
     border: 10px solid transparent;
 }
 .single-portfolio img {
     -webkit-transition: 0.5s ease 0s;
     transition: 0.5s ease 0s;
 }
 
 .portfolio-one .project-title {
     bottom: 30px;
     left: 50px;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
     z-index: 5;
     -webkit-transform: translateY(-0px);
     transform: translateY(-0px);
 }
 .portfolio-one .percent-25 .project-title {
     left: 35px;
 }
 .portfolio-one .percent-25 .project-title h4 {
     font-size: 18px;
 }
 .portfolio-one .project-title h4 {
     color: #6f6f6f;
 }
 .portfolio-one .project-title p {
     color: #646464;
     font-size: 16px;
 }
 .portfolio-one .single-portfolio:hover .project-title {
     -webkit-transform: translateY(-10px);
     transform: translateY(-10px);
     visibility: visible;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .single-portfolio .zoom-icon i {
     background: #6e6e6e none repeat scroll 0 0;
     border-radius: 50%;
     color: #ffffff;
     font-size: 22px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     width: 40px;
 }
 .single-portfolio.overlay:hover:before,
 .single-portfolio:hover .line-border {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .portfolio-six .project-title.absolute {
  width: 100%;
  padding-right:20px;
  padding-left:20px;
}
 .view-all a {
     background: #fff none repeat scroll 0 0;
     color: #8c8c8c;
     text-transform: uppercase;
     box-shadow: 0 3px 7px rgba(3, 3, 3, .05);
 }
 .view-all a:hover {
     box-shadow: 0 4px 10px rgba(3, 3, 3, .10);
 }
 /*-----------------------------------------------------------
 About Section 
 --------------------------------------------------------------*/
 
 .about-text-box {
     box-shadow: 0 3px 6px rgba(3, 3, 3, 0.15);
     position: relative;
     width: 632px;
     z-index: 2;
 }
 .counterup li {
     float: left;
     margin-left: 65px;
	 list-style:none;
 }
 .counterup li:first-child {
     margin-left: 35px;
 }
 .counterup h2 {
     color: #5d5d5d;
     font-size: 30px;
 }
 .counterup h3 {
     color: #666666;
     font-size: 24px;
 }
 .about-one .right {
     margin-left: -15px;
 }
 /*---------------------------------------
 Footer Section
-------------------------------------------*/
 
 .footer .left p a,
 .footer .left p,
 .social-link li a {
     font-size: 13px;
     font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     line-height: 19px;
 }
 .footer .left p,
 .footer .left p a {
     color: #929292;
 }
 .social-link li {
     float: left;
	 list-style:none;
 }
 
 .social-link li a {
     font-family: "Roboto Slab", serif;
     font-weight: 400;
     letter-spacing: .20px;
     color: #919191;
     display: block;
     padding: 0 15px;
 }
 .footer .left p a:hover,
 .social-link li a:hover {
     color: #434343;
 }
 .social-link li:last-child a {
     padding-right: 0;
 }
 /* -------------------------------------------
 Home Version Two
----------------------------------------------*/
 
 .slider-two .right {
     padding-top: 110px;
 }
 .slide-text.absolute {
     bottom: 31%;
     left: 5.5%;
 }
 .slider-two .slide-text p {
     color: #797979;
     letter-spacing: 1.5px;
 }
 .slider-two .slide-text h1,
 .slider-two .slide-text h2 {
     letter-spacing: 0.4px;
 }
 .slide-text h1.mb-3 {
     margin-bottom: 3px;
 }
 .slide-text a.btn {
     border: 1px solid #dededf;
     border-radius: 0;
     color: #848484;
     display: inline-block;
     font-size: 13px;
     line-height: 36px;
     outline: 1px solid #bfbfbf;
     padding: 0 20px;
 }
 .slide-text a.btn:hover {
     background: #fff none repeat scroll 0 0;
 }
 .slide-text a.btn i {
     color: #797979;
     font-size: 18px;
     margin-left: 5px;
     position: relative;
     top: 2px;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .slide-text a.btn:hover i {
     margin-left: 10px;
 }
 .portfolio-two .project-title {
     left: 50%;
     margin-top: -30px;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     top: 50%;
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
     z-index: 5;
 }
 .portfolio-two .single-portfolio .zoom-icon i {
     background: rgba(73, 73, 73, 0.35) none repeat scroll 0 0;
     border-radius: 50%;
     color: #ffffff;
     font-size: 26px;
     height: 60px;
     line-height: 60px!important;
     text-align: center;
     width: 60px;
 }
 .portfolio-two .single-portfolio:hover .project-title {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: scale(1);
     transform: scale(1);
     visibility: visible;
 }
 .service-one .left {
     width: 370px;
 }
 .service-one .one-item .single-slide {
     margin-top: 90px;
 }
 .service-box {
     background: #fff none repeat scroll 0 0;
     border-radius: 50%;
     height: 134px;
     padding-top: 34px;
     text-align: center;
     width: 134px;
     z-index: 2;
 }
 .service-box i {
     color: #9c9c9c;
     font-size: 30px;
 }
 .service-box > p {
     color: #808080;
     line-height: 20px;
	 padding:0px 26px;
 }
 .service-box.middle {
     left: 134px;
 }
 .main-service .left {
     padding-left: 44px;
 }
 .main-service ul li {
    list-style:none;
 }
 .main-service .single-slide p {
     color: #858585;
     line-height: 25px;
 }
 .main-service .single-slide h3 {
     color: #494949;
 }
 .double-dashed:before,
 .double-dashed:after {
     border-color: #a4a4a4 #a4a4a4 transparent transparent;
     border-style: dashed;
     border-width: 2px;
     content: "";
     height: 170px;
     left: inherit;
     margin-top: -85px;
     position: absolute;
     top: 50%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     width: 170px;
     z-index: 1;
 }
 .double-dashed:after {
     margin-top: -90px;
 }
 .service-box > p,
 .service-box > i {
     position: relative;
     z-index: 2;
 }
 /*-----------------------------------------
 Blog Section
--------------------------------------------- */
 
 .blog-text .d-table {
     width: auto;
 }
 .blog-one .single-blog{
    border: 2px solid #f5f5f5;
    overflow: hidden;
}
 .blog-one .single-blog .text {
  padding: 20px 0;
}
 .blog-text h4 {
     color: #747474;
 }
 .blog-text span {
     color: #b0b0b0;
 }
 .blog-text hr.line {
     background: #ebebeb none repeat scroll 0 0;
     margin: 3px 0 15px;
     width: 123px;
 }
 .blog-text .text > p {
     color: #8c8c8c;
     line-height: 23px;
 }
 .blog-one .d-table.plr-25 {
     padding-right: 15px;
 }
 .blog-text .text-footer > a {
     border-bottom: 1px solid #ddd;
     color: #949494;
     font-size: 12px;
     padding-bottom: 3px;
     text-transform: uppercase;
 }
 .blog-text .comments a {
     color: #b0b0b0;
     font-size: 16px;
     margin-left: 5px;
 }
 .comments .zmdi-favorite {
  margin: 0 7px;
}
.comments .zmdi{
    color:#b0b0b0;
}
 .blog-text .text-footer > a:hover,
 .blog-text .comments a:hover {
     color: #434343;
 }
 .blog-text .text-footer > a:hover {
     border-color: #434343;
 }
 /*--------------------------------------------
 footer style two
----------------------------------------------- */
 .footer-menu li {
     float: left;
     line-height: 1;
	 list-style:none;
 }
 .footer-menu a {
     color: #878787;
     font-size: 13px;
     letter-spacing: 0.2px;
     padding: 0 10px;
 }
 .footer-menu > ul {
     display: inline-block;
 }
 .footer-two .center p {
     color: #878787;
     font-size: 13px;
     margin-bottom: 10px;
     margin-top: -4px;
 }
 .footer-two .center p a {
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
 }
 .footer-two .social-link ul {
     display: inline-block;
 }
 .footer-two .social-link li a:hover,
 .footer-menu a:hover {
     color: #434343;
 }
 .footer-two .social-link li a {
     color: #858585;
     font-size: 16px;
     padding: 0 10px;
 }
 /*------------------------------------------------------
 Home Version Three 
--------------------------------------------------------*/
 
 .header-style-2 .logo {
     margin: 0 auto;
     width: 150px;
 }
 .header-style-2 .mainmenu .navigation > li > ul li a:after {
     display: none;
 }
 .header-style-2 .mainmenu .navigation > li > ul {
     left: 0;
     top: 120%;
     width: 180px;
 }
 .header-style-2 .mainmenu .navigation > li:hover > ul {
     top: 109%;
 }
 .header-style-2 .mainmenu li {
     margin: 0 10px;
 }
 .header-style-2 .mainmenu > li a {
     font-weight: 700;
     line-height: 85px;
     padding: 0 8px;
     color: #6c6c6c;
 }
 .header-style-2 .mainmenu ul li ul li {
     line-height: 10px;
 }
 .header-style-2 .navigation {
     display: inline-block;
 }
 .header-style-2 .header-top {
     border-bottom: 1px solid #f2f2f2;
 }
 .testimonial-area .single-slide,
 .slider-three .single-slide {
     cursor: ew-resize;
 }
 .slider-three .slide-text h2 {
     color: #434343;
 }
 .slider-three .slide-text h2,
 .slider-three .slide-text h1 {
     letter-spacing: .40px;
 }
 .slider-three .slide-text h1 {
     color: #444444;
 }
 .slider-three .slide-text p {
     line-height: 26px;
     color: #727272;
 }
 .portfolio-three .portfolio-menu.menu-hover-2 li:after {
     margin-bottom: -1px;
     bottom: 50%;
 }
 .portfolio-three .single-portfolio.overlay:before {
     -webkit-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
 }
 
 .portfolio-area.portfolio-three .project-title,
 .portfolio-four .project-title {
     left: 0;
     margin: -22px auto 0;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     top: 45%;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     z-index: 5;
 }
 .single-portfolio:hover .project-title {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     top: 50%;
 }
 .portfolio-three .grid-item {
     margin-bottom: 10px;
     padding: 0 5px;
 }
 .portfolio-three .portfolio-grid {
     margin: 0 -5px -10px;
 }
 .portfolio-three .portfolio-menu ul li {
     margin: 0 10px;
     padding: 0 5px;
 }
 .portfolio-menu ul li,
 .portfolio-three .view-all a i,
 .portfolio-three .project-title h4 {
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .portfolio-three .project-title h4 {
     color: #ffffff;
 }
 .portfolio-three .project-title h4:hover {
     color: #cccccc;
 }
 .portfolio-three .project-title p {
     color: #d5d5d5;
 }
 .portfolio-three .view-all a:hover i {
     padding-left: 5px;
 }
 /*-------------------------------------------------
 Home Version Four
---------------------------------------------------*/
 
 .header-style-4 .header-top .logo,
 .header-style-4 .header-top .mainmenu li a,
 .header-style-5 .header-top .logo,
 .header-style-5 .header-top .mainmenu li a,
 .pages-header .header-top .mainmenu li a,
 .pages-header .header-top .logo {
     
 }
 .header-style-4 .header-top.is-sticky .logo,
 .header-style-4 .header-top.is-sticky .mainmenu li a,
 .header-style-5 .header-top.is-sticky .logo,
 .header-style-5 .header-top.is-sticky .mainmenu li a,
 .pages-header .header-top.is-sticky .mainmenu li a,
 .pages-header .header-top.is-sticky .logo {
     line-height: 70px;
 }
 .header-style-4 .is-sticky .mainmenu .navigation > li > ul > li a,
 .header-style-5 .is-sticky .mainmenu .navigation > li > ul > li a,
 .pages-header .is-sticky .mainmenu .navigation > li > ul > li a {
     line-height: 1;
 }
 .header-style-4 .mainmenu .navigation > li > ul,
 .header-style-5 .mainmenu .navigation > li > ul,
 .pages-header .mainmenu .navigation > li > ul {
     top: 90%;
 }
 .header-style-4 .mainmenu .navigation > li:hover > ul,
 .header-style-5 .mainmenu .navigation > li:hover > ul,
 .pages-header .mainmenu .navigation > li:hover > ul {
     top: 102%;
 }
 .mainmenu .dropdown > a i,
 .header-style-4 .dropdown > a i,
 .header-style-5 .dropdown > a i {
     color: #b3b3b3;
     font-size: 18px;
     margin-left: 3px;
     position: relative;
     top: 2px;
 }
 .header-style-4 .mainmenu li a {
     color: #676767;
 }
 .header-style-4 .mainmenu li:hover a {
     color: #b3b3b3;
 }
 .slider-four .right {
     padding-top: 165px;
 }
 .slider-four .slide-text.absolute {
     left: 0;
 }
 .slider-four .slide-text h5 {
     color: #939393;
     letter-spacing: 0.5px;
 }
 .slider-four .slide-text h1 {
     color: #414141;
 }
 .slider-four .slide-text h4 {
     color: #5e5e5e;
     line-height: 28px;
 }
 .portfolio-four .grid-item {
     margin-bottom: 30px;
     padding: 0 15px;
 }
 .portfolio-four .portfolio-two .portfolio-grid {
     margin: 0 -15px -30px;
 }
 .portfolio-menu.menu-hover-3 ul li {
     border: 1px solid transparent;
     font-size: 12px;
     line-height: 22px;
     margin: 0 6px;
     padding: 0 10px;
 }
 .portfolio-menu.menu-hover-3 ul li:hover,
 .portfolio-menu.menu-hover-3 ul li.active {
     border-color: #d7d7d7;
     color: #a7a7a7;
 }
 .portfolio-four .project-title p {
     color: #7b7b7b;
 }
 .portfolio-four .project-title h4 {
     color: #717171;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .portfolio-four .project-title h4:hover {
     color: #333;
 }
 .portfolio-four .project-title {
     top: 50%;
     left: -20px;
 }
 .portfolio-four .single-portfolio:hover .project-title {
     left: 0px;
 }
 /*----------------------------------------------------------
 Service Section
-------------------------------------------------------------- */
 
 .section-title.title-2 h2,
 .section-title.title-3 h2 {
     color: #484848;
 }
 .single-service {
     box-shadow: 0 1px 5px rgba(5, 5, 6, 0.15);
     -webkit-box-shadow: 0 1px 5px rgba(5, 5, 6, 0.15);
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     height: 280px;
 }
 .single-service:hover {
     box-shadow: 0 4px 15px rgba(5, 5, 6, 0.1);
     -webkit-box-shadow: 0 3px 20px rgba(5, 5, 6, 0.10);
 }
 .single-service i {
     border: 1px solid #8a8a8a;
     border-radius: 50%;
     color: #8a8a8a;
     font-size: 20px;
     height: 36px;
     line-height: 36px;
     margin-bottom: 20px;
     width: 36px;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
 }
 .single-service:hover i {
     background: #393939 none repeat scroll 0 0;
     border-color: #393939;
     box-shadow: 0 4px 15px rgba(5, 5, 6, 0.3);
     color: #ffffff;
 }
 .single-service p {
     color: #979797;
 }
 .single-service hr {
     border-color: #dbdbdb;
     border-width: 2px;
     width: 49px;
 }
 .single-service .text h5 {
     color: #656565;
     font-size: 18px;
 }
 /*--------------------------------
 Blog Two
------------------------------------ */
 
 .blog-two .right.blog-text {
     height: 244px;
 }
 .blog-two .single-blog {
     box-shadow: 2px 0 4px rgba(5, 5, 6, 0.15);
 }
 .blog-two .blog-text h4 {
     color: #525252;
     line-height: 25px;
 }
 .blog-two .blog-text .text > p {
     color: #848484;
     line-height: 22px;
 }
 .blog-two .blog-text span {
     color: #7d7d7d;
     display: inline-block;
     font-size: 12px;
     line-height: 1;
 }
 .blog-two .blog-text h5 {
     color: #848484;
     font-size: 14px;
 }
 .blog-footer ul.post-categories {
	padding: 15px 0;
}
.single-blog .blog-footer i {
  margin-right: 5px;
}
 /*------------------------------------
 Home Version Five
---------------------------------------*/
 
 .header-style-5 .mainmenu li a {
     color: #5b5b5b;
     font-weight: 700;
 }
 .header-style-5 .mainmenu li a:hover {
     color: #c5c5c5;
 }
 .header-style-5.border-b,
 .header-style-5 .border-b {
     border-bottom: 1px solid rgba(230, 230, 230, .7);
 }
 .slider-five .right {
     padding-top: 125px;
 }
 .slider-five .slide-text {
     left: 0;
 }
 .slider-five .slide-text h1 {
     color: #4a4a4a;
 }
 .slider-five .slide-text p {
     color: #5e5e5e;
 }
 .portfolio-five .portfolio-menu ul li {
     color: #707070;
     font-size: 12px;
 }
 .portfolio-five .portfolio-menu ul li:first-child {
     margin-left: 0;
 }
 .portfolio-five .portfolio-menu ul li.active,
 .portfolio-five .portfolio-menu ul li:hover {
     color: #c5c5c5;
 }
 .portfolio-five .project-title p {
     color: #a9a9a9;
 }
 .portfolio-five .project-title h4:hover {
     color: #a9a9a9;
 }
 .portfolio-five .project-title {
     bottom: 30px;
     left: 0;
     z-index: 9;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 }
 .portfolio-five .single-portfolio:hover .project-title {
     left: 35px;
     top: inherit;
 }
 .blog-three .single-blog,
 .blog-three .content h3,
 .portfolio-five .view-all a i,
 .portfolio-five .project-title h4,
 .portfolio-five .single-portfolio,
 .portfolio-five .project-title {
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .portfolio-five .single-portfolio:hover {
     box-shadow: 0 5px 15px rgba(6, 6, 6, .08);
 }
 .portfolio-five .grid-item {
     overflow: hidden;
     padding: 20px 15px;
     margin: -20px 0;
 }
 .portfolio-five .portfolio-grid {
     margin: 0 -15px -30px;
 }
 .portfolio-five .single-portfolio {
     margin-bottom: 30px;
 }
 .portfolio-five .view-all a {
     border: 1px solid #eeeeee;
     box-shadow: none;
     position: relative;
 }
 .portfolio-five .view-all a i {
     font-size: 20px;
     line-height: 40px;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
 }
 .portfolio-five .view-all a:hover i {
     right: 15px;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .title-3 .horizontal-line div {
     margin: 0;
     width: 108px;
 }
 .title-3 .horizontal-line div.top {
     margin-bottom: 3px;
     width: 62px;
 }
 .about-two {
     overflow: hidden;
 }
 .about-two .right-image {
     bottom: 0;
     right: 0;
 }
 .about-two .about-text {
     z-index: 2;
 }
 .about-two .about-text p {
     color: #797979;
 }
 .about-two .m-minus p {
     margin-right: -50px;
 }
 /*----------------------------------------------
 Blog Style three
-------------------------------------------------- */
 
 .blog-three .single-blog {
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
 }
 .blog-three .single-blog:hover {
     box-shadow: 0 4px 20px rgba( 5, 5, 6, .10);
 }
 .blog-three .single-blog:hover .content,
 .blog-three .single-blog:hover .blog-footer {
     border-color: transparent;
 }
 .blog-three .single-blog:hover .blog-footer {
     border-top: 1px solid #f0f0f0;
 }
 .blog-three .blog-footer {
     border: 1px solid #f0f0f0;
 }
 .blog-three .content {
     border-left: 1px solid #f0f0f0;
     border-right: 1px solid #f0f0f0;
 }
 .blog-three .blog-footer h6,
 .blog-three .blog-footer {
     line-height: 52px;
 }
 .blog-three .content h3 {
     color: #7a7a7a;
     display:block;
     margin-right: -10px;
	 -ms-word-wrap: break-word;
	 word-wrap: break-word;
 }
 .blog-three .content h3:hover {
     color: #b4b4b4;
 }
 .blog-three .content p {
     color: #7a7a7a;
 }
 .blog-three .content h6 {
     color: #aaaaaa;
 }
 .blog-three .blog-footer h6 {
     color: #a4a4a4;
 }
 
 .blog-three .blog-footer .icons {
     background: #f5f5f5 none repeat scroll 0 0;
     border-radius: 20px;
     color: #b4b4b4;
     display: inline-block;
     font-size: 15px;
     line-height: 34px;
     padding: 0 17px;
     font-family: "Montserrat", sans-serif;
	 margin:10px 0;
 }
 .blog-three .blog-footer .icons i {
     font-size: 16px;
     padding-right: 5px;
     position: relative;
     top: 2px;
 }
 .blog-three .blog-footer .icons:hover {
     color: #484848;
 }
 .single-blog h6.we-sami a{
	font-family: "Montserrat", sans-serif;
	font-weight:600;
	color:#aaaaaa;
 }
 .single-blog h6.we-sami a:hover{
	color:#b4b4b4;
 }
 /*-----------------------------------------------
 Home Version Six
------------------------------------------------- */
 
 .header-six .mainmenu li a {

 }
 .header-six .mainmenu li a,
 .header-six .mainmenu li:hover ul li a {
     color: #5b5b5b;
 }
 .header-six .mainmenu li:hover a,
 .header-six .mainmenu .navigation li ul ul li:hover a,
 .header-six .mainmenu .navigation > li > ul > li:hover > a {
     color: #c5c5c5;
 }
 .header-six .mainmenu .navigation > li:hover > ul {
     top: 103%;
 }
 .portfolio-six .portfolio-menu ul li {
     color: #707070;
     font-size: 12px;
 }
 .portfolio-six .portfolio-menu ul li:hover,
 .portfolio-six .portfolio-menu ul li.active {
     color: #c5c5c5;
 }
 .portfolio-six .portfolio-grid {
     margin: 0 -15px -15px;
 }
 .portfolio-six .grid-item {
     margin-bottom: 30px;
     padding: 0px 15px;
 }
 .portfolio-six .grid-item:hover .overlay:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }

.portfolio-six.portfolio-two .single-portfolio .zoom-icon {
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translateX(-50%);
  z-index: 5;
} 
.portfolio-area.portfolio-six.light-bg .single-portfolio  .zoom-icon {
  left: 50%;
  top: 50%;
  opacity:0;
  transform:translateX(-50%);
}
.portfolio-area.portfolio-six.light-bg .single-portfolio .zoom-icon {
  left: 20px;
  position: inherit;
  top:-50px;
}
.portfolio-area.portfolio-six.light-bg .single-portfolio:hover .project-title {
  opacity: 1;
  top: 50%;
}
.portfolio-area.portfolio-six.portfolio-one.light-bg .single-portfolio:hover .project-title {
  opacity: 1;
  top: inherit;
  ma
}

.portfolio-area.portfolio-six.light-bg .single-portfolio:hover  .zoom-icon{
	opacity:1;
}
 .portfolio-six .project-title h4,
 .portfolio-seven .project-title h4,
 .portfolio-six .single-portfolio .zoom-icon i,
 .portfolio-six .single-portfolio .zoom-icon {
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .portfolio-six .grid-item:hover .zoom-icon {
     -webkit-transform: scale(1);
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }

 .portfolio-six .single-portfolio .zoom-icon i {
      background: #6e6e6e none repeat scroll 0 0;
     border: 1px solid #6e6e6e;
     color: #fff;
     font-size: 20px;
     line-height: 38px;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
  .portfolio-six .grid-item .zoom-icon:hover i {
     background: #6e6e6e none repeat scroll 0 0;
     color: #fff;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 .portfolio-six .single-portfolio {
     border: 0px solid #f1f1f1;
 }
 .portfolio-six .project-title {
     border: 1px solid #f1f1f1; 
     border-top: 0;
 }
 .portfolio-six.portfolio-two .project-title,
 .portfolio-six.portfolio-one .project-title,
 .portfolio-six.portfolio-three .project-title,
 .portfolio-six.portfolio-one.grid-three .project-title,
 .portfolio-six.portfolio-two.grid-three .project-title,
 .portfolio-six.portfolio-three.grid-three .project-title {
     border: 0px solid #f1f1f1; 
     border-top: 0;
 }
 
 
 .portfolio-six.border_remove .project-title {
     border: 0px solid #f1f1f1;
 }
 
 .portfolio-six .project-title h4 {
     color: #6a6a6a;
 }
 .portfolio-six .project-title h4:hover,
 .portfolio-six .project-title p {
     color: #a9a9a9;
 }
 .portfolio-six .view-all a {
     box-shadow: none;
     border: 1px solid #eeeeee;
     border-radius: 0;
 }
 .portfolio-area.portfolio-six.grid-three .project-title {
	 left: 0;
	 position: absolute;
	 right: 0;
	 top: 50%;
	 text-align:center;
	 opacity:0;
	 transition: all 0.5s ease-in-out 0s;
}

.portfolio-area.portfolio-six.grid-three .single-portfolio.overlays::before{
	opacity: 0;
	background-color: rgba(19, 19, 19, 0.75);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.portfolio-area.portfolio-six.grid-three .single-portfolio:hover .project-title {
   opacity: 1;
   top: 50%;
}

.zoom-icons {
  background: rgba(73, 73, 73, 0.35) none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 25px;
  height: 50px;
  left: 50%;
  line-height: 48px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  opacity:0;
   transition: all 0.5s ease 0s;
}
.zoom-icons i{
	color:#fff;
}
 .single-portfolio:hover .zoom-icons{
	 opacity:1;
 } 
 .zoom-icons a{
	 display:block;
 }
 /*----------------------------------------
 Facts One
------------------------------------------- */
 
 .facts-one .single-counter {
     position: relative;
 }
 .single-counter h1 {
     color: #555555;
 }
 .single-counter p {
     color: #7b7b7b;
 }
 .facts-one .single-counter:after {
     background: #b5b5b5 none repeat scroll 0 0;
     content: "";
     height: 57px;
     position: absolute;
     right: -8px;
     top: 4px;
     width: 2px;
 }
 .single-counter.last-child:after {
     display: none;
 }
 /*----------------------------------------
 Home Version Seven
------------------------------------------- */
 
 .header-seven .border-b {
     border-bottom: 1px solid rgba(201, 201, 201, 0.7);
 }
 .portfolio-seven .portfolio-menu ul li {
     color: #707070;
     font-size: 12px;
 }
 .portfolio-seven .portfolio-menu ul li:hover,
 .portfolio-seven .portfolio-menu ul li.active {
     color: #c5c5c5;
 }
 .portfolio-seven .menu-hover-1 li:after {
     background: #c5c5c5 none repeat scroll 0 0;
 }
 .portfolio-seven .menu-hover-1 li:hover:after,
 .portfolio-seven .menu-hover-1 li.active:after {
     width: 100%;
 }
 .portfolio-seven .project-title {
     left: 0;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     right: 0;
     text-align: center;
     top: 50%;
     margin-top: -28px;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     z-index: 9;
 }
 .portfolio-seven .project-title h4 {
     color: #5e5e5e;
 }
 .portfolio-seven .project-title h4:hover,
 .portfolio-seven .project-title p {
     color: #9c9c9c;
 }
 .portfolio-seven .view-all a {
     border: 1px solid #eeeeee;
     border-radius: 0;
     box-shadow: none;
 }
 .portfolio-seven .view-all a:hover {
     box-shadow: 0 3px 7px rgba(3, 3, 3, 0.05);
 }
 .seven.about-two {
     border-top: 1px solid #f5f5f5;
     border-bottom: 1px solid #f5f5f5;
 }
 .seven.about-two .right-image {
     bottom: -15px;
 }
 /*----------------------------------------------
 Home Version Eight
------------------------------------------------*/
 
 .slider-eight .slide-img {
     left: -65px;
 }
 .slider-area .slide-text a.btn {
     border: medium none;
     border-radius: 4px;
     color: #848484;
     height: 47px;
     line-height: 49px;
     outline: 0 none;
     padding: 0 40px;
	 border: 1px solid #dededf;
 }
 
 .slider-area .slide-text h5 {
     color: #939393;
     letter-spacing: 0.5px;
 }
 .slider-area .slide-text h1 {
     color: #414141;
 }
 .slider-area .slide-text p {
     color: #707070;
	 font-size:18px;
 }
 /*----------------------------------------- 
[ 5. Pages ]
===================================== */
 /* Pages Header */
 
 .extra-style-8 .header-top,
 .pages-header .header-top {
     box-shadow: 0 0 10px rgba(6, 6, 6, 0.1);
 }
 .page-title {
     margin:0;
 }
 .page-title h3 {
	text-transform: uppercase;
	margin-bottom:10px;
 }
 .page-title h3 {
     color: #5c5c5c;
 }
 .page-title li {
  display: inline-block;
  
}
 .page-title > ul,
 .page-title li,
 .page-title li a {
     color: #8e8e8e;
     font-family: "Roboto Slab", serif;
     font-size: 13px;
     font-weight: 400;
     text-transform: uppercase;
     line-height: 1.5;
	 margin:0px 5px;
 }
 .page-title li a:hover {
     color: #5c5c5c;
 }
 .page-title li i {
     font-size: 20px;
     margin: 0 10px;
     position: relative;
     top: -2px;
 } 
 
 /*--------------------------------------------------
 breadcrumb
 -----------------------------------------------------*/
.bottom.portfolio.bg-color-1 {
    position: relative;
    z-index: 1;
}
.bottom.portfolio.bg-color-1::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
 
 /* About Me Page
-----------------*/
 /* About Section */
 
 .right.skill-progress {
     width: 370px;
 }
 .about-three .left h3 {
     color: #4f4f4f;
 }
 .about-three .left p {
     color: #767676;
 }
 .about-three .about-button .btn {
     background: #393939 none repeat scroll 0 0;
     height: 47px;
     line-height: 47px;
     padding: 0 30px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: .50px;
     color: #ffffff;
 }
 .about-three .about-button .btn:hover {
     background: #000000 none repeat scroll 0 0;
 }
 /*----------------------------------------------
 Progress Bar
------------------------------------------------- */
 
 .skill-bar {
     margin-bottom: 28px;
 }
 .skill-progress .skill-bar:last-child {
     margin-bottom: 0px;
 }
 .progress-title-holder {
     position: relative;
     font-size: 14px;
     text-transform: uppercase;
 }
 .progress-title {
     z-index: 100;
 }
 .progress-wrapper {
     width: 100%;
     z-index: 10;
 }
 .progress-mark {
     position: absolute;
     bottom: 4px;
     transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
 }
 .progress-mark:after {
     border-color: transparent transparent #484848;
     border-style: solid;
     border-width: 18px 11px;
     content: "";
     height: 0;
     position: absolute;
     right: 5px;
     top: 0px;
     width: 0;
     z-index: 999;
 }
 .middle .progress-mark:after {
     top: -1px;
 }
 .progress-mark span,
 .progress-title-holder {
     color: #5e5e5e;
     font-family: Montserrat, sans-serif;
     font-weight: 700;
 }
 .progress-outter {
     background-color: #c8c8c8;
 }
 .progress-content {
     background-color: #484848;
     width: 0%;
     /* Initial value */
 }
 .progress-content,
 .progress-outter {
     height: 7px;
     border-radius: 4px;
 }
 /*---------------------------------------------------
 Pricing Table
----------------------------------------------------- */
 
 .single-table {
     box-shadow: 0 0 8px rgba(5, 5, 6, 0.1);
     -webkit-transition: .4s;
     transition: .4s;
 }
 .single-table .head {
     height: 138px;
 }
 .single-table.middle .head {
     height: 168px;
 }
 .middle.single-table,
 .single-table:hover {
     box-shadow: 0 4px 20px rgba(5, 5, 6, 0.1);
 }
 .single-table .head h3 {
     color: #676767;
 }
 .single-table .content-height {
     height: 337px;
 }
 .single-table hr.line {
     background: #f3f3f3 none repeat scroll 0 0;
     height: 2px;
     width: 100%;
 }
 .single-table .content h1 {
     color: #585858;
 }
 .single-table .content h1 span {
     position: relative;
     top: -7px;
 }
 .single-table ul li{
	line-height:25px;
 }
 .single-table .content .btn {
     border: 1px solid #888888;
     border-radius: 8px;
     color: #777777;
     font-family: "Montserrat", sans-serif;
     font-size: 13px;
     font-weight: 500;
     line-height: 38px;
     padding: 0 34px;
     text-transform: uppercase;
 }
 .middle.single-table .content .btn,
 .single-table .content .btn:hover {
     background: #393939 none repeat scroll 0 0;
     border-color: #393939;
     color: #ffffff;
 }
 .middle.single-table .content .btn:hover {
     background: #000000 none repeat scroll 0 0;
 }
 /*--------------------------------------------
 About Us Page
-----------------------------------------------*/
 
 .about-us .left.m-minus {
     margin-right: -30px;
 }
 .about-us .right.m-minus {
     margin-left: -30px;
 }
 /*----------------------------------------
 Team Section
------------------------------------------- */
 
 .single-member {
     margin-bottom: 24px;
 }
 .single-member .text {
     box-shadow: 0 2px 5px rgba(6, 6, 6, 0.1);
     padding: 25px 0 30px;
 }
 .single-member .text-parent {
     bottom: -24px;
     padding: 0 8px;
     position: absolute;
     width: 100%;
 }
 .single-member .text h4,
 .single-member .text h6 {
     color: #6a6a6a;
 }
 .social-icon li a {
     color: #6a6a6a;
     font-size: 15px;
     padding: 0 12px;
 }
 .social-icon li {
     float: left;
 }
 .social-icon ul {
     display: inline-block;
 }
 .social-icon li a:hover {
     color: #d0d0d0;
 }
 .single-member .social-icon {
     padding-top: 0px;
     margin-bottom: -20px;
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 }
 .single-member:hover .social-icon {
     padding-top: 16px;
     margin-bottom: -10px;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .about-us .middle .progress-mark:after {
     top: 1px;
 }
 .skill-bar.first-child .progress-mark:after,
 .skill-bar.last-child .progress-mark:after,
 .about-us .middle .progress-mark:after {
     -webkit-margin-before: -1px;
 }
 .about-us .progress-mark {
     bottom: 4px;
 }
 .about-text.mr-minus {
     margin-right: -45px;
 }
 .slide-text .img {
     display: inline-block;
 }
 .slick-slide:focus {
     outline: 0;
 }
 .testimonial-one hr.line {
     background: #cbcbcb none repeat scroll 0 0;
     border: 0 none;
     height: 13px;
     margin: 15px auto;
     width: 2px;
 }
 .testimonial-one .quotation {
     display: inline-block;
     margin-bottom: -45px;
     top: -45px;
 }
 .testimonial-one .content p {
     position: relative;
     z-index: 5;
     color: #838383;
	 font-size:18px;
	 line-height:28px;
 }
 .testimonial-one .content h2 {
     color: #626262;
 }
 .testimonial-one .content h5 {
     color: #a6a6a6;
 }
 /*--------------------------------------
 Contact Us Page
------------------------------------------- */
 
 .custom-input input {
     margin-bottom: 20px;
     line-height: 43px;
     height: 43px;
	 border:inherit;
 }
 #contact_website,
 #contact_name,
 #contact_email,
 #contact_phone {
	border: medium none;
	width:100%;
}
#contact_submit {
 font-size:14px;
}
.custom-input input,
.custom-input textarea {
     background: #f7f7f7 none repeat scroll 0 0;
     border: 0 none;
     font-weight: 300;
     color: #757575;
	 border:inherit;
 }
.custom-input textarea {
     height: 114px;
 }
 .comment-area .text a{
	 font-weight:300;
 }
 .comment-form button.btn,
 .custom-input .btn {
     background: #393939 none repeat scroll 0 0;
     border-radius: 0;
     color: #fff;
     height: 43px;
     padding: 0 35px;
     position: relative;
     top: 4px;
	 font-weight:500;
 }
 .comment-form button {
  margin-left: 15px;
}
 .logged-in .comment-form button {
  margin-left: 0px;
}
 .custom-input .btn:hover {
  background: #000 none repeat scroll 0 0;
}
 .comment-form button.btn:hover,
 .comment-area .custom-input button:hover,
 .contact-page .custom-input .btn:hover {
     background: #000000 none repeat scroll 0 0;
 }
 .contact-two .right.ml-minus {
     margin-left: -30px;
     margin-right: 35px;
 }
 .contact-two .left {
     height: 415px;
     box-shadow: 0 0 8px rgba(6, 6, 6, 0.1);
 }
 .info-box {
     padding-left: 60px;
 }
 .info-box p {
     color: #6f6f6f;
 }
 .info-box ul li h5 {
     line-height: 26px;
 }
 .info-box ul li span p,
 .info-box ul li a {
     color: #757575;
	 font-weight:400;
 }
 .info-box ul li p {
  margin-left: 5px;
}
 .info-box ul li a:hover {
     color: #393939;
 }
 .contact-one .info-box {
     padding-left: 0;
 }
 .info-box .horizontal-line div {
     margin: 0 0 3px 0;
 }
 /* google map section */
 
 #googleMap.google-map {
     height: 450px;
     width: 100%;
 }
 /* --------------------------------------
 Blog Pages
-------------------------------------------- */
 
 .blog-style-one .content,
 .blog-style-two .content,
 .blog-style-three .content {
     border: 1px solid #f0f0f0;
 }
 /*-------------------------------------
 Pagnation
---------------------------------------- */

 .pagnation-ul span.current,
 .pagnation-ul a {
     border: 2px solid #f5f5f5;
     border-radius: 50%;
     color: #8f8f8f;
     display: block;
     height: 34px;
     line-height: 32px;
     width: 34px;
 }
 .pagnation-ul li {
     float: left;
     margin: 0 5px;
 }
 .pagnation-ul span.current,
 .pagnation-ul li a:hover,
 .pagnation-ul li.active a {
     background: #f5f5f5;
 }
 .pagnation-ul ul {
     display: inline-block;
 }
 .pagnation-ul .pagination{
	 margin:0;
 }
 /*-----------------------------------
 Sidebar
-------------------------------------- */
 .sidebar .single-text{
	 margin-bottom:50px;
	 overflow:hidden;
 }
 .sidebar .single-text:last-child{
	 margin-bottom:0px;
 }
 .sidebar h2 {
     color: #545454;
 }
 .sidebar .about-blog {
     color: #969696;
 }
 .sidebar .single-text ul li a {
     color: #969696;
     line-height: 30px;
	 font-size:15px;
 }
 .sidebar .single-text ul li > a i {
  margin-right: 5px;
}
 .sidebar .catagories li a i {
     color: #7a7a7a;
     font-size: 18px;
     margin-right: 8px;
     position: relative;
     top: 1px;
 }
 .sidebar .single-text li a:hover {
     color: #666666;
 }
 .details-text .blog-footer a,
 .sidebar .catagories li a,
 .sidebar .tagcloud a {
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
 }
 .sidebar .tagcloud a {
     border-radius: 15px;
     color: #969696;
     display: block;
     line-height: 32px;
     padding: 0 20px;
     margin-right: 10px;
     background: #f5f5f5 none repeat scroll 0 0;
 }
 .sidebar .tagcloud a:hover {
     color: #333333;
 }
 .sidebar .tagcloud a {
  float: left;
  font-family: roboto slab;
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.sidebar .single-text .search-submit {
  color: #9b9b9b;
  position: absolute;
  right: 15px;
}
.calendar_wrap thead th,
.calendar_wrap tr td {
  border: 1px solid #f0f0f0;
  padding: 5px;
  text-align: center;
}
.calendar_wrap #today{
	background:#f5f5f5;
	color:#969696;
}
.single-text .post-img img {
  float: left;
  width: 150px;
}
.single-text .sidebar-post li a i {
  display: none;
}

.single-text .sidebar-post li a i {
    display: none;
}
.post-img {
    float: left;
}
.post-text {
    display: block;
    float: left;
}
.sidebar-post > li {
    display: block;
}
.sidebar-post > li {
    margin-bottom: 30px;
    overflow: hidden;
}
.single-text .sidebar-post img {
    margin-right: 15px;
}
.single-text ul.sidebar-post li a {
    font-size: 17px;
    text-transform: capitalize;
}
.single-text ul.sidebar-post li span {
    color:#969696;
}
.single-text ul.sidebar-post li h4{
	margin:0;
}

 /*----------------------------------------
 Blog Details Pages
------------------------------------------- */
 
 .details-text .content .single-blog-author h5 a,
 .details-text .content .single-blog-author h5 {
     color: #aaaaaa;
     font-weight: 600;
 }
 .details-text .content h1,
 .portfolio-details .content h2 {
     color: #5b5b5b;
 }
 .details-text .content p {
     color: #7a7a7a;
 }
 .details-text .content ul li {
     color: #7a7a7a;
	 font-size:15px;
 }
 .details-text .content ul {
     margin-bottom:15px;
 }
 .blog-details-two .details-text .content p,
 .blog-details-three .details-text .content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-right: -15px;
 }
 .details-text blockquote, .highlight {
	  border-left: 2px solid #d3d3d3;
	  margin-bottom: 30px;
	  margin-left: 50px;
	  margin-top: 30px;
	  padding-bottom: 0;
	  padding-left: 20px;
	  padding-top: 0;
}
.blog-details .details-text .content blockquote p {
  font-size: 16px;
  line-height: 1.3;
  font-style:italic;
}
 .highlight h6 {
     color: #8a8a8a;
 }
 .details-text .blog-footer a {
     color: #969696;
     font-size: 13px;
     text-transform: uppercase;
 }
 .details-text .blog-footer h6 {
     float: left;
 }
 .details-text .blog-footer a:hover {
     color: #777777;
 }
 .blog-footer .tags h6 {
     color: #969696;
     margin-right: 5px;
 }
 .details-text .blog-footer a {
     font-weight: 400;
 }
 .social-share .social-link {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     top: -2px;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     visibility: hidden;
     width: 195px;
 }
 .social-share {
     position: relative;
 }
 .social-share:hover .social-link {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     right: 40px;
     visibility: visible;
 }
 .social-share p {
     background: #fff none repeat scroll 0 0;
     color: #969696;
     cursor: pointer;
     position: relative;
     z-index: 2;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
 .social-share .social-link li a {
     color: #858585;
     padding: 0 10px;
     font-size: 16px;
 }
 .social-share .social-link li a:hover,
 .social-share:hover p {
     color: #555;
 }
 .social-share p i {
     margin-right: 3px;
 }
 .blog-details .border-b {
     border-bottom: 1px solid #e8e8e8;
 }
 .blog-footer .tags{
	 color:#969696;
 }
 /*-------------------------------------------
 comment area
----------------------------------------------- */
 
 .comment-area h3 {
     color: #545454;
 }
 .comment-box {
     border: 1px solid #f4f4f4;
 }
 .comment-box {
     padding: 15px;
     overflow: hidden;
 }
 .comment-box > img {
     float: left;
     margin-right: 30px;
 }
 .comment-box > a {
  display: block;
  float: left;
  margin-right: 30px;
}
 .comment-box .text {
     overflow: hidden;
 }
 .comment-box .text > p {
     color: #969696;
 }
 .comment-box .text span,
 .comment-box .text span a {
     color: #969696;
     font-weight: 400;
     text-transform: capitalize;
     font-family: "Montserrat", sans-serif;
 }
 .comment-box .text span a:hover {
     color: #333333;
 }
 .comment-box .text > h4 {
     color: #686868;
     line-height: 1.3;
 }
 .comment-area .custom-input input,
 .comment-area .custom-input textarea {
     border: 1px solid #f2f2f2;
     color: #9b9b9b;
     font-size: 13px;
     height: 40px;
 }
 .comment-area .custom-input input[name="phone"] {
     margin-bottom: 0;
 }
 .comment-area .custom-input input,
 .comment-area .custom-input textarea {
     border: 1px solid #e5e5e5;
     margin-bottom: 15px;
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
     color: #868686;
 }
 .comment-area .custom-input textarea {
     height: 92px;
     -webkit-margin-after: 7px;
 }
 .comment-area .custom-input button {
     background: #545454 none repeat scroll 0 0;
     color: #fff;
 }

 .logged-in-as {
  margin-bottom: 20px;
}
 /*-------------------------------------------
 Portfolio Pages
-------------------------------------------- */
 .portfolio .page-title li i {
     top: 2px;
 }
 .portfolio .portfolio-menu ul li {
     color: #777777;
     font-size: 13px;
     margin: 0 12px;
     padding: 0 5px;
	 list-style:none;
 }
 .portfolio .menu-hover-2 li:after {
     background: #c0c0c0 none repeat scroll 0 0;
     bottom: 5px;
 }
 .portfolio .project-title p,
 .grid-three .project-title p {
     color: #9d9d9d;
 }
 .grid-four .project-title h4 {
     color: #686868;
 }
 .portfolio .project-title,
 .grid-three .project-title {
     border-color: #f3f3f3;
 }
 .grid-four .grid-item .zoom-icon .fancybox i,
 .portfolio .grid-item .zoom-icon .fancybox i {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 .portfolio .grid-item .zoom-icon i,
 .grid-four .grid-item .zoom-icon i,
 .grid-three .grid-item .zoom-icon i {
     border-width: 1px;
 }
 .portfolio .grid-item .zoom-icon i {
     font-size: 22px;
     width: 50px;
     height: 50px;
     line-height: 50px;
 }
 .portfolio .grid-item .zoom-icon:hover i,
 .grid-four .grid-item .zoom-icon:hover i,
 .grid-three .grid-item .zoom-icon:hover i {
     background: #fff none repeat scroll 0 0;
     color: #7d7d7d;
 }
 .grid-four .grid-item {
     margin-bottom: 20px;
     padding: 0 10px;
 }
 .grid-four .portfolio-grid {
     margin: 0 -10px -10px;
 }
 /*------------------------------------------
 Portfolio No Space Pages 
 ----------------------------------------------*/
 
 .no-space .grid-item {
     margin-bottom: 0;
     padding: 0;
 }
 .no-space .portfolio-grid {
     margin: 0;
 }
 .no-space .single-portfolio {
     border: 0;
 }
 .no-space .single-portfolio img {
     width: 100%;
 }
 .team-page .mb-50 {
     margin-bottom: 50px;
 }
 /*--------------------------------------
 Portfolio Details Pages 
--------------------------------------------*/
 
 .portfolio-details p.pri {
     color: #9b9b9b;
 }
 .portfolio-sidebar .contact-text li h5 {
     color: #7c7c7c;
 }
 .contact-text li h5{
	 display:flex;
 }
 .contact-text li h5 p {
	padding: 2px;
	color: #a1a1a1;
}
 .portfolio-sidebar .contact-text li h5 span {
     color: #a1a1a1;
 }
 .portfolio-sidebar .social-link li a {
     color: #858585;
     font-size: 16px;
 }
 .portfolio-sidebar .social-link li  {
     list-style:none;
 }
 .portfolio-sidebar .social-link li a:hover {
     color: #5b5b5b;
 }
 .portfolio-sidebar .social-link {
     margin-left: -15px;
 }
 .detail-heading h3 {
     color: #727272;
 }
 
 /*------------------------------
 404 Error Page
-----------------------------------*/
 
 .error-content p {
     color: #9f9f9f;
 }
 .error-content a {
     color: #8c8c8c;
 }
 .error-content a:hover {
     color: #555;
 }
 
 /* 
[ 6. Loding Bar ]
======================*/
 
 #loading-wrap {
     background: #fff none repeat scroll 0 0;
     bottom: 0;
     display: block;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     z-index: 99999999;
 }
 .loading-effect {
     height: 60px;
     left: 50%;
     margin: -25px 0 0 -25px;
     position: absolute;
     top: 50%;
     width: 50px;
 }
 .loading-effect:before,
 .loading-effect:after {
     -webkit-animation: 1.7s linear 0s normal none infinite running preloader-wave;
     animation: 1.7s linear 0s normal none infinite running preloader-wave;
     background: #000 none repeat scroll 0 0;
     border-radius: 50%;
     content: "";
     display: inline-block;
     height: 50px;
     position: absolute;
     width: 50px;
 }
 .loading-effect:after {
     -webkit-animation-delay: -0.9s;
     animation-delay: -0.9s;
 }
 @-webkit-keyframes preloader-wave {
     0% {
         opacity: 0.5;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         -webkit-transform: scale(0, 0);
         transform: scale(0, 0);
     }
     100% {
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
 }
 @keyframes preloader-wave {
     0% {
         opacity: 0.5;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         -webkit-transform: scale(0, 0);
         transform: scale(0, 0);
     }
     100% {
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
 }
 @keyframes preloader-wave {
     0% {
         opacity: 0.5;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         -webkit-transform: scale(0, 0);
         transform: scale(0, 0);
     }
     100% {
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
 }
 /* 
[ 7. ScrollUp ]
===============*/
 
 #scrollUp {
     top: 48%;
     height: 35px;
     right: 20px;
     text-align: center;
     width: 30px;
 }
 #scrollUp > p {
     visibility: hidden;
 }
 #scrollUp:hover p {
     visibility: visible;
 }
 #scrollUp i {
     color: #aaaaaa;
     font-size: 30px;
     line-height: 35px;
     text-align: center;
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 #scrollUp:hover i {
     color: #333333;
 }
 /*====================================================================
							[ END ]
======================================================================*/