@charset "UTF-8";
textarea {
  resize: none;
}

/*Font Css Start*/
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*Font Css End*/
@font-face {
  font-family: 'font-awesome';
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg") format("svg");
  font-display: swap;
}

/*Generated Fonts*/
@font-face {
  font-family: 'spd-icon';
  src: url("../fonts/spd-icon.eot?3gq189");
  src: url("../fonts/spd-icon.eot?3gq189#iefix") format("embedded-opentype"), url("../fonts/spd-icon.ttf?3gq189") format("truetype"), url("../fonts/spd-icon.woff?3gq189") format("woff"), url("../fonts/spd-icon.svg?3gq189#spd-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

[class^="spd-icon-"], [class*=" spd-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'spd-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.spd-icon-shape-desk-b:before {
  content: "\e953";
  color: #ee5256;
}

.spd-icon-shape-mob-2:before {
  content: "\e954";
  color: #ee5256;
}

.spd-icon-shape-mob:before {
  content: "\e951";
  color: #ee5256;
}

.spd-icon-shape-desk:before {
  content: "\e952";
  color: #ee5256;
}

/*Generated Fonts*/
* {
  font-family: 'Poppins';
}

input, textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Common Css Start*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0px;
  font-family: 'Poppins';
}

h1:not(.site-title):before, h2:before {
  display: none !important;
}

ul ol {
  margin-bottom: 20px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ul li {
  list-style: none;
  line-height: 28px;
  padding-bottom: 5px;
}

li {
  line-height: 1.8;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  margin: 0px;
  position: relative;
  overflow-x: hidden;
}

.tran4s, .home-service-section ul li div i {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a {
  color: #ec353a;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

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

p {
  line-height: 32px;
}

.m-0 {
  margin: 0px !important;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.p-0 {
  padding: 0px;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-25 {
  font-size: 25px;
}

.p-relative {
  position: relative;
}

.row {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

h1 {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #2d2d43;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: auto;
  display: inline-block;
}

#toTop {
  background: #ec353a;
  width: 48px;
  height: 48px;
  right: 5px;
  position: fixed;
  bottom: 5px;
  z-index: 10;
}

#toTop i {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 8px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: transparent;
  outline: none;
  outline-offset: 0px;
}

.text-white {
  color: #fff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.text-white:hover {
  color: #000 !important;
}

.dot-list-main li {
  list-style: disc !important;
}

/*Common Css End*/
body .main-page-wrapper {
  overflow-x: hidden;
}

.blog-details.blog-v3 {
  margin-top: 0px;
}

.archive.tag .blog-details.blog-v3, .archive.category .blog-details.blog-v3 {
  margin-top: 140px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a:before {
  height: 2px;
  top: 28px;
  border-radius: 50px;
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  height: 2px;
  top: 36px;
  border-radius: 50px;
}

.theme-title-two h2 span:before {
  background: none !important;
}

.navbar-collapse.collapse {
  padding-top: 12px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  content: '';
  width: 0;
  height: 5px;
  opacity: 0;
  position: absolute;
  background-color: #fff !important;
  border-radius: 2.5px;
  left: 0;
  z-index: -1;
}

#mega-menu-wrapper .nav > li > a {
  color: #fff;
}

.home #mega-menu-wrapper .nav > li > a {
  color: #38384f;
}

/* New Header Design */
body .main-page-wrapper .menu-style-three .top-header p a {
  color: #fff !important;
}

.menu-style-three .top-header ul, .menu-style-three .top-header ul li {
  display: inline-block;
}

.main-page-wrapper .top-header {
  background: #362e86;
}

.menu-style-three .top-header ul li a:hover {
  color: #29293f;
}

/* .menu-style-three .top-header ul li a:hover { color: #fff } */
.main-page-wrapper .menu-style-three .top-header ul li a {
  line-height: 32px;
}

.breadcrum-bar {
  width: 100%;
  display: inline-block;
  margin-top: 103px;
  padding: 10px 0;
  background: #ec353a;
  color: #fff;
  font-size: 15px;
}

.breadcrum-bar a {
  color: #fff;
  font-weight: bold;
}

.menu-style-three .top-header ul li a {
  line-height: 40px;
  color: #d5d6d6;
  margin-left: 15px;
  font-size: 18px;
}

.main-page-wrapper .menu-style-three .top-header p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 1px;
  font-size: 14px;
}

.menu-style-three .top-header p {
  display: inline-block;
  color: rgba(38, 41, 46, 0.4);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
}

.main-page-wrapper .menu-style-three .top-header p a {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}

.homeheader6 a h4, .homeheader6 a h5, .homeheader6 a h6 {
  font-size: 22px;
  color: #000;
  padding-bottom: 0;
}

li#menu-item-26456 > a {
  font-weight: 500 !important;
  color: #ED3137 !important;
  font-size: 16px !important;
  border-bottom: none !important;
  margin: 0 5px;
  padding: 8px 12px !important;
}

.custom_mega_nav_ .ubermenu ul.ubermenu-row {
  margin: 20px auto 0px;
  max-width: 1160px !important;
  padding-top: 0px !important;
}

.custom_mega_nav_.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 0;
  padding-bottom: 0;
}

ul.ubermenu-submenu.ubermenu-submenu-id-26264.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack.ubermenu-autoclear {
  margin-top: -14px;
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
  padding-bottom: 10px;
}

li#menu-item-26310 {
  margin-left: 7px;
}

.custom_mega_nav .theme-main-menu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
  display: block;
  text-align: center;
  border-top: none;
  line-height: 1.5;
  height: auto;
  float: left;
}

.custom_mega_nav .theme-main-menu .wpmm-sub-menu-wrap {
  position: relative;
}

.custom_mega_nav .theme-main-menu .wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
  border-bottom: medium none !important;
  display: block !important;
  left: 0;
  margin-left: 0px !important;
  position: static;
  white-space: normal;
  padding: 0px;
  width: 100%;
}

.custom_mega_nav_ .ubermenu .ubermenu-submenu-type-mega {
  background: url("../img/menu-bg.png") !important;
  position: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.theme-menu-wrapper.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-top: 35px;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
  margin: 0px 15px;
  padding: 5px 15px !important;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
  color: #2d2d43;
  font-weight: 500;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default:hover {
  color: #e9515a;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
  background: transparent;
  margin-top: 20px !important;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background: #3e4095 !important;
  border-radius: 35px;
  color: #fff;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target:before {
  opacity: 1;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default:hover:before, .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default:focus:before, .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default:active:before {
  opacity: 1;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active .ubermenu-target:before {
  opacity: 1;
}

.menu-button {
  background: #3e4095 !important;
  border-radius: 35px;
  color: #fff;
  padding: 10px 15px;
  position: relative;
}

.menu-button:hover, .menu-button:focus {
  background: #3e4095 !important;
  border-radius: 35px;
  color: #fff;
}

.menu-button:hover:before, .menu-button:focus:before {
  opacity: 1;
}

.menu-button:before {
  content: '';
  position: absolute;
  border: white solid 1px;
  border-radius: 28px;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default:before {
  content: '';
  position: absolute;
  border: #fff solid 1px;
  border-radius: 28px;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a {
  color: #888;
  padding: 20px 10px !important;
}

.ubermenu-tab-content-panel a.ubermenu-target.ubermenu-item-layout-default:before {
  display: none;
}

.ubermenu-tab-content-panel a.ubermenu-target.ubermenu-item-layout-default:hover:before, .ubermenu-tab-content-panel a.ubermenu-target.ubermenu-item-layout-default:focus:before, .ubermenu-tab-content-panel a.ubermenu-target.ubermenu-item-layout-default:active:before {
  display: none;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default:hover {
  background: #3e4095 !important;
  border-radius: 35px;
  color: #fff;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
  margin: 0px 3px;
  padding: 8px 9px !important;
  text-align: center;
}

.custom_mega_nav_ nav .ubermenu ul.ubermenu-tab-content-panel li.ubermenu-item a.ubermenu-target.ubermenu-item-layout-default {
  font-size: 14px;
  text-align: left;
}

.custom_mega_nav_ nav .ubermenu ul.ubermenu-tab-content-panel li.ubermenu-item a.ubermenu-target.ubermenu-item-layout-default:hover {
  background: transparent !important;
  border-radius: 0px;
  color: #e9515a;
}

.custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab a.ubermenu-target.ubermenu-item-layout-default {
  font-size: 15px;
  /*padding: 15px !important;*/
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
  height: 560px;
}

.custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  font-weight: bold;
  color: #ED3137 !important;
  font-size: 16px !important;
  border-bottom: none !important;
  text-transform: uppercase !important;
}

.custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:after {
  display: none;
}

.custom_mega_nav_ .navbar {
  border: none;
}

.custom_mega_nav_ .ubermenu .ubermenu-tab-layout-top > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  border-width: 0px;
}

.custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  margin-top: 0px;
}

.custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #000;
  background: transparent !important;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  margin-top: 1px;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 {
  border: none;
  background-color: transparent;
  background: none;
  background: no-repeat;
  background: transparent;
  background: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif !important;
}

.custom_mega_nav_ .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  /* display: none;  */
}

.custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: transparent;
  color: #000;
}

.custom_mega_nav_ .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
  padding-left: 45px !important;
}

.custom_mega_nav_ .ubermenu .ubermenu-tabs-group > li.ubermenu-current-menu-parent > a::before, .custom_mega_nav_ .ubermenu .ubermenu-tabs-group > li.ubermenu-current_page_item > a::before {
  height: 0;
  border-right: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
  margin-top: -11px;
}

.custom_mega_nav_ .ubermenu .servicesMenu .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target-with-icon > span.ubermenu-target-text {
  margin-left: 60px !important;
  display: block;
  text-align: left;
}

.custom_mega_nav_ .ubermenu .ubermenu-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 10px 0px auto;
  background-size: 400px auto;
  float: left;
  font-size: 30px;
}

header.theme-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 62px;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

header.theme-menu-wrapper.full-width-menu {
  padding-left: 80px;
  padding-right: 80px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a {
  padding: 14px 0 0;
  margin: 0 22px;
  position: relative;
  z-index: 9;
  color: #000;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a:before {
  top: 17px;
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  bottom: 14px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li.active > a:before, header.theme-menu-wrapper #mega-menu-wrapper .nav > li:hover > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li:hover > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu .second-sub-menu > li > a:hover:before {
  opacity: 1;
  width: 100%;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .login-button a {
  width: 110px;
  line-height: 36px;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  text-align: center;
  color: #00000a;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 10, 0.08);
  border-radius: 5px;
  margin: -7px 0 0 30px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .login-button a:before {
  display: none;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .login-button a:hover {
  color: #fff;
}

header.theme-menu-wrapper.menu-style-two #mega-menu-wrapper .nav > li > a {
  color: #fff;
  font-weight: normal;
}

header.theme-menu-wrapper.menu-style-two #mega-menu-wrapper .nav > li > a:before {
  display: none;
}

header.theme-menu-wrapper.menu-style-two #mega-menu-wrapper .nav .login-button a {
  border-color: rgba(255, 255, 255, 0.3);
}

header.theme-menu-wrapper.menu-style-two #mega-menu-wrapper .nav .login-button a:hover {
  background: #fff;
  border-color: #fff;
}

header.theme-menu-wrapper.menu-style-two.inner-menu #mega-menu-wrapper .nav > li > a:before {
  display: block;
}

header.theme-menu-wrapper.menu-style-two.inner-menu #mega-menu-wrapper .nav .login-button a:before {
  display: none;
}

.menu-style-three .top-header p {
  display: inline-block;
  color: rgba(38, 41, 46, 0.4);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}

.menu-style-three .top-header p a {
  font-weight: 500;
  color: #29293f;
  font-size: 24px;
  margin: 0 42px 0 12px;
  vertical-align: -3px;
}

.menu-style-three .top-header ul, .menu-style-three .top-header ul li {
  display: inline-block;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .quote-button a:before {
  display: none;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a {
  color: rgba(38, 41, 46, 0.4);
  margin: 0;
  padding: 14px 18px 20px 18px;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a:before {
  content: '.';
  position: absolute;
  top: 12px;
  left: 0;
  background: transparent;
  opacity: 1;
  width: auto;
  height: auto;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li:first-child > a:before, .menu-style-three #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  display: none;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.theme-menu-wrapper.fixed.menu-style-two.inner-menu {
  background: rgba(21, 21, 21, 0.9);
}

.menu-style-two #mega-menu-wrapper .navbar-toggle .icon-bar {
  background: #000 !important;
}

header.theme-menu-wrapper.fixed #mega-menu-wrapper .nav > li.menu-list > a {
  padding-bottom: 38px;
}

header.theme-menu-wrapper.menu-style-three.fixed #mega-menu-wrapper {
  margin-top: 0px !important;
}

header.theme-menu-wrapper.menu-style-three.fixed #mega-menu-wrapper .nav > li > a {
  padding-top: 15px;
  padding-bottom: 25px;
}

.top-header-nw .custom_mega_nav_.full-menu-style {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header-nw .custom_mega_nav_.full-menu-style nav.theme-main-menu.navbar {
  width: 100%;
  min-height: 0px;
}

.top-header-nw .custom_mega_nav_.full-menu-style nav.theme-main-menu.navbar .ubermenu-nav {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header-nw .custom_mega_nav_.full-menu-style nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
  padding: 5px 3px 5px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.top-header-nw .custom_mega_nav_.full-menu-style nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
  padding: 10px 5px !important;
  text-transform: inherit;
}

.top-header-nw .custom_mega_nav_.full-menu-style .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
  color: #ED3137;
}

.top-header-nw .custom_mega_nav_.full-menu-style .ubermenu-item-level-0.parentActiveFromJS .activejsanchor {
  color: #ED3137;
}

.top-header-nw .custom_mega_nav_.full-menu-style .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  color: #4b4b4d;
}

.top-header-nw .custom_mega_nav_.full-menu-style nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
  padding: 8px 9px !important;
}

.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle {
  height: 37px;
  width: 37px;
  position: relative;
  text-align: center;
}

.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle::after, .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle::before {
  content: "";
  height: 37px;
  width: 37px;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: inset -2px 0 0 0 #f06368;
          box-shadow: inset -2px 0 0 0 #f06368;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle img {
  width: 20px;
  display: inline-block;
  position: relative;
  top: 7px;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle:hover::after {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle:hover i {
  color: #f06368;
}

.we-r-hiring-text a {
  color: #f4524d !important;
  border-bottom: 2px solid #f4524d !important;
  font-style: italic;
  font-size: 13px !important;
  font-weight: 700;
  padding-top: 0px !important;
  top: -1px !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-id-19 {
  border: none;
  background-color: #fff;
}

.ubermenu-submenu.ubermenu-submenu-id-19 #menu-item-13000 .ubermenu-target {
  padding: 10px 10px !important;
  text-align: left;
  color: #2d2d43;
}

.ubermenu-submenu.ubermenu-submenu-id-19 #menu-item-13000 .ubermenu-target:hover {
  color: #e9515a;
}

/* New Header Design End*/
header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  content: '';
  width: 0;
  height: 5px;
  opacity: 0;
  position: absolute;
  background: #99efb5;
  border-radius: 2.5px;
  left: 0;
  z-index: -1;
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:before {
  bottom: 14px;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav > li.active > a:before, header.theme-menu-wrapper #mega-menu-wrapper .nav > li:hover > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li:hover > a:before, #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu .second-sub-menu > li > a:hover:before {
  opacity: 1;
  width: 100%;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .login-button a {
  width: 110px;
  line-height: 36px;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  text-align: center;
  color: #00000a;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 10, 0.08);
  border-radius: 5px;
  margin: 7px 0 0 30px;
}

.menu-style-three .top-header p a:hover {
  color: #0dda8f;
}

.menu-style-three .top-header ul, .menu-style-three .top-header ul li {
  display: inline-block;
  margin: 0;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav .quote-button a {
  width: 160px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-left: 15px;
  color: #fff;
  background: #0dda8f;
  padding: 0 !important;
}

header.theme-menu-wrapper #mega-menu-wrapper .nav .quote-button a:before {
  display: none;
}

header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a {
  color: rgba(38, 41, 46, 0.4);
  margin: 0;
  padding: 14px 18px 20px 18px;
}

.menu-style-three #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a {
  color: rgba(38, 41, 46, 0.4);
}

.menu-style-three #mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:hover {
  color: #0dda8f;
}

.theme-menu-wrapper.fixed.menu-style-two {
  background: #00d747;
}

header.theme-menu-wrapper.menu-style-three.fixed {
  padding-top: 35px;
}

.theme-menu-wrapper.menu-style-three.fixed .top-header {
  display: none;
}

#google-map-area {
  padding: 0 50px;
  margin: 50px 0 120px 0;
}

#contact-google-map {
  width: 100%;
  height: 550px;
}

.mixitUp-menu {
  margin-bottom: 100px;
}

#mega-menu-wrapper li {
  position: initial;
}

.header-wrapper .ubermenu-skin-white {
  border: none;
}

.header-wrapper .theme-main-menu ul li a {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.header-wrapper .theme-main-menu ul li ul li a {
  font-size: 14px;
  position: relative;
}

.header-wrapper .ubermenu-skin-white .ubermenu-item-header > .ubermenu-target .ubermenu-target-text {
  color: #000;
  font-weight: 800 !important;
}

.header-wrapper .ubermenu .ubermenu-submenu-type-stack {
  padding: 0 0 0 15px;
}

.header-wrapper .ubermenu-item-level-2 .ubermenu-target:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid rgba(236, 52, 58, 0.63);
  border-bottom: 4px solid transparent;
}

.header-wrapper .ubermenu .ubermenu-submenu .ubermenu-column-auto {
  width: 33.33%;
}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
  width: 100%;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
  padding: 20px;
}

.large-6.columns_right {
  float: right;
  width: 240px;
  text-align: right;
}

.large-6.columns_right a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.header-wrapper {
  padding: 0px 4em;
}

.header-wrapper .theme-main-menu ul li ul li a {
  padding: 8px 15px;
}

.header-wrapper .ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  border-bottom: none;
}

#mega-menu-wrapper .navbar-toggle {
  display: none;
}

.header-wrapper .ubermenu-submenu-drop li a {
  padding: 20px 0;
  position: relative;
}

#mega-menu-wrapper .ubermenu {
  text-align: right;
}

.lets_talk {
  background: #4b4b4d;
  font-size: 19px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  margin: 0px 5px;
}

.lets_talk:hover {
  color: #f1f1f1;
  background: #333;
}

.admin-bar .theme-menu-wrapper.fixed.menu-style-two {
  margin-top: 32px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .fa-angle-down:before {
  text-decoration: inherit;
  color: #4b4b4d;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: -2px;
  left: 15px;
}

.top-header-nw {
  padding: 10px 0 7px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.top-header-nw .logo {
  width: 20%;
  position: relative;
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin: 0 auto;
  text-align: left;
}

.top-header-nw .logo a {
  padding: 0px;
  display: inline-block;
}

.top-header-nw .logo a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  border: 1px solid #ec353a;
  height: 100%;
}

.top-header-nw .logo img {
  width: initial;
}

.top-header-nw .top-right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header-nw .top-right-block .we-r-hirng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-nw .top-right-block .we-r-hirng p {
  color: #ed3137;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
  text-transform: uppercase;
  width: 60px;
  position: relative;
  line-height: 1;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-left: 10px;
  margin: 0;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li {
  padding: 0px;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px 0;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
  color: #ed3137;
  font-size: 30px;
  top: 2px;
  position: relative;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
  color: #15ace5;
  font-size: 34px;
  position: relative;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
  color: #3b5998;
  font-size: 34px;
  position: relative;
}

.top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
  color: #25d366;
  font-size: 34px;
}

.top-header-nw .top-right-block .phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-nw .top-right-block .phone-block .phone-icon {
  display: block;
  height: auto;
  margin: 0 10px;
  text-align: right;
  position: relative;
  top: 0;
}

.top-header-nw .top-right-block .phone-block .phone-icon img {
  width: 30px;
  height: auto;
  display: block;
}

.top-header-nw .top-right-block .phone-block .phone-nav {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-left: 0;
}

.top-header-nw .top-right-block .phone-block .phone-nav li {
  position: relative;
  padding-bottom: 0;
}

.top-header-nw .top-right-block .phone-block .phone-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  color: #ec353a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-nw .top-right-block .phone-block .phone-nav li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 20px;
  position: relative;
  margin: 0 0 0 5px;
}

.top-header-nw .top-right-block .phone-block .phone-nav li a span img {
  width: 100%;
  height: 100%;
}

.top-header-nw .top-right-block .phone-block .phone-nav .border-front {
  margin-left: 30px;
}

.top-header-nw .top-right-block .phone-block .phone-nav .border-front:after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  border: 1.5px solid #ec353a;
  height: 100%;
}

.button_inquery {
  position: fixed;
  right: -78px;
  top: 50%;
  width: 189px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 99;
}

.button_inquery span {
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  padding: 8px 12px;
  background-color: grey;
  border-radius: 3px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px -2px 4px 0px black;
          box-shadow: 0px -2px 4px 0px black;
}

.button_inquery span:hover {
  text-decoration: none;
}

/*Layout One Css Start*/
.packaging-design-comp-sec-1 {
  position: relative;
  padding-top: 5em;
  background-size: cover;
  background-position: right;
}

.packaging-design-comp-sec-1:after {
  content: "";
  height: 72%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  z-index: -1;
}

.packaging-design-comp-sec-1 .mid-txt {
  padding-right: 15em;
}

.packaging-design-comp-sec-1 .image-align-right {
  text-align: right;
}

.packaging-design-comp-sec-1 .image-align-right img {
  width: 95%;
  display: inline-block;
}

.packaging-design-comp-sec-2 {
  background-size: cover;
  background-position: center;
}

.packaging-design-comp-sec-2 .cstm-box-top {
  position: relative;
  height: 100%;
}

.packaging-design-comp-sec-2 .cstm-box-top .col-lg-6.col-sm-6 {
  height: 100%;
  display: inline-block;
}

.packaging-design-comp-sec-2 .leaders_section {
  margin-top: -8.3em;
  padding-bottom: 40px;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top {
  position: relative;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .white-box {
  background-color: #fff;
  color: #282828;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .first-box {
  -webkit-box-shadow: 5px -1px 20px #e1e0e6;
          box-shadow: 5px -1px 20px #e1e0e6;
  z-index: 11;
  padding: 30px 20px;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .first-box span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 32px;
  margin-bottom: 15px;
  color: #000;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  font-size: 15px;
  width: 80%;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box a {
  color: #ec353a;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box a:hover {
  color: #23527c;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .third-box {
  z-index: 0;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .second-box {
  float: right;
  -webkit-box-shadow: -10px -1px 20px #e1e0e6;
          box-shadow: -10px -1px 20px #e1e0e6;
  z-index: 1;
  right: -8%;
  top: -5em;
  padding: 30px 35px 30px 15px;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .red-box {
  background-color: #ec353a;
  color: #fff;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .red-box span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 32px;
  margin-bottom: 15px;
}

.packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box-icon img {
  position: absolute;
  right: -15px;
  z-index: 1;
  bottom: 90px;
  width: 18px;
}

.brochure-des-comp-sec-3 {
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.packaging-design-comp-sec-4 {
  padding: 40px 0 90px;
  z-index: 0;
  position: relative;
  margin-bottom: 10px;
}

.packaging-design-comp-sec-4:before {
  content: "";
  background: url("../img/dedicated_top-bg.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  left: 0;
  right: 0;
  background-position: 100% 0;
  top: 0;
  z-index: -1;
}

.packaging-design-comp-sec-4:after {
  content: "";
  background: url("../img/dedicated_bottom-bg.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 100% 100%;
  top: -15px;
  z-index: -1;
}

.packaging-design-comp-sec-4 .packaging_bg-top {
  background-position: 100%;
  background-size: 100%;
  background: no-repeat;
}

.packaging-design-comp-sec-4 .packaging_bg-top .pdd_red_100 {
  padding-left: 270px;
}

.packaging-design-comp-sec-4 .dedicated_main {
  padding-top: 62px;
}

.packaging-design-comp-sec-4 .dedicated_main .conference_brochure {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

.packaging-design-comp-sec-4 .dedicated_main .h1-heading {
  color: #fff;
}

.packaging-design-comp-sec-4 .packaging_innerbg {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(235, 76, 80, 0.2);
          box-shadow: 0px 0px 16px -2px rgba(235, 76, 80, 0.2);
}

.packaging-design-comp-sec-4 .packaging_innerbg:hover {
  background: #414141;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.packaging-design-comp-sec-4 .packaging_innerbg:hover .p-txt {
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.packaging-design-comp-sec-4 .packaging_innerbg .deteling_box .detal_icons {
  display: table-cell;
}

.packaging-design-comp-sec-4 .packaging_innerbg .deteling_box .detal_icons img {
  max-width: 90px;
}

.packaging-design-comp-sec-4 .packaging_innerbg .deteling_box .detail_title {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  font-size: 18px;
  color: #ee4d51;
  font-weight: 700;
}

.packaging-design-comp-sec-4 .packaging_innerbg .p-txt {
  color: #282828;
  line-height: 26px;
  font-size: 16px;
  display: inherit;
  z-index: 9;
  position: relative;
}

.packaging-design-comp-sec-4 .equal-height {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.packaging-design-comp-sec-4 .equal-height .package-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.packaging-design-comp-sec-4 .p-txt-white {
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  padding-left: 15em;
}

.brochure-des-comp-sec-5 .p-txt-2-span {
  font-weight: 700;
  line-height: 46px;
  width: 35%;
  float: left;
  color: #282828;
  font-size: 36px;
  padding: 0;
  margin: 0;
}

.packaging-design-comp-sec-5 {
  background-position: 0 center;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.packaging-design-comp-sec-5 .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-ol-flex-center .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Layout One Css End*/
.box-left-title-sec .busines_unique {
  font-size: 20px;
  color: #464646;
  font-weight: 600;
}

.box-left-title-sec .h1-heading {
  display: block;
  color: #ec353a;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.h1-heading {
  display: block;
  color: #282828;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.h1-heading .small-txt {
  font-size: 26px;
  line-height: 32px;
}

.p-txt {
  color: #282828;
  line-height: 26px;
  font-size: 16px;
  display: inherit;
  z-index: 9;
  position: relative;
}

.p-txt a {
  display: initial;
  font-weight: 700;
  color: #282828;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.p-txt a:hover, .p-txt afocus {
  color: #ed353a;
}

.h1-heading-red {
  letter-spacing: -.02em;
  color: #ee4d51;
  font-size: 36px;
  line-height: 42px;
  margin: 0 auto;
  font-weight: 700;
  padding: 0;
  display: block;
}

.h1-heading-red .small-txt {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

.h6-heading-red {
  font-size: 20px;
  color: #ee4d51;
  font-weight: 600;
  margin: 0 auto;
  line-height: 35px;
}

.read-more-main {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.read-more-award {
  background: transparent;
  border: none;
  outline: none;
}

.read-more-award .read-btn-main {
  color: #fff;
  border-color: #ec353a;
  background-color: #ec353a;
  border-radius: 50px;
  font-size: 15px;
  padding: 7px 25px;
  text-align: center;
  display: inline-block;
}

.read-more-award .read-btn-main:hover {
  color: #fff;
}

.late-disp-inline-blk-cls {
  padding-bottom: 4rem;
  display: inline-block;
}

.packaging-design-comp-sec-4 .packaging_innerbg:hover .p-txt a {
  color: #ee4d51;
}

/*Latest Work Css Start*/
.latest_work .slick-slider .post-carousel {
  padding: 0px 10px;
}

.latest_work .slick-slider .post-carousel .post-image-bg img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.latest_work .slick-slider .slick-prev {
  right: 35px !important;
  top: -30px;
  left: auto !important;
  background: url("../img/leftt-arrow.png") !important;
  height: 30px;
  width: 30px;
  background-size: 90% !important;
  opacity: .5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.latest_work .slick-slider .slick-prev:before {
  content: none;
}

.latest_work .slick-slider .slick-prev:hover, .latest_work .slick-slider .slick-prev:focus {
  height: 30px;
  width: 38px;
  background: url("../img/leftt-arrow.png") !important;
  background-size: 90% !important;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 40px !important;
}

.latest_work .slick-slider .slick-next {
  right: 0 !important;
  top: -30px;
  background: url("../img/right-arrow.png") !important;
  height: 30px;
  width: 30px;
  background-size: 90% !important;
  opacity: .5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.latest_work .slick-slider .slick-next:before {
  content: none;
}

.latest_work .slick-slider .slick-next:hover, .latest_work .slick-slider .slick-next:focus {
  height: 30px;
  width: 38px;
  right: -15px !important;
  background: url("../img/right-arrow.png") !important;
  background-size: 90% !important;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/*Latest Work Css End*/
/*Contact Form Css Start*/
.get_connect_form .quick-inquiry-form {
  width: 100%;
  display: inline-block;
  border-top: 0 solid #f2f0f0;
  padding: 30px 15px 15px;
  background: #f9f9f900;
  -webkit-box-shadow: 0px 2px 6px #dbdada;
          box-shadow: 0px 2px 6px #dbdada;
  margin: 0px;
}

.get_connect_form .quick-inquiry-form .cuf-col {
  margin-bottom: 15px;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  display: inline-block;
  background: 0 0;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  color: #626262;
  height: 35px;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .g-recaptcha {
  transform: scale(0.83);
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  height: 80px;
  border-bottom: 0;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  opacity: 0.8;
  color: #626262;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  opacity: 0.8;
  color: #626262;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  opacity: 0.8;
  color: #626262;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  opacity: 0.8;
  color: #626262;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control.wpcf7-submit {
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  text-align: center;
  margin: 0;
  border: 2px solid #2c2c2c;
  background: #2c2c2c;
  color: #fff;
  padding: 12px 30px;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.get_connect_form .quick-inquiry-form .wpcf7-form-control.wpcf7-submit:hover, .get_connect_form .quick-inquiry-form .wpcf7-form-control.wpcf7-submit:focus {
  background: #fff;
  border: 2px solid #2c2c2c;
  color: #ed353a;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:focus .iti__selected-flag {
  background-color: transparent;
  outline: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 5px;
  border-left: 1px solid #444;
  padding-left: 5px;
}

/*Contact Form Css End*/
/*Footer Design Css Start*/
footer {
  background: #2c2c2c;
  display: inline-block;
  width: 100%;
}

footer .footer_section {
  background: #363636;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}

footer .footer_section .footer_left .footer-spark-title {
  color: #f06368;
  font-size: 32px;
  padding-bottom: 8px;
}

footer .footer_section .footer_left .footer-address-title {
  font-size: 26px;
  color: #fff;
}

footer .footer_section .footer_left .ft_socialicons {
  margin: 15px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_section .footer_left .ft_socialicons .btn-circle {
  height: 47px;
  width: 47px;
  position: relative;
  text-align: center;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer_section .footer_left .ft_socialicons .btn-circle:after, footer .footer_section .footer_left .ft_socialicons .btn-circle:before {
  content: "";
  height: 47px;
  width: 47px;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: inset -2px 0 0 0 #f06368;
          box-shadow: inset -2px 0 0 0 #f06368;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

footer .footer_section .footer_left .ft_socialicons .btn-circle:first-child {
  margin-left: 0;
}

footer .footer_section .footer_left .ft_socialicons .btn-circle img {
  max-width: 28px;
}

footer .footer_section .footer_left .ft_socialicons .btn-circle:hover::after {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

footer .footer_section .footer-address {
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}

footer .footer_section .footer-address .footer-address-title {
  font-size: 26px;
  color: #fff;
  padding-bottom: 13px;
}

footer .footer_section .footer-address a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

footer .footer_section .footer-address a:hover {
  color: #f06368;
}

footer .foo-botm {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin: 20px 0 18px !important;
}

footer .foo-botm .dmca {
  background-color: #221e1f;
  border: 1px solid #898989;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  width: 145px;
  display: inline-block;
}

footer .foo-botm .dmca span {
  background-color: #8dc642;
  border-right: 1px solid #e6eade;
  display: inline-block;
  padding: 0 8px;
  margin-right: 7px;
}

footer .foo-botm .copyscape {
  background-color: #064f9c;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin: 0 10px;
}

footer .foo-botm .copyscape span {
  font-size: 20px;
  font-weight: 100;
  vertical-align: middle;
  line-height: 20px;
}

footer .foo-botm .copyright_text {
  margin: 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

/*Footer Design Css End*/
/* brand-creation-company start */
.brand_cre_inner {
  background: #f9f9f9;
  padding-top: 35px;
}

.packaging_Agency {
  background-size: 100% 100%;
  padding: 4em 20px 4em;
  margin-bottom: 2em;
}

.brand_cre_inner .left-section {
  padding-top: 4em;
  padding-bottom: 15px;
}

.brand_cre_inner .left-section .h1-heading {
  letter-spacing: -.02em;
}

.brand_cre_inner .left-section .h1-heading .small-txt {
  line-height: 38px;
}

.brand_img1 {
  float: right;
}

.brand_img1 img {
  text-align: right;
  float: right;
  width: 80%;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}

.brand_packaging_comp .packaging_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand_creation2 {
  padding-top: 0em;
  background: #fff;
  z-index: 0;
  position: relative;
}

.brand_creation2 .p-txt {
  margin-bottom: 35px;
}

.brand_creation2 .brochures_tool {
  margin-bottom: 15px;
}

.textute-icons {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.textute-icons span {
  position: absolute;
}

.top-red-circle-icon {
  top: -30px;
  left: 20%;
  right: 0;
  text-align: center;
}

.textute-icons span img {
  width: 24px;
  display: inline-block;
}

.left-yellow-rectangle-icon {
  left: -20px;
  top: 25%;
}

.right-yellow-rectangle-icon {
  right: -20px;
  top: 55%;
}

.bottom-green-rectangle-icon {
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center;
}

.brand_itydig_proc {
  margin-top: 50px;
}

.brand_itydig_proc .with90 img {
  width: 90%;
}

.we-offer {
  padding: 0;
  margin: 0;
}

.we-offer li {
  list-style: none;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 15px;
}

.we-offer li .unm_title {
  width: 100%;
  position: relative;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: inline-block;
}

.we-offer li .unm_title .count {
  border-radius: 50px;
  border: 1px dashed #ee4d51;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #ee4d51;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.we-offer li .unm_title p {
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: #ee4d51;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin: 5px 0 0 15px;
}

.unm_title {
  width: 100%;
  position: relative;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: inline-block;
}

.unm_title .count {
  border-radius: 50px;
  border: 1px dashed #ee4d51;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #ee4d51;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.unm_title p {
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: #ee4d51;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin: 5px 0 0 15px;
}

/* brand-creation-company end */
.Professional_approach {
  margin-top: 3em;
  margin-bottom: 1em;
}

.Professional_approach .p-txt-2 {
  color: #282828;
  line-height: 26px;
  font-size: 16px;
}

.Professional_approach .p-txt-2 .p-txt-2-span {
  font-weight: 700;
  line-height: 46px;
  width: 35%;
  float: left;
  color: #282828;
  font-size: 36px;
  padding: 0;
  margin: 0;
}

.Professional_approach .p-txt-2 a {
  color: #ec353a;
  text-decoration: none;
  cursor: pointer;
}

.Professional_approach .p-txt-2 a:hover {
  color: #337ab7;
}

.meet_your_business .following_services .cstm_list_1 {
  float: left;
  width: 50%;
  padding: 0 0 0 32px;
  margin: 0;
  list-style: none;
}

.meet_your_business .following_services .cstm_list_1 li {
  padding: 0 0 10px;
  line-height: 24px;
  font-size: 17px;
  color: #282828;
  position: relative;
}

.meet_your_business .following_services .cstm_list_1 li:after {
  content: '';
  position: absolute;
  left: -30px;
  right: 0;
  top: 10px;
  bottom: 0;
  width: 14px;
  height: 5px;
  display: inline-block;
  border-radius: 35px;
  background-color: #ec353a;
  -webkit-box-shadow: -3px -3px 1px #fbd3d4;
          box-shadow: -3px -3px 1px #fbd3d4;
}

/* layout 3 start*/
.no-img-bg {
  background: #2a2b31;
  width: 100%;
  height: 100%;
}

.inner_page_banner {
  margin-bottom: 40px;
  background: no-repeat center;
  background-size: cover;
  height: 560px;
}

.banner_opcity {
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 10, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner_opcity .h1_heading_inner {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  padding: 195px 0 210px;
}

.single-post .banner_opcity .h1_heading_inner {
  font-size: 50px;
}

/* layout 3 end*/
.cstm-icon-list-1 li {
  margin: 15px auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: inline-block;
  padding: 5px 10px 5px 100px;
  line-height: 26px;
  font-size: 16px;
  color: #282828;
  position: relative;
  margin-bottom: 40px;
}

.cstm-icon-list-1 li .icon-list {
  display: inline-block;
  width: 105px;
  float: left;
  position: absolute;
  top: -13px;
  left: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.row-eq-height .cstm-icon-list-1 {
  margin: 15px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px 10px 10px 100px;
  line-height: 23px;
  font-size: 16px;
  color: #282828;
  position: relative;
}

.row-eq-height .cstm-icon-list-1 strong {
  display: contents;
}

.row-eq-height .cstm-icon-list-1 .icon-list {
  display: inline-block;
  width: 105px;
  float: left;
  position: absolute;
  top: -13px;
  left: 0px;
}

/* layout 4 start*/
.agency_banner_part {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.agency_banner_inner {
  position: relative;
  z-index: 0;
}

.agency_banner_inner .agency_banner {
  position: relative;
  left: -50%;
  z-index: -1;
  width: 110%;
}

.agency_banner_inner .agency_banner:after {
  height: 100%;
  content: "";
  left: -130%;
  right: 0;
  top: 0;
  position: absolute;
  background: #f9f9f9;
  width: 480%;
  z-index: -1;
}

.agency_banner_inner .agency_uk {
  color: #fff;
  max-width: 600px;
  float: right;
  background: #e9353a;
  padding: 35px 15px 35px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.agency_banner_inner .agency_uk .agency_uk_inner .h1-heading {
  letter-spacing: -.02em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1;
}

.Graphic_Design {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}

.agency_uk p {
  color: #fff;
  margin: 0;
}

.agency_banner img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.gra_title_right {
  padding-top: 35px;
}

.doted_border {
  border-radius: 100px;
  width: 171px;
  float: right;
  height: 6px;
  position: relative;
  margin-top: 10px;
}

.doted_border:after {
  content: "";
  height: 6px;
  border-radius: 100px;
  width: 19px;
  background: #ec353a;
  position: absolute;
  left: 0;
  border-bottom: 6px solid #ec353a;
}

.doted_border:before {
  content: "";
  height: 6px;
  border-radius: 100px;
  width: 103px;
  position: absolute;
  right: 0;
  border-bottom: 6px solid #ec353a;
}

.doted_border .doted_center {
  height: 6px;
  border-radius: 100px;
  width: 37px;
  position: absolute;
  left: 25px;
  border-bottom: 6px solid #ec353a;
}

.gra_title_right {
  margin-bottom: 35px;
}

.gra_title_left {
  margin-bottom: 35px;
}

.gra_title_left .doted_border {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  float: left;
}

.grap_desagency_sec {
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right 0;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
}

.cstm-list-1 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.cstm-list-1 li {
  padding: 0 0 10px;
  line-height: 24px;
  font-size: 17px;
  color: #282828;
  position: relative;
}

.cstm-list-1 li a {
  color: #ec353a;
}

.cstm-list-1 li a:hover, .cstm-list-1 li a:visited, .cstm-list-1 li a:focus {
  color: #ec353a;
}

.cstm-list-1 li:after {
  content: '';
  position: absolute;
  left: -30px;
  right: 0;
  top: 10px;
  bottom: 0;
  width: 14px;
  height: 5px;
  display: inline-block;
  border-radius: 35px;
  background-color: #ec353a;
  -webkit-box-shadow: -3px -3px 1px #fbd3d4;
          box-shadow: -3px -3px 1px #fbd3d4;
}

/* layout 4 end*/
/* layout 5 start*/
.brochure_design4_boxes {
  background: no-repeat;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 0;
  position: relative;
  background-size: 100% 100%;
}

.brochure_design4_boxes .equal_height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin-top: 30px;
}

.brochure_design4_boxes .packaging_innerbg {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 16px -2px #eb4c50;
          box-shadow: 0px 0px 16px -2px #eb4c50;
  height: 100%;
}

.brochure_design4_boxes .packaging_innerbg .p-txt {
  color: #282828;
  line-height: 26px;
  font-size: 16px;
  display: inherit;
  z-index: 9;
  position: relative;
}

.brochure_design4_boxes .packaging_innerbg .detail_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #e93439;
}

.brochure_design4_boxes .packaging_innerbg .deteling_box .detal_icons img {
  width: 22px;
  height: 22px;
}

.brochure_design4_boxes .packaging_innerbg .deteling_box .detal_icons {
  background: #ec353a;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  vertical-align: middle;
  padding: 14px;
  display: inline-block;
  margin: 10px 10px 15px;
  text-align: center;
  position: relative;
}

.brochure_design4_boxes .packaging_innerbg .deteling_box .detal_icons:after {
  content: "";
  width: 65px;
  height: 65px;
  border: 1px solid #a53e42;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  opacity: 0;
}

.brochure_design4_boxes .packaging_innerbg .custom_icons_text {
  font-size: 14px;
  color: #464646;
  line-height: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.brochure_design4_boxes .packaging_innerbg:hover .custom_icons_text a {
  color: #fff;
}

.brochure_design4_boxes .packaging_innerbg:hover {
  background: #5a0076;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ec353a), to(#ec353a));
  background: linear-gradient(to bottom right, #ec353a 0, #ec353a 100%);
  -webkit-box-shadow: 4px 4px 15px 3px #7d0079;
          box-shadow: 4px 4px 15px 3px #7d0079;
}

.brochure_design4_boxes .packaging_innerbg:hover .detal_icons {
  background: #a53e42;
}

.brochure_design4_boxes .packaging_innerbg:hover .detal_icons:after {
  opacity: 1;
}

.brochure_design4_boxes .packaging_innerbg:hover .detail_title, .brochure_design4_boxes .packaging_innerbg:hover .custom_icons_text {
  color: #fff;
}

p.customebanner_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  padding-top: 2em;
}

p.customebanner_text strong {
  font-size: 15px;
}

.brochure_services_wrap {
  padding-top: 35px;
}

.brochure_services_wrap .busines_unique {
  font-size: 20px;
  color: #464646;
  font-weight: 600;
}

.brochure_design_wrap {
  -webkit-box-shadow: 0px 0px 8px 0px #ccc;
          box-shadow: 0px 0px 8px 0px #ccc;
}

.brochure_design_wrap .banner_border_title {
  margin: 35px 0;
}

.brochure_design_wrap .banner_border_title .w_heading {
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em;
  letter-spacing: -.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brochure_design_wrap .banner_border_title .w_heading h1 {
  font-family: Poppins;

  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  color: #000;
  text-align: center;
}

.brochure_design_wrap .banner_border_title .w_heading .p-txt {
  font-family: Poppins;

  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #000;
  text-align: center;
}

.brochure_design_wrap .banner_border_title .w_heading:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-bottom: 3px solid #ec353a;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  width: 36%;
  margin: 0 auto;
}

.brochure_design_wrap .bros_btn2 {
  margin-bottom: 30px;
}

.brochure_design_wrap .bros_btn2 a {
  color: #ff675b;
  border-color: #ff675b;
  background-color: transparent;
  border-radius: 2em;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #ff675b;
  position: relative;
  display: inline-block;
  padding: 14px 20px;
}

.brochure_design_wrap .bros_btn2 a:hover, .brochure_design_wrap .bros_btn2 a.active {
  color: #fff;
  border-color: #ff675b;
  background-color: #ff675b;
}

.brochure_design_wrap .bros_btn2 .our_Work_button {
  margin: 0 20px;
}

.ph_s {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 32px;
}

/* ul_cstm_main start*/
.ul_cstm_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.ul_cstm_main .cstm_list_2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}

.ul_cstm_main .cstm_list_2 li {
  padding: 0 0 15px 30px;
  line-height: 28px;
  font-size: 16px;
  color: #282828;
  position: relative;
}

.ul_cstm_main .cstm_list_2 li:after {
  content: "\f138";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 20px;
  display: inline-block;
  color: #ec353a;
}

/* ul_cstm_main end*/
.img_center {
  margin: 0 auto;
}

.f-w-400 {
  font-weight: 400;
}

.gray_bg_wrap {
  background: #fafafa;
  margin-bottom: 20px;
}

/* Frequently Asked Questions start*/
.outstanding {
  position: relative;
  margin: 35px 0;
}

.outstanding .uni_big_title {
  font-size: 28px;
  font-weight: 700;
  padding-left: 60px;
  color: #282828;
  line-height: 42px;
  position: relative;
  margin: 0;
}

.outstanding .uni_big_title strong {
  font-size: 35px;
}

.outstanding .uni_big_title h2 {
  font-size: 35px;
  line-height: 42px;
  position: relative;
  padding: 0;
  margin: 0;
}

.outstanding .border_red {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  background: #ef3438;
  width: 50px;
  border: 1px solid #ef3438;
  padding: 2px;
  border-radius: 25px;
}

.bs_accordion {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 30px;
}

.bs_accordion .panel {
  margin-top: 0 !important;
  border: none !important;
  background-color: transparent;
}

.bs_accordion .panel .fa {
  margin-right: 0.5rem;
}

.bs_accordion .panel .panel-heading {
  width: 100%;
  padding: 0;
}

.bs_accordion .panel .panel-heading p.panel-title {
  margin: 0;
  padding: 0;
  color: #666;
  display: block;
  border-radius: 0;
  width: 100%;
}

.bs_accordion .panel .panel-heading p.panel-title a.btn {
  white-space: normal;
  width: 100%;
  text-align: left;
  color: #666;
  font-size: 16px;
  padding: 14px 20px;
  border-color: #f0f0f0;
  text-decoration: none;
}

.bs_accordion .panel .panel-heading p.panel-title a.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs_accordion .panel .panel-heading p.panel-title a.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs_accordion .panel .panel-heading p.panel-title a.btn i {
  font-size: 24px;
  font-weight: 800;
  vertical-align: middle;
  margin-right: 8px;
  font-family: initial;
}

.bs_accordion .panel .panel-heading:hover p .btn {
  background: #f0f0f0;
  text-decoration: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
}

.bs_accordion .panel .panel-body {
  background-color: #f8f8f8;
  padding: 14px 20px;
  border-top: 0 !important;
}

/* Frequently Asked Questions end*/
/* layout-10 start */
.rate {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  display: block;
  padding: 0;
  color: #2d2d43;
}

.project-details-wrapper p strong {
  font-size: 18px;
}

.blog-sub-ul li {
  list-style: disc !important;
}

.blog_tbl li {
  list-style: disc !important;
  margin: 0;
  padding: 0;
}

.blog_tbl li a {
  font-weight: bold !important;
}

/* layout-10 end */
/* arrow ul li start*/
.cstm_arrow_list {
  margin: 0;
  padding: 0;
}

.cstm_arrow_list li {
  padding: 0 0 15px;
  list-style: none;
  position: relative;
}

.cstm_arrow_list li a {
  font-size: 16px;
  color: #ec353a;
  font-weight: 600;
  line-height: 28px;
}

.cstm_arrow_list li a:hover {
  color: #000;
}

.cstm_arrow_list li:after {
  content: "\f138";
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 20px;
  display: inline-block;
  color: #ec353a;
}

/* arrow ul li end*/
/* 404 page css start */
.bg-404 {
  background: #f9f9f9;
  padding-top: 35px;
}

.bg-404 .btn-404 {
  text-decoration: none;
  padding: 5px 25px;
  background: #ec343a;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 30px auto 0;
  border-radius: 30px;
}

.bg-404 .btn-404:hover, .bg-404 .btn-404:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-decoration: none;
  background-color: #444;
  color: #fff;
}

.late-disp-cls img {
  display: none;
}

.late-disp-cls_img img {
  display: none;
}

/* 404 page css end */
/* home-page css start */
.main-home {
  margin-top: 2em;
}

.main-home * {
  font-family: 'Poppins';
}

.setion-1 {
  display: inline-block;
  width: 100%;
}

.mid-txt-block {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 250px 0px 150px;
  position: relative;
  -webkit-transition: all 3.5s ease;
  transition: all 3.5s ease;
}

.mid-txt-block .p-small {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #ec343a;
  margin: 0px auto 20px;
  padding: 0px;
}

.mid-txt-block .p-large {
  font-size: 60px;
  font-weight: 500;
  color: #282828;
  margin: 0px auto 10px;
  padding: 0px;
  line-height: 65px;
}

.first-car-div, .second-car-div {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 100%;
  margin: 0px auto;
  top: 0;
  right: 0;
  -webkit-transition: all 3.5s ease;
  transition: all 3.5s ease;
}

.mid-txt-block .first-car-div.invisible-svg {
  display: none;
}

.mid-txt-block .first-car-div.invisible-svg svg text {
  visibility: hidden !important;
}

.mid-txt-block .second-car-div svg text {
  visibility: hidden !important;
}

.second-car-div.visible-svg {
  display: block;
}

.second-car-div.visible-svg svg text {
  visibility: visible !important;
}

.second-car-div.invisible-svg {
  display: none;
}

.mid-txt-block svg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  font-size: 3.5em;
  font-family: 'Poppins';
}

.text-copy {
  fill: #eee;
  stroke: white;
  stroke-dasharray: 5% 10%;
  stroke-width: 1.5pt;
  -webkit-animation: stroke-offset 9s infinite linear;
  animation: stroke-offset 9s infinite linear;
}

.text-copy:nth-child(1) {
  stroke: #ec343a;
  stroke-dashoffset: 5%;
  stroke-width: 2.5pt;
}

.text-copy:nth-child(2) {
  stroke: #ec343a;
  stroke-dashoffset: 10%;
  stroke-width: 2.5pt;
}

.text-copy:nth-child(3) {
  stroke: #ec343a;
  stroke-dashoffset: 15%;
  stroke-width: 2.5pt;
}

.text-copy:nth-child(4) {
  stroke: #ec343a;
  stroke-dashoffset: 20%;
  stroke-width: 2.5pt;
}

.text-copy:nth-child(5) {
  stroke: #ec343a;
  stroke-dashoffset: 25%;
  stroke-width: 2pt;
}

@-webkit-keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 70%;
  }
}

@keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 70%;
  }
}

.text--line-s-1 {
  -webkit-transform: translate(-48%, 68px);
          transform: translate(-48%, 68px);
}

.text--line-p {
  -webkit-transform: translate(-25%, -10%);
          transform: translate(-25%, -10%);
}

.text--line-a {
  -webkit-transform: translate(-8%, 60%);
          transform: translate(-8%, 60%);
}

.text--line-r {
  -webkit-transform: translate(15%, -5%);
          transform: translate(15%, -5%);
}

.text--line-k {
  -webkit-transform: translate(40%, 30%);
          transform: translate(40%, 30%);
}

.text--line-d {
  -webkit-transform: translate(-48%, 68px);
          transform: translate(-48%, 68px);
}

.text--line-e {
  -webkit-transform: translate(-30%, -10%);
          transform: translate(-30%, -10%);
}

.text--line-s {
  -webkit-transform: translate(-10%, 60%);
          transform: translate(-10%, 60%);
}

.text--line-i {
  -webkit-transform: translate(5%, -10%);
          transform: translate(5%, -10%);
}

.text--line-g {
  -webkit-transform: translate(25%, 45%);
          transform: translate(25%, 45%);
}

.text--line-n {
  -webkit-transform: translate(40%, -26px);
          transform: translate(40%, -26px);
}

/* section 2 */
.home-services {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 0 20px;
  overflow: hidden;
}

.wrapper-line {
  position: absolute;
  width: 94%;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -47%;
  border-left: 1px solid rgba(151, 151, 151, 0.11);
  border-right: 1px solid rgba(151, 151, 151, 0.11);
  z-index: -1;
}

.wrapper-line .line {
  position: relative;
  width: 10%;
  height: 100%;
  float: left;
  border-right: 1px solid #eee;
}

.wrapper-line .line:after {
  content: '';
  display: block;
  position: absolute;
  top: -5%;
  right: -1.5px;
  width: 2px;
  height: 30px;
  background-color: #979797;
  -webkit-animation-name: line !important;
  animation-name: line !important;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wrapper-line .line:nth-child(2):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.wrapper-line .line:nth-child(3):after {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.wrapper-line .line:nth-child(6):after {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.wrapper-line .line:nth-child(8):after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.wrapper-line .line:nth-child(9):after {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.wrapper-line .line:nth-child(4):after, .wrapper-line .line:nth-child(5):after, .wrapper-line .line:nth-child(7):after {
  display: none;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}

.home-sect-title {
  position: relative;
  font-size: 36px;
  color: #ec343a;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 13px;
}

.home-sect-title:before {
  position: absolute;
  content: "";
  left: -65px;
  top: 50%;
  width: 55px;
  height: 3px;
  background-color: #ec343a;
  margin-top: 0;
}

.home-service-top .hst-text {
  color: #282828;
  font-size: 19px;
  max-width: 650px;
  padding-bottom: 60px;
  line-height: 30px;
}

.home-servi-img {
  padding-bottom: 50px;
}

.home-servi-img .slider .slider-img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-servi-brand {
  padding: 25px 0;
}

.home-servi-brand .brand-img img {
  max-width: 140px;
}

.home-servi-brand .brand-name {
  font-weight: 700;
  font-size: 22px;
  color: #282828;
  padding: 15px 0 10px;
}

.home-servi-brand .brand-text {
  color: #464646;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 15px;
}

/* Round Button start */
.round-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  overflow: visible;
  text-decoration: none;
  background: none;
  cursor: pointer;
}

.round-btn .btn-text {
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  color: #f06368;
  font-size: 18px;
  font-weight: 400;
}

.round-btn .btn-circle {
  height: 38px;
  width: 38px;
  position: relative;
  overflow: hidden;
}

.round-btn .btn-circle::after, .round-btn .btn-circle::before {
  content: "";
  height: 38px;
  width: 38px;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: inset -2px 0 0 0 #f06368;
          box-shadow: inset -2px 0 0 0 #f06368;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.round-btn .btn-icon {
  display: block;
  width: 76px;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  position: absolute;
  height: 38px;
  top: 0;
  border-radius: 100%;
}

.round-btn .btn-icon:after, .round-btn .btn-icon:before {
  position: absolute;
  height: 38px;
  top: 0;
  border-radius: 100%;
}

.round-btn .btn-icon:after, .round-btn .btn-icon:before {
  content: "\f178";
  width: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #fe2f4d;
  left: 0;
  font-family: FontAwesome;
}

.round-btn .btn-icon:after {
  left: 38px;
}

.round-btn .btn-text:hover {
  color: #f06368;
}

.round-btn:hover .btn-circle::after, .round-btn:hover .btn-circle::before {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.round-btn:hover .btn-icon {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* Round Button end */
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: 60px;
  top: 15px;
  z-index: 1;
}

.dot .dot1 {
  position: absolute;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #feb85d;
}

.dot .dot2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(254, 184, 93, 0.8);
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

/* our work */
.our-work {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #ec343a;
  left: 50%;
  margin-left: -2px;
}

.timeline li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin-top: -60px;
}

.timeline li .timeline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.timeline li:nth-child(even) .timeline-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.timeline-box .timeline-badge {
  padding: 20px 35px;
  background-color: #f5f5f5;
}

.timeline-box .timeline-badge .tb-title {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
}

.timeline-box .timeline-badge .tb-subtitle {
  color: #282828;
  font-size: 18px;
}

.timeline li:nth-child(even) .timeline-box .timeline-badge {
  text-align: right;
}

.our-work .more-work {
  text-align: center;
}

.our-work .more-work a {
  color: #ec343a;
  font-size: 24px;
  font-weight: 600;
}

.our-work .more-work a:hover {
  color: #282828;
}

/* prcess news */
.prcess-news {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
}

/* our process */
.op-slider {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 70px;
}

.op-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.op-slider-item.swiper-slide-active .op-slider-img img {
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.op-slider-item.swiper-slide-active .op-slider-content > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.op-slider-item.swiper-slide-active .op-slider-content > *:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.op-slider-item.swiper-slide-active .op-slider-content > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.op-slider-item.swiper-slide-active .op-slider-content > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.op-slider-item.swiper-slide-active .op-slider-content > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.op-slider-item.swiper-slide-active .op-slider-content > *:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.op-slider-img {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  background-color: #ec343a;
}

.op-slider-svg {
  position: absolute;
  top: 50%;
  z-index: -1;
  color: #ddd;
  left: 50%;
  width: 120px;
  margin: -120px 0 0 -60px;
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.op-slider-svg g {
  fill: #fff;
}

.op-slider-img.op-slider-1 {
  background-color: #ec343a;
}

.swiper-slide-active .op-slider-img.op-slider-2 svg {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.op-slider-img.op-slider-3 svg {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.swiper-slide-active .op-slider-img.op-slider-3 svg {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.op-slider-img.op-slider-4 svg {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}

.swiper-slide-active .op-slider-img.op-slider-4 svg {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.op-slider-img.op-slider-5 svg {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}

.swiper-slide-active .op-slider-img.op-slider-5 svg {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.op-slider-img.op-slider-6 svg {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.swiper-slide-active .op-slider-img.op-slider-6 svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.op-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.op-slider-content {
  padding-left: 135px;
}

.op-slider-content > * {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.op-slider-title {
  color: #282828;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  font-size: 38px;
  position: relative;
}

.op-slider-title:before {
  position: absolute;
  content: "";
  left: -55px;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #282828;
  margin-top: 0;
}

.op-slider-text {
  font-size: 18px;
  color: #282828;
  max-width: 300px;
}

.op-slider-pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.op-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

.op-slider-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 55px;
  display: block;
  background: #062744;
  opacity: 0.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
}

.op-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
}

/* news */
.update-news .home-sect-title {
  margin-bottom: 30px;
}

.news-box .news-img {
  margin-right: 40px;
  border-radius: 17px;
  -webkit-box-shadow: 10px 10px 15px #0000001c;
          box-shadow: 10px 10px 15px #0000001c;
  position: relative;
  overflow: hidden;
}

.news-box .news-content {
  -webkit-box-shadow: 10px 10px 15px #0000001c;
          box-shadow: 10px 10px 15px #0000001c;
  margin-left: 40px;
  background-color: #fff;
  padding: 70px 15px 20px;
  margin-top: -50px;
  border: 1px solid #f5f5f5;
}

.news-box .news-content .sub-title {
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}

.news-box .news-content .title a {
  font-weight: 600;
  color: #ec343a;
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0 7px;
}

.news-box .news-content .title a:hover {
  color: #000;
}

.news-box .news-content .news-text {
  font-size: 16px;
  color: #282828;
  line-height: 24px;
  padding-bottom: 5px;
}

.news-box .news-content .more-detail {
  text-align: right;
}

.news-box .news-content .more-detail a {
  color: #ec343a;
}

.news-box .news-content .more-detail a:hover {
  color: #000;
}

/* testimonial start */
.testimonial {
  position: relative;
  overflow: hidden;
  padding: 50px 0 70px;
}

#testimonial-slider {
  max-width: 900px;
  margin: 15px auto 0;
}

#testimonial-slider .carousel-control {
  background: none;
  color: #ec343a;
  font-size: 30px;
  text-shadow: none;
  width: initial;
  opacity: 1;
  bottom: initial;
}

#testimonial-slider .carousel-control i {
  font-family: 'Fontawesome' !important;
}

#testimonial-slider .carousel-control.left {
  left: -45px;
  top: 55px;
}

#testimonial-slider .carousel-control.right {
  right: -45px;
  top: 55px;
}

#testimonial-slider .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#testimonial-slider .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#testimonial-slider .carousel-indicators .active {
  width: 100px;
  height: 100px;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 5px solid #ec343a;
}

#testimonial-slider .carousel-inner {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 15px #0000001c;
          box-shadow: 10px 10px 15px #0000001c;
}

#testimonial-slider .item {
  padding: 20px 30px;
  line-height: 28px;
  color: #444;
}

/* home page contact section start */
.hoem-cont-form {
  background-color: #f5f5f5;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.hoem-cont-form .home-sect-title {
  margin-bottom: 30px;
}

.hoem-cont-form .contact-us-form {
  padding: 0;
}

.hoem-cont-form .contact-us-form span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  display: block;
}

.hoem-cont-form .contact-us-form div.wpcf7-response-output {
  margin: 0 auto;
  width: 100%;
  float: left;
  font-size: 14px;
  padding: 5px 0;
  border: none;
  color: red;
}

.hoem-cont-form .contact-us-form .cuf-col {
  width: 100%;
  float: left;
}

.hoem-cont-form .contact-us-form .cuf-col .input_cover {
  float: left;
  width: 49%;
  margin-left: 2%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px !important;
}

.hoem-cont-form .contact-us-form .cuf-col .input_cover i {
  width: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 11px;
  line-height: 24px;
  border-right: 1px solid #444;
  margin: auto;
  height: 24px;
  font-size: 16px;
  color: #444;
  z-index: 1;
  font-family: FontAwesome !important;
}

.hoem-cont-form .contact-us-form .cuf-col .input_cover:first-child {
  margin-left: 0;
}

.hoem-cont-form .contact-us-form .cuf-col.cuf-col-full .input_cover {
  width: 100%;
}

.hoem-cont-form .contact-us-form .cuf-col.cuf-col-full .captcha_form {
  margin-bottom: 15px !important;
}

.hoem-cont-form .contact-us-form .cuf-col input, .hoem-cont-form .contact-us-form .cuf-col textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  padding: 12px 8px 12px 42px;
  height: initial;
  margin-bottom: 0;
}

.hoem-cont-form .contact-us-form .cuf-col input:focus {
  border: 1px solid #777676;
}

.hoem-cont-form .contact-us-form .cuf-col textarea {
  height: 100px;
}

.hoem-cont-form .contact-us-form .cuf-col textarea:focus {
  border: 1px solid #777676;
}

.hoem-cont-form .contact-us-form .cuf-col .wpcf7-submit {
  width: initial;
  padding: 12px 25px;
  background: #ec343a;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  font-weight: 700;
}

.hoem-cont-form .contact-us-form .cuf-col .wpcf7-submit:hover {
  background-color: #444;
  outline: none;
  border: none;
}

.hoem-cont-form .contact-us-form .wpcf7-form div.wpcf7-validation-errors {
  font-size: 14px;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-top: 0;
}

.hoem-cont-form .contact-us-form .intl-tel-input .flag-container {
  padding: 10px 0;
}

.hoem-cont-form .contact-us-form .intl-tel-input .selected-flag {
  width: 34px;
  padding: 0 7px;
  border-right: 1px solid #444;
}

.hoem-cont-form .contact-us-form .intl-tel-input .selected-flag .iti-arrow {
  right: 0;
}

.hoem-cont-form .contact-us-form.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

.hoem-cont-form .contact-us-form.allow-dropdown .flag-container .selected-flag:focus {
  outline: none;
}

.hoem-cont-form .contact-page .hoem-cont-form {
  background-color: transparent;
  padding: 0;
}

.carousel-indicators {
  margin: 0 0 0 -30%;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid grey;
  background-color: grey;
}

.carousel-indicators.active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid grey;
}

/* home page contact section end */
/* home-page css end */
/* inquiry page css start */
.inquiry_title {
  color: #2d2d43;
  font-weight: 700;
  font-size: 24px;
  margin: 10px 0 40px;
  padding: 10px 0;
}

.save-up {
  font-weight: 400;
  color: #000;
  line-height: 32px;
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
}

.inquery_address .our-office {
  padding-left: 15px;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
  margin: 0 0 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
}

.p-l-0 {
  padding-left: 0;
}

.inquery_add_padd {
  display: inline-block;
  width: 100%;
}

.inquery_add_padd .inquery_inner .inquery_img {
  margin-bottom: 25px;
}

.inquery_add_padd .inquery_inner .inquery_address_right {
  margin-bottom: 25px;
}

.inquery_add_padd .inquery_inner .inquery_address_right .ca-title {
  font-size: 18px;
  padding-bottom: 5px;
  color: #ec353a;
  font-weight: 600;
}

.inquery_add_padd .inquery_inner .inquery_address_right .ca-address {
  font-size: 14px;
}

.inquery_add_padd .inquery_inner .inquery_address_right .ca-address a {
  color: #000;
}

.inquery_add_padd .inquery_inner .inquery_address_right .ca-address a:hover {
  color: #ec353a;
}

.contact-page .hoem-cont-form {
  background: transparent;
  padding-top: 0;
}

.contact-page .hoem-cont-form .contact-us-form {
  padding: 0;
}

/* inquiry page css end */
/* red box start*/
.detail-box {
  margin-top: 35px;
  margin-bottom: 35px;
}

.detail-box .equal_height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-box .equal_height .package-box {
  padding: 10px;
}

.detail-box .equal_height .package-box .packaging_innerbg {
  padding: 15px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ec353a), to(#ec353a));
  background: linear-gradient(to right, #ec353a 0, #ec353a 100%);
  height: 100%;
}

.detail-box .equal_height .package-box .packaging_innerbg .deteling_box {
  position: relative;
  width: 100%;
}

.detail-box .equal_height .package-box .packaging_innerbg .deteling_box .detail_title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.detail-box .equal_height .package-box .packaging_innerbg .deteling_box .detal_icons {
  float: right;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.detail-box .equal_height .package-box .packaging_innerbg .deteling_box .detal_icons img {
  float: right;
  margin-bottom: 10px;
}

.detail-box .equal_height .package-box .packaging_innerbg .deteling_box .detal_icons:before {
  content: '';
  right: -8px;
  top: -8px;
  bottom: 0;
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 50px;
  border: 1px dashed #ffffff87;
  border-radius: 50%;
}

.detail-box .equal_height .package-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

/* red box end*/
/* quick inquiry form start*/
.sidebar-form input, .sidebar-form textarea {
  width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 38px 0 38px 0;
  -webkit-box-shadow: 7px 0px 15px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.sidenav .sidenav_title {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 5px 15px 30px;
  color: #ec343a;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #362e86;
}

.sidenav .closebtn {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 35px;
  padding: 0;
  line-height: 1;
  color: #ec353a;
}

.sidenav .wpcf7-form .contact-us-form .large-12.columns .g-recaptcha {
  margin-top: 0px;
  border-bottom: none;
}

.sidenav .wpcf7-form .contact-us-form .iti__selected-flag {
  padding-left: 0;
}

.sidenav .wpcf7-form .contact-us-form .iti--allow-dropdown input[type=tel] {
  padding-left: 40px;
}

.sidenav .wpcf7-form .contact-us-form {
  padding-right: 20px;
  padding-left: 20px;
}

.sidenav .wpcf7-form .contact-us-form .cuf-col {
  margin-bottom: 0px;
}

.sidenav .wpcf7-form .contact-us-form .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.sidenav .wpcf7-form .contact-us-form .recaptcha {
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sidenav .wpcf7-form .contact-us-form .wpcf7-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  background: 0 0;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  padding-bottom: 10px;
}

.sidenav .wpcf7-form .contact-us-form:focus {
  border-bottom: 1px solid #777676;
}

.sidenav .wpcf7-form .contact-us-form textarea.wpcf7-form-control {
  resize: none;
  height: 90px;
}

.sidenav .wpcf7-form .contact-us-form .cuf-col.qi-captcha .wpcf7-form-control {
  border-bottom: 0;
}

.sidenav .wpcf7-form .contact-us-form .cuf-col.qi-btn {
  margin-bottom: 0;
}

.sidenav .wpcf7-form .contact-us-form .wpcf7-submit {
  border-radius: 0;
  border: 1px solid #ec343a;
  background: #ec343a;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 12px;
}

.sidenav .wpcf7-form .contact-us-form .wpcf7-submit:hover {
  background-color: #444;
  outline: none;
  border: 1px solid #444;
}

.sidenav .wpcf7-form .contact-us-form .intl-tel-input .flag-container {
  top: -7px;
}

.sidenav .wpcf7-form .contact-us-form .g-recaptcha {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sidenav .wpcf7-form .contact-us-form .iti__flag-container {
  top: -13px;
}

.sidenav .wpcf7-form .contact-us-form .wpcf7-form-control-wrap .span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.sidenav .wpcf7-form .contact-us-form .large-12.columns .g-recaptcha {
  margin-top: 15px;
}

.sidenav .wpcf7-form .contact-us-form .side_button .wpcf7-submit {
  margin: 10px 0px 20px;
}

/* mix css start */
.Gn-mt-30 {
  margin-bottom: 20px;
}

.Gn-mt-30 .h1-heading-red .small-txt {
  font-weight: 300;
}

.left-mt-30 {
  margin-bottom: 50px;
}

.left-mt-30 .h1-heading-red .small-txt {
  font-weight: 300;
}

.brochure_border_left .h1-heading-red .small-txt {
  font-weight: 300;
}

.v-midle-txt-img {
  vertical-align: middle;
  height: 560px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* mix css end */
/* letest-work slick-next slick-prev */
.letest-work .recent-post-carousel.design-1 .post-image-bg {
  margin-bottom: 0;
}

.letest-work .recent-post-carousel.design-1 .slick-prev {
  right: 35px !important;
  top: -30px;
  left: auto !important;
  background: url("../img/leftt-arrow.png") !important;
  height: 30px;
  width: 30px;
  background-size: 90% !important;
  opacity: 0.5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.letest-work .recent-post-carousel.design-1 .slick-next {
  right: 0 !important;
  top: -30px;
  background: url("../img/right-arrow.png") !important;
  height: 30px;
  width: 30px;
  background-size: 90% !important;
  opacity: 0.5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.letest-work .recent-post-carousel.design-1 button.slick-next:hover, .letest-work .recent-post-carousel.design-1 button.slick-next:focus, .letest-work .recent-post-carousel.design-1 button.slick-prev:hover {
  background: url("../img/right-arrow.png") !important;
  height: 30px;
  width: 38px;
  right: -15px !important;
  background-size: 90% !important;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.letest-work .recent-post-carousel.design-1 button.slick-prev:focus {
  background: url("../img/leftt-arrow.png") !important;
  height: 30px;
  width: 38px;
  background-size: 90% !important;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 40px !important;
}

.letest-work .wp-sub-content {
  padding-bottom: 0;
}

.letest-work .our-portfolio {
  padding: 0px;
}

.letest-work .our-portfolio .theme-title {
  display: none;
}

.letest-work .our-portfolio .wrapper {
  padding: 0px !important;
  margin-top: 30px !important;
}

.letest-work .recent-post-carousel.design-1 a.readmorebtn, .letest-work .slick-dots a.readmorebtn {
  display: none;
}

.letest-work .recent-post-carousel .slick-dots, .letest-work .recent-post-carousel .wp-post-date, .letest-work .recent-post-carousel h2.wp-post-title, .letest-work .recent-post-carousel .post-content-position {
  display: none !important;
}

/*youtube colan script css start booklet-design-canada*/
.youtube-section-1 {
  -webkit-box-shadow: 0px 0px 8px 0px #ccc;
          box-shadow: 0px 0px 8px 0px #ccc;
  z-index: 9;
}

.youtube-section-1 .w-heading {
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em !important;
}

.youtube-section-1 .w-heading:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-bottom: 3px solid #ec353a;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  width: 36%;
  margin: 0 auto;
}

.youtube-section-1 .w-heading .h1-txt {
  font-family: Poppins;

  font-weight: 600 !important;
  font-size: 50px;
  line-height: 55px;
  color: #000;
  text-align: center;
}

.youtube-section-1 .w-heading .p-txt {
  font-family: Poppins;

  font-weight: 600 !important;
  font-size: 40px;
  line-height: 55px;
  color: #000;
  text-align: center;
}

.youtube-section-1 .customebanner_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  padding-top: 2em;
}

.youtube-section-1 .customebanner_text strong {
  font-weight: 500 !important;
  font-size: 18px;
}

.youtube-section-1 .youtube_inner_img img {
  max-width: 100%;
}

/*youtube colan script css end booklet-design-canada*/
/* youtube-section-8 start*/
.youtube-section-8 {
  background-size: 430px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 0;
  padding-bottom: 0;
}

.youtube-section-8 .h1-heading-red {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.youtube-section-8 .h1-heading-red .p-txt {
  font-family: Poppins;

  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 26px;
  text-align: right;
  margin-bottom: 0;
}

.youtube-section-8 .h1-heading-red .cstm-h2 {
  font-family: Poppins;

  width: 100%;
  margin: 0;
  font-weight: 600 !important;
  font-size: 40px;
  color: #ec353a !important;
  line-height: 48px;
  text-align: right;
}

.youtube-section-8 .h1-heading-red:before {
  position: absolute;
  top: auto;
  bottom: -20px;
  right: 0;
  width: 34%;
  margin: 0;
  content: "";
  height: 4px;
  background-size: 100%;
  border-bottom: 4px solid gray;
}

.youtube-section-8 .cstm-txt {
  font-family: Poppins;

  font-weight: 400;
  font-size: 16px;
  color: #464646;
  line-height: 28px;
}

.youtube-section-8 .cstm-txt strong {
  font-weight: 600;
  font-size: 22px;
  color: #ec353a;
}

/* youtube-section-8 end*/
.cstm-list-2 {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: left;
  position: relative;
}

.cstm-list-2 li {
  padding: 0 0px 15px 30px;
  line-height: 28px;
  font-size: 16px;
  color: #282828;
  position: relative;
}

.cstm-list-2 li:after {
  content: "\f138";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 20px;
  display: inline-block;
  color: #ec353a;
}

.cstm-list-2 li a:hover {
  color: #000;
}

/* site map start*/
.sprak-sitemap .main-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #ec353a;
}

.sprak-sitemap .title {
  font-weight: 700;
}

.sprak-sitemap .title a {
  color: #ec353a;
}

.sprak-sitemap .title a:hover {
  color: #23527c;
}

.sprak-sitemap ul {
  padding-left: 20px;
}

.sprak-sitemap ul li {
  padding-bottom: 5px;
  line-height: 28px;
}

.sprak-sitemap ul li a {
  color: #ec353a;
}

.sprak-sitemap ul li a:hover {
  color: #23527c;
}

/* site map end*/
.inner-page-banner {
  margin-bottom: 40px;
  background: no-repeat center;
  position: relative;
}

.inner-page-banner .opacity {
  background: rgba(0, 0, 10, 0.55);
  padding: 305px 0 210px;
  text-align: center;
}

.inner-page-banner .opacity h1 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  padding: 0 20px;
}

.single-portfolio .inner-page-banner .opacity {
  background: rgba(0, 0, 10, 0.55);
  padding: 0 !important;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.challenges_development .challenges {
  background: #fcfafc;
  -webkit-box-shadow: 0 0 10px 0 black;
          box-shadow: 0 0 10px 0 black;
  border-radius: 10px;
  padding: 15px;
}

.challenges_development .challenges .biggest {
  font-size: 16px;
}

.challenges_development .challenges .biggest strong {
  color: #ec353a;
  font-size: 20px;
  font-weight: 600;
}

.design_text_center .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design_text_center .row .design_center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design_text_center .row .design_center .p-txt {
  display: block;
}

/* thank you page start */
.thank-you_page {
  text-align: center;
  -webkit-box-shadow: 2px 1px 10px 0px #ed313729;
          box-shadow: 2px 1px 10px 0px #ed313729;
  padding: 35px;
}

.thank-you_page p {
  font-size: 19px;
  margin-bottom: 38px;
}

.thank-you_page .email_text_templet a {
  font-size: 20px;
}

.thank-you_page .email_text_templet a i {
  background: #ed3137;
  padding: 12px;
  border-radius: 32px;
  margin-right: 10px;
  color: #fff;
}

/* thank you page end */
.challenges_development .cstm-txt {
  background: #fcfafc;
  -webkit-box-shadow: 0 0 10px 0 black;
          box-shadow: 0 0 10px 0 black;
  border-radius: 10px;
  padding: 15px;
}

.challenges_development strong {
  color: #ec353a;
  font-size: 20px;
  font-weight: 600;
}

/* choose-the-most-unique-brochure-design start */
.unique_banner_part {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 490px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.unique_banner_part:after {
  content: "";
  background: #e9141a;
  width: 57%;
  position: absolute;
  left: 0;
  top: -80px;
  height: 150%;
  border-radius: 0 50% 50% 0;
  z-index: -1;
}

.unique_banner_part:before {
  content: "";
  width: 59%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -120px;
  background: rgba(255, 0, 0, 0.3);
  z-index: 0;
  border-radius: 0 50% 50% 0;
}

.unique_banner_part .unique_banner_txt .bnner_cap_tex {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 32px;
}

.unique_banner_part .unique_banner_txt .banner_midam_txt {
  color: #fff;
  margin: 0;
  font-size: 25px;
  line-height: 32px;
}

.unique_banner_part .unique_banner_txt h1 {
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  position: relative;
  padding: 7px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.unique_block_section-2 {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.unique_block_section-2 .unique_block_inner .resp_Brochure_img img {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}

.unique_block_section-2 .unique_block_inner .resp_wh_brochure .p-txt:first-child {
  margin-bottom: 40px;
}

.uniquic_section-3 {
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right 238px;
}

.uniquic_section-3 .unique_block_inner .outstanding .uni_big_title span {
  font-size: 28px;
}

.uniquic_section-3 .unique_block_inner .p-txt {
  margin-bottom: 35px;
}

.uniquic_section-3 .unique_block_inner .brochure_border_left .Why_subtitle {
  font-size: 16px;
  font-weight: 600;
}

.uniquic_section-4 {
  background: #49494b;
  padding-top: 35px;
}

.uniquic_section-4 .h3_heading_title {
  position: relative;
}

.uniquic_section-4 .h3_heading_title .border_red {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  background: #ef3438;
  width: 50px;
  border: 1px solid #ef3438;
  padding: 2px;
  border-radius: 25px;
}

.uniquic_section-4 .h3_heading_title h3 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  position: relative;
  padding: 0 0 0 60px;
  font-weight: 700;
  margin: 0 0 45px 0;
}

.uniquic_section-4 .chure_Den_list {
  margin-bottom: 35px;
}

.uniquic_section-4 .chure_Den_list p {
  color: #fff;
  line-height: 28px;
}

.uniquic_section-4 .chure_Den_list .h4_heading_title {
  margin-bottom: 20px;
  position: relative;
}

.uniquic_section-4 .chure_Den_list .h4_heading_title h4 {
  color: #ef3438;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  font-weight: 400;
}

.uniquic_section-4 .chure_Den_list .h4_heading_title .border_white {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  background: #fff;
  width: 30px;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 25px;
}

.overlap_block_section-5 .sepl_main {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  padding-right: 410px;
  position: relative;
  height: 320px;
}

.overlap_block_section-5 .sepl_main .sepl_img {
  position: absolute;
  right: 0;
  top: -20px;
}

.overlap_block_section-5 .sepl_main .Select_proper {
  background: #fff;
  padding: 30px;
  margin-top: 100px;
  height: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 3px 4px 10px 0px black;
          box-shadow: 3px 4px 10px 0px black;
}

.overlap_block_section-5 .sepl_main .Select_proper .sepl_title {
  font-size: 22px;
  color: #282828;
  font-weight: 600;
}

.overlap_block_section-5 .sepl_main .Select_proper .sepl_title .p-txt {
  color: #282828;
  font-weight: 300;
}

.overlap_block_section-5 .sepl_box3 {
  padding-right: 0;
  height: auto;
  margin-top: 40px;
}

.overlap_block_section-5 .sepl_box2 {
  padding-left: 410px;
  width: 100%;
  padding-right: 0;
}

.overlap_block_section-5 .sepl_box2 .sepl_img2 {
  left: 0;
}

.different_block_section-6 {
  margin-bottom: 40px;
}

.different_block_section-6 .desncy-title .Why_title {
  margin-bottom: 15px;
}

.different_block_section-6 .desncy-title .Why_title .h3_sec_title {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 28px;
  font-weight: 700;
  color: #282828;
  line-height: 42px;
}

.different_block_section-6 .desncy-title .Why_title .h3_sec_title h3 {
  font-size: 35px;
  line-height: 42px;
  position: relative;
  margin: 0;
  color: #282828;
}

.different_block_section-6 .desncy-title .Why_title .h3_sec_title strong {
  font-size: 35px;
  line-height: 42px;
  position: relative;
  margin: 0;
  color: #282828;
}

.different_block_section-6 .desncy-title .Why_title .h3_sec_title .border_red {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  background: #ef3438;
  width: 50px;
  border: 1px solid #ef3438;
  padding: 2px;
  border-radius: 25px;
}

.Booklet_type_sec .full_section_diff .img_fluid .img_inner_left {
  width: 300px;
  float: left;
  margin-right: 20px;
}

.Booklet_type_sec .main_2diff_part .diffe_main {
  padding-left: 330px;
  padding-right: 80px;
}

.Booklet_type_sec .main_2diff_part .diffe_main li {
  border-bottom: 1px solid #fbd2d3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.Booklet_type_sec .main_2diff_part .diffe_main li .different_subtitle {
  font-size: 22px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 10px;
}

.Booklet_type_sec .main_2diff_part .diffe_main li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* choose-the-most-unique-brochure-design end */
.h1-heading-2 {
  color: #282828;
  font-size: 26px;
  line-height: 36px;
  margin: 0 auto;
}

.building_successful .way-want p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.building_successful .way-want p strong {
  font-weight: 700;
  font-size: 38px;
  color: #ec353a;
  font-family: Poppins;

  line-height: 44px;
}

/*Keypoint Css Start*/
.introduction-list {
  padding: 13px 25px;
  border: 2px solid #ddd;
  margin-bottom: 20px;
  display: table;
  border-radius: 5px;
}

.introduction-list .introduction-list-title {
  color: #ec353a;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.introduction-list .introduction-list-title .blog_tbl {
  padding: 0 10px;
  margin-left: 10px;
  background: #ec353a;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
}

.introduction-list ol {
  margin: 10px 0 0;
}

.introduction-list ol li {
  list-style: none;
  padding-bottom: 5px;
}

.introduction-list ol li a {
  color: rgba(0, 0, 0, 0.65);
}

/*Keypoint Css End*/
.img_cover {
  background-size: cover;
}

.color-white {
  color: #fff;
}

.sm_area ul {
  padding-left: 20px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  margin: 0 !important;
  padding: 5px 15px !important;
  border: none !important;
  color: red;
  font-size: 13px;
}

/*	Responsive Css Start */
.design_firms .gra_title_right {
  padding-top: 60px;
}

.mgb-335 {
  margin-bottom: 335px;
}

.port-detail-bnr-bg {
  background-color: #2a2b31;
}

.late-disp-frc-cls {
  display: none !important;
}

.entry-footer {
  margin-bottom: 20px;
}

.entry-footer span a {
  font-size: 0.71111em;
  font-weight: 500;
  color: #767676;
}

.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry-content {
  margin: 30px 0;
  max-width: calc(6 * (100vw / 12) - 28px);
}

.post-thumbnail .post-thumbnail-inner {
  position: relative;
}

.post-thumbnail .post-thumbnail-inner:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.single-post.custom-post-contents :not([href])[id]::before {
  content: " ";
  display: block;
  height: calc(102px + 1.5rem);
  margin-top: calc(-102px - 1.5rem);
  pointer-events: none;
  visibility: hidden;
}

.h3-blog-heading {
  font-size: 16px;
  color: #747474;
  margin: 0;
}

/* event page start */
.top-banner {
  padding-top: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-banner .top-banner-opacity {
  background: rgba(0, 0, 10, 0.55);
  width: 100%;
  /* display: inline-block;*/
}

.top-banner .top-banner-title {
  margin-bottom: 0;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.life-at-sprak-design-template-default .blog-details {
  margin-top: 3rem;
}

.life-at-sprak-design-template-default .blog-details a {
  width: 100%;
}

.life-at-sprak-design-template-default .blog-details a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-object-position: top center;
     object-position: top center;
}

.life-at-sprak-design-template-default .blog-details a img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sprak_life_main .top-banner-title {
  padding-left: 12vw;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.sprak_life_main .top-banner-title p {
  font-size: 36px;
  color: #ffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 0;
}

.sprak_life_main .top-banner-title p span {
  font-size: 44px;
  font-weight: bold;
}

.sprak_life_main .tp-title {
  font-size: 42px;
  color: #ed3137;
  margin: 50px 0 20px;
  font-weight: bold;
}

.sprak_life_main .tp-text {
  color: #464646;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 60px;
}

.sprak_life_main .info-img-main {
  margin-bottom: 2rem;
}

.sprak_life_main .info-img-main .info-title {
  text-align: center;
}

.sprak_life_main .info-img-main .info-title p {
  font-size: 21px;
  font-weight: 600;
  color: #464646;
  padding-bottom: 5px;
}

.sprak_life_main .info-img-main .info-img a {
  width: 100%;
}

.sprak_life_main .info-img-main .info-img a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  -o-object-position: top center;
     object-position: top center;
}

.event-nav .next a {
  position: relative;
  padding: 6px 15px 6px 40px;
  font-size: 1.1em;
  font-family: "Poppins";
  background: #ec353a;
  border-radius: 30px;
  color: #fff;
  width: 220px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

.event-nav .next a:hover {
  background-color: #3f3f3f;
}

.event-nav .next a:hover:after, .event-nav .next a:hover:after {
  background: #ec353a;
}

.event-nav .next a::after {
  content: "\f100";
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  top: 0px;
  left: 0px;
  color: white;
  width: 25px;
  height: 43px;
  bottom: 0px;
  padding-right: 5px;
  text-align: right;
  background: #3f3f3f;
}

/* event page end */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.life-at-sprak-design-template-default .pagination > li {
  margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > span.current {
  color: #fff;
  background-color: #ec353a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.design_firms .gra_title_right {
  padding-top: 60px;
}

.mgb-335 {
  margin-bottom: 335px;
}

.port-detail-bnr-bg {
  background-color: #2a2b31;
}

.late-disp-frc-cls {
  display: none !important;
}

.entry-footer {
  margin-bottom: 20px;
}

.entry-footer span a {
  font-size: 0.71111em;
  font-weight: 500;
  color: #767676;
}

.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry-content {
  margin: 30px 0;
  max-width: calc(6 * (100vw / 12) - 28px);
}

.post-thumbnail .post-thumbnail-inner {
  position: relative;
}

.post-thumbnail .post-thumbnail-inner:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.h3-blog-heading {
  font-size: 16px;
  color: #747474;
  margin: 0;
}

.inner-blog-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details.blog-v3 .img-center img {
  margin: 0 auto;
}

.rate-h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  display: block;
  padding: 0;
  color: #2d2d43;
}

.header_style_h2 {
  font-size: 2.5rem;
  width: 100%;
}

.header_style_h3 {
  font-size: 2rem;
  width: 100%;
}

.header_style_h4 {
  font-size: 1.8rem;
  width: 100%;
}

.header_style_h5 {
  font-size: 1.5rem;
  width: 100%;
}

.rate-h3.list_bult {
  position: relative;
  padding-left: 16px;
}

.rate-h3.list_bult:before {
  content: "●";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  color: #000;
}

.blog-detail .blog-post-title .add-new-b-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: auto;
  display: inline-block;
}

/* our client section start */
.logo-section-home .imagelist ul li img {
  border: 1px solid #D9DADA;
}
.logo-section-home .t03 .imagelist {
  padding-top: 15px;
}
.logo-section-home .imagelist ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-section-home .imagelist ul li {
  border-radius: 0px 0px;
  margin: 0 15px 5px 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 195px;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 10px;
}
.logo-section-home .imagelist ul li:hover {
  top: -5px;
  border-radius: 0px 0px;
  padding: 10px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 36%);
}

.logo-section-home .t03 .heading_override div.underline {
  position: relative;
  font-weight: 300;
  margin-left: 20px;
  margin-right: 0;
  font-size: 1.6rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "signika","sans-serif";
  border-bottom: 1px solid #dfdfdfad;
  color: #3f3f3f;
}

.logo-section-home .t03 div.underline span {
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 11px;
  position: relative;
  font-size: 36px;
  color: #ec343a;
  font-weight: 500;
  line-height: 42px;
}
.logo-section-home .t03 div.underline span:before {
  position: absolute;
  content: "";
  left: -73px;
  top: 50%;
  width: 57px;
  height: 3px;
  background-color: #ec343a;
  margin-top: 0;
}
.client-logo-more{
  position: absolute;
  color: #ec353a;
  font-size: 37px;
  background: none;
  border: none;
  top: 0px;
  right: 24px;
  
}
/* our client section end */




/* responsive start */
@media only screen and (min-width: 768px) {
  .entry .entry-content > *, .entry .entry-summary > * {
    margin: 32px 0;
  }
}

@media (max-width: 1270px) {
  .packaging-design-comp-sec-4:after {
    top: -30px;
  }
}

@media (max-width: 1199px) {
  .entry-footer {
    max-width: 100%;
  }
  .entry-content {
    max-width: 100%;
  }
  .header-wrapper .ubermenu .ubermenu-target {
    padding: 15px;
  }
  .header-wrapper .ubermenu-skin-white {
    background: none;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 15px;
    padding: 33px 8px !important;
  }
  header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a {
    padding: 14px 13px 20px;
    font-size: 16px;
  }
  header.menu-style-three #mega-menu-wrapper .nav .login-button a {
    margin-left: 0 !important;
    margin-top: 7px !important;
    width: 86px;
    line-height: 32px;
    font-size: 13px;
  }
  /* New Header Design Start*/
  .top-header-nw .logo {
    width: 15%;
    min-height: 60px;
  }
  .top-header-nw .float-right.top-right-block {
    width: 85%;
  }
  .top-header-nw .custom_mega_nav_.full-menu-style {
    width: 100%;
  }
  .top-header-nw .phone-nav li a {
    font-size: 23px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 23px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 20px;
    top: 0px;
  }
  .top-header-nw .top-nav-icon .fa-skype {
    font-size: 24px;
  }
  .top-header-nw .top-nav-icon .fa-facebook-square {
    font-size: 26px;
  }
  .top-header-nw .top-nav-icon .fa-whatsapp {
    font-size: 26px;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle {
    height: 35px;
    width: 35px;
  }
  .top-header-nw .float-right.t.top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle::after, .top-header-nw .float-right.t.top-header-nw .float-right.top-right-block.we-r-hirng .ft_socialicons .btn-circle::before {
    height: 35px;
    width: 35px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo img {
    width: 100px;
  }
  /* New Header Design End*/
  .header-wrapper {
    padding: 0px;
  }
  .top-header-nw .logo {
    width: 15%;
    min-height: 60px;
  }
  .top-header-nw .logo img {
    width: 100px;
  }
  .top-header-nw .top-right-block {
    width: 85%;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 20px;
    top: 0px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 24px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 23px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 23px;
  }
  .packaging-design-comp-sec-4 {
    padding: 40px 0 0px;
    background: #ee4d51;
  }
  .packaging-design-comp-sec-4 .packaging_bg-top .pdd_red_100 {
    padding-left: 0px;
    text-align: left;
  }
  .packaging-design-comp-sec-4 .dedicated_main {
    padding-top: 0;
  }
  /* layout 5 start*/
  .brochure_design_wrap .banner_border_title .w_heading h1 {
    font-size: 40px;
  }
  .agency_banner_inner .agency_banner {
    width: 140%;
  }
  .agency_banner_inner .agency_uk {
    max-width: 50%;
  }
  /* layout 5 end*/
  /* home-page css start */
  .home-sect-title:before {
    left: 0;
    top: -12px;
  }
  .mid-txt-block .p-large {
    font-size: 50px;
    line-height: 52px;
  }
  /* home-page css end */
  /*youtube colan script css end booklet-design-canada*/
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 40px;
  }
  .youtube-section-1 .w-heading .p-txt {
    font-size: 32px;
    line-height: 38px;
  }
  /*youtube colan script css end booklet-design-canada*/
  .youtube-section-1 .w-heading .p-txt {
    font-size: 32px;
    line-height: 38px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 40px;
  }
  .inner-page-banner .opacity p {
    font-size: 35px;
    line-height: 50px;
  }
  /* choose-the-most-unique-brochure-design start */
  .unique_banner_part:after {
    width: 60%;
    top: -120px;
  }
  .unique_banner_part:before {
    width: 63%;
  }
  .unique_block_section-2 {
    margin-bottom: 30px;
  }
  .uniquic_section-3 {
    margin-bottom: 0;
  }
  /* choose-the-most-unique-brochure-design end */
  .building_successful .way-want p strong {
    font-size: 36px;
    line-height: 50px;
  }
  .packaging-design-comp-sec-4 .p-txt-white {
    padding-left: 0;
  }
  /* our client start */
  .logo-section-home .imagelist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .logo-section-home .imagelist ul li {
    border-radius: 0px 0px;
    margin: 0 35px 5px 0;
  }
  .logo-section-home .t03 div.underline span:before {
    left: 0;
    top: -12px;
  }
  /* our client end */



}

@media (max-width: 1024px) {
  .inner-blog-img {
    height: auto;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 33px 5px !important;
  }
  .top-header-nw .logo {
    width: 20%;
  }
  .top-header-nw .float-right.top-right-block {
    width: 78%;
  }
  .top-header-nw .phone-nav li a {
    font-size: 26px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 28px;
  }
  .top-header-nw .logo {
    width: 20%;
  }
  .top-header-nw .top-right-block {
    width: 78%;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 28px;
  }
  /*Layout Css Start*/
  .packaging-design-comp-sec-5 {
    position: relative;
    background-size: cover;
    margin: 0;
  }
  .packaging-design-comp-sec-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .packaging-design-comp-sec-5::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    top: 0;
    bottom: 0;
    display: block !important;
  }
  .packaging-design-comp-sec-5 .flex-center img {
    padding: 0;
  }
  .packaging-design-comp-sec-4:after {
    background: url("../img/dedicated_bottom-bg.png") 0 0 no-repeat #ee4d51;
    height: 95%;
  }
  .packaging-design-comp-sec-2 .leaders_section {
    margin-top: 2.7em;
  }
  /*Layout Css End*/
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .third-box {
    z-index: 0;
    right: 2%;
    top: -12em;
    padding: 20px 15px 40px 35px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  #toTop {
    bottom: 80px;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle {
    float: right !important;
  }
  .ubermenu-responsive-toggle {
    float: right !important;
  }
  /* New Header Design Start*/
  /* .blog-details.blog-v3 { margin-top: 0px !important;} */
  .archive.tag .blog-details.blog-v3, .archive.category .blog-details.blog-v3 {
    margin-top: 150px !important;
  }
  .top-header-nw .phone-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .top-header-nw .phone-nav li a {
    font-size: 18px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px 0px 0px;
  }
  .top-header-nw .phone-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-header-nw .logo a::after {
    display: none;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo img {
    max-width: 80%;
    width: 100px;
  }
  .main-page-wrapper .top-header-nw .top-nav-icon {
    padding: 0px 0px;
  }
  .top-header-nw .float-right.top-right-block {
    width: 100%;
    padding: 0 0px 0px 15px;
    background: #f3f2f2;
  }
  .top-header-nw .logo {
    min-height: auto;
  }
  .top-header-nw .phone-nav .border-front::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    border: 1.5px solid #ED3137;
    height: 40px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon {
    margin: 0px;
  }
  .top-header-nw {
    padding: 0px;
    display: block;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo {
    width: 20%;
    position: relative;
    z-index: 10;
    padding: 12px 15px;
  }
  .top-header-nw .custom_mega_nav_.full-menu-style {
    width: 80%;
    top: 0px;
    right: 0px;
    position: absolute;
  }
  .home-page-section-4 .detail-block .heding_title_2 {
    font-size: 30px;
    line-height: 45px;
  }
  .home-blog-post .vc_pageable-slide-wrapper .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated:nth-child(3) {
    display: none;
  }
  .home-blog-post {
    margin-bottom: 30px !important;
  }
  .footer_right_bg .footer-copyright {
    padding: 10px;
    font-size: 12px;
  }
  .footer_text_retnt_address p {
    font-size: 14px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 30px;
  }
  .top-header-nw .top-nav-icon {
    margin: 5px auto 0px !important;
  }
  .top-header-nw .top-nav-icon .fa-skype {
    font-size: 32px;
  }
  .top-header-nw .top-nav-icon .fa-facebook-square {
    font-size: 32px;
  }
  .top-header-nw .top-nav-icon .fa-whatsapp {
    font-size: 32px;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    background: #fff;
    background-color: #fff;
    padding: 20px 0px;
  }
  .logo.float-left.tran4s a img {
    width: 135px;
  }
  .theme-menu-wrapper.menu-style-three .logo img {
    max-width: 70%;
  }
  header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav .quote-button a {
    margin: 0;
  }
  header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav .quote-button {
    padding: 5px 8px 10px 8px;
  }
  header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a:before {
    display: none;
  }
  header.theme-menu-wrapper {
    padding-top: 35px;
  }
  .theme-menu-wrapper.menu-style-two.inner-menu .logo {
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 80px;
  }
  .theme-menu-wrapper.menu-style-two .logo {
    left: 15px;
    top: 6px;
  }
  .theme-menu-wrapper.menu-style-three .logo img {
    max-width: 70%;
  }
  .theme-menu-wrapper.menu-style-three.fixed .logo {
    top: 1px;
  }
  #mega-menu-wrapper {
    float: none;
    width: 100%;
  }
  .theme-menu-wrapper.fixed .logo, .theme-menu-wrapper.menu-style-two.inner-menu.fixed .logo {
    -webkit-transform: none;
    transform: none;
    top: 30px;
  }
  header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a, header.theme-menu-wrapper.fixed #mega-menu-wrapper .nav > li.menu-list > a, header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav > li > a {
    padding: 0;
    margin: 0 8px;
  }
  header.theme-menu-wrapper #mega-menu-wrapper .nav > li > a:before {
    top: 28px;
  }
  header.theme-menu-wrapper #mega-menu-wrapper .nav .login-button a {
    margin: 10px 0 15px 5px;
  }
  header.theme-menu-wrapper #mega-menu-wrapper .nav > li.active > a:before, header.theme-menu-wrapper #mega-menu-wrapper .nav > li:hover > a:before {
    width: calc(100% - 60px);
  }
  header.theme-menu-wrapper.menu-style-three {
    padding-top: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .custom_mega_nav_ .navbar-toggle {
    display: none;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 20px 7px !important;
    font-size: 11px;
  }
  .custom_mega_nav_ .fa-bars:before {
    font-size: 23px;
  }
  /*Contact Form Css Start*/
  .get_connect_form .quick-inquiry-form .cuf-col {
    padding-left: 0;
    padding-right: 0;
  }
  .get_connect_form .inner-capcha .wpcf7-form-control-wrap .wpcf7-form-control {
    margin-top: 0;
  }
  .tran4s, .home-service-section ul li div i {
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  header.theme-menu-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-wrapper .container {
    width: 100%;
    padding: 0;
  }
  .header-wrapper .float-right ul {
    padding: 0 15px 0 0;
  }
  .top-header-nw {
    padding: 0;
    display: block;
  }
  .top-header-nw .logo {
    min-height: auto;
    width: 20%;
    position: relative;
    z-index: 10;
    padding: 5px 15px;
  }
  .top-header-nw .logo img {
    max-width: 80%;
    width: 100px;
  }
  .top-header-nw .logo a:after {
    content: none;
  }
  .top-header-nw .top-right-block {
    width: 100%;
    padding: 0 0 0 15px;
    background: #f3f2f2;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon {
    margin: 5px auto 0px;
    padding: 0px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 30px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 32px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 32px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 32px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon {
    margin: 0px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 30px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 18px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav .border-front:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    border: 1.5px solid #ed3137;
    height: 40px;
  }
  /*Layout Css One Start*/
  .brand_creation2 {
    padding-bottom: 30px;
  }
  .packaging-design-comp-sec-2 .leaders_section {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box-icon img {
    position: absolute;
    right: 22px;
    z-index: 1;
    bottom: 30px;
    width: 18px;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box {
    width: 100%;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .second-box {
    right: 0;
    top: 0;
    margin: 15px 0;
    width: 100%;
    padding: 20px 35px 40px 15px;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .col-lg-6.col-sm-6 {
    width: 100%;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .third-box {
    top: 0;
    right: 0;
  }
  .packaging-design-comp-sec-4 .packaging_innerbg .deteling_box {
    text-align: center;
  }
  .packaging-design-comp-sec-4 .packaging_innerbg .deteling_box .detal_icons {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .packaging-design-comp-sec-4 .packaging_innerbg .deteling_box .detail_title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  /*Layout Css One End*/
  /* layout 4 start*/
  .agency_banner_inner .agency_banner {
    width: 150%;
  }
  .agency_banner_inner .agency_banner img {
    height: auto;
    width: auto;
  }
  .agency_banner_inner .agency_uk {
    margin-top: 0;
    margin-bottom: 0;
    width: 70%;
    padding-left: 15px;
    padding-right: 15%;
    height: 100%;
    position: absolute;
    right: -15%;
    max-width: 70%;
  }
  .grap_desagency_sec {
    background-size: contain;
  }
  .gra_title_right {
    padding-top: 30px;
  }
  /* layout 4 end*/
  /* layout 5 start*/
  .brochure_design_wrap .banner_border_title .w_heading h1 {
    font-size: 36px;
  }
  .brochure_design_wrap .banner_border_title .w_heading .p-txt {
    font-size: 36px;
  }
  /* layout 5 end */
  /* FAQ*/
  .outstanding .uni_big_title {
    font-size: 30px;
    line-height: 30px;
  }
  /* FAQ */
  /* home-page css start */
  .main-home {
    margin-top: 3em;
  }
  .mid-txt-block .p-small {
    font-size: 24px;
  }
  .mid-txt-block .p-large {
    font-size: 44px;
    line-height: 44px;
  }
  .home-sect-title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  .home-sect-title:before {
    top: -10px;
  }
  .home-service-top .hst-text {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px;
  }
  .home-servi-brand .brand-name {
    padding: 10px 0 5px;
  }
  .home-servi-brand .brand-text {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .timeline {
    margin: 50px auto 0;
  }
  .timeline li .timeline-panel {
    width: 290px;
  }
  .timeline-box .timeline-badge {
    padding: 15px 35px;
  }
  .timeline-box .timeline-badge .tb-title {
    font-size: 22px;
  }
  .timeline-box .timeline-badge .tb-subtitle {
    font-size: 17px;
  }
  .op-slider {
    margin-bottom: 60px;
  }
  .op-slider-img {
    width: 300px;
    height: 300px;
  }
  .op-slider-svg {
    margin: -100px 0 0 -50px;
    width: 100px;
  }
  .op-slider-content {
    padding-left: 70px;
  }
  .op-slider-title {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .op-slider-title:before {
    left: -50px;
    width: 40px;
  }
  .op-slider-text {
    font-size: 17px;
  }
  .prcess-news {
    padding: 50px 0 20px;
  }
  .news-box {
    margin-bottom: 30px;
  }
  .news-img img {
    width: 100%;
  }
  .testimonial {
    padding: 50px 0;
  }
  #testimonial-slider .carousel-control.left {
    left: -30px;
  }
  #testimonial-slider .carousel-control.right {
    right: -30px;
  }
  /* home-page css end */
  /*youtube colan script css start booklet-design-canada*/
  .youtube-section-1 .w-heading .p-txt {
    font-size: 28px;
    line-height: 36px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 36px;
  }
  /*youtube colan script css end booklet-design-canada*/
  .youtube-section-1 .w-heading .p-txt {
    font-size: 28px;
    line-height: 36px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 36px;
  }
  .box-left-title-sec .h1-heading {
    font-size: 30px;
    line-height: 38px;
  }
  /* choose-the-most-unique-brochure-design start */
  .unique_banner_part {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: auto;
  }
  .unique_banner_part .unique_banner_txt .bnner_cap_tex {
    font-size: 20px;
  }
  .unique_banner_part .unique_banner_txt .banner_midam_txt {
    font-size: 20px;
  }
  .unique_banner_part .unique_banner_txt h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: initial;
  }
  .uniquic_section-3 .unique_block_inner .outstanding .uni_big_title span {
    font-size: 20px;
    line-height: 30px;
  }
  .uniquic_section-4 .h3_heading_title h3 {
    font-size: 30px;
  }
  .uniquic_section-4 .chure_Den_list .h4_heading_title {
    margin-bottom: 10px;
  }
  .uniquic_section-4 .chure_Den_list .h4_heading_title h4 {
    font-size: 20px;
  }
  .outstanding .uni_big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .outstanding .uni_big_title strong {
    font-size: 30px;
  }
  .outstanding .uni_big_title h2 {
    font-size: 30px;
  }
  .overlap_block_section-5 .sepl_main {
    height: 100%;
  }
  .overlap_block_section-5 .sepl_main {
    height: 100%;
    margin-bottom: 30px;
    padding-right: 290px;
  }
  .overlap_block_section-5 .sepl_main .Select_proper {
    margin-top: 0;
  }
  .overlap_block_section-5 .sepl_box2 {
    padding-left: 290px;
    padding-right: 0;
  }
  .different_block_section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title {
    font-size: 20px;
    line-height: 30px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title h3, .different_block_section-6 .desncy-title .Why_title .h3_sec_title strong {
    font-size: 30px;
  }
  .building_successful .way-want p strong {
    font-size: 32px;
    line-height: 46px;
  }
  /* choose-the-most-unique-brochure-design end */
  .stationary_title {
    font-size: 28px;
    line-height: 38px;
  }
  /* event page start */
  .sprak_life_main .top-banner .top-banner-title {
    height: 400px;
  }
  /* event page end */
}

@media (max-width: 959px) {
  .navbar {
    border: none;
  }
  .header-wrapper .ubermenu .ubermenu-target {
    padding: 5px 15px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle {
    padding: 0;
    margin-top: 22px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle .fa-bars:before, .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close > [class^=fa]:before {
    font-family: FontAwesome;
  
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: #000;
  }
  #mega-menu-wrapper li {
    min-width: 100%;
  }
  .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 20px !important;
  }
  .top-header-nw .custom_mega_nav_.full-menu-style nav.theme-main-menu.navbar .ubermenu-nav {
    display: block;
    padding: 0px 15px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo img {
    max-width: 86%;
    max-width: 150px;
  }
  header.theme-menu-wrapper {
    background: #fff !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    text-align: left;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 8px !important;
  }
  .custom_mega_nav_ {
    width: 100% !important;
    display: inline-block;
    float: right;
    position: relative;
  }
  .custom_mega_nav_ .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    display: block;
    right: 30px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    height: auto;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle, .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover {
    background: none;
    color: #e5242d;
  }
  .custom_mega_nav_ .fas.fa-bars {
    color: #e5242d;
  }
  .custom_mega_nav_ .ubermenu-responsive-toggle-icon-only .fas {
    color: #e5242d;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%;
    position: inherit;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column {
    width: 100%;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    width: 100%;
    background: #fff;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 7px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 15px;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    top: auto;
    margin-top: 0;
  }
  .custom_mega_nav_ .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    height: auto;
  }
  .custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    height: auto;
    overflow: scroll;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column {
    z-index: 1;
  }
  body .custom_mega_nav_ .ubermenu .ubermenu-submenu {
    z-index: -1;
  }
  body .custom_mega_nav_ .ubermenu .ubermenu-submenu-type-mega {
    position: absolute !important;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    background: #fff;
    margin-top: 0 !important;
    border-width: 0px !important;
  }
  .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
    top: -2px;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 {
    background: #fff;
  }
  .logo.float-left.tran4s a img {
    width: 100px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo {
    padding: 5px 15px;
  }
  .top-header-nw .logo {
    padding: 5px 15px;
  }
  .top-header-nw .logo img {
    max-width: 86%;
  }
}

@media (max-width: 820px) {
  .top-header-nw .logo img {
    max-width: 94%;
  }
}

@media (max-width: 768px) {
  .bg-two .navbar-nav > li > a {
    padding: 10px;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    font-size: 26px;
  }
  .navbar-nav > li {
    float: none !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .main-page-wrapper .top-header {
    padding: 0px 15px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    margin: 0px;
    padding: 5px 5px !important;
    font-size: 13px;
  }
  .custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    background: #fff !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    padding: 0px 15px;
  }
  .top-header-nw .custom_mega_nav_.full-menu-style nav.theme-main-menu.navbar .ubermenu-nav {
    display: block;
    padding: 0px 15px;
  }
  .top-header-nw .phone-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0px 15px 0px 0px !important;
  }
  .top-header-nw .phone-nav li a {
    font-size: 18px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px 0px 0px;
  }
  .top-header-nw .logo a::after {
    display: none;
  }
  .main-page-wrapper .top-header-nw .top-nav-icon {
    padding: 0px 0px;
    margin: 0 !important;
  }
  .top-header-nw .float-right.top-right-block {
    width: 100%;
    padding: 0px 0px 0px 5px;
    background: #f3f2f2;
  }
  .top-header-nw .phone-nav .border-front::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    border: 2px solid #ED3137;
    height: 40px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon {
    margin: 0px;
  }
  .top-header-nw {
    padding: 0px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo {
    width: 50%;
  }
  .top-header-nw .phone-nav li a {
    font-size: 14px;
  }
  .top-header-nw .phone-nav li a span {
    width: 24px;
    height: 15px;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px 0px 5px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 24px;
  }
  .top-header-nw .phone-nav .border-front::after {
    top: -16px;
    left: -15px;
    border: 1px solid #ED3137;
    height: 30px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    color: #ED3137;
    position: relative;
  }
  .top-header-nw .phone-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 19px;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng {
    margin: 5px 0px;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    padding: 15px 15px 0px 0px !important;
    font-size: initial;
  }
  .top-header-nw .custom_mega_nav_.full-menu-style nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 15px 3px 0px !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    padding-top: 10px;
    position: absolute;
    overflow-x: hidden !important;
    top: 50px;
    background: #fff;
    overflow-y: auto !important;
  }
  .header-wrapper .ubermenu-responsive-default.ubermenu-responsive.ubermenu.ubermenu-target {
    padding: 10px 10px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle {
    margin-top: 0;
    padding: 15px 20px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle .fa-bars::before {
    color: #e5242d !important;
  }
  .h6-heading-red {
    line-height: 30px;
  }
  .top-header-nw .logo {
    width: 50%;
  }
  .top-header-nw .logo img {
    max-width: 150px;
  }
  .top-header-nw .top-right-block {
    padding: 0 0 0 5px;
  }
  .top-header-nw .top-right-block .we-r-hirng {
    margin: 5px 0;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon {
    padding: 0px;
    margin: 0px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 24px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav {
    padding: 0 15px 0 0 !important;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li {
    line-height: 19px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 14px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a span {
    width: 24px;
    height: 15px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav .border-front:after {
    height: 30px;
    top: -16px;
    left: -15px;
    border: 1px solid #ed3137;
  }
  /*Layout One Css Start*/
  .h1-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .h1-heading .small-txt {
    font-size: 20px;
  }
  .m-t-100 {
    margin-top: 10px;
  }
  .p-txt {
    line-height: 24px;
    font-size: 14px;
  }
  .cstm-list-1 li {
    line-height: 24px;
    font-size: 15px;
  }
  .packaging-design-comp-sec-1 {
    position: relative;
    z-index: 0;
    padding-top: 2em;
  }
  .packaging-design-comp-sec-1:after {
    background: transparent;
  }
  .packaging-design-comp-sec-1 .mid-txt {
    padding-right: 0;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .first-box {
    padding: 15px;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .second-box {
    padding: 15px 30px 15px 15px;
  }
  .brochure-des-comp-sec-3 {
    background: #fff;
  }
  /*Layout One Css End*/
  .Professional_approach .p-txt-2 {
    line-height: 24px;
    font-size: 14px;
  }
  .Professional_approach .p-txt-2 .p-txt-2-span {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
  }
  .meet_your_business .following_services .cstm_list_1 li {
    font-size: 18px;
    line-height: 28px;
  }
  .inner-page-banner .opacity {
    padding: 250px 0 150px 0;
  }
  .different_block_section-6 {
    padding-top: 120px;
  }
  .row-eq-height .cstm-icon-list-1 {
    text-align: center;
    float: none;
    padding: 0;
    margin: 0;
  }
  .row-eq-height .cstm-icon-list-1 .icon-list {
    left: 0;
    top: 0;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .row-eq-height .cstm-icon-list-1 {
    font-size: 14px;
  }
  .cstm-icon-list-1 {
    padding: 0;
  }
  .cstm-icon-list-1 li {
    text-align: center;
    float: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .cstm-icon-list-1 li .icon-list {
    left: 0;
    top: 0;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .stationary_title {
    font-size: 25px;
    text-align: center;
    line-height: 34px;
  }
  .brand_cre_inner .left-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .brand_cre_inner .h1-heading-2 {
    text-align: left;
  }
  .heading-full-width-responsive {
    display: inline-block;
    width: 100%;
  }
  .brand_creation2 {
    padding-top: 0;
  }
  .brochure-des-comp-sec-5 .p-txt-2-span {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
  }
  .breadcrum-bar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .breadcrum-bar span {
    font-size: 16px;
  }
  .single-post.custom-post-contents :not([href])[id]::before {
    height: calc(83px + 1.5rem);
    margin-top: calc(-83px - 1.5rem);
  }
  .brand_img1 {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .late-disp-inline-blk-cls {
    width: 100% !important;
    text-align: center !important;
  }
  .archive.tag .blog-details.blog-v3 .page-title, .archive.category .blog-details.blog-v3 .page-title {
    font-size: 25px;
  }
  .header-wrapper .ubermenu-responsive.ubermenu {
    margin-top: 58px;
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding-bottom: 0;
  }
  .header-wrapper .ubermenu-responsive-default.ubermenu-responsive.ubermenu.ubermenu-target {
    padding: 10px 10px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle {
    margin-top: 0;
    padding: 15px 20px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle .fa-bars::before {
    color: #e5242d !important;
  }
  .custom_mega_nav_ .navbar-toggle {
    display: none;
  }
  .custom_mega_nav_ {
    width: 100%;
    display: inline-block;
    float: none;
    position: relative;
  }
  .custom_mega_nav_ .black-white-2.ubermenu-responsive-toggle {
    color: #eeeeee;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    float: right;
    padding: 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover {
    background-color: transparent;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    float: right;
    padding: 15px 30px 10px 0px;
  }
  .custom_mega_nav_ .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    display: block;
    right: 30px;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 8px 5px !important;
    font-size: 12px;
  }
  .main-page-wrapper .top-header .float-right ul {
    margin: 0;
    padding: 0;
  }
  header.theme-menu-wrapper {
    background-color: white !important;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    color: #2d2d43;
  }
  .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close > [class^=fa] {
    color: #2d2d43;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
    background: #fff;
  }
  .custom_mega_nav_ nav .ubermenu .ubermenu-retractor {
    display: none;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    text-align: left;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active .ubermenu-sub-indicator-close > [class^=fa] {
    color: #fff;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-size: 14px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 13px;
  }
  .main-page-wrapper header.theme-menu-wrapper.menu-style-three .header-wrapper .container {
    padding: 0px 0px 0px !important;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .main-page-wrapper .top-header {
    padding: 0px 15px;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul.ubermenu-tabs-group {
    padding: 0px 5px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    margin: 0px;
    padding: 5px 5px !important;
    font-size: 13px;
  }
  .custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    background: #fff !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    padding: 0px 15px;
  }
  .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
    border: none !important;
  }
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle::after, .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle::before {
    height: 25px;
    width: 25px;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle img {
    top: 1px;
    width: 15px;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng .ft_socialicons .btn-circle {
    height: 26px;
    width: 26px;
  }
  .top-header-nw .phone-nav .border-front {
    margin-left: 24px;
  }
  .detail-box .padd_10_left {
    padding-left: 15px;
  }
  .detail-box .padd_10_right {
    padding-left: 15px;
  }
  .design_firms .gra_title_right {
    padding-top: 20px;
  }
  .mgb-335 {
    margin-bottom: 0px;
  }
  .p-t-100, .p-t-50 {
    padding-top: 10px;
  }
  section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .latest_work {
    padding-top: 1em;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .late-disp-cls_img2 .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sm-center {
    text-align: center !important;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon {
    padding: 0px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav .border-front {
    margin-left: 24px;
  }
  .quick-inquiry-form .wpcf7-form-control-wrap .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  /*Layout One Css Start*/
  .box-left-title-sec .h1-heading-red {
    text-align: center;
  }
  .packaging-design-comp-sec-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    display: block !important;
    background: rgba(255, 255, 255, 0.85);
  }
  .packaging-design-comp-sec-2 .leaders_section {
    padding-bottom: 0;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box-icon {
    position: absolute;
    right: 3px;
    z-index: 1;
    bottom: 0;
    width: 18px;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .cstm-box-icon img {
    position: relative;
    z-index: 1;
  }
  .packaging-design-comp-sec-2 .leaders_section .cstm-box-top .second-box {
    margin: 15px 0 0;
  }
  .packaging-design-comp-sec-4 {
    padding: 40px 15px 20px;
  }
  .packaging-design-comp-sec-4 .dedicated_main {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .packaging-design-comp-sec-4 .dedicated_main .conference_brochure {
    font-size: 16px;
    line-height: 25px;
  }
  .packaging-design-comp-sec-4::after {
    height: 100%;
  }
  .packaging-design-comp-sec-4 .mb-35 {
    margin-bottom: 0 !important;
  }
  .packaging-design-comp-sec-4 .packaging_innerbg {
    margin-bottom: 15px;
    padding: 10px 20px;
  }
  .packaging-design-comp-sec-5 {
    padding-bottom: 15px;
  }
  .packaging-design-comp-sec-5 .flex-center {
    display: block;
  }
  .youtube-section-8 .h1-heading-red .p-txt, .youtube-section-8 .h1-heading-red .cstm-h2 {
    text-align: center;
  }
  .youtube-section-8 .h1-heading-red .cstm-h2 {
    font-size: 24px;
    line-height: 44px;
  }
  /*Layout One Css End*/
  /* ul_cstm_main start*/
  .ul_cstm_main .cstm_list_2.w-50 {
    width: 100%;
  }
  /* ul_cstm_main end*/
  footer .footer_section {
    text-align: center;
  }
  footer .footer_section .footer-address {
    margin-bottom: 20px;
  }
  footer .foo-botm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 15px !important;
  }
  footer .foo-botm .copyscape {
    margin: 12px 10px 2px;
  }
  footer .ft_socialicons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* brand-creation-company start */
  .brand_cre_inner .left-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .brand_packaging_comp .row {
    display: block;
  }
  .brand_img1 img {
    max-width: 387px;
    display: block;
  }
  .packaging_Agency {
    background: #fff;
    margin-bottom: 0;
    padding: 0 20px 0;
  }
  .bottom-green-rectangle-icon {
    bottom: -45px;
  }
  .brand_itydig_proc {
    margin-top: 0;
  }
  /* brand-creation-company end */
  /* layout 3 start*/
  .single-post .banner_opcity .h1_heading_inner {
    font-size: 30px;
  }
  .banner_opcity .h1_heading_inner {
    font-size: 30px;
    padding: 70px 0 85px;
  }
  .inner_page_banner {
    padding-right: 0;
    padding-left: 0;
    height: 300px;
  }
  /* layout 3 end*/
  .row-eq-height {
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 100%;
    margin: 0;
  }
  /* layout 5 start*/
  .brochure_design_wrap .banner_border_title .w_heading h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .brochure_design_wrap .banner_border_title .w_heading .p-txt {
    font-size: 32px;
    line-height: 40px;
  }
  .brochure_design4_boxes .equal_height {
    margin-top: 20px;
  }
  .brochure_design4_boxes .equal_height .package-box {
    margin-bottom: 20px;
  }
  .brochure_design4_boxes .equal_height .package-box .packaging_innerbg {
    text-align: center;
  }
  .agency_banner_part {
    padding-left: 0;
    padding-right: 0;
  }
  .agency_banner_part .agency_banner {
    position: relative;
    width: 100%;
    left: 0;
  }
  .agency_banner_part .agency_banner_inner .agency_uk {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .grap_desagency_sec {
    position: relative;
    z-index: 0;
  }
  .grap_desagency_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .brochure_design_wrap .bros_btn2 .our_Work_button {
    margin: 0 10px;
  }
  .packaging-design-comp-sec-4 .packaging_innerbg .p-txt {
    text-align: center;
  }
  .outstanding .uni_big_title {
    padding-left: 50px;
  }
  .outstanding .uni_big_title h2 {
    margin-bottom: 20px;
  }
  .outstanding .border_red {
    width: 35px;
    top: 18px;
  }
  /* layout 5 end*/
  /* home-page css start */
  .mid-txt-block {
    margin-top: 75px;
    padding: 100px 0px;
  }
  .text--line-s-1 {
    -webkit-transform: translate(-48%, 55px);
            transform: translate(-48%, 55px);
  }
  .text--line-p {
    -webkit-transform: translate(-25%, -16%);
            transform: translate(-25%, -16%);
  }
  .text--line-a {
    -webkit-transform: translate(-8%, 52%);
            transform: translate(-8%, 52%);
  }
  .text--line-r {
    -webkit-transform: translate(15%, -15%);
            transform: translate(15%, -15%);
  }
  .text--line-k {
    -webkit-transform: translate(40%, 16%);
            transform: translate(40%, 16%);
  }
  .text--line-d {
    -webkit-transform: translate(-48%, 55px);
            transform: translate(-48%, 55px);
  }
  .text--line-e {
    -webkit-transform: translate(-30%, -15%);
            transform: translate(-30%, -15%);
  }
  .text--line-s {
    -webkit-transform: translate(-13%, 50%);
            transform: translate(-13%, 50%);
  }
  .text--line-i {
    -webkit-transform: translate(5%, -15%);
            transform: translate(5%, -15%);
  }
  .text--line-g {
    -webkit-transform: translate(20%, 50%);
            transform: translate(20%, 50%);
  }
  .text--line-n {
    -webkit-transform: translate(40%, 43px);
            transform: translate(40%, 43px);
  }
  .mid-txt-block .p-small {
    font-size: 22px;
    line-height: 18px;
  }
  .mid-txt-block .p-large {
    font-size: 32px;
    line-height: 30px;
  }
  .timeline {
    margin: 0 auto 0;
  }
  .timeline li {
    display: block;
    margin-top: 0;
    text-align: center;
  }
  .timeline li .timeline-box {
    display: block;
  }
  .timeline:before {
    display: none;
  }
  .timeline li .timeline-panel {
    margin: 0 auto;
  }
  .timeline li:nth-child(even) .timeline-box .timeline-badge {
    text-align: center;
  }
  .timeline-box .timeline-badge {
    padding: 15px 15px 8px;
  }
  .our-work {
    padding: 45px 0 30px;
  }
  .our-work .more-work {
    margin-top: 18px;
  }
  .home-service-top .hst-text {
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 26px;
  }
  .home-services {
    padding: 30px 0;
    background-size: contain;
  }
  .dot {
    left: 89%;
  }
  .home-servi-brand {
    padding: 25px 0 5px;
  }
  .home-servi-img {
    padding-bottom: 30px;
  }
  .prcess-news {
    padding: 50px 0 10px;
  }
  .home-sect-title {
    font-size: 28px;
    line-height: 26px;
  }
  .ft_img {
    display: inline-block;
  }
  /* our process */
  .op-slider {
    margin-bottom: 80px;
  }
  .op-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .op-slider-img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .op-slider-content {
    margin-top: 30px;
    text-align: center;
    padding: 0;
  }
  .op-slider-pagination {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50% !important;
    top: auto;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: -25px !important;
  }
  .op-slider-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 7px;
  }
  .op-slider-pagination .swiper-pagination-bullet-active {
    height: 7px;
    width: 30px;
  }
  .op-slider-title {
    display: inline-block;
    font-size: 32px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #testimonial-slider .carousel-control.left {
    left: 0px;
    top: 75px;
  }
  #testimonial-slider .carousel-control.right {
    right: 0px;
    top: 75px;
  }
  /* home-page css end */
  /* inquiry page css start */
  .p-l-0 {
    padding-left: 15px;
  }
  .contact-page .hoem-cont-form {
    padding: 0;
  }
  .inquery_address {
    text-align: center;
  }
  .inquery_address .inquery_add_padd .inquery_inner {
    display: block;
  }
  .inquery_address .inquery_add_padd .inquery_inner .inquery_img {
    margin-bottom: 35px;
    text-align: center;
    display: inline-block;
  }
  .inquery_address .our-office {
    padding-left: 0;
  }
  /* inquiry page css end */
  /*youtube colan script css start booklet-design-canada*/
  .youtube-section-1 .w-heading .p-txt {
    line-height: 40px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 32px;
    line-height: 40px;
  }
  .youtube-section-1 .youtube_inner_img img {
    margin: 0 auto;
  }
  /*youtube colan script css end booklet-design-canada*/
  .youtube-section-8 .h1-heading-red {
    text-align: center;
  }
  .youtube-section-8 .h1-heading-red:before {
    left: 0;
    width: 52%;
    margin: 0 auto;
  }
  .cstm-txt {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
  }
  .youtube-section-1 .w-heading .p-txt {
    line-height: 40px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 32px;
    line-height: 40px;
  }
  .brochure_design4_boxes .packaging_innerbg .custom_icons_text {
    text-align: center;
  }
  .single-post .inner-page-banner {
    height: auto;
  }
  .single-post .inner-page-banner .banner_opcity h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner-page-banner {
    height: 150px;
  }
  .inner-page-banner .opacity {
    padding: 0;
  }
  .inner-page-banner .opacity h1 {
    font-size: 30px;
    padding: 0 20px;
  }
  .inner-page-banner .opacity p {
    font-size: 25px;
    line-height: 40px;
  }
  .challenges_development .challenges {
    text-align: center;
  }
  .box-left-title-sec .busines_unique {
    text-align: center;
    font-size: 18px;
  }
  .box-left-title-sec .h1-heading {
    font-size: 26px;
    text-align: center;
  }
  .box-left-title-sec .custom_icons_text {
    text-align: center;
  }
  .brochure_services_wrap {
    padding-top: 0;
  }
  .brochure_services_wrap .h1-heading {
    font-size: 25px;
    text-align: center;
    line-height: 34px;
  }
  .gra_title_right .h1-heading-red, .gra_title_right .h1-heading {
    text-align: center;
  }
  .gra_title_right .doted_border {
    margin: 10px auto;
    float: none;
  }
  /* choose-the-most-unique-brochure-design start */
  .unique_banner_part {
    display: block;
    background-size: auto;
    background-position: 100% 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .unique_banner_part .unique_banner_txt .bnner_cap_tex, .unique_banner_part .unique_banner_txt h1, .unique_banner_part .unique_banner_txt .banner_midam_txt {
    text-shadow: 2px 0px 2px #000;
  }
  .unique_block_section-2 {
    padding-top: 0px;
    margin-top: 0;
  }
  .unique_block_section-2 .unique_block_inner .resp_wh_brochure .p-txt:first-child {
    margin-bottom: 10px;
  }
  .uniquic_section-3 {
    position: relative;
    padding-bottom: 0;
    z-index: 0;
  }
  .uniquic_section-3:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
  }
  .uniquic_section-3 .unique_block_inner .p-txt {
    margin-bottom: 20px;
  }
  .uniquic_section-4 .h3_heading_title .border_red {
    width: 35px;
  }
  .uniquic_section-4 .h3_heading_title h3 {
    padding-left: 45px;
  }
  .uniquic_section-4 .chure_Den_list .h4_heading_title h4 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 30px;
  }
  .uniquic_section-4 .chure_Den_list .h4_heading_title .border_white {
    width: 25px;
    top: 7px;
  }
  .uniquic_section-4 .chure_Den_list p {
    line-height: 24px;
    font-size: 15px;
  }
  .overlap_block_section-5 .sepl_main {
    padding-right: 0;
    margin: 0;
  }
  .overlap_block_section-5 .sepl_main .sepl_img {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0 0 30px;
  }
  .overlap_block_section-5 .sepl_main .sepl_img img {
    margin: 0 auto;
  }
  .overlap_block_section-5 .sepl_main .Select_proper {
    margin-bottom: 20px;
  }
  .overlap_block_section-5 .sepl_box2 {
    padding-left: 0;
  }
  .different_block_section-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title {
    padding-left: 45px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title .border_red {
    width: 35px;
  }
  .Booklet_type_sec {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Booklet_type_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
  }
  .Booklet_type_sec .main_2diff_part .diffe_main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Booklet_type_sec .full_section_diff .img_fluid .img_inner_left img {
    height: 100%;
    position: absolute;
    width: auto;
    z-index: -1;
  }
  .building_successful .way-want p {
    text-align: center;
    font-size: 18px;
  }
  .building_successful .way-want p strong {
    font-size: 30px;
    line-height: 40px;
  }
  .building_successful .way-want h3 {
    text-align: center;
    width: 100%;
  }
  .hoem-cont-form .contact-us-form .cuf-col .wpcf7-submit {
    margin-bottom: 16px;
  }
  /* choose-the-most-unique-brochure-design end */
  .clone_PHP {
    text-align: center;
    font-size: 16px;
  }
  .personalize_their {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .responsive_mt-30 img {
    margin-bottom: 30px;
  }
  .brochure_services_wrap .busines_unique {
    font-size: 18px;
  }
  .m-b-40 {
    margin-bottom: 10px;
  }
  .m-t-40 {
    margin-top: 10px;
  }
  .pt-t-0 {
    padding-top: 35px;
  }
}

/* our client start here */
@media (max-width: 740px) {
  .logo-section-home .imagelist ul li {
    border-radius: 0px 0px;
    margin: 0 15px 5px 0;
  }
}
@media (max-width: 680px) {
  
  .logo-section-home .imagelist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* our client start end here */


@media (max-width: 579px) {
  .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-size: 14px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 13px;
  }
  .main-page-wrapper header.theme-menu-wrapper.menu-style-three .header-wrapper .container {
    padding: 0px 0px 0px !important;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .main-page-wrapper .top-header {
    padding: 0px 15px;
  }
  .main-page-wrapper .float-right ul {
    margin-bottom: 10px;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul.ubermenu-tabs-group {
    padding: 0px 5px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    margin: 0px;
    padding: 5px 5px !important;
    font-size: 13px;
  }
  .ubermenu-submenu-type-mega {
    background: #fff !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    padding: 0px 15px;
  }
}

@media (max-width: 575px) {
  .h1_heading_blog {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
  }
  /* home-page css start */
  .archive.tag .blog-details.blog-v3, .archive.category .blog-details.blog-v3 {
    margin-top: 120px !important;
  }
  .mid-txt-block .p-small {
    font-size: 20px;
    margin: 0px auto 15px;
  }
  .mid-txt-block .p-large {
    font-size: 28px;
    line-height: 26px;
  }
  .news-box .news-content {
    margin-left: 0;
    padding: 30px 15px 20px;
    margin-top: -10px;
  }
  .news-box .news-img {
    margin-right: 0;
  }
  .timeline-box .timeline-badge .tb-title {
    font-size: 20px;
  }
  .timeline-box .timeline-badge .tb-subtitle {
    font-size: 15px;
  }
  .op-slider-title:before {
    left: 50%;
    width: 50px;
    margin-left: -25px;
    top: 0;
  }
  .home-service-top .hst-text {
    padding-bottom: 25px;
  }
  .home-servi-brand {
    padding: 20px 0 5px;
  }
  .our-work .more-work a {
    font-size: 22px;
  }
  .testimonial {
    padding: 45px 0 30px;
  }
  .hoem-cont-form .contact-us-form .cuf-col .input_cover {
    width: 100%;
    margin-left: 0;
  }
  /* home-page css end */
}

@media (max-width: 480px) {
  .portfolios_list button {
    margin: 5px 18px 13px 0;
  }
  .breadcrum-bar {
    margin-top: 89px;
  }
  .menu-style-three .top-header p, .menu-style-three .top-header ul {
    display: block;
    text-align: center;
  }
  .menu-style-three .top-header ul li a {
    margin: 0 8px;
    font-size: inherit;
    margin-left: 5px;
  }
  .menu-style-three .top-header .float-right {
    float: none;
  }
  .menu-style-three .top-header p a {
    margin-right: 0;
  }
  .portfolio-grid .col-xs-6 {
    width: 100%;
  }
  .home-blog-section .theme-title {
    margin-bottom: 100px !important;
  }
  .single_title.title a {
    position: static;
    margin-top: 20px;
  }
  .lets_talk {
    margin-bottom: 10px !important;
  }
  .main-page-wrapper .menu-style-three .top-header p {
    font-size: 10px;
  }
  .main-page-wrapper .menu-style-three .top-header p a {
    font-size: 9px;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    font-size: inherit;
  }
  .menu-style-three .top-header p, .menu-style-three .top-header ul {
    display: inline-block;
    text-align: center;
  }
  .main-page-wrapper .top-header .float-right ul {
    margin: 0;
    padding: 0;
  }
  .menu-style-three .top-header .float-right {
    float: right;
  }
  .custom_mega_nav_ .navbar-toggle {
    display: none;
  }
  .custom_mega_nav_ .black-white-2.ubermenu-responsive-toggle {
    color: #eeeeee;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    float: right;
    padding: 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover {
    background-color: transparent;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    float: right;
    padding: 15px 15px 0px 0px;
    margin-top: 0px;
  }
  .custom_mega_nav_ .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    display: block;
  }
  .custom_mega_nav_ nav .ubermenu ul li a.ubermenu-target.ubermenu-item-layout-default {
    padding: 8px 5px !important;
    font-size: 12px;
  }
  .main-page-wrapper .top-header .float-right ul {
    margin: 0;
    padding: 0;
  }
  header.theme-menu-wrapper {
    background-color: white !important;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    color: #2d2d43;
  }
  .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close > [class^=fa] {
    color: #2d2d43;
  }
  .custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    height: auto;
    overflow: scroll;
    background: #fff !important;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
    background: #fff;
  }
  .custom_mega_nav_ nav .ubermenu .ubermenu-retractor {
    display: none;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    text-align: left;
  }
  .custom_mega_nav_ nav .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active .ubermenu-sub-indicator-close > [class^=fa] {
    color: #fff;
  }
  .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-size: 14px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 13px;
  }
  .main-page-wrapper header.theme-menu-wrapper.menu-style-three .header-wrapper .container {
    padding: 0px 0px 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .main-page-wrapper .top-header {
    padding: 0px 15px;
  }
  .main-page-wrapper .float-right ul {
    margin-bottom: 10px;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul.ubermenu-tabs-group {
    padding: 0px 5px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    margin: 0px;
    padding: 5px 5px !important;
    font-size: 13px;
  }
  .ubermenu-submenu-type-mega {
    background: #fff !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    padding: 0px 10px;
  }
  .theme-menu-wrapper.menu-style-three .logo, .theme-menu-wrapper.menu-style-three.fixed .logo {
    top: 1px;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    padding-top: 0px;
    position: absolute;
    height: 75vh;
    overflow-y: auto !important;
    top: 55px;
    background: #fff;
  }
  /*.custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive { max-height: 558px; }*/
  .top-header-nw .top-nav-icon .fa-whatsapp, .top-header-nw .top-nav-icon .fa-facebook-square, .top-header-nw .top-nav-icon .fa-skype {
    font-size: 28px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 28px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 23px;
  }
  .top-header-nw .phone-nav li {
    line-height: 18px;
  }
  .hoem-cont-form .contact-us-form .cuf-col .input_cover {
    margin-bottom: 10px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo {
    padding: 5px 10px;
  }
  .top-header-nw .logo {
    padding: 5px 10px;
    top: 1px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 28px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 28px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 28px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 28px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 23px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li {
    line-height: 18px;
  }
  /*Layout One Css Start*/
  .h1-heading-red {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .h1-heading-red .small-txt {
    font-size: 20px;
  }
  /*Layout One Css End*/
  /* layout 3 start*/
  .single-post .banner_opcity .h1_heading_inner {
    font-size: 20px;
  }
  .banner_opcity .h1_heading_inner {
    font-size: 20px;
  }
  /* layout 3 end*/
  .Graphic_Design {
    font-size: 20px;
    padding-bottom: 9px;
    display: inline-block;
  }
  /* layout 4 start*/
  .agency_uk_inner .h1-heading {
    line-height: 21px;
  }
  .Graphic_Design {
    font-size: 20px;
    padding-bottom: 9px;
    display: inline-block;
  }
  /* layout 4 end*/
  /* layout 5 start*/
  .brochure_design4_boxes {
    background-size: 100%;
    background-position: top center;
    background-color: #f9f4f1;
  }
  /* layout 5 end*/
  /* Frequently Asked Questions start*/
  .outstanding .uni_big_title {
    font-size: 20px;
    line-height: 28px;
  }
  /* Frequently Asked Questions end*/
  /* home-page css start */
  .mid-txt-block {
    margin-top: 77px;
    padding: 80px 30px;
  }
  .mid-txt-block .p-small {
    font-size: 22px;
    margin: 0px auto 10px;
    line-height: 25px;
  }
  .mid-txt-block .p-large {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .mid-txt-block svg {
    font-size: 3em;
  }
  .text--line-a {
    -webkit-transform: translate(-8%, 56%);
            transform: translate(-8%, 56%);
  }
  .text--line-k {
    -webkit-transform: translate(40%, 23%);
            transform: translate(40%, 23%);
  }
  .text--line-s {
    -webkit-transform: translate(-13%, 54%);
            transform: translate(-13%, 54%);
  }
  .text--line-g {
    -webkit-transform: translate(20%, 54%);
            transform: translate(20%, 54%);
  }
  .text--line-n {
    -webkit-transform: translate(40%, 57px);
            transform: translate(40%, 57px);
  }
  .home-services {
    padding: 30px 0 20px;
  }
  .home-servi-img {
    padding-bottom: 15px;
  }
  .home-servi-brand .brand-name {
    padding: 10px 0 3px;
  }
  .home-service-top .hst-text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-servi-brand .brand-text {
    font-size: 16px;
    line-height: 24px;
  }
  .op-slider {
    margin-bottom: 70px;
  }
  .op-slider-title {
    font-size: 28px;
  }
  .contact-page .hoem-cont-form .contact-us-form .cuf-col .captcha_form .g-recaptcha {
    transform: scale(0.95) !important;
    -webkit-transform: scale(0.95) !important;
    -moz-transform: scale(0.95) !important;
    -o-transform: scale(0.95) !important;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    height: 70px;
  }
  .contact-page .hoem-cont-form .contact-us-form .cuf-col .wpcf7-submit {
    padding: 11px 20px;
    font-size: 13px;
  }
  /* home-page css end */
  .inner-page-banner .opacity h1 {
    font-size: 20px;
  }
  .building_successful .way-want p strong {
    font-size: 28px;
    line-height: 36px;
  }
  .brochure_services_wrap .h1-heading {
    font-size: 22px;
  }
  .stationary_title {
    font-size: 22px;
  }
  .gra_title_left .doted_border {
    float: none;
    margin: 10px auto;
  }
  .packaging-design-comp-sec-2 .h6-heading-red {
    text-align: center;
  }
  /* event page start */
  .sprak_life_main .tp-title {
    font-size: 28px;
    margin: 20px 0 15px;
    line-height: 32px;
  }
  .sprak_life_main .tp-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .sprak_life_main .top-banner .top-banner-title {
    height: 250px;
    padding-left: 0;
  }
  .sprak_life_main .top-banner .top-banner-title p {
    font-size: 30px;
    line-height: 40px;
  }
  .sprak_life_main .top-banner .top-banner-title p span {
    font-size: 36px;
  }
  .sprak_life_main .info-img-main {
    margin-bottom: 1.5rem;
  }
  .sprak_life_main .info-img-main .info-title p {
    padding-bottom: 0;
  }
  .sprak_life_main .info-img-main .info-img img {
    height: 250px;
  }
  /* event page start */
  .event-nav .next a {
    width: 192px;
    font-size: 1em;
    padding: 6px 15px 6px 35px;
  }
  .event-nav .next a::after {
    font-size: 23px;
    height: 37px;
  }
}

@media (max-width: 479px) {
  .youtube-section-1 .w-heading .p-txt {
    font-size: 26px;
    line-height: 32px;
  }
  .youtube-section-1 .w-heading .h1-txt {
    font-size: 30px;
    line-height: 36px;
  }
  .youtube_section-2 .way-want p strong {
    font-size: 28px;
    line-height: 30px;
  }
  .youtube_section-2 .way-want p strong:after {
    right: 0px;
    margin: 0px auto;
  }
  .youtube_section-2 .way-want .way-want p {
    text-align: center;
    font-size: 16px;
  }
  /* choose-the-most-unique-brochure-design start */
  .unique_banner_part .unique_banner_txt .bnner_cap_tex, .unique_banner_part .unique_banner_txt .banner_midam_txt {
    font-size: 18px;
    line-height: 24px;
  }
  .unique_banner_part .unique_banner_txt h1 {
    font-size: 19px;
    line-height: 15px;
  }
  .uniquic_section-3 {
    background-size: auto;
  }
  .uniquic_section-3 .unique_block_inner .outstanding .uni_big_title span {
    line-height: 28px;
  }
  .uniquic_section-4 .h3_heading_title .border_red {
    top: 11px;
  }
  .uniquic_section-4 .h3_heading_title h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .outstanding .uni_big_title {
    font-size: 20px;
  }
  .outstanding .uni_big_title strong {
    font-size: 20px;
    line-height: 30px;
  }
  .outstanding .border_red {
    top: 11px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title h3, .different_block_section-6 .desncy-title .Why_title .h3_sec_title strong {
    font-size: 20px;
    line-height: 28px;
  }
  .different_block_section-6 .desncy-title .Why_title .h3_sec_title .border_red {
    top: 11px;
  }
  .Booklet_type_sec .main_2diff_part .diffe_main li .different_subtitle {
    font-size: 17px;
  }
  .Booklet_type_sec .main_2diff_part .diffe_main li .p-txt {
    line-height: 24px;
    font-size: 15px;
  }
  /* choose-the-most-unique-brochure-design end */
}

/* our client start here */
@media (max-width: 470px) { 
  .logo-section-home .imagelist ul li {
    border-radius: 0px 0px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    width: 50%;
    margin: 0!important;
  }
}
/* our client start end */

@media (max-width: 420px) {
  .header-wrapper .ubermenu-responsive.ubermenu {
    margin-top: 58px;
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding-bottom: 0;
  }
  .header-wrapper .ubermenu-responsive-default.ubermenu-responsive.ubermenu.ubermenu-target {
    padding: 10px 10px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle {
    margin-top: 0;
    padding: 15px 20px;
  }
  .header-wrapper .ubermenu-skin-white.ubermenu-responsive-toggle .fa-bars::before {
    color: #e5242d !important;
  }
  .meet_your_business .following_services .cstm_list_1 {
    width: 100%;
  }
}

@media (max-width: 413px) {
  .top-header-nw .float-right.top-right-block .we-r-hirng {
    margin: 0 0px;
  }
  .top-header-nw .top-nav-icon .fa-whatsapp, .top-header-nw .top-nav-icon .fa-facebook-square, .top-header-nw .top-nav-icon .fa-skype {
    font-size: 28px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 26px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 20px;
  }
  .top-header-nw .top-right-block .we-r-hirng {
    margin: 0px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 20px;
  }
}

@media (max-width: 400px) {
  .more-about-us .main-content h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .theme-menu-wrapper.menu-style-three .top-header-nw .logo {
    padding: 3px 10px;
  }
  header.theme-menu-wrapper.menu-style-three #mega-menu-wrapper .nav .quote-button a {
    width: 100%;
  }
  .top-header-nw .float-right.top-right-block .we-r-hirng p {
    font-size: 12px;
    width: 50px;
  }
  .top-header-nw .top-nav-icon li a {
    padding: 0px 3px 0px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 26px;
  }
  .top-header-nw .top-nav-icon .fa-whatsapp, .top-header-nw .top-nav-icon .fa-facebook-square, .top-header-nw .top-nav-icon .fa-skype {
    font-size: 29px;
  }
  .top-header-nw .phone-nav li {
    line-height: 15px;
  }
  .top-header-nw .phone-nav li a {
    font-size: 13px;
  }
  .top-header-nw .phone-nav li a span {
    width: 20px;
    height: 11px;
  }
  .top-header-nw .logo {
    padding: 3px 10px;
  }
  .top-header-nw .top-right-block .we-r-hirng p {
    font-size: 12px;
    width: 50px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a {
    padding: 0 3px 0;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 29px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 29px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 29px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li {
    line-height: 15px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 13px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a span {
    height: 11px;
    width: 20px;
  }
  .we-offer li .unm_title p {
    margin: 0px 0 0 10px;
  }
  .unm_title p {
    margin: 0px 0 0 10px;
  }
}

@media (max-width: 374px) {
  .top-header-nw .top-nav-icon .fa-whatsapp, .top-header-nw .top-nav-icon .fa-facebook-square, .top-header-nw .top-nav-icon .fa-skype {
    font-size: 24px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 21px;
  }
  .top-header-nw .phone-nav li a {
    font-size: 11px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 18px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 21px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 24px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 24px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 24px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 18px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 11px;
  }
  .hoem-cont-form .contact-us-form .cuf-col.cuf-col-full .captcha_form {
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 340px) {
  .top-header-nw .top-nav-icon .fa-whatsapp, .top-header-nw .top-nav-icon .fa-facebook-square, .top-header-nw .top-nav-icon .fa-skype {
    font-size: 26px;
  }
  .top-header-nw .top-nav-icon .fa-envelope {
    font-size: 23px;
  }
  .top-header-nw .phone-nav li a {
    font-size: 10px;
  }
  .top-header-nw .phone-nav .border-front {
    margin-left: 15px;
  }
  .top-header-nw .phone-nav .border-front::after {
    top: -12px;
    left: -9px;
    border: 1px solid #ED3137;
    height: 25px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-envelope {
    font-size: 23px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-skype {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-facebook-square {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .we-r-hirng .social_icons .top-nav-icon li a .fa-whatsapp {
    font-size: 26px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a {
    font-size: 10px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav .border-front {
    margin-left: 15px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav .border-front:after {
    border: 1px solid #ed3137;
    height: 25px;
    top: -12px;
    left: -9px;
  }
}

@media (max-width: 320px) {
  .custom_mega_nav_ .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-size: 12px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    font-size: 13px;
  }
  .main-page-wrapper header.theme-menu-wrapper.menu-style-three .header-wrapper .container {
    padding: 0px 0px 0px !important;
  }
  .main-page-wrapper .float-right ul {
    padding: 0px 15px;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-has-submenu-stack a.ubermenu-target.ubermenu-item-layout-default {
    padding: 5px 5px !important;
    margin: 0px !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul.ubermenu-tabs-group {
    padding: 0px 5px;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    top: auto !important;
    border-width: 0px !important;
  }
  .custom_mega_nav_ nav .ubermenu ul li.ubermenu-tab.ubermenu-item-object-page a.ubermenu-target.ubermenu-item-layout-default {
    margin: 0px;
    padding: 5px 5px !important;
    font-size: 13px;
  }
  .custom_mega_nav_ nav .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    background: #fff !important;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column ul {
    padding: 0px 15px;
  }
  .custom_mega_nav_ .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    padding-top: 10px;
  }
  .top-header-nw .float-right.top-right-block {
    padding: 0px 0px 0px 2px;
  }
  .top-header-nw .phone-nav li a span {
    width: 20px;
    height: 12px;
  }
  .top-header-nw .float-right.top-right-block .phone-icon img {
    width: 16px;
  }
  .top-header-nw .top-right-block {
    padding: 0 0 0 2px;
  }
  .top-header-nw .top-right-block .phone-block .phone-icon img {
    width: 16px;
  }
  .top-header-nw .top-right-block .phone-block .phone-nav li a span {
    width: 20px;
    height: 12px;
  }
}

/*Responsive Css End*/
/* contact fixed section */
.fix-contact-sect {
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: auto;
  padding: 5px 10px;
  z-index: 9999999999;
  bottom: 35px !important;
}

.open-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px !important;
  -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff !important;
  position: relative;
}

.open-icon a {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.open-icon a:hover span {
  opacity: 1;
  width: 170px;
  text-align: center;
}

.open-icon span {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-right: 0;
  border-radius: 50px;
  white-space: nowrap;
  line-height: 60px;
  height: 60px;
  padding: 0 51px 0 15px;
  opacity: 0;
  width: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  -webkit-box-shadow: -7px 0 9px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 0 9px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  color: #000;
  text-align: center;
}

.fix-contact-sect-main.fix-contact-sect-main-2.show i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0px !important;
  color: #ec353a;
  font-size: 30px;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 99999;
  background: #fff;
}

.fix-contact-sect-main.fix-contact-sect-main-2.show img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #362d86;
  font-size: 25px;
  position: relative;
  position: relative;
  z-index: 99999;
  background: #fff;
}

.fix-contact-sect-main.fix-contact-sect-main-1 {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  height: 60px;
  width: 140px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  bottom: 40px;
  right: 50px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ec353a;
  padding-left: 5px;
  font-weight: 700;
}

.fix-contact-sect-main.fix-contact-sect-main-1 i {
  font-size: 25px;
  margin-left: 10px;
}

.d-none {
  display: none !important;
}

.open-icon.mob-hide.show {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .fix-contact-sect-main.fix-contact-sect-main-mob-1.d-mob.show {
    color: #fff;
    font-size: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 2;
    max-width: 60px;
    width: 60px;
    border-radius: 50%;
    background: #ec353a !important;
    height: 60px;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border-radius: 50%;
  }
  .fix-contact-sect.chat-z-index-show {
    bottom: 0px !important;
    width: 60px !important;
    width: 100%;
    right: 5px;
    padding: 5px 0px;
  }
  .fix-contact-sect.chat-z-index {
    width: 100%;
    bottom: 0 !important;
    right: 0;
    padding: 0;
  }
  .open-icon {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0 !important;
  }
  .open-icon span {
    background: transparent;
    display: none;
  }
  .fix-contact-sect-main.fix-contact-sect-main-2.show {
    width: 100%;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
  .fix-contact-sect-main.fix-contact-sect-main-2.show img {
    background-color: transparent;
  }
  .fix-contact-sect-main.fix-contact-sect-main-2.show i {
    background-color: transparent;
    color: #fff;
  }
  .fix-contact-sect-main.fix-contact-sect-main-1.d-desk {
    display: none;
  }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 7px 11px 27px rgba(0, 0, 0, 0.5);
            box-shadow: 7px 11px 27px rgba(0, 0, 0, 0.5);
  }
  .fix-contact-sect-main.fix-contact-sect-main-2 {
    width: 60px;
    margin: 0 0 0 auto;
  }
  .open-icon.desk-hide.show {
    background-color: rgba(10, 88, 245, 0.87) !important;
    border-radius: 0;
    color: #fff;
  }
}

.open-icon.skype i {
  color: #15ace5 !important;
}

.open-icon.skype span {
  color: #15ace5 !important;
}

.open-icon.facebook i {
  color: #436bb3 !important;
}

.open-icon.facebook span {
  color: #436bb3 !important;
}

.open-icon.whatsup i {
  color: #25d366 !important;
}

.open-icon.whatsup span {
  color: #25d366 !important;
}

/* contact fixed section end*/
/*# sourceMappingURL=main.css.map */

span.sitemap-foot {padding-left: 10px;}
span.sitemap-foot a {color: #fff;text-transform: uppercase;}
span.sitemap-foot a:hover {color: #cf2e2e;}

.align-items-center .row {
    display: flex;
    align-items: center;
}