/* ---------------------------------------

[Main Stylesheet]

Project:    	  Printeso - HTML Template
Version:    	  1.0
Last Change:    08/04/2019
Primary Use:    Printing Service Business

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button
11. Main Header style
12. Header Top
13. Header Area
14. About Us
15. Call to action
16. Services Area
17. Company Features
18. Pricing Area
19. App Download Area
20. Counter Area
21. Printing Experts Area
22. Portfolio area
23. Blog Area
24. Client Logo Area
25. Footer Area
26. Custom Hero
27. Get Services Area
28. Service Details Area
29. Login Registartion Area
30. FAQ Area
31. Contact Area
32. 404 Not Found
33. Responsive CSS codes

-------------------------------------------*/

/*** 

================
	Fonts
================
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;

 ***/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800|Open+Sans:400,600,700');



/*
  Flaticon icon font: Flaticon
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("Flaticon.html#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-placeholder:before { content: "\f100"; }
.flaticon-email:before { content: "\f101"; }
.flaticon-phone-call:before { content: "\f102"; }
.flaticon-creative-idea:before { content: "\f103"; }
.flaticon-support:before { content: "\f104"; }
.flaticon-happiness:before { content: "\f105"; }
.flaticon-project:before { content: "\f106"; }
.flaticon-network:before { content: "\f107"; }
.flaticon-left-quotes-sign:before { content: "\f108"; }
.flaticon-flyer:before { content: "\f109"; }
.flaticon-wall:before { content: "\f10a"; }
.flaticon-3d-printer:before { content: "\f10b"; }
.flaticon-print:before { content: "\f10c"; }
.flaticon-email-1:before { content: "\f10d"; }


 
/*** 

===============
	Reset Css
===============

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

===================
	Global Settings
===================

 ***/

body {
	font-size:16px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor: pointer;
	transition: .3s;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;	
	transition: .3s;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
  text-transform: capitalize;
}

h3 {
	font-size: 24px;
	line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;
	font-size:16px;
  margin-bottom: 0;
}


img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.border-0{
	border: 0px;
}

.centered{
	text-align:center;	
}
/*** 

==================
   Section Styles
==================

 ***/
 
.section-padding {
	padding: 120px 0;
}

.section-title {
    margin-bottom: 30px;
}


.section-title h2 {
    font-size: 40px;
    line-height: 45px;
	position: relative;
	margin-bottom: 20px;
  color: #333333;
  text-transform: capitalize;
}


/*** 

=============
   Colors
=============

 ***/
.cl-red {
	color: #eb3b5a;	
}
.cl-black {
	color: #333333;
}

.cl-white {
	color: #fff;
}


/*** 

=======================
   Margin and Padding
=======================

 ***/

/* 
   Margin Top styles
   */
.mar-0 {
	margin: 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}


/* 
   Margin Bottom Styles
    */
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}

.mb-m30 {
  margin-bottom: -30px;
}


/* 
   Margin Right Styles
    */
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-60 {
	margin-right: 60px;
}


/* 
   Padding Top Styles
   */
.pad-0 {
	padding: 0;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}


/* 
   Padding Bottom Styles
*/
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
 

/*** 

=======================
   Background Overlay
=======================

 ***/
 
.dark-overlay {
  background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .5;
}
 
.red-overlay {
  background-size: cover !important;
    position: relative;
    z-index: 1;
}

.red-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient( 76.1deg,  rgba(253,62,78,1) 6.7%, rgba(255,23,87,1) 86.1% );
  background-image: -webkit-linear-gradient( 76.1deg,  rgba(253,62,78,1) 6.7%, rgba(255,23,87,1) 86.1% );
  background-image: -ms-linear-gradient( 76.1deg,  rgba(253,62,78,1) 6.7%, rgba(255,23,87,1) 86.1% );
    content: "";
    z-index: -1;
    opacity: .7;
}
 

.red-bg {
  background: #eb3b5a;
}
 

 
 
 

/*** 

===================
   Buttons Style
===================

 ***/


.bttn {
	  position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}


.bttn i {
    margin-right: 5px;
}

.btn-fill{
    background: #eb3b5a;
	border: 1px solid transparent;
    color: #fff;
    transition: 0.4s;
}

.btn-fill:hover{
   background: #fff;
   color: #eb3b5a;
   border: 1px solid #eb3b5a;
}

.btn-emt{
    background: transparent;
    color: #777;
   border: 1px solid #E5E5E5;
}

.btn-emt:hover{
    color: #fff;
    box-shadow: none;
  background: #eb3b5a;
   border: 1px solid transparent;
}



.btn-wht{
    background: #fff;
    color: #eb3b5a;
}

.btn-wht:hover{
  background: transparent;
	color:#fff !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 2px 0px rgba(255,255,255,1);
}






/* ==============================
   Preloader
   ============================== */

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #fb2f61;
    border-top-color: #ffffff;
    animation: spinner .6s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



/* 
==============================
   ScrollUp Button 
============================== 
*/

a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #eb3b5a;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    border-radius: 50%;
}

a#scrollUp:hover {
    background-color: #e8083f;
    color: #ffffff;
}



/*

==========================
	Main Header style
==========================

*/


.mainmenu-area {
  background: #eb3b5a;
}


.navbar {
	background: transparent;
	padding: 0px;
}
.navbar .navbar-collapse {
  text-align: right;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
	display: block !important;
  }
}
.navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}
.navbar .navbar-nav > .nav-item {
  display: inline-block;
  margin-right: 35px;
  padding: 25px 0px;
}
.navbar .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
  padding: 0px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: relative;
}



.navbar .navbar-nav > .nav-item > .nav-link i {
    
}

.user-icon {
    margin-right: 7px;
    font-size: 14px !important;
}

.navbar .navbar-nav > .nav-item > .nav-link:after {
  display: none;
}
.navbar .navbar-nav > .nav-item:hover a, .navbar .navbar-nav > .nav-item.active a {
  color: #000;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    min-width: 210px;
    background: #fff;
    border-radius: 0px;
    border: none;
    /*padding: 18px 24px;*/
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: hidden;
    margin-top: 8px;
    top: 120%;
    left: -10px;
    opacity: 0;
    box-shadow: 0px 0px 10px #66666669;
    border-radius: 0 0 4px 4px;
  }
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
  transition: 0.4s;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li:hover {
  background: #eb3b5a1c;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
  display: block;
  color: #eb3b5a;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: inherit;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-weight: 600;
  text-shadow: none;
}

.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li.active a {
    /*color: #fb2f61;*/
}

.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li:hover a {
  /*color: #fb2f61;*/
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}
.navbar .navbar-nav > .nav-item:last-child {
  margin-right: 0px;
}
.navbar .navbar-nav > .nav-item.search:hover a:before {
  left: -21px;
  right: auto;
  width: 1px;
}
.navbar .search a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
}
.navbar .search a:before {
  content: "";
  height: 15px;
  width: 1px;
  background: #c4c1c4;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_header_area_two + section {
  margin-top: 145px;
}
.main_header_area_two .navbar-toggler span {
  background: #242424;
}
.main_header_area_two.navbar_fixed {
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
.main_header_area_two.navbar_fixed .header_top {
  display: none;
}

.menu_absolute {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 21;
}

.header_top {
  background: #0b3c61;
}
.header_top .header_top_info a {
  font: 300 18px/50px "Poppins", sans-serif;
  color: #fff;
}
.header_top .header_top_info a i {
  padding-right: 12px;
}
.header_top .header_top_info a + a {
  margin-left: 45px;
}
.header_top .header_top_right .header_social {
  display: inline-block;
}
.header_top .header_top_right .header_social a {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding-right: 18px;
}
.header_top .header_top_right .header_social a:hover {
  color: #45ae7d;
}
.header_top .header_top_right .h_select {
  width: auto;
  background: transparent;
  padding: 0px 13px 0px 22px;
  border: 0px;
  font: 600 16px/50px "Poppins", sans-serif;
  color: #fff;
  height: auto !important;
}
.header_top .header_top_right .h_select:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  display: inline-block;
  top: 2px;
  left: -20px;
  position: relative;
}
.header_top .header_top_right .h_select:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header_top .header_top_right .h_select .list {
  border-radius: 0px;
  margin: 0px;
}
.header_top .header_top_right .h_select .list li {
  color: #242424;
  padding: 0px 30px;
}

.menu_two .navbar-nav > .nav-item {
  padding: 30px 0px;
}
.menu_two .navbar-nav > .nav-item .nav-link {
  color: #242424;
}
.menu_two .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .menu_two .navbar-nav > .nav-item.search a {
    color: #606060;
  }
}

.main_header_area_three {
  background: #1c1c1c;
  padding: 0px 50px;
}
.main_header_area_three + section, .main_header_area_three + div {
  margin-top: 86px;
}

.menu_three .navbar-nav > .nav-item:hover a:before, .menu_three .navbar-nav > .nav-item.active a:before {
  width: 100%;
}
.menu_three .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
}

.main_header_area_four + section, .main_header_area_four + div {
  margin-top: 108px;
}

@media (min-width: 768px) {
  .main_header_area_five + section, .main_header_area_five + div {
    margin-top: 102px;
  }
}

.header_logo_area {
  background: #fff;
  padding: 29px 0px;
}
.header_logo_area .logo {
  line-height: 40px;
  display: inline-block;
}
.header_logo_area .media i {
  font-size: 25px;
  line-height: 34px;
  color: #45ae7d;
  padding-right: 20px;
}
.header_logo_area .media h4 {
  font: 400 15px/22px "Poppins", sans-serif;
  letter-spacing: 0.45px;
  color: #333333;
  margin-bottom: 0px;
}
.header_logo_area .media p {
  font: 400 14px/22px "Poppins", sans-serif;
  letter-spacing: 0.42px;
  color: #767676;
  margin-bottom: 0px;
}
.header_logo_area .media + .media {
  margin-left: 50px;
}
.header_logo_area .slider_btn {
  line-height: 50px;
  padding: 0px 44px;
  margin-left: 55px;
}

.navbar.menu_four {
  background: rgba(28, 28, 28, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0px 15px;
}
@media (min-width: 992px) {
  .navbar.menu_four .navbar-brand {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar.menu_four .collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.navbar.menu_four .navbar-nav > .nav-item {
  margin-right: 0px;
  margin-left: 33px;
  padding: 12px 0px;
}
.navbar.menu_four .navbar-nav > .nav-item:first-child {
  margin-left: 0px;
}
.navbar.menu_four .navbar-nav .search {
  margin-left: 45px;
}
.navbar.menu_four .navbar-nav .search:before {
  left: -24px;
  background: #cbc9cc;
}
.navbar.menu_four .navbar-nav .search:hover .nav-link:before {
  display: none;
}
.navbar.menu_four .navbar-nav.social_icon {
  margin-left: 0px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item {
  margin-left: 20px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link {
  font-size: 18px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link:before {
  display: none;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link:hover {
  color: #45ae7d;
}

.menu_five {
  background: #45ae7d;
}
@media (min-width: 992px) {
  .menu_five .navbar-brand {
    display: none;
  }
}
.menu_five .navbar-collapse {
  text-align: left;
}
.menu_five .navbar-nav > .nav-item {
  margin-right: 0px;
  margin-left: 33px;
  padding: 12px 0px;
}
.menu_five .navbar-nav > .nav-item .nav-link {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-shadow: none;
}
.menu_five .navbar-nav > .nav-item .nav-link:before {
  display: none;
}
@media (min-width: 992px) {
  .menu_five .navbar-nav > .nav-item.active .nav-link, .menu_five .navbar-nav > .nav-item:hover .nav-link {
    color: #242424;
  }
}
.menu_five .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
  left: -16px;
}
.menu_five .navbar-nav > .nav-item.search a:before {
  background: #b5dfcb;
}
.menu_five .navbar-nav > .nav-item.search:hover a {
  color: #242424;
}
.menu_five .request_btn {
  display: inline-block;
  font: 500 15px/60px "Poppins", sans-serif;
  background: #26252b;
  text-transform: uppercase;
  color: #fff;
  float: right;
  padding: 0px 40px;
  letter-spacing: 0.6px;
}
.menu_five .request_btn:hover {
  background: #4349d9;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 7.7px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 4.5px;
  position: relative;
}

.navbar-toggler {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  margin-top: 2px;
}
.navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}
.navbar-toggler span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .mobile_toggle {
    display: none;
  }
}

/*======== menu fixed css ========*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
}
.navbar_fixed .navbar .navbar-nav > .nav-item {
  padding: 18px 0px;
}
.navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 8px;
  box-shadow: 0px 0px 10px #66666669;
}
.navbar_fixed .header_logo_area {
  display: none;
}

.main_header_area_two.navbar_fixed {
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
.main_header_area_two.navbar_fixed .header_top {
  display: none;
}

.main_header_area_five.navbar_fixed {
  background: #45ae7d;
}
.main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item {
  padding: 12px 0px;
}
.main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item:first-child {
  margin-left: 0px;
}

/* End Main Menu Area css
========================= */



/*

===============================
Header Top
===============================

*/
.header-top {
  padding: 15px 0;
}

.top-single-contact {
  position: relative;
}

.top-single-contact p {
    color: #eb3b5a;
    display: block;
    margin-top: 4px;
}


.top-contact-block {
    float: right;
}
.top-contact-block li {
    float: left;
    border-right: 1px dashed #eb3b5a;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    padding-left: 35px;
    margin-right: 20px;
    padding-right: 20px;
}

.top-contact-block li:last-child {
  border-right: 0px dashed #eb3b5a;
  margin-right: 0;
  padding-right: 0;
}

.top-contact-block li i {
    position: absolute;
    left: 0;
    font-size: 26px;
    line-height: 35px;
    color: #eb3b5a;
    font-weight: bold;
}


@media (max-width:991px){
  .top-single-contact {
    margin-bottom: 15px;
  }
  .top-contact-block {
    float: left;
  }
}

@media (max-width:767px){
	.header-top {
	  display: none;
	}
  .top-contact-block li {
    border-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}





/*

===============================
Hero Area
===============================

*/
.hero-area {
  position: relative;
}

.single-hero-slider {
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 250px 0;
  text-align: center; 
  color: #fff;
}

.single-hero-slider h1 {
  font-size: 80px;
  line-height: 95px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.single-hero-slider p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.single-hero-slider a {
  margin: 0 10px;
}





.hero-area .owl-nav button {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);

    border: 1px solid #fff !important;
}

.hero-area .owl-nav button:hover {
    box-shadow: none;
	background: #eb3b5a;
    border: 0px !important;
}

.hero-area .owl-nav button.owl-prev {
    color: #fff;
    font-size: 22px;
}

.hero-area .owl-nav button.owl-next {
    left: auto;
    right: 0;
    color: #fff;
    font-size: 22px;
    margin-right: 40px;
}



@media (max-width:767px){
  .single-hero-slider {
    padding: 150px 0;
  }

  .single-hero-slider h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .single-hero-slider a {
    margin-bottom: 15px;
  }
}

@media (max-width:450px){
  .single-hero-slider {
    padding: 100px 0;
  }

}



/*

===============================
About Us
===============================

*/
.about-area {
  
}

.about-img {
  position: relative;
}
.about-area img {
  width: 100%;
}

.about-img:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
    background-image: -moz-linear-gradient( 76.1deg,  rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
  background-image: -webkit-linear-gradient( 76.1deg,  rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
  background-image: -ms-linear-gradient( 76.1deg,  rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    content: "";
}

.about-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;

  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}

.about-img:hover a {
  transform: translate(-50%, -50%) scale(1.3);
}

.about-content p {
  margin-bottom: 20px;
}
.about-content ul li {
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.about-content ul li:last-child {
  margin-bottom: 0px;
}
.about-content ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #FE544C;
    padding-right: 10px;
}

@media (max-width:991px){
  .about-area img {
    margin-bottom: 30px;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .about-img img {
    margin-bottom: 0px;
  }
}


/*** 

=======================
   Call to Action
=======================

 ***/

.call-to-action {
  padding: 60px 0;
  color: #fff;
}
.call-to-action h3 {
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}
.get-service-btn {
  text-align: right;
}
.cta-newslater {
  text-align: right;
}
.cta-newslater form {
    float: right;
    width: 80%;
    height: 45px;
    border-radius: 50px;
    background: #fff;
}
.cta-newslater form input {
    text-indent: 30px;
    text-align: left;
    float: left;
    height: 100%;
    border-radius: 50px;
    width: 80%;
}
.cta-newslater form button {
    background: transparent;
    color: #eb3b5a;
    border: 0;
    width: 20%;
    height: 100%;
    text-align: center;
}


@media (max-width: 768px) {

  .call-to-action{
    text-align: center;
    margin-bottom: 20px;
  }
  .call-to-action h3 {
    margin-bottom: 10px;
  }
  .call-to-action h4 {
    margin-bottom: 10px;
  }

  .get-service-btn {
    text-align: center;
  }

  .cta-newslater {
    text-align: center;
  }

  .cta-newslater form {
    width: 100%;
  }
  
}




/*

===============================
Services Area
===============================

*/
.services-area {
  margin-bottom: -30px;
}
.serviecs-block .single-serviecs-block {
    margin: 30px 0;
}
.single-serviecs-block {
    padding: 30px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    height: 320px;
    margin-bottom: 30px;
}


.single-serviecs-block:hover {
	background: #eb3b5a;
    color: #fff;
}
.single-serviecs-block:hover h3 a {
    color: #fff;
    margin-top: 180px;
}
.single-serviecs-block:hover p {
    display: none;
}
.single-serviecs-block:hover i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    background: #fff;
    color: #eb3b5a;
    height: 100px;
    width: 100px;
    font-size: 40px;
    line-height: 100px; 
}
.single-serviecs-block h3 a {
    color: #333333;
    margin-bottom: 15px;
    margin-top: 80px;
    display: block;
    overflow: hidden;
    transition: 0.5s;
}

.single-serviecs-block i {
    color: #fff;
    font-size: 50px;
    height: 140px;
    width: 140px;
    line-height: 170px;
    text-align: center;
    background: #eb3b5a;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
}





.single-services-2 {
  margin-bottom: 30px;
  transition: 0.4s;
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.single-services-2:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-services-2 img {
  width: 100%;
}

.single-services-2-cont {
  padding: 20px 30px;
}

.single-services-2-cont h3 {
  margin-bottom: 10px;
}

.single-services-2-cont h3 a {
  color: #333333;
  font-size: 22px;
}

.single-services-2-cont h3 a:hover {
  color: #eb3b5a;
}

.single-services-2-cont p {
  margin-bottom: 15px;
}


@media (max-width: 767px) {
	.single-serviecs-block {
		padding: 30px 20px;
	}
}


/*

===============================
Company Features
===============================

*/
.company-features-area {
  margin-bottom: -30px;
}
.company-features {

}
.company-features p {
  margin-bottom: 30px
}

.single-company-features {

}
.single-company-features h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px
}

.design-order-process {
  
}
.single-order-process {
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.single-order-process:hover {
    background: #eb3b5a;
  transition: 0.4s;
}
.single-order-process:hover h4 {
    background: #fff;
    color: #eb3b5a;
}
.single-order-process:hover h3 {
    color: #fff;
}
.single-order-process h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #eb3b5a;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    transition: 0.4s;
}
.single-order-process h3 {
    font-size: 22px;
    color: #333;
    transition: 0.4s;
}

/*

===============================
Pricing Area
===============================

*/

.pricing-area {
  
}

.pricing-tab-btns {
    border-bottom: 0;
}
.pricing-tab-btns li {
    margin: 0 10px;
}
.pricing-tab-btns li:last-child {

}
.pricing-tab-btns li a {
    color: #777777;
    text-align: center;
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
}

.pricing-tab-btns li a.active {
   background: #eb3b5a;
    color: #fff;
    border: 1px solid #eb3b5a;
}


.single-pricing {
    padding: 45px 30px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 8px 32px 8px rgba(206, 208, 209, 0.3);
    position: relative;
}



.single-pricing:before {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    background: url(../images/pricing-before.png) no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px 6px 0 0;
    background-size: cover;
}


  
.single-pricing h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.single-pricing h3 {
    font-size: 24px;
    color: #FE294D;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    display: inline-block;
    padding: 12px 70px;
    background: #fff;
    box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
}

.single-pricing ul {
    margin-bottom: 40px;
}
.single-pricing ul li {
    margin-bottom: 12px;
    font-weight: 600;
}


@media (max-width:991px){
  .single-pricing {
    margin-bottom: 30px;
  }
}

@media (max-width:767px){
  .pricing-tab-btns li a {
    margin-bottom: 10px;
  }
}

@media (max-width:407px){
  .pricing-tab-btns li {
    width: 80%;
    margin: auto;
  }
}


/*

===============================
App Download Area
===============================

*/
.app-download-area {
    background: #FAFAFA;
}

.app-download-content-area {
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.app-download-img {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    background-size: cover !important;
}
.app-download-content {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    padding: 85px 0px 85px 60px;
}
.app-download-content a {
    margin-right: 30px;
    margin-bottom: 10px;
}

@media (max-width:991px){
  .app-download-content {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (max-width:767px){
  .app-download-img {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      height: 400px;
  }
  .app-download-content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 40px;
      margin-bottom: 30px;
  }
}


/*

===============================
Counter Area
===============================

*/

.counter-area {
  padding: 80px 0;
}

.single-counter {
    color: #fff;
    text-align: center;
}

.single-counter h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;     
}

.single-counter i {
    margin-right: 15px;   
    font-weight: normal;  
}

.single-counter p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}




/*

===============================
Printing Experts Area
===============================

*/
.printing-experts {
    margin-bottom: -60px;
}
.single-experts-details {
  margin-bottom: 60px;
  overflow: hidden;
}
.single-experts-details img {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transition: 0.4s; 
}

.single-experts-details h3 {
  color: #333;
  margin-bottom: 5px;
}
.single-experts-details span {
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.single-experts-details p {
    margin-bottom: 20px;
}
.single-experts-details:hover img {
    opacity: 0.7;
}
.experts-social a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}
.experts-social a:hover {
    color: #fff;
    background: #FE2A4D;
}


@media (max-width:991px){
  .single-experts-details img {
      max-width: 100%;
  }
}

@media (max-width:767px){
  .single-experts-details {
      text-align: center;
  }
  .single-experts-details img {
      width: 250px;
      margin: auto;
      margin-bottom: 30px;
  }
}



.testimonial-area {
  margin-bottom: -30px;
}


.single-tesimonial {
    position: relative;
    text-align: center;
    padding: 80px 40px 40px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 45px 15px 15px 30px;
    border-radius: 10px;
}
.single-tesimonial i {
    position: absolute;
    font-size: 28px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    left: 40px;
    top: -40px;
    color: #fff;
    border-radius: 50%;
    background: #EB3B5A;
}
.single-tesimonial h3 {
    color: #333;
    font-size: 20px;
}
.single-tesimonial p {
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-tesimonial span {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}





/* ==============================
   Portfolio area
   ============================== */


   .portfolio-area {
    margin-bottom: -15px;
   }

.portfolio-filter
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.port-filter-center {
  text-align:center;
}

.portfolio-filter li
{
    display: inline-block;
}
.portfolio-filter li a
{
    font-size: 13px;
    margin: 0 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #777;
    padding: 7px 25px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-weight: 700;
    transition: 0.4s;
    text-decoration: none;
    position: relative;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a,
.f-link li a:hover,
.f-link li.active a
{
    color: #fff;
    background: #eb3b5a;
    border: 1px solid #eb3b5a;
}
/*----------------------------*/
.portfolio
{
    
}
.portfolio .portfolio-item
{
    float: left;
}
.portfolio .portfolio-item .thumb
{
    position: relative;

    display: block;
}

.portfolio .portfolio-item .thumb
{
    position: relative;

    display: block;
}

.portfolio .portfolio-item .thumb img
{
    display: block;

    width: 100%;
    height: auto;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 0;


  background-image: -moz-linear-gradient( 76.1deg,  rgba(253,62,78,0.7) 6.7%, rgba(255,23,87,0.7) 86.1% );
  background-image: -webkit-linear-gradient( 76.1deg,  rgba(253,62,78,0.7) 6.7%, rgba(255,23,87,0.7) 86.1% );
  background-image: -ms-linear-gradient( 76.1deg,  rgba(253,62,78,0.7) 6.7%, rgba(255,23,87,0.7) 86.1% );

}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn
{
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description
{
    top: 50%;
}

.portfolio-hover .portfolio-description
{
    position: absolute;
    top: 58%;
    left: 0;

    width: 100%;
    padding: 10%; 

    -webkit-transition: all .3s .3s;
            transition: all .3s .3s;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);

    opacity: 0;
}

.portfolio-description,
.portfolio-description h4,
.portfolio-description h4 a,
.portfolio-hover .action-btn a
{
    text-align: center; 

    color: #fff;
}

.portfolio-description h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-description p {
  font-weight: 600;
  margin-top: 5px;
}
.portfolio-description i {
    font-size: 16px;
    color: #fff;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.portfolio-description a,
.portfolio-title a
{
    color: #fff;
}

/*gutter*/
.portfolio.gutter .portfolio-item
{
    padding: 15px;
}

/*portfolio 2 grid*/
.portfolio.column-2 .portfolio-item
{
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.column-3 .portfolio-item
{
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.column-4 .portfolio-item
{
    width: 24.98%;
}

/*portfolio 5 grid*/
.portfolio.column-5 .portfolio-item
{
    width: 19.99%;
}

/*portfolio 6 grid*/
.portfolio.column-6 .portfolio-item
{
    width: 16.666666667%;
}

/* ----------------------------------------------------------------
  Isotope Filtering
-----------------------------------------------------------------*/
.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    z-index: 1; 

    pointer-events: none;
}

/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
}

.isotope
{
    -webkit-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property:         transform, opacity;
            transition-property:         transform, opacity, -webkit-transform;
}

/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling
{
    -webkit-transition: none;
            transition: none;
}

/*--------------------------------------
    responsive styles
--------------------------------------*/
@media screen and (max-width: 1024px)
{
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item
    {
        width: 50%;
    }
    .portfolio-box
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .portfolio-filter li
    {
        margin-bottom: 25px;
    }
    .portfolio
    {
        
    }
}

@media screen and (max-width: 480px)
{
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item,
    .testimonial.grid-2 li
    {
        width: 50%;
    }
}




/*

===============================
Blog Area
===============================

*/
.blog-area {
    margin-bottom: -30px;
}
.single-blog {
    margin-bottom: 30px;
    box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}
.single-blog:hover h3 a {
    color: #eb3b5a;
}
.single-blog:hover .read-more {
    color: #eb3b5a;
}


.single-blog h3 {
    padding-left: 75px;
    margin-bottom: 30px;
    margin-top: 8px;
    color: #333333;
    font-size: 22px;
}

.single-blog h3 a {
    color: #333333;
    font-size: 22px;
}

.single-blog h3 a:hover {
    color: #eb3b5a;
}

.single-blog img {
    
}

.single-blog p {
    margin-bottom: 15px;
}

.single-title-meta {
    position: absolute;
    height: 70px;
    width: 60px;
    display: block;
    overflow: hidden;
    background: #eb3b5a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    padding-top: 17px;

}

.blog-meta {
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}

.blog-meta a {
  display: inline-block;
  margin-right: 15px;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
}
.blog-meta a:hover {
  color: #eb3b5a;
}
.blog-meta a i {
  margin-right: 5px;
  color: #eb3b5a;
}

.read-more {
    font-weight: 600;
    color: #777777;
    display: block;
}

.read-more i {
    font-size: 18px;
    padding-left: 5px;
}
.read-more:hover {
    color: #eb3b5a;
}



.blog-slide .owl-nav button {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #EB3B5A !important;
    font-size: 22px !important;
}

.blog-slide .owl-nav button.owl-prev {
    color: #fff;
}

.blog-slide .owl-nav button.owl-next {
    left: auto;
    right: 0;
    color: #fff;
    margin-right: 30px;
}

.blog-quote {
  
}

.blog-quote blockquote {
  color: #fff;
  padding: 40px;
}

.blog-quote blockquote p {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
}

.blog-quote blockquote i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff47;
}



.blog-overlay-img {
  position: relative;
}
.blog-overlay-img img {
  margin-bottom: 0;
  width: 100%;
}

.blog-overlay-img:after {
      position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
        background-image: -moz-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    background-image: -webkit-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    background-image: -ms-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    content: "";
}
.blog-overlay-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
}
.blog-overlay-img:hover a {
    transform: translate(-50%, -50%) scale(1.3);
}



.blog-details {
  padding-bottom: 15px; 
}


.blog-area {
  
}

.blog-details-quote {
  margin: 30px 0;
}

.blog-details-quote i {
  font-size: 50px;
      background: -webkit-linear-gradient(#FE384C, #FE5C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-details-quote p {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #777777;
}


.blog-details-tag-share {
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
}


.blog-details-tag-share span {
  font-style: italic;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
}
.blog-details-tag-share span i {
  color: #FE264D;
  font-size: 16px;
  margin-right: 8px;
}
.blog-details-tag-share span a {
  font-style: italic;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
  margin-right: 8px;
}
.blog-details-tag-share span a:hover {
  color: #FE264D;
}


.blog-details-tag-share span:last-child {
  float: right;
}






.blog-comments div {
  overflow: hidden;
}

.blog-author {
  padding: 30px 40px;
    display: block;
    margin-bottom: 60px;
  box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}


.author-thumb {
  width: 20%;
    float: left;
}

.author-content {
  width: 80%;
    float: left;
}
.author-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.author-content p, .author-comments p  {
    margin: 0;
}
.author-designation {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}


.blog-comments {
  margin-bottom: 40px;
  padding: 30px 40px;
  box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.author-thumb {
  
}

.author-comments {
  
}

.author-details {
  
}
.author-details h3 {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.comment-reply-btn {
    
    float: right;
}

.comment-reply-btn a {
    color: #eb3b5a;
}

.comment-reply-btn a i {
    height: 35px;
    width: 35px;
    border: 1px solid #eb3b5a;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}

.comment-reply-btn a i:hover {
    background: #eb3b5a;
  color: #fff;
}

.author-designation {
  
}

.blog-comments + .blog-comments {
    margin-left: 15%;
}











.blog-comment-form {
      margin-bottom: 30px;
}

.blog-comment-form input, .blog-comment-form textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  text-indent: 15px;
  margin-bottom: 30px;
  transition: .3s;
}

.blog-comment-form input:focus, .blog-comment-form textarea:focus {
  border: 1px solid #eb3b5a;
}

.blog-comment-form input {
  height: 50px;
}

.blog-comment-form textarea {
  padding-top: 10px;
}




/*Pagination*/

.styled-pagination{
  position:relative;
  margin-bottom: 30px;
}

.styled-pagination li{
  position:relative;
  display:inline-block;
  margin:0px 6px 0px 0px;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
  color:#111111;
}

.styled-pagination li a{
  position:relative;
  display:inline-block;
  line-height:40px;
  height:40px;
  font-size:16px;
  font-weight: 600;
  min-width:40px;
  border-radius: 4px;
  color:#5e5e5e;
  text-align:center;
  background:#ECECEC;
  text-transform:capitalize;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
  color:#ffffff;
  background-color:#EB3B5A;
}


@media (max-width: 991px) {
  .blog-comment-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single-blog h3 {
    margin-bottom: 40px;
  }
  .blog-slide .owl-nav button {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 16px !important;
  }
  .blog-overlay-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .single-blog h3 {
    padding-top: 75px;
    padding-left: 0px;
  }
}

@media (max-width: 360px) {
  .single-blog h3 a {
    font-size: 17px;
  }

  .blog-slide .owl-nav button {
      left: 10px;
      font-size: 16px !important;
      background: transparent !important;
  }

  .blog-slide .owl-nav button.owl-next {
      right: 10px;
      margin-right: 0;
  }
}


/*

===============================
Client Logo Area
===============================

*/
.client-logo {
  
}

.single-client-logo {
      border: 1px solid #EBEBEB;
    text-align: center;
    padding: 30px 0;
}

.single-client-logo img {
  height: 60px;
  width: auto;
}

@media (max-width: 991px) {
  .single-client-logo {
    margin-bottom: 30px;
  }
}


/*

===============================
Footer Area
===============================

*/
.footer-area {
    background: #1B1B1B;
    color: #fff;
    border-bottom: 1px solid #292929;
}

.single-footer {
    
}


.single-footer p {
    margin-bottom: 20px;
}

.single-footer img, .single-footer h3 {
    margin-bottom: 15px;
}
.single-footer h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer-social a {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #8A8686; 
  border: 1px solid #222222;
  height: 45px;
  width: 45px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.footer-social a:hover {
  color: #fff;
    background: #EB3B5A;
}


.footer-menu ul li {
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #fff; 
    display: block;
    text-transform: capitalize;
}

.footer-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu ul li a:hover {
  color: #eb3b5a; 
}

.footer-newslatter {
  
}
.footer-newslatter form {
  height: 50px;
  background: #1F1F1F;
  border-radius: 5px;
  margin-bottom: 30px;
}
.footer-newslatter form input {
  height: 100%;
  background: transparent;
  width: 80%;
  float: left;
  text-indent: 15px;
  color: #fff;
}
.footer-newslatter form button {
  height: 100%;
  background: transparent;
  color: #eb3b5a;
  width: 20%;
  font-size: 18px;
}
.footer-newslatter input[type="checkbox"] {
  margin-right: 5px;
}



@media (max-width: 991px) {
  .single-footer {
    margin-bottom: 50px;
  }
}


@media (max-width: 767px) {
  .footer-area {
    padding-bottom: 30px !important;
  }
  .single-footer h3 {
	  margin-bottom: 15px;
  }
}



.copyright-text {
  background: #1B1B1B;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  color: #fff;
}
.copyright-text a {
  color: #fff;
}
.copyright-text a:hover {
  color: #eb3b5a;
}





/*

===============================
Custom Hero
===============================

*/
.custom-hero {
    padding:80px 0;
}

.custom-hero-title {
    margin-bottom: 10px;
}
.custom-hero-title h2 {
    font-size: 40px;
}

.custom-hero-breadcrumb {
    position: relative;
}

.custom-hero-breadcrumb ul li {
    margin-right: 15px;
    display: inline-block;
    font-weight: 600;
}

.custom-hero-breadcrumb ul li:after {
    position: absolute;
    content: "/";
    border-radius: 50%;
    top: 2px;
    color: #fff;
}

.custom-hero-breadcrumb ul li a {
    color: #fff;
    margin-right: 10px;
}
.custom-hero-breadcrumb ul li a:hover {
    color: #EB3B5A;
}


.custom-hero-breadcrumb ul li:last-child:after {
    display: none;
}
.custom-hero-breadcrumb ul li:last-child {
    margin-right: 0;
}




/*

===============================
Get Services Area
===============================

*/
.get-service {
  
}

.get-service-form {
  padding: 60px;
  border: 7px solid #E5E5E5;
}

.get-service-form h3 {
  margin-bottom: 30px;
  text-align: center;
}

.get-service-form form {

}

.get-service-form form input, .get-service-form form select, .get-service-form form textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  margin-bottom: 15px;
  text-indent: 15px;
}

.get-service-form form input, .get-service-form form select {
  height: 50px;
}

.get-service-form form textarea {
  padding-top: 15px;
}

.get-service-form form input:focus, .get-service-form form select:focus, .get-service-form form textarea:focus {
  border: 1px solid #EB3B5A;
}

.get-service-form form button {
  
}



.get-service-content {
  padding: 30px;
  padding-bottom: 0;
}


.get-service-content p {
  margin-bottom: 30px;
}

.single-count {
  margin-bottom: 20px;
}


.single-count h3 {
  font-size: 50px;
  font-weight: 700;
  color: #FE294D;
  line-height: initial;
}
.single-count h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}





.get-service-review {
  padding-bottom: 35px;
}

.single-get-service-review {
  color: #fff;
  text-align: center;
  padding: 70px 50px 0 50px;
}

.reviewer-meta {
  margin-bottom: 20px;
}

.reviewer-meta img {
  width: 110px !important;
  height: 110px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.reviewer-meta h4 {
  font-size: 20px;
  font-weight: 700;
}
.reviewer-meta p {
  font-size: 14px;
}

.reviewer-rating i {
  color: #DEC702;
  margin: 0 1px;
}

.reviewer-msg {
    margin-bottom: 30px;
}
.reviewer-msg p {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.get-service-review .owl-dots {
  text-align: center;
}

.get-service-review .owl-dot {
  background: #fff !important;
  height: 11px;
  width: 11px;
  border-radius: 2px;
  margin: 0 5px;
}
.get-service-review .owl-dot.active {
  background: #FFE823 !important;
}



@media (max-width:550px){
  .get-service-form {
    padding: 30px;
  }
}



/*

===============================
Service Details Area
===============================

*/
.service-details-area {

}

.service-details-area img {
  margin-bottom: 25px;
}

.service-details-area h3 {
    margin-bottom: 15px;
    color: #333333;
    line-height: 32px;
}

.service-details-area p {
  margin-bottom: 15px;
}
.service-details-area p:last-child {
  margin-bottom: 0px;
}

.service-details-area h4 {
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
}

.services-overlay-img {
  position: relative;
}
.services-overlay-img img {
  margin-bottom: 0;
  width: 100%;
}

.services-overlay-img:after {
      position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
        background-image: -moz-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    background-image: -webkit-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    background-image: -ms-linear-gradient( 76.1deg, rgba(253,62,78,0.65) 6.7%, rgba(255,23,87,0.65) 86.1% );
    content: "";
}
.services-overlay-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}
.services-overlay-img:hover a {
    transform: translate(-50%, -50%) scale(1.3);
}


@media (max-width: 991px){
  .service-details-area p:last-child {
    margin-bottom: 20px;
  }
  .services-overlay-img {
    margin-bottom: 20px;
  }
}






/*  Page Sidebar Start */

.page-sidebar {
  
}


.single-sidebar-block {
  padding: 30px 35px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-sidebar-block:last-child {
  margin-bottom: 0px;
}


.single-sidebar-block h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}
.single-sidebar-block h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #FE294D;
    left: 0;
    bottom: -12px;
}

.sidebar-search {
  
}

.sidebar-search form {
    height: 45px;
    width: 100%;
    background: #fff;
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    float: left;
    height: 100%;
    background: none;
    color: #000;
    border-bottom: 2px solid #E5E5E5;
    transition: 0.4s;
}
.sidebar-search form input:focus {
   border-bottom: 2px solid #FE294D;
}


.sidebar-search form button {
    position: absolute;
    right: 5px;
    border: 0px;
    height: 100%;
    background: none;
    cursor: pointer;
    color: #E5E5E5;
}
.sidebar-search form button:hover {
    color: #FE294D;
}



.category-list {
    
}

.category-list ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.category-list ul li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}


.category-list ul li a {
  color: #777777;
  display: block;
  transition: .4s;
  font-weight: 600;
  text-transform: capitalize;
}
.category-list ul li a:hover {
  color: #FE294D;
}


.sidebar-form {
  
}

.sidebar-form form input, .sidebar-form form select, .sidebar-form form textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  text-indent: 15px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.sidebar-form form input, .sidebar-form form select {
  height: 50px;
}
.sidebar-form form input:focus, .sidebar-form form select:focus, .sidebar-form form textarea:focus {
  border: 1px solid #FE294D;
}

.sidebar-form form textarea {
  padding-top: 10px;
}
.sidebar-form form button {
  width: 100%;
}




.recent-news {
  
}
.single-recent-news-title {
  margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}
.single-recent-news-title:last-child {
    border-bottom: 0px solid #E5E5E5;
  margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-recent-news-title h5 {
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}
.single-recent-news-title h5 a {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
}
.single-recent-news-title h5 a:hover {
  color: #FE294D;
}
.recent-news-meta span {
  margin-right: 15px;
  font-style: italic;
  font-size: 14px;
  color: #555555;
}
.recent-news-meta span a {
  color: #555555;
}
.recent-news-meta span a:hover {
  color: #FE294D;
}



.achive-list {

}

.achive-list ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.achive-list ul li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}


.achive-list ul li a {
  color: #777777;
  display: block;
  transition: .4s;
  font-weight: 600;
  text-transform: capitalize;
}
.achive-list ul li a span {
  float: right;
}
.achive-list ul li a:hover {
  color: #FE294D;
}


.news-tag {
  
}

.news-tags a {
  display: inline-block;
  border: 1px solid #D9D9D9;
  padding: 8px 20px;
  margin: 5px 5px 5px 0;
  color: #777777;
  font-weight: 600;

}
.news-tags a:hover {
  background: #FE294D;
  color: #fff;
  border: 1px solid #FE294D;
}



/*  Page Sidebar Start */




/*

===============================
Login Registartion Area
===============================

*/
.login-area {
  
}

.login-reg-border {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

.login-reg-border div {
    overflow: hidden;
}

.login-area h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}

.or {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
.login-with-social {
  margin-bottom: 30px;
}

.login-with-social a {
  padding: 10px 30px;
  margin: 0 7px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.facebook-login {
  background: #4267B2;
}
.google-login {
  background: #DD5144;
}
.twitter-login {
  background: #1DA1F2;
}

.account-form {
  padding: 100px 0;
}
.account-form div {
  overflow: hidden;
}
.account-form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    text-indent: 15px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.account-form form input:focus {
    border: 1px solid #fb2f61;
}

.account-form form button {
    border-radius: 4px;
    width: 100%;
    display: block;
}

.form-footer-links {
  margin-top: 20px;
  float: left;
}
.form-footer-links a {
  margin-right: 30px;
  font-weight: 600;
  color: #777777;
}
.form-footer-links a:hover {
  color: #fb2f61;
}


@media (max-width: 800px) {
  .account-form {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .login-reg-border {
    margin: 0 20px;
  }
}

@media (max-width: 580px) {
  .login-with-social a {
    margin-bottom: 15px;
  }
}

@media (max-width: 424px) {
  .form-footer-links a {
    float: left;
  }
}


/*

===============================
FAQ Area
===============================

*/

.faq-area {
  
}

.faq-area h3 {
    font-weight: 700;
    font-size: 22px;
    color: #222222;
    margin-bottom: 15px;
}

.faq-contents {
  display:block;
  height:auto;
}

.accordion {
  list-style: none;
  padding: 0;
}
.accordion li {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.accordion li:last-child {
  margin-bottom: 0px;
}
.accordion li p {
  display: none;
  padding: 10px 30px 20px 30px;
  color: #333;
  font-size:16px;
  background: #fff;
}
.accordion li a i{
  font-size:18px;
  color:#fff;
  margin-right:20px;
}
.accordion a {
  width: 100%;
    display: block;
    cursor: pointer;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 50px;    
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333333;
    user-select: none;
    font-weight: 600;
}
.accordion a.active {
    color: #333333;
    border: 0;
}
.accordion a:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: absolute;
  right: 25px;
  content: " ";
  top: 22px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 13px;
  line-height: 2;
  padding: 10px;
}

.accordion a.active:after {
  transform: rotate(225deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
      border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
}





.faq-contact {
  background: #FAFAFA;
  padding: 62px;
}

.faq-contact h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

.faq-contact form input {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  height: 50px;
  text-indent: 15px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.faq-contact form textarea {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding-top: 15px;
  text-indent: 15px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.faq-contact form input:focus, .faq-contact form textarea:focus {
  border: 1px solid #fb2f61;
}

.faq-contact form button {
  border-radius: 4px;
}



/*

===============================
Contact Area
===============================

*/
.contact-area {
  
}

.single-contact-block {
  position: relative;
  padding: 60px 50px 30px 50px;
  text-align: center;
  box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.single-contact-block span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 6px;

  background: #EB3B5A;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.single-contact-block i {
  transform: rotate(-45deg);
}


.single-contact-block p {
  font-size: 14px;
}

.single-contact-block h4 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}




.contact-form {
  
}

.contact-form input, .contact-form textarea  {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  text-indent: 15px;
  transition: .4s;
  margin-bottom: 30px;
}
.contact-form input {
  height: 55px;
}
.contact-form textarea {
  padding-top: 15px;
}


.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid #FE2A4D;
}
.contact-form button {
  cursor: pointer;
  border-radius: 4px;
}

.map-area {
    padding-bottom: 0;
    width: 100%;
    height: 600px;
}


/*

===============================
404 Not Found
===============================

*/

.not-found-area {

}

.not-found-content ul {
    margin-bottom: 60px;
}
.not-found-content ul li {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.not-found-content ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #eb3b5a;
    padding-right: 10px;
}

.not-found-content p {
    margin-bottom: 20px;
}






/*

===============================
Responsive CSS codes
===============================

*/


@media (max-width:1199px){
    
    .navbar .navbar-nav > .nav-item{
        margin-right: 28px;
    }
@media (max-width:991px){
/*    header responsive*/
    .navbar .navbar-nav{
        display: block;
        text-align: left;
        padding: 20px;
        background: #FE2A4D;
        margin-bottom: 15px;
    }
    .navbar .navbar-nav > .nav-item{
        display: block;
        margin-right: 0px;
        padding: 0px;
    }
    .navbar_fixed .navbar .navbar-nav > .nav-item{
        padding: 0px;
    }
    .navbar .navbar-nav > .nav-item > .nav-link{
        display: inline-block;
        line-height: 45px;
    }
    .navbar .search a:before{
        display: none;
    }
    .navbar-nav.justify-content-end{
        display: none;
    }
    .navbar-brand{
        padding: 20px 0px;
    }
    .navbar .navbar-nav > .nav-item > .nav-link:before{
        bottom: 0;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu{
        background: #FE2A4D;
        margin: 0px;
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu.show{
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        max-height: 250px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .navbar .navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
        max-height: 400px;
        overflow-y: scroll;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li{
        /*padding: 4px 20px;*/
    }
    .navbar_fixed .navbar .navbar-nav > .nav-item .nav-link{
        line-height: 45px;
    }
    .main_header_area_three + section {
        margin-top: 71px;
    }
    .header_logo_area .media + .media {
        margin-left: 41px;
    }
    .menu_five{
        padding: 0px 15px;
    }
    .main_header_area_five .header_logo_area .media + .media {
        margin-left: 32px;
    }
    .header_logo_area .float-left,.menu_five .request_btn{
        display: none;
    }
    .menu_five .navbar-nav > .nav-item{
        margin-left: 0px;
    }
    .main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item{
        padding: 0px;
    }
    .header_logo_area .float-right{
        width: 100%;
    }
}




@media (min-width: 1281px) {
  
 
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
   

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    
  } 
  .navbar .navbar-nav > .nav-item > .nav-link i {
	  margin-left: 3px;
  }
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      line-height: 45px;
  }

  .section-padding {
    padding: 80px 0;
  }

  
  .promo-btn {
    float: none;
  }

  .single-counter {
    margin-bottom: 30px;
  }
  .blog-share {
      float: left;
  }


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }  
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .promo-btn {
    float: none;
  }

  .single-counter {
    margin-bottom: 30px;
  }
	.custom-hero-breadcrumb {
		
	}
	.custom-hero-breadcrumb  {
		margin-top: 15px;
	}
	.custom-hero-breadcrumb ul li:first-child {
		margin-left: 0;
	}

  .blog-share {
      float: left;
  }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }
  .section-padding {
    padding: 80px 0;
  }

  .promo-btn {
    float: none;
  }

  .single-counter {
    margin-bottom: 50px;
  }
	.custom-hero-breadcrumb {
		
	}
	.custom-hero-breadcrumb  {
		margin-top: 15px;
	}
	.custom-hero-breadcrumb ul li:first-child {
		margin-left: 0;
	}

  .blog-share {
      float: left;
  }


  .section-title {
    margin-bottom: 30px;
  }


  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 667px) and (max-width: 968px) {
	.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
		color: #fff !important;
	} 
}
@media (min-width: 320px) and (max-width: 480px) {
  
  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }

  .section-padding {
    padding: 80px 0;
  }


  .promo-btn {
    float: none;
  }

  .single-counter {
    margin-bottom: 60px;
  }
	.custom-hero-breadcrumb {
		
	}
	.custom-hero-breadcrumb  {
		margin-top: 15px;
	}
	.custom-hero-breadcrumb ul li:first-child {
		margin-left: 0;
	}

  .blog-share {
      float: left;
  }
  .section-title {
    margin-bottom: 30px;
  }
  
}




@media (max-width: 1024px) {
  
  .navbar .navbar-nav > .nav-item > .nav-link i {
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
  .portfolio-item {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  
  .portfolio-item {
    width: 100% !important;
  }
}
@media (max-width: 440px) {

  a#scrollUp {
    right: 30px;
    bottom: 70px;
  }
}


/*

===============================
END CSS
===============================

*/




