a,
a:focus,
button {
  color: inherit;
}
body,
figure,
html,
ul {
  padding: 0;
}
.text-black,
body {
  color: #000;
}
#scrollUp,
.btn.btn-link:hover,
.copyright_right p a,
.newsletter_subscribe form input:focus {
  color: #fff;
}
#scrollUp,
.hidden,
.offcanvas_menu {
  display: none;
}
.offcanvas_main_menu li:last-child,
figure,
ul {
  margin: 0;
}
.btn.btn-link,
.offcanvas_main_menu li {
  position: relative;
}
.btn.btn-link,
.fix,
.portfolio_thumb,
.related_thumb {
  overflow: hidden;
}
.capitalize,
.offcanvas_main_menu li a {
  text-transform: capitalize;
}
#scrollUp:hover i,
.animation_thumb {
  animation-iteration-count: infinite;
}
#scrollUp,
.home_call_icon i {
  height: 45px;
  text-align: center;
  background: #f60097;
}
.blog_d_meta ul li:last-child,
.breadcrumb_content ul li:last-child,
.contact_info_list:last-child,
.counterup_text:last-child,
.footer_contact ul li:last-child,
.footer_social ul li:last-child,
.form_input:last-child,
.header_top_contact ul li:last-child,
.loding_bar ul li:last-child,
.logito_social_icon ul li:last-child,
.main_menu nav > ul > li:last-child,
.portfolio_list.one .single_portfolio:last-child,
.portfolio_list.two .single_portfolio:last-child,
.portfolio_messonry_button button:last-child,
.post__social ul li:last-child,
.post_tags ul li:last-child,
.social_share ul li:last-child {
  margin-right: 0;
}
#team ul,
ul {
  list-style: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "DM Sans", sans-serif;
}
.btn.btn-link,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.portfolio_list.one .portfolio_content h3,
h2 {
  font-size: 36px;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
}
h4 {
  font-size: 16px;
  line-height: 19px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}
.blog_author_details ul li:last-child,
.business_shipping_list:last-child,
.comment_list:last-child,
.portfolio_meta_list:last-child,
p:last-child {
  margin-bottom: 0;
}
a,
button {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
button,
img,
input,
span {
  transition: 0.3s;
}
.btn:focus {
  box-shadow: none;
}
:focus {
  outline: 0 !important;
}
button,
input[type="submit"] {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.container {
  max-width: 1200px;
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}
.all_project a,
.blog__text span,
.blog_tab_button ul li a,
.btn.btn-link,
.hero_play_store span,
.home_call_icon span,
.learn_more a,
.main_menu nav > ul > li > a,
.post_tags span,
.section_title h2,
.section_title > span,
.solutions_text h3,
.uppercase,
.view_more a {
  text-transform: uppercase;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.btn.btn-link {
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 28px;
  background: #7a1692;
  color: #fff;
  border-radius: 30px;
  z-index: 5;
  border: 0;
  font-weight: 600;
  text-decoration: none;
}
.btn.btn-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #da1f8e;
  transition: 0.3s;
  border-radius: 30px;
}
.btn.btn-link:hover::before,
.main_menu nav > ul > li:hover > a::before,
.main_menu nav > ul > li > a.active::before {
  width: 100%;
}
.section_title > span {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 28px;
  color: #304650;
  font-weight: 700;
}
.section_title h2 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  color: #304650;
  margin-bottom: 0;
}
.blog_author_name h3 a:hover,
.blog_content h3 a:hover,
.blog_tab_button ul li a.active,
.blog_tab_button ul li a:hover,
.copyright_right p a:hover,
.footer_contact ul li a:hover,
.footer_social ul li a:hover,
.header_top_contact ul li a:hover,
.loding_bar ul li a:hover,
.logito_social_icon ul li a:hover,
.page_search_box form button:hover,
.portfolio_content h3 a:hover,
.related_post_text h3 a:hover,
.section_title h2 span,
.testimonial_text h3 a:hover,
.works_content h3 a:hover {
  color: #f60097;
}
.section_title p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 38px;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bluewood-bg {
  background: #354b65;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
#scrollUp {
  bottom: 85px;
  cursor: pointer;
  font-size: 20px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #f60097;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.mb-100,
.portfolio_list.one {
  margin-bottom: 100px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-63 {
  margin-bottom: 63px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.comments_form_input,
.mb-30,
.team-area .single-item {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.blog_author_thumb,
.mb-25,
.portfolio_meta_list {
  margin-bottom: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-100 {
  padding-bottom: 100px;
}
.body_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: progress;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
}
.body_overlay.active {
  opacity: 0.3;
  visibility: visible;
}
.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 5555;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 55px 15px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_top_contact {
  display: block;
}
.offcanvas_main_menu
  > li
  ul
  li.menu-item-has-children.menu-open
  span.menu-expand,
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.blog_details_blockquote blockquote p a:hover,
.canvas_open a:hover,
.contact_info_list p a:hover,
.header_search_btn a:hover,
.main_menu nav > ul > li ul.sub_menu li a:hover,
.main_menu nav > ul > li > a.active,
.offcanvas_main_menu li a:hover,
.offcanvas_main_menu li span.menu-expand:hover,
.portfolio_content h3 a,
.post_tags ul li a:hover,
.works_content h3 a {
  color: #304650;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ededed;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.canvas_close {
  position: absolute;
  top: 15px;
  right: 25px;
}
.canvas_close a {
  font-size: 30px;
  transition: 0.7s;
  display: inline-block;
  transform: scale(1) rotate(0);
}
.canvas_close a:hover {
  transform: scale(1.3) rotate(180deg);
  color: #304650;
}
.canvas_open {
  display: none;
  margin-left: 32px;
}
.canvas_open a {
  font-size: 38px;
  display: block;
  line-height: 16px;
}
.header_top_contact ul li,
.logito_social_icon span {
  line-height: 30px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation: 0.9s cubic-bezier(0.2, 1, 0.22, 1) fadeInDown;
  animation: 0.9s cubic-bezier(0.2, 1, 0.22, 1) fadeInDown;
  border-bottom: 0;
  display: block;
}
.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header_section .row {
  margin-right: 0;
  margin-left: 0;
}
.header_top {
  padding: 10px 115px;
  background: #304650;
}
.header_top_contact ul li {
  margin-right: 40px;
  display: inline-block;
  color: #fff;
}
.header_top_contact ul li i {
  color: #f60097;
  font-size: 16px;
  margin-right: 4px;
}
.logito_social_icon span {
  display: inline-block;
  color: #fff;
  margin-right: 25px;
}
.logito_social_icon ul li {
  margin-right: 20px;
}
.logito_social_icon ul li a {
  font-size: 16px;
  color: #fff;
}
.page_search_box {
  position: fixed;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 999;
  left: 0;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.page_search_box.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.page_search_box form {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.page_search_box form input::-webkit-input-placeholder {
  color: #000;
}
.page_search_box form input::-moz-placeholder {
  color: #000;
}
.page_search_box form input:-ms-input-placeholder {
  color: #000;
}
.page_search_box form input:-moz-placeholder {
  color: #000;
}
.page_search_box form input {
  width: 100%;
  background: 0 0;
  height: 50px;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  padding: 0 55px 0 0;
}
.page_search_box form button {
  position: absolute;
  bottom: 11px;
  right: 0;
  border: 0;
  padding: 0;
  background: 0 0;
  font-size: 20px;
}
.search_close {
  position: absolute;
  top: 50px;
  right: 100px;
}
.search_close i {
  font-size: 20px;
  cursor: pointer;
  transform: scale(1) rotate(0);
  display: inline-block;
  transition: 0.5s;
}
.search_close i:hover {
  color: #f60097;
  transform: scale(1.3) rotate(180deg);
}
.main_header {
  padding: 27px 115px;
  max-height: 100px;
  opacity: 0.9;
  background-color: #e7ecef;
}
.portfolio_thumb img,
.works_thumb {
  /*max-height: 450px;
  min-height: 450px;*/
}
.header_logo {
  margin-right: 125px;
  max-width: 150px;
}
.main_menu nav > ul > li {
  margin-right: 53px;
  position: relative;
  color: #7a1692;
  background-color: #e7ecef;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main_menu nav > ul > li:hover > a {
  color: #eb0a92;
}
.main_menu nav > ul > li > a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.main_menu nav > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #304650;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 190px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: auto;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 99;
  top: 120%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
  color: #999;
}
.header_search_btn {
  margin-right: 76px;
}
.header_search_btn a {
  font-size: 18px;
  line-height: 24px;
}
.work_withus a.btn.btn-link {
  padding: 0 32px;
  line-height: 60px;
  height: 60px;
}
.footer_bg {
  background: #304650;
}
.footer_top {
  padding: 100px 0 100px;
}
.footer_chat_text h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 22px;
}
.blog_tab_button ul li a,
.call_us_number a,
.home_call_icon span,
.loding_bar ul li a {
  font-family: Montserrat, sans-serif;
}
.footer_chat_text h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.footer_chat_text h1 span {
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  line-height: 45px;
  display: inline-block;
}
.footer_social ul li {
  margin-right: 28px;
}
.footer_social ul li a {
  font-size: 18px;
  color: #fff;
}
.copyright_right p {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.copyright_right p i {
  font-size: 16px;
  color: #f53400;
  vertical-align: middle;
  margin: 0 4px;
}
.footer_contact ul li {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-right: 34px;
}
.footer_bottom {
  padding: 0 105px 84px;
}
.newsletter_subscribe p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-bottom: 23px;
  margin-top: 0;
}
.newsletter_subscribe form {
  position: relative;
  width: 272px;
}
.newsletter_subscribe form input::-webkit-input-placeholder {
  color: #999;
}
.newsletter_subscribe form input::-moz-placeholder {
  color: #999;
}
.newsletter_subscribe form input:-ms-input-placeholder {
  color: #999;
}
.newsletter_subscribe form input:-moz-placeholder {
  color: #999;
}
.newsletter_subscribe form input {
  width: 100%;
  height: 50px;
  border: 0;
  background: #333139;
  font-size: 14px;
  color: #999;
  padding: 0 45px 0 16px;
}
.newsletter_subscribe form input:focus::-webkit-input-placeholder {
  color: #fff;
}
.newsletter_subscribe form button {
  position: absolute;
  right: 10px;
  top: 50%;
  background: inherit;
  color: #999;
  font-size: 24px;
  padding: 0;
  border: 0;
  text-align: center;
  transform: translatey(-50%);
}
.newsletter_subscribe form button:hover,
.team-area .item .thumb .overlay p {
  color: #fff;
}
.mailchimp-error,
.mailchimp-success {
  text-align: center;
  color: #fff;
}
.mailchimp-success.active {
  padding-top: 10px;
}
.hero_banner_section {
  background: #e7ecef;
  position: relative;
  height: 750px;
}
.hero_about_position_img,
.hero_position_img {
  position: absolute;
  transform: translatey(-50%);
}
.hero_position_img {
  right: 11%;
  top: 54%;
}
.hero_about_position_img {
  right: 0;
  margin: 50% 6% 0% 0%;
}
.animation_thumb {
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 1.8);
  animation-name: animateUpDown;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes animateUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.hero_content {
  margin-top: 85px;
}
.hero_content .section_title > span {
  font-size: 20px;
  margin-bottom: 46px;
  color: #000;
  font-weight: 400;
}
.hero_content p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0;
}
.hero_play_store {
  margin-top: 90px;
}
.hero_play_store img {
  margin-right: 15px;
}
.hero_play_store span {
  font-size: 16px;
  line-height: 24px;
  color: #304650;
  font-weight: 700;
  display: inline-block;
}
.counterup_inner {
  padding: 50px 0;
}
.home_call_icon i {
  font-size: 18px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
}
.home_call_icon span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #0f2f65;
  display: inline-block;
  margin-left: 20px;
}
.call_us_number {
  margin-left: 35px;
}
.call_us_number a {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #304650;
}
.blog__text h2,
.blog_content h3,
.blog_details_desc h3,
.blog_details_title h2,
.comment_list .comment_content h5,
.contact_form h3,
.contact_info_list h3,
.contact_info_title h3,
.orgo_about_title h3,
.portfolio_content h3,
.portfolio_desc h3,
.related_post_text h3,
.works_content h3 {
  font-family: "DM Sans", sans-serif;
}
.counterup_text {
  margin-right: 82px;
}
.counterup_text h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #304650;
  margin-bottom: 10px;
}
.counterup_text span {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  display: inline-block;
}
.business_section {
  position: relative;
  padding: 100px 0 155px;
}
.service_section {
  position: relative;
  padding: 100px 0 155px;
}
.service_section1 {
  position: relative;
  padding: 100px 0 155px;
}
.service_section2 {
  position: relative;
  padding: 100px 0 155px;
}

.about_us_section {
  position: relative;
  padding: 100px 0 155px;
}
.about_us_content p {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  margin-bottom: 0;
}
.about_us_content a.btn.btn-link {
  margin-top: 60px;
}

.business_content p {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  margin-bottom: 0;
}
.business_content a.btn.btn-link {
  margin-top: 60px;
}
.business_position_img {
  position: absolute;
  left: 128px;
  bottom: -100px;
}
.feature_position_img {
  position: absolute;
  left: 128px;
  bottom: -100px;
}
.service1_position_img {
  
}
.about_us_position_img {
  position: absolute;
  left: 128px;
  bottom: -100px;
}
.solutions_section_top {
  padding: 200px 0 100px;
}

.solutions_section {
  padding: 100px 0 100px;
}

.solutions_list {
  width: 33.33%;
  /*background: #f0f3f9;*/
  border: 1px solid #e7ecef;
  padding: 60px;
  position: relative;
}
.solutions_list:last-child {
  border-right: 0;
}
.solutions_list::before,
.testimonial_list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background: #304650;
  left: 50%;
  right: 50%;
  top: 0;
  transition: 0.3s;
}
.solutions_list:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}
.solutions_icon {
  margin-bottom: 56px;
}
.solutions_icon i {
  font-size: 60px;
  color: #fff;
  width: 95px;
  height: 95px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  background: #f60097;
  border-radius: 50%;
}
.solutions_icon i.icofont-pen-alt-3,
.solutions_icon i.icofont-video {
  font-size: 46px;
}
.solutions_text h3 {
  font-size: 24px;
  line-height: 32px;
  color: #304650;
  font-weight: 700;
  margin-bottom: 25px;
}
.business_shipping_text p,
.solutions_text p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.learn_more {
  position: absolute;
  top: 48px;
  right: 48px;
}
.learn_more a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #304650;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.learn_more a:hover {
  border-color: #304650;
}
.business_position_img2 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 95px;
}
.service_position_img2 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 95px;
}
.business_shipping_list {
  margin-bottom: 40px;
}
.business_shipping_icon {
  margin-right: 42px;
}
.business_shipping_icon i {
  font-size: 60px;
  color: #304650;
}
.business_shipping_text h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #304650;
  margin-bottom: 13px;
}
.business_chooseus {
  padding: 100px 0 100px;
  background: #e7ecef;
}
.service_chooseus {
  padding: 200px 0 200px;
}

.service_chooseus1 {
  padding: 100px 0 0px;
  background: #e7ecef;
}
.service_chooseus2 {
  padding: 100px 0 100px;
  background: #e7ecef;
}
.our_clients_chooseus {
  padding: 100px 0 100px;
  background: #e7ecef;
}
.orgo_works_section {
  background: #f0f3f9;
  padding: 100px 0 90px;
}
.orgo_works_container {
  padding: 0 105px;
}
.single_works {
  background: #fff;
}
.works_thumb {
  overflow-y: scroll;
}
.blog_details_title,
.orgo_works_header {
  margin-bottom: 67px;
}
.all_project a {
  font-size: 14px;
  color: #181b31;
  line-height: 16px;
  display: inline-block;
  border-bottom: 1px solid #767988;
}
.all_project a:hover,
.view_more a:hover {
  color: #f60097;
  border-color: #f60097;
}
.works_content {
  padding: 42px 55px;
}
.works_content h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.works_content span {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: inline-block;
}
.works_swiper .swiper-pagination {
  position: inherit;
  bottom: inherit;
  margin-top: 88px;
  z-index: 99;
}
.works_swiper .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
  margin: 0 12px;
}
.works_swiper
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #da4426;
}
.testimonial_list {
  padding: 15px 50px 15px 44px;
  position: relative;
}
.testimonial_list:hover::before {
  left: 0;
  right: 0;
  width: 100%;
}
.testimonial_icon {
  text-align: right;
  margin-bottom: 10px;
}
.testimonial_icon i {
  font-size: 36px;
  color: #304650;
}
.testimonial_text h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog_d_meta ul li a:hover,
.comments_form_input input:focus,
.testimonial_text h3 a {
  color: #000;
}
.testimonial_text h3 span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.testimonial_text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.testimonial_inner {
  position: relative;
  padding: 100px 0;
}
.testimonial_position_img {
  position: absolute;
  bottom: 0;
  left: -120px;
  top: 150px;
}
.testimonial_sidebar {
  padding-left: 62px;
}
.blog_page_section {
  padding: 156px 0 138px;
}
.blog_page_section .section_title {
  margin-bottom: 0px;
}
.blog_sticky_thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_sticky {
  padding: 0 105px;
  margin-bottom: 0px;
}
.blog__text {
  position: absolute;
  bottom: 76px;
  left: 250px;
}
.blog__text span {
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 27px;
  display: inline-block;
}
.blog__text h2 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.blog_tab_button {
  margin-right: 294px;
}
.blog_tab_button ul {
  flex-direction: column;
}
.blog_tab_button ul li a {
  font-size: 14px;
  line-height: 37px;
  display: inline-block;
  font-weight: 700;
}
.blog_content {
  margin-bottom: 62px;
  border: 1px solid #dfe6e9;
  border-radius: 20px;
  padding: 50px;
}
.blog_content h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 11px;
}
.blog_content p {
  font-size: 16px;
  line-height: 22px;
}
.blog_content p span,
.related_post_text p span {
  color: #999;
}
.view_more a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #304650;
  font-weight: 700;
  border-bottom: 1px solid #304650;
}
.blog_details_top {
  margin-bottom: 118px;
}
.blog_d_sticky {
  margin-bottom: 142px;
}
.blog__author {
  width: 205px;
}
.blog_author_name {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 44px;
  margin-bottom: 46px;
}
.blog_author_name h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog_author_name span,
.portfolio_desc p,
.portfolio_meta_list span {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.blog_author_details ul li {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog_author_details ul li i {
  font-size: 18px;
  color: #ccc;
  margin-right: 8px;
}
.blog_details_sidebar {
  width: calc(100% - 205px);
  padding-left: 100px;
}
.blog_d_meta {
  margin-bottom: 45px;
}
.blog_d_meta ul li,
.breadcrumb_content ul li {
  display: inline-block;
  color: #999;
  font-size: 16px;
  margin-right: 3px;
}
.blog_d_meta ul li a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.blog_details_title h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #304650;
}
.blog_details_desc h3 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 58px;
}
.blog_details_desc p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0;
}
.blog_details_desc ul {
  padding: 33px 0 65px;
}
.blog_details_desc ul li {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  position: relative;
  padding-left: 33px;
}
.blog_details_desc ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.blog_details_desc h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}
.blog_details_blockquote {
  padding: 70px 0 72px;
}
.blog_details_blockquote blockquote {
  padding-left: 100px;
  margin: 0;
  position: relative;
}
.post_tags span,
.post_tags ul li {
  margin-right: 5px;
}
.blog_details_blockquote blockquote::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #f60097;
  height: 88px;
  top: 5px;
  left: 0;
}
.blog_details_blockquote blockquote h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 32px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.blog_details_blockquote blockquote p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.blog_details_blockquote blockquote p a {
  color: #000;
  font-weight: 600;
}
.post_tags {
  margin-bottom: 22px;
}
.post_tags span {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
.post_tags ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: inline-block;
}
.post__social ul li {
  margin-right: 12px;
}
.post__social ul li a {
  font-size: 24px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.post__social ul li a.facebook {
  background: #1b4e9b;
}
.post__social ul li a.twitter {
  background: #00aeef;
}
.post__social ul li a.googleplus {
  background: #c00;
}
.post__social ul li a.wifi {
  background: #f86a02;
}
.related_post_area {
  padding: 120px 0;
}
.related_title {
  margin-bottom: 64px;
  text-align: center;
}
.related_title h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #304650;
}
.related_thumb img {
  transition: 0.3s;
  width: 100%;
}
.portfolio_thumb:hover img,
.related_thumb:hover img {
  transform: scale(1.1);
}
.related_post_text {
  padding-top: 23px;
}
.related_post_text p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  display: inline-block;
}
.related_post_text h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog_comment_wrapper {
  background: #f2f5fa;
  padding: 121px 0 195px;
}
.blog_comment_wrapper .container {
  max-width: 805px;
}
.comments_box,
.portfolio_list {
  margin-bottom: 80px;
}
.comments_title {
  margin-bottom: 34px;
}
.comments_title h2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #304650;
  margin-bottom: 0;
}
.comment_list {
  overflow: hidden;
  margin-bottom: 33px;
}
.comment_list .comment_thumb {
  width: 70px;
  margin-right: 30px;
}
.comment_list .comment_thumb img,
.testimonial-image img {
  border-radius: 50%;
}
.comment_list .comment_meta {
  margin-bottom: 11px;
}
.comment_list .comment_content {
  width: calc(100% - 70px);
  padding: 20px 0 0 20px;
}
.comment_list .comment_content h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
  color: #333;
}
.comment_list .comment_content h5 span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.comment_list .comment_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.comment_list .comment_content a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 27px;
  display: inline-block;
  text-transform: uppercase;
}
.comment_list .comment_content a:hover {
  color: #da4326;
}
.comments_form .section_title {
  margin-bottom: 44px;
}
.comments_form .section_title h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.comments_form_input label {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  display: block;
  margin-bottom: 4px;
}
.comments_form_input label span {
  color: #f36;
}
.comments_form_input input::-webkit-input-placeholder {
  color: #999;
}
.comments_form_input input::-moz-placeholder {
  color: #999;
}
.comments_form_input input:-ms-input-placeholder {
  color: #999;
}
.comments_form_input input:-moz-placeholder {
  color: #999;
}
.comments_form_input input {
  color: #999;
  width: 100%;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 8px;
}
.comments_form_input input:focus::-webkit-input-placeholder {
  color: #000;
}
.comments_form_input textarea {
  width: 100%;
  padding: 20px;
  height: 210px;
  font-size: 16px;
  color: #999;
  border-radius: 8px;
  resize: none;
}
.comments_form_input textarea:focus {
  color: #000;
}
.comments_form_input textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.comments_form_inner button.btn.btn-link {
  margin-top: 24px;
}
.contact_page_section {
  padding: 120px 0 100px;
}
.contact_page_section .section_title {
  margin-bottom: 0px;
}
.contact_page_details .container {
  max-width: 1005px;
}
.contact_map,
.portfolio_section .section_title {
  margin-bottom: 115px;
}
.contact_map iframe {
  height: 805px;
  width: 100%;
}
.contact_form h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.form_input {
  width: 33.33%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.form_input input {
  width: 100%;
  height: 43px;
  padding: 0 18px;
  font-weight: 500;
}
.form_input input:focus,
.form_textarea textarea:focus {
  border-color: #ccc !important;
  color: #000;
}
.form_input input:focus::-webkit-input-placeholder {
  color: #000;
}
.form_textarea textarea {
  width: 100%;
  padding: 10px 18px;
  height: 198px;
  resize: none;
  font-weight: 500;
}
.form_textarea textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.contact_info {
  margin-bottom: 100px;
}
.contact_info_title {
  margin-bottom: 58px;
}
.contact_info_title h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact_info_list {
  width: 33.33%;
  margin-right: 65px;
  position: relative;
}
.contact_info_list h3 {
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 23px;
}
.contact_info_list h3 i {
  float: right;
  line-height: 47px;
  font-size: 20px;
  color: #f60097;
}
.contact_info_list p {
  font-size: 16px;
  line-height: 30px;
  color: #010101;
  letter-spacing: 0;
}
.form_input_btn {
  margin-top: 43px;
}
.hero_about_section {
  padding: 99px 0 133px;
}
.about_position_img {
  top: 55%;
  transform: translatey(-50%);
  bottom: auto;
  left: 160px;
}
.business_chooseus.about_choose {
  padding: 122px 0 267px;
}
.testimonial_bg {
  background: #f0f3f9;
}
.testimonial_bg .testimonial_inner {
  padding: 210px 0 165px;
}
.portfolio_section {
  padding: 176px 0 155px;
}
.portfolio_page_inner {
  padding: 0 105px;
  margin-bottom: 45px;
}
.portfolio_messonry_button {
  margin-bottom: 68px;
}
.portfolio_messonry_button button {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 37px;
  border: 0;
  padding: 0;
  background: inherit;
}
.portfolio_messonry_button button.active,
.portfolio_messonry_button button:hover {
  color: #f90;
}
.portfolio_list.one .portfolio_content {
  padding: 45px 54px;
}
.portfolio_list.one .single_portfolio {
  width: 50%;
  margin-right: 80px;
}
.portfolio_list.two .single_portfolio {
  width: 33.33%;
  margin-right: 50px;
}
.portfolio_thumb img {
  transition: 0.3s;
}
.portfolio_content {
  padding: 30px 34px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.portfolio_content h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 20px;
}
.portfolio_content span {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  display: inline-block;
}
.loding_bar ul li {
  margin-right: 10px;
}
.loding_bar ul li span {
  font-size: 25px;
  color: #ccc;
  display: inline-block;
}
.loding_bar ul li a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 30px;
  color: #ccc;
  display: inline-block;
}
.breadcrumb_area {
  padding: 164px 0 130px;
}
.breadcrumb_content h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #304650;
  margin-bottom: 24px;
}
.breadcrumb_content ul li a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #999;
}
.breadcrumb_content ul li a:hover {
  color: #000;
}
.portfolio_slide_section {
  margin-bottom: 132px;
}
.portfolio_slick .progress {
  display: block;
  max-width: 1175px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e1e1e1;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 90px auto 0;
}
.portfolio_slick_slider .slick-list {
  padding: 0 360px !important;
}
.video_cover{
      width: 800px;
      height: 700px;
    }
.video_cover02{
      width: 500px;
      height: 400px;
    }
.video_cover03{
      width: 500px;
      height: 400px;
}
.video_cover04{
      width: 500px;
      height: 400px;
    }
.video_cover05{
      width: 500px;
      height: 400px;
    }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section_title > span {
    margin-bottom: 20px;
  }
  .section_title h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .header_top {
    padding: 10px 30px;
  }
  .main_header {
    padding: 7px 58px;
  }
  .header_logo {
    margin-right: 60px;
  }
  .main_menu nav > ul > li {
    margin-right: 35px;
  }
  .header_search_btn {
    margin-right: 38px;
  }
  .footer_bottom {
    padding: 0 30px 84px;
  }
  .hero_position_img {
    right: 5%;
  }
  .business_position_img2 img,
  .hero_position_img img {
    max-width: 580px;
  }
  .service_position_img2 img,
  .hero_position_img img {
    max-width: 580px;
  }
  .hero_content .section_title > span {
    margin-bottom: 25px;
  }
  .hero_content .section_title.mb-55 {
    margin-bottom: 40px;
  }
  .hero_play_store {
    margin-top: 60px;
  }
  .business_position_img {
    left: 20px;
    bottom: 50px;
  }
  .feature_position_img {
    left: 20px;
    bottom: -30px;
  }
    
  .service1_position_img {
    left: 20px;
    bottom: 50px;
  }
  .business_position_img img {
    max-width: 560px;
  }
  .feature_position_img img {
    max-width: 560px;
  }
  .service1_position_img img {
    max-width: 560px;
  }
  .business_position_img2 {
    right: 30px;
  }
  .service_position_img2 {
    right: 30px;
  }
  .business_shipping_icon,
  .portfolio_list.two .single_portfolio {
    margin-right: 30px;
  }
  .orgo_works_container {
    padding: 0 30px;
  }
  .works_content {
    padding: 42px 30px;
  }
  .works_content h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .testimonial_position_img {
    left: 0;
  }
  .testimonial_position_img img {
    width: 520px;
  }
  .blog_sticky {
    padding: 0;
  }
  .blog__text {
    bottom: 60px;
    left: 100px;
  }
  .blog__text span {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog__text h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .blog_tab_button {
    margin-right: 170px;
  }
  .blog_details_title h2 {
    font-size: 42px;
    line-height: 55px;
  }
  .blog_details_desc h3 {
    font-size: 27px;
    line-height: 44px;
  }
  .contact_map iframe {
    height: 600px;
  }
  .about_position_img {
    left: 20px;width: 550px;
  }
  .portfolio_page_inner {
    padding: 0 15px;
  }
  .portfolio_list.one .portfolio_content {
    padding: 40px 25px;
  }
  .portfolio_list.one .portfolio_content h3 {
    font-size: 30px;
  }
  .portfolio_list.one .single_portfolio {
    margin-right: 50px;
  }
  .portfolio_content {
    padding: 30px 22px;
  }
  .portfolio_content h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .portfolio_slick .progress {
    max-width: 1000px;
  }
  .portfolio_slick_slider .slick-list {
    padding: 0 300px !important;
  }
}
.portfolio_slick_slider > button {
  display: none !important;
}
.portfolio_single_slide {
  padding-right: 15px;
  padding-left: 15px;
}
.portfolio_details_section {
  padding-bottom: 65px;
}
.portfolio_details_inner {
  padding: 0 70px;
}
.portfolio_details_top {
  margin-bottom: 148px;
}
.portfolio_meta {
  width: 228px;
  border-right: 1px solid #e5e5e5;
}
.portfolio_meta_list h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.portfolio_desc {
  width: calc(100% - 228px);
  padding-left: 70px;
}
.portfolio_desc h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.orgo_about_title {
  text-align: center;
  margin-bottom: 128px;
}
.orgo_about_title h3 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 81px;
}
.orgo_about_title p {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
}
.orgo_about_title p a {
  font-weight: 600;
  color: #000;
}
.social_share {
  text-align: center;
  margin-bottom: 203px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title > span {
    margin-bottom: 20px;
  }
  .section_title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .header_top {
    padding: 10px 15px;
  }
  .main_header {
    padding: 27px 15px;
  }
  .counterup_text,
  .header_logo,
  .portfolio_list.one .single_portfolio {
    margin-right: 40px;
  }
  .business_shipping_icon,
  .main_menu nav > ul > li {
    margin-right: 25px;
  }
  .main_menu nav > ul > li > a,
  .portfolio_content span {
    font-size: 15px;
  }
  .header_search_btn {
    margin-right: 27px;
  }
  .work_withus a.btn.btn-link {
    padding: 0 22px;
    line-height: 50px;
    height: 50px;
  }
  .footer_top {
    padding: 170px 0;
  }
  .footer_chat_text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .footer_social ul li {
    margin-right: 15px;
  }
  .copyright_right p,
  .footer_contact ul li {
    font-size: 14px;
  }
  .footer_bottom {
    padding: 0 0 50px;
  }
  .newsletter_subscribe form {
    width: 240px;
  }
  .hero_banner_section {
    height: 780px;
  }
  .hero_position_img {
    right: 2%;
    top: 56%;
  }
  .hero_position_img img {
    max-width: 495px;
  }
  .hero_content .section_title > span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hero_content .section_title.mb-55 {
    margin-bottom: 25px;
  }
  .hero_content p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 26px;
  }
  .hero_play_store {
    margin-top: 41px;
  }
  .call_us_number a {
    font-size: 23px;
    line-height: 23px;
  }
  .counterup_text h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .business_content p {
    line-height: 30px;
  }
  .business_content a.btn.btn-link {
    margin-top: 45px;
  }
  .business_position_img {
    left: 20px;
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
  }
  .feature_position_img {
    left: 20px;
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
  }
  .service1_position_img {
    left: 20px;
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
  }
  .business_position_img img {
    max-width: 460px;
  }
  .feature_position_img img {
    max-width: 460px;
  }
  .servcie1_position_img img {
    max-width: 460px;
  }
  .solutions_section {
    padding: 142px 0 150px;
  }
  .portfolio_section .section_title,
  .solutions_section .section_title.mb-100 {
    margin-bottom: 60px;
  }
  .solutions_list {
    padding: 30px;
  }
  .solutions_icon,
  .testimonial_sidebar .section_title.mb-63 {
    margin-bottom: 40px;
  }
  .solutions_icon i {
    width: 85px;
    height: 85px;
    line-height: 90px;
  }
  .solutions_text h3 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .business_position_img2 {
    right: 20px;
  }
  .service_position_img2 {
    right: 20px;
  }
  .business_position_img2 img {
    max-width: 462px;
  }
  .service_position_img2 img {
    max-width: 462px;
  }
  .business_shipping_list {
    margin-bottom: 35px;
  }
  .business_shipping_icon i {
    font-size: 50px;
  }
  .business_shipping_text h3 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 11px;
  }
  .business_chooseus {
    padding: 150px 0;
  }
  .business_chooseus .section_title.mb-85 {
    margin-bottom: 48px;
  }
  .orgo_works_container {
    padding: 0 15px;
  }
  .works_thumb {
    min-height: 350px;
    max-height: 350px;
    overflow-y: scroll;
  }
  .blog_details_desc.mb-85,
  .orgo_works_header,
  .portfolio_list,
  .portfolio_list.one {
    margin-bottom: 50px;
  }
  .works_content {
    padding: 30px 20px;
  }
  .works_content h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .works_swiper .swiper-pagination {
    margin-top: 50px;
  }
  .testimonial_list {
    padding: 25px 30px;
  }
  .testimonial_inner {
    padding: 100px 0;
  }
  .testimonial_position_img {
    left: 0;
  }
  .testimonial_position_img img {
    width: 445px;
  }
  .blog_page_section {
    padding: 100px 0 110px;
  }
  .blog_page_section .section_title {
    margin-bottom: 0px;
  }
  .blog_sticky {
    padding: 0;
    margin-bottom: 100px;
  }
  .blog__text {
    bottom: 45px;
    left: 50px;
  }
  .blog__text span {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .blog__text h2 {
    font-size: 38px;
    line-height: 49px;
  }
  .blog_tab_button {
    margin-right: 120px;
  }
  .blog_content {
    margin-bottom: 38px;
  }
  .blog_content h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .blog_details_sidebar {
    padding-left: 50px;
  }
  .blog_d_meta {
    margin-bottom: 23px;
  }
  .blog_details_title {
    margin-bottom: 33px;
  }
  .blog_details_title h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .blog_details_desc h3 {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  .blog_details_desc ul {
    padding: 33px 0 45px;
  }
  .blog_details_desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .blog_details_blockquote {
    padding: 38px 0 37px;
  }
  .related_title {
    margin-bottom: 45px;
  }
  .related_title h2 {
    font-size: 28px;
  }
  .related_post_text {
    padding-top: 22px;
  }
  .related_post_text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .related_post_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .comments_title h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .contact_page_section {
    padding: 110px 0 130px;
  }
  .contact_page_section .section_title {
    margin-bottom: 90px;
  }
  .contact_map iframe {
    height: 500px;
  }
  .about_position_img {
    left: 20px;
  }
  .business_chooseus.about_choose {
    padding: 38px 0 160px;
  }
  .testimonial_bg .testimonial_inner {
    padding: 124px 0 120px;
  }
  .portfolio_section {
    padding: 100px 0 120px;
  }
  .portfolio_page_inner {
    padding: 0;
    margin-bottom: 50px;
  }
  .portfolio_list.one .portfolio_content {
    padding: 32px 22px;
  }
  .portfolio_list.one .portfolio_content h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .portfolio_list.two .single_portfolio {
    margin-right: 30px;
  }
  .portfolio_content {
    padding: 25px 15px;
  }
  .portfolio_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .breadcrumb_area {
    padding: 100px 0 80px;
  }
  .breadcrumb_content h3 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 18px;
  }
  .portfolio_details_top,
  .portfolio_slide_section {
    margin-bottom: 100px;
  }
  .portfolio_slick .progress {
    max-width: 800px;
    margin: 50px auto 0;
  }
  .portfolio_slick_slider .slick-list {
    padding: 0 220px !important;
  }
  .portfolio_details_inner {
    padding: 0 30px;
  }
  .portfolio_meta {
    width: 190px;
  }
  .portfolio_desc {
    width: calc(100% - 190px);
    padding-left: 50px;
  }
  .orgo_about_title {
    margin-bottom: 85px;
  }
  .orgo_about_title h3 {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 40px;
  }
  .social_share {
    margin-bottom: 110px;
  }
}
.social_share span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 23px;
}
.social_share ul li {
  display: inline-block;
  margin-right: 25px;
}
.social_share ul li a {
  font-size: 24px;
}
.social_share ul li a i.ei-comment_alt,
.social_share ul li a i.ei-social_facebook {
  color: #1362c3;
}
.social_share ul li a i.ei-social_twitter {
  color: #00bef5;
}
.social_share ul li a i.ei-social_pinterest {
  color: #db0101;
}
.social_share ul li a i.ei-social_linkedin {
  color: #03518e;
}
.home__navigation ul li a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 3px;
  color: #999;
}
.home__navigation ul li a:hover {
  color: #f60097;
}
.home__navigation ul li span {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-link {
    line-height: 46px;
    height: 46px;
    padding: 0 22px;
  }
  .section_title > span {
    margin-bottom: 18px;
  }
  .section_title h2 {
    font-size: 32px;
    line-height: 47px;
  }
  .section_title p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
  }
  .canvas_open,
  .offcanvas_menu {
    display: block;
  }
  .sticky-header.sticky {
    padding: 15px 0;
  }
  .header_transparent {
    position: inherit;
  }
  .header_top {
    padding: 10px 15px;
    flex-direction: column;
  }
  .header_top_contact {
    margin-bottom: 12px;
    display: none;
  }
  .header_top_contact ul li {
    display: block;
    margin-right: 0;
    text-align: center;
    color: #000;
    line-height: 30px;
  }
  .main_header {
    padding: 30px 15px;
  }
  .header_logo {
    margin-right: 0;
  }
  .header_search_btn {
    margin-right: 32px;
  }
  .work_withus a.btn.btn-link {
    padding: 0 25px;
    line-height: 48px;
    height: 48px;
  }
  .footer_top {
    padding: 100px 0;
  }
  .footer_chat_text h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 18px;
  }
  .footer_chat_text h1 span,
  .portfolio_list.one .portfolio_content h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .footer_chat_text h1 {
    font-size: 34px;
    line-height: 35px;
  }
  .footer_contact {
    padding: 20px 0;
  }
  .footer_bottom {
    padding: 0 0 35px;
    flex-direction: column;
  }
  .hero_banner_section {
    height: auto;
    flex-direction: column;
    padding: 74px 0 79px;
    margin-top: 150px;
  }
  .hero_position_img {
    left: 0;
    text-align: center;
    right: 0;
    top: auto;
    transform: inherit;
    position: inherit;
  }
  .hero_position_img img {
    max-width: 580px;
  }
  .hero_content {
    margin-top: 0;
    margin-bottom: 75px;
    text-align: center;
  }
  .hero_content .section_title > span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hero_content .section_title.mb-55 {
    margin-bottom: 25px;
  }
  .hero_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .hero_play_store {
    margin-top: 33px;
    justify-content: center;
  }
  .hero_play_store span {
    font-size: 14px;
    line-height: 23px;
  }
  .counterup_inner {
    flex-direction: column;
    align-items: center;
  }
  .blog_details_desc.mb-85,
  .contact_info_title,
  .home_call_us,
  .single_related_post,
  .solutions_icon {
    margin-bottom: 30px;
  }
  .call_us_number a {
    font-size: 22px;
    line-height: 25px;
  }
  .counterup_text {
    margin-right: 50px;
    text-align: center;
  }
  .counterup_text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .business_section {
    padding: 73px 0 79px;
  }
  .service_section {
    padding: 73px 0 79px;
  }
  .service_section1 {
    padding: 73px 0 79px;
  }
  .service_section2 {
    padding: 73px 0 79px;
  }
  .blog_d_meta,
  .business_section .section_title.mb-35 {
    margin-bottom: 22px;
  }
  .blog_d_meta,
  .service_section .section_title.mb-35 {
    margin-bottom: 22px;
  }
  .blog_d_meta,
  .service_section1 .section_title.mb-35 {
    margin-bottom: 22px;
  }
  .blog_d_meta,
  .service_section2 .section_title.mb-35 {
    margin-bottom: 22px;
  }
  .business_content,
  .testimonial_sidebar .section_title {
    text-align: center;
  }
  .business_content p {
    font-size: 17px;
    line-height: 28px;
  }
  .business_content a.btn.btn-link {
    margin-top: 32px;
  }
  .business_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 52px 0;
  }
  .feature_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 52px 0;
  }
  .service1_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 52px 0;
  }
  .solutions_section {
    padding: 74px 0 80px;
  }
  .portfolio_section .section_title,
  .solutions_section .section_title.mb-100 {
    margin-bottom: 45px;
  }
  .solutions_list {
    padding: 20px;
  }
  .solutions_icon i.icofont-pen-alt-3,
  .solutions_icon i.icofont-video {
    font-size: 40px;
  }
  .solutions_icon i {
    width: 75px;
    height: 75px;
    line-height: 79px;
    font-size: 48px;
  }
  .solutions_text h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .solutions_text p {
    font-size: 15px;
    line-height: 25px;
  }
  .learn_more {
    top: 30px;
    right: 25px;
  }
  .business_position_img2 {
    position: inherit;
    left: 0;
    top: inherit;
    right: 0;
    transform: inherit;
    text-align: center;
    padding: 72px 52px 0;
  }
  .service_position_img2 {
    position: inherit;
    left: 0;
    top: inherit;
    right: 0;
    transform: inherit;
    text-align: center;
    padding: 72px 52px 0;
  }
  .business_shipping_list {
    margin-bottom: 28px;
    flex-direction: column;
  }
  .business_shipping_icon {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .business_shipping_icon i {
    font-size: 50px;
  }
  .business_shipping_text h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .blog_comment_wrapper,
  .business_chooseus {
    padding: 76px 0 80px;
  }
  
  .blog_comment_wrapper,
  .service_chooseus {
    padding: 76px 0 80px;
  }
  .blog_comment_wrapper,
  .service_chooseus1 {
    padding: 76px 0 80px;
  }
  .blog_comment_wrapper,
  .service_chooseus2 {
    padding: 76px 0 80px;
  }
  
  .business_chooseus .section_title.mb-85,
  .orgo_works_header,
  .related_title,
  .testimonial_sidebar .section_title.mb-63 {
    margin-bottom: 35px;
  }
  .orgo_works_section {
    padding: 72px 0 73px;
  }
  .orgo_works_container,
  .portfolio_details_inner {
    padding: 0;
  }
  .works_thumb {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
  }
  .works_content {
    padding: 15px;
  }
  .works_content h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .portfolio_content span,
  .works_content span {
    font-size: 13px;
    line-height: 24px;
  }
  .works_swiper .swiper-pagination {
    margin-top: 33px;
  }
  .testimonial_list {
    padding: 30px;
  }
  .testimonial_inner {
    padding: 74px 0 0;
  }
  .testimonial_position_img {
    position: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 40px;
  }
  .testimonial_sidebar {
    padding-left: 0;
  }
  .blog_page_section {
    padding: 60px 0 100px;
  }
  .blog_page_section .section_title {
    margin-bottom: 60px;
  }
  .blog_sticky {
    padding: 0;
    margin-bottom: 73px;
  }
  .blog__text {
    bottom: 40px;
    left: 40px;
  }
  .blog__text span {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .blog__text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .blog_tab_button {
    margin-right: 90px;
  }
  .blog_content {
    margin-bottom: 32px;
  }
  .blog_content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 9px;
  }
  .blog_d_sticky,
  .blog_details_top,
  .portfolio_slide_section {
    margin-bottom: 80px;
  }
  .blog_details_sidebar {
    padding-left: 35px;
  }
  .blog_details_title {
    margin-bottom: 28px;
  }
  .blog_details_title h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .blog_details_desc h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .blog_details_desc ul {
    padding: 25px 0 33px;
  }
  .blog_details_desc ul li {
    line-height: 33px;
  }
  .blog_details_blockquote {
    padding: 26px 0 25px;
  }
  .blog_details_blockquote blockquote {
    padding-left: 47px;
  }
  .blog_details_blockquote blockquote h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .related_post_area {
    padding: 77px 0 47px;
  }
  .comments_title h2,
  .related_title h2 {
    font-size: 24px;
    line-height: 25px;
  }
  .related_post_text {
    padding-top: 20px;
  }
  .related_post_text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  .related_post_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .comments_box {
    margin-bottom: 71px;
  }
  .comments_form_input input {
    width: 100%;
  }
  .comments_form_input textarea {
    height: 180px;
  }
  .comments_form_inner button.btn.btn-link {
    margin-top: 15px;
  }
  .contact_page_section {
    padding: 47px 0 80px;
  }
  .contact_page_section .section_title {
    margin-bottom: 50px;
  }
  .contact_map,
  .social_share {
    margin-bottom: 67px;
  }
  .contact_map iframe {
    height: 350px;
  }
  .contact_form h3 {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .form_textarea textarea {
    height: 170px;
  }
  .contact_info {
    margin-bottom: 73px;
  }
  .contact_info_title h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .contact_info_list,
  .portfolio_list.one .single_portfolio,
  .portfolio_list.two .single_portfolio {
    margin-right: 30px;
  }
  .contact_info_list h3 {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .contact_info_list h3 i {
    line-height: 40px;
    font-size: 18px;
  }
  .contact_info_list p {
    font-size: 15px;
    line-height: 27px;
  }
  .form_input_btn {
    margin-top: 30px;
  }
  .hero_about_section {
    flex-direction: column;
    padding: 54px 0 40px;
  }
  .hero_about_section .hero_content.m-0 {
    margin-bottom: 75px !important;
  }
  .about_position_img {
    top: inherit;
    transform: inherit;
    left: 0;
  }
  .business_chooseus.about_choose {
    padding: 8px 0 85px;
  }
  .testimonial_bg .testimonial_inner {
    padding: 75px 0 0;
  }
  .portfolio_section {
    padding: 90px 0 110px;
  }
  .portfolio_page_inner {
    padding: 0;
    margin-bottom: 50px;
  }
  .portfolio_list,
  .portfolio_list.one,
  .portfolio_messonry_button {
    margin-bottom: 40px;
  }
  .portfolio_messonry_button button {
    font-size: 16px;
    margin-right: 30px;
  }
  .portfolio_list.one .portfolio_content {
    padding: 25px 20px;
  }
  .portfolio_content {
    padding: 22px 12px;
    flex-direction: column;
    text-align: center;
  }
  .portfolio_content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .loding_bar ul li a {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .breadcrumb_area {
    padding: 55px 0 42px;
  }
  .breadcrumb_content h3 {
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .portfolio_slick .progress {
    max-width: 620px;
    margin: 40px auto 0;
  }
  .portfolio_slick_slider .slick-list {
    padding: 0 150px !important;
  }
  .portfolio_details_section {
    padding-bottom: 70px;
  }
  .orgo_about_title,
  .portfolio_details_top {
    margin-bottom: 70px;
  }
  .portfolio_meta {
    width: 180px;
  }
  .portfolio_meta_list h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .portfolio_desc {
    width: calc(100% - 180px);
    padding-left: 40px;
  }
  .orgo_about_title h3 {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 35px;
  }
  .home__navigation ul li a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .home__navigation ul li span {
    font-size: 15px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .portfolio_section .container-fluid {
    max-width: 576px;
  }
  .btn.btn-link {
    font-size: 13px;
    line-height: 42px;
    height: 42px;
    padding: 0 18px;
  }
  .section_title > span {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .section_title h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .section_title p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
  }
  .video_cover {
  width: 370px;
  height: 330px;
}
.video_cover02 {
  width: 370px;
  height: 330px;
  margin: -6% 0% 0% -11%;
}
.video_cover03 {
  width: 370px;
  height: 330px;
  margin: -6% 0% 0% -11%;
}
.video_cover04 {
  width: 370px;
  height: 330px;
  margin: -6% 0% 0% -11%;
}
.video_cover05 {
  width: 370px;
  height: 330px;
  margin: -6% 0% 0% -11%;
}
  .offcanvas_menu {
    display: block;
  }
  .canvas_open {
    display: block;
    margin-left: 25px;
  }
  .sticky-header.sticky {
    padding: 15px 0;
  }
  .header_transparent {
    position: inherit;
  }
  .header_top {
    padding: 10px 15px;
    flex-direction: column;
  }
  .header_top_contact {
    margin-bottom: 12px;
    display: none;
  }
  .header_top_contact ul li {
    display: block;
    margin-right: 0;
    text-align: center;
    color: #000;
    line-height: 30px;
  }
  .page_search_box form {
    width: 90%;
  }
  .page_search_box form input {
    width: 90%;
    font-size: 16px;
    padding: 0 30px 0 0;
  }
  .page_search_box form button {
    font-size: 18px;
  }
  .search_close {
    top: 22px;
    right: 30px;
  }
  .main_header {
    padding: 25px 15px;
  }
  .contact_info_list:nth-child(2),
  .header_logo {
    margin-right: 0;
  }
  .comment_list .comment_thumb,
  .header_search_btn {
    margin-right: 20px;
  }
  .work_withus a.btn.btn-link {
    padding: 0 22px;
    line-height: 45px;
    height: 45px;
  }
  .footer_top {
    padding: 80px 0;
  }
  .footer_chat_text h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .footer_chat_text h1 span {
    font-size: 20px;
    line-height: 24px;
  }
  .footer_chat_text h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .business_content,
  .copyright_right,
  .testimonial_sidebar .section_title {
    text-align: center;
  }
  .footer_contact {
    padding: 20px 0;
  }
  .footer_contact ul {
    flex-direction: column;
    align-items: center;
  }
  .footer_contact ul li {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .footer_contact ul li:last-child,
  .portfolio_list.one {
    margin-bottom: 0;
  }
  .footer_bottom {
    padding: 0 0 30px;
    flex-direction: column;
  }
  .blog_d_meta,
  .newsletter_subscribe p {
    margin-bottom: 17px;
  }
  .comments_form_input input,
  .newsletter_subscribe form {
    width: 100%;
  }
  .hero_banner_section {
    height: auto;
    flex-direction: column;
    padding: 55px 0 60px;
    margin-top: 25%;
  }
  .hero_position_img {
    left: 0;
    text-align: center;
    right: 0;
    top: auto;
    transform: inherit;
    position: inherit;
    padding: 0 30px;
  }
  .hero_content {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  .hero_content .section_title > span {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .hero_content .section_title.mb-55 {
    margin-bottom: 22px;
  }
  .blog_details_blockquote blockquote p,
  .hero_content p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }
  .about_us_content p {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  margin-bottom: 0;
  text-align: justify;
}
.solutions_section_top {
  padding: 110px 0 100px;
}
.mb-10035 {
  margin-bottom: 0px;
}
  .hero_play_store {
    margin-top: 25px;
    justify-content: center;
  }
  .hero_play_store span {
    font-size: 14px;
    line-height: 21px;
  }
  .counterup_inner {
    flex-direction: column;
    align-items: center;
    padding: 60px 0 55px;
  }
  .home_call_icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .home_call_icon span {
    font-size: 13px;
    line-height: 18px;
    margin-left: 15px;
  }
  .business_chooseus .section_title.mb-85,
  .comments_form .section_title,
  .comments_title,
  .contact_info_title,
  .contact_page_section .section_title,
  .home_call_us,
  .single_related_post,
  .solutions_icon {
    margin-bottom: 30px;
  }
  .call_us_number {
    margin-left: 30px;
  }
  .call_us_number a {
    font-size: 20px;
    line-height: 23px;
  }
  .counterup_sidebar,
  .post__social ul,
  .post_tags {
    justify-content: center;
  }
  .counterup_text {
    margin-right: 35px;
    text-align: center;
  }
  .counterup_text h3 {
    font-size: 25px;
    line-height: 26px;
  }
  .counterup_text span,
  .portfolio_content span,
  .works_content span {
    font-size: 15px;
  }
  .business_chooseus,
  .business_section {
    padding: 55px 0 60px;
  }
  .service_section {
    padding: 55px 0 60px;
  }
  .service_section1 {
    padding: 55px 0 60px;
  }
  .service_section2 {
    padding: 55px 0 60px;
  }
  .blog_details_desc.mb-85,
  .business_section .section_title.mb-35,
  .social_share span {
    margin-bottom: 20px;
  }
  .blog_details_desc.mb-85,
  .service_section .section_title.mb-35,
  .social_share span {
    margin-bottom: 20px;
  }
  .blog_details_desc.mb-85,
  .service_section1 .section_title.mb-35,
  .social_share span {
    margin-bottom: 20px;
  }
  .blog_details_desc.mb-85,
  .service_section2 .section_title.mb-35,
  .social_share span {
    margin-bottom: 20px;
  }
  .business_content p {
    font-size: 16px;
    line-height: 27px;
  }
  .business_content a.btn.btn-link {
    margin-top: 28px;
  }
  .business_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 30px 0;
  }
  .feature_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 30px 0;
  }
  .service1_position_img {
    position: inherit;
    left: 0;
    bottom: inherit;
    right: 0;
    text-align: center;
    padding: 72px 30px 0;
  }
  .solutions_section {
    padding: 55px 0 30px;
  }
  .single_portfolio,
  .solutions_section .section_title.mb-100,
  .testimonial_sidebar .section_title.mb-63 {
    margin-bottom: 35px;
  }
  .solutions_inner {
    flex-direction: column;
  }
  .solutions_list {
    width: 100%;
    border: 0;
    padding: 30px;
    margin-bottom: 30px;
  }
  .business_shipping_icon i,
  .solutions_icon i.icofont-pen-alt-3,
  .solutions_icon i.icofont-video {
    font-size: 40px;
  }
  .solutions_icon i {
    font-size: 43px;
    width: 70px;
    height: 70px;
    line-height: 76px;
  }
  .solutions_text h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .solutions_text p {
    font-size: 15px;
    line-height: 24px;
  }
  .business_position_img2 {
    position: inherit;
    left: 0;
    top: inherit;
    right: 0;
    transform: inherit;
    text-align: center;
    padding: 72px 30px 0;
  }
  .service_position_img2 {
    position: inherit;
    left: 0;
    top: inherit;
    right: 0;
    transform: inherit;
    text-align: center;
    padding: 72px 30px 0;
  }
  .business_shipping_list {
    margin-bottom: 28px;
    flex-direction: column;
  }
  .business_shipping_icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .business_shipping_text h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .business_shipping_text p {
    font-size: 15px;
    line-height: 22px;
  }
  .orgo_works_section {
    padding: 50px 0 54px;
  }
  .orgo_works_container,
  .portfolio_details_inner {
    padding: 0;
  }
  .works_thumb {
    min-height: 200px;
    max-height: 200px;
    overflow-y: scroll;
  }
  .blog_content,
  .orgo_works_header,
  .related_title {
    margin-bottom: 28px;
  }
  .works_content {
    padding: 23px 15px;
    flex-direction: column;
  }
  .works_content h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .works_swiper .swiper-pagination {
    margin-top: 27px;
  }
  .works_swiper .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 6px;
  }
  .testimonial_list {
    padding: 30px;
  }
  .testimonial_bg .testimonial_inner,
  .testimonial_inner {
    padding: 110px 0 0;
  }
  .testimonial_wrapper{
      position: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 450px 0px 0px 0px;
  }
  
  .testimonial_position_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 0px 4px 0px;
    height: 500px;
  }
  .blog_details_desc ul li,
  .testimonial_sidebar {
    padding-left: 0;
  }
  .blog_page_section {
    padding: 46px 0 80px;
  }
  .blog_page_section .section_title {
    margin-bottom: 36px;
  }
  .blog_sticky {
    padding: 0;
    margin-bottom: 55px;
  }
  .blog__text {
    bottom: 35px;
    left: 30px;
  }
  .blog__text span {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .blog__text h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .blog_tab_button {
    margin-right: 40px;
  }
  .blog_tab_button ul li a {
    font-size: 13px;
    line-height: 35px;
  }
  .blog_content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .blog_details_top {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .blog_d_sticky {
    margin-bottom: 70px;
  }
  .blog__author {
    width: 100%;
    text-align: center;
    margin-bottom: 53px;
  }
  .blog_author_name {
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .blog_details_sidebar {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .blog_details_title {
    margin-bottom: 19px;
  }
  .blog_details_title h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .blog_details_desc h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .blog_details_desc p {
    line-height: 28px;
  }
  .blog_details_desc ul {
    padding: 21px 0 22px;
  }
  .blog_details_desc ul li::before {
    display: none;
  }
  .blog_details_desc h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
  }
  .blog_details_blockquote {
    padding: 27px 0 24px;
  }
  .blog_details_blockquote blockquote {
    padding-left: 32px;
  }
  .blog_details_blockquote blockquote h4 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .post__social ul li {
    margin-right: 10px;
  }
  .post__social ul li a {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .related_post_area {
    padding: 67px 0 37px;
  }
  .related_title h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .related_post_text {
    padding-top: 17px;
  }
  .related_post_text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .related_post_text h3 {
    font-size: 17px;
    line-height: 26px;
  }
  .blog_comment_wrapper {
    padding: 65px 0 70px;
  }
  .comments_box {
    margin-bottom: 56px;
  }
  .comments_title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .comment_list .comment_content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .comments_form .section_title h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .comments_form_input label {
    font-size: 13px;
    line-height: 17px;
  }
  .comments_form_input textarea {
    height: 100px;
  }
  .comments_form_inner button.btn.btn-link {
    margin-top: 0;
  }
  .contact_page_section {
    padding: 100px 0 60px;
  }
  .contact_map {
    margin-bottom: 48px;
  }
  .contact_map iframe {
    height: 300px;
  }
  .contact_info_inner,
  .form_input_inner {
    flex-wrap: wrap;
  }
  .contact_form h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 29px;
  }
  .form_input,
  .portfolio_list.one .single_portfolio,
  .portfolio_list.two .single_portfolio {
    width: 100%;
    margin-right: 0;
  }
  .form_textarea textarea {
    height: 120px;
  }
  .contact_info {
    margin-bottom: 23px;
  }
  .contact_info_title h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .contact_info_list {
    width: 45%;
    margin-right: 40px;
    margin-bottom: 25px;
  }
  .contact_info_list h3 {
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .mb-100 {
  margin-bottom: 0px;
}
  .contact_info_list h3 i {
    line-height: 40px;
    font-size: 17px;
  }
  .form_input_btn {
    margin-top: 25px;
  }
  .hero_about_section {
    flex-direction: column;
    padding: 110px 5px 0px 5px;
    height: 1200px;
  }
  .hero_about_position_img{
     position: inherit;
    transform: translatey(-50%);
    padding: 120px 0px 0px 0px;
  }
  .blog_content p {
      font-size: 16px;
      line-height: 22px;
      text-align: start;
    }
  .hero_about_section .hero_content.m-0 {
    margin-bottom: 60px !important;
  }
  .about_position_img {
    transform: inherit;
    left: 0;
    position: inherit;
    padding: 60px 0px 0px 0px;
  }
  .business_chooseus.about_choose {
    padding: 5px 0 68px;
  }
  .portfolio_section {
    padding: 45px 0 70px;
  }
  .portfolio_section .section_title {
    margin-bottom: 25px;
  }
  .portfolio_page_inner {
    padding: 0;
    margin-bottom: 0;
  }
  .portfolio_messonry_button {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .portfolio_messonry_button button {
    margin-right: 20px;
    font-size: 14px;
  }
  .portfolio_list {
    margin-bottom: 0;
    flex-direction: column;
  }
  .portfolio_list.one .portfolio_content {
    padding: 24px 15px;
  }
  .portfolio_list.one .portfolio_content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .portfolio_content {
    flex-direction: column;
    padding: 24px 15px;
  }
  .portfolio_content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .loding_bar ul li a {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .breadcrumb_area {
    padding: 42px 0 28px;
  }
  .breadcrumb_content h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .portfolio_slide_section {
    margin-bottom: 55px;
  }
  .portfolio_slick .progress {
    max-width: 450px;
    margin: 30px auto 0;
  }
  .portfolio_slick_slider .slick-list {
    padding: 0 100px !important;
  }
  .portfolio_details_section {
    padding-bottom: 56px;
  }
  .portfolio_details_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
  }
  .portfolio_meta {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    border-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .portfolio_desc {
    width: 100%;
    padding-left: 0;
  }
  .orgo_about_title {
    margin-bottom: 50px;
  }
  .orgo_about_title h3 {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 28px;
  }
  .social_share {
    margin-bottom: 53px;
  }
  .social_share ul li a {
    font-size: 20px;
  }
  .home__navigation ul li a {
    font-size: 18px;
    line-height: 23px;
  }
  .home__navigation ul li span {
    font-size: 14px;
    line-height: 29px;
  }
}
.home__navigation ul li.next {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .section_title h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .section_title p {
    margin-top: 12px;
  }
  .header_logo img {
    max-width: 150px;
  }
  .header_search_btn {
    margin-right: 0;
  }
  .work_withus {
    display: none;
  }
  .hero_position_img {
    padding: 0 20px;
  }
  .counterup_inner {
    padding: 60px 0 35px;
  }
  .call_us_number {
    margin-left: 18px;
  }
  .call_us_number a {
    font-size: 17px;
  }
  .blog_inner,
  .comment_list,
  .comment_list .comment_meta,
  .counterup_sidebar {
    flex-direction: column;
  }
  .counterup_text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .business_shipping_text h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .blog_page_section {
    padding: 110px 0 65px;
  }
  .blog_page_section .section_title {
    margin-bottom: 30px;
  }
  .blog_sticky_thumb img {
    height: 200px;
    object-fit: cover;
  }
  .blog__text {
    bottom: 25px;
    left: 15px;
    right: 15px;
    text-align: center;
  }
  .blog__text span {
    font-size: 14px;
    line-height: 20px;
  }
  .blog__text h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .blog_tab_button {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog_tab_button ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog_tab_button ul li a {
    font-size: 13px;
    line-height: 33px;
    padding: 0 10px;
  }
  .blog_content {
    margin-bottom: 30px;
    text-align: center;
    padding: 15px 10px 0px 9px;
  }
  .blog_content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 11px;
  }
  .comments_form .section_title,
  .comments_title,
  .view_more {
    text-align: center;
  }
  .view_more a {
    font-size: 13px;
  }
  .comment_list .comment_thumb {
    margin: 0 auto 20px;
  }
  .comment_list .comment_content {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 20px 17px 24px;
    text-align: center;
  }
  .comment_list .comment_content h5 {
    margin-bottom: 8px;
  }
  .comments_form_input textarea {
    height: 70px;
  }
  .contact_info_title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_info_list {
    width: 100%;
    margin-right: 0;
  }
  .portfolio_messonry_button button {
    line-height: 30px;
  }
  .portfolio_content h3,
  .portfolio_list.one .portfolio_content h3 {
    font-size: 22px;
  }
  .portfolio_slick .progress {
    max-width: 100%;
    margin: 25px 25px 0;
  }
  .portfolio_slick_slider .slick-list {
    padding: 0 50px !important;
  }
  .portfolio_single_slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home__navigation ul {
    flex-direction: column;
    text-align: center;
  }
  .home__navigation ul li.next {
    text-align: center !important;
    margin-top: 15px;
  }
}
#team {
  padding: 60px 0;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
#team ul {
  margin: 0;
  padding: 0;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.site-heading h4::before {
  background: #ff5a6e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.site-heading h2 span {
  color: #ff5a6e;
}
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-area .item .thumb::after {
  background: #232323;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  width: 100%;
}
.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}
.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}
.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.team-area .item .thumb .overlay h4 {
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.team-area .item .thumb img {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.team-area .item:hover .thumb img {
  opacity: 0.6;
}
.team-area .item .thumb .social li {
  display: inline-block;
}
.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.team-area .info {
  background: #fff;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 5;
}
.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.team-area .info .message a {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.team-area .info .message a i {
  font-weight: 500;
}
.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #304650;
}
.team-area .info span {
  color: #7a1692;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.team-area .social li.twitter a {
  background-color: #00b6f1;
}
.team-area .social li.pinterest a {
  background-color: #bd081c;
}
.team-area .social li.facebook a {
  background-color: #3b5998;
}
.team-area .social li.google-plus a {
  background-color: #df4a32;
}
.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}
.team-area .social li.instagram a {
  background-color: #cd486b;
}
.customer-logos .slide:hover {
  background-color: #000;
}
.slider .slide {
  display: block;
  width: 100%;
  border: 1px solid #dadada;
}
.slider .slide:hover {
  background-color: #c00;
}
.testimonial-content {
  padding: 20px;
}
.link-tag {
  color: #2e02ff;
}
.about-image{
    width: 475px;
}
.counterup_section{
    background: #e7ecef;
}