/*
Theme Name: JUST TOTAL TECH
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
* {
  font-family: "Roboto", sans-serif !important;
}

html {
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}
html a {
  color: rgb(0, 0, 255);
  text-decoration: none;
}
html a:hover {
  text-decoration: none !important;
  color: rgb(0, 0, 255);
}
html img {
  max-width: 100%;
  height: auto;
}

.random-box {
  display: none !important;
}

.second_search_btn {
  display: none;
}

.blue {
  position: absolute;
  left: -946px;
  width: 986px !important;
  height: 45px !important;
  -webkit-transition: all 0.5s ease-out;
  padding: 0px 15px;
  outline-color: #FFDA00;
  border: 1px solid #EBEBEB !important;
}
.blue .second_search_btn {
  display: block !important;
}
.blue .first_search_btn {
  display: none;
}
@media (max-width: 1200px) {
  .blue {
    left: -792px;
    width: 834px !important;
  }
}

.search_add_button {
  position: absolute;
  width: 41px;
  height: 41px;
  background-color: #DBDBDB;
  border-radius: 50%;
  margin-left: -43px;
  cursor: pointer;
  top: -20px;
  right: 2px;
}
.search_add_button img {
  width: 46%;
  margin-left: 11px;
  margin-top: 10px;
}

#pp.active .first_search_btn {
  display: none;
}
#pp.active .second_search_btn {
  display: block;
}

.search-btn {
  visibility: hidden;
}

body {
  margin: 0;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.search-form .search-field {
  position: absolute;
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-left: -40px;
}
.search-form .search-submit {
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 2px;
  padding: 7px 10px;
}

.search-submit .icon-search {
  width: 15px;
  height: 15px;
}
.header-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.col-padding {
  padding: 0 15px;
}

.divider {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 19px auto;
}

.top-header-bar {
  display: inline-block;
  width: 100%;
  /* height: 65px; */
  padding: 7px 0 10px 0;
  background: #fff;
}
.top-header-bar.animateIt {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 7px 0 16px 0;
  animation: smoothScroll 0.5s;
}
.top-header-bar #header_menu {
  display: inline-block;
  width: 100%;
  padding-top: 29px;
  text-align: center;
}
.top-header-bar #header_menu ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.top-header-bar #header_menu ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
  position: relative;
  padding-bottom: 5px;
  text-align: left;
}
.top-header-bar #header_menu ul li:first-child {
  margin-left: 0;
}
.top-header-bar #header_menu ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
}
.top-header-bar #header_menu ul li a svg {
  display: none;
}
.top-header-bar #header_menu ul li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  min-width: 250px;
  margin-top: 7px;
  z-index: 99;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5294117647);
}
.top-header-bar #header_menu ul li .sub-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}
.top-header-bar #header_menu ul li .sub-menu.f_toggle {
  display: block !important;
}
.top-header-bar #header_menu ul li .sub-menu li {
  float: none;
  display: block;
  margin-left: 0;
  margin-bottom: 6px;
  text-align: left;
}
.top-header-bar #header_menu ul li .sub-menu li a {
  font-size: 14px;
  text-transform: capitalize;
}
.top-header-bar #header_menu ul .menu-item-has-children {
  position: relative;
}
.top-header-bar #header_menu ul .menu-item-has-children:hover .sub-menu {
  display: inline-block !important;
}
.top-header-bar #header_menu ul .menu-item-has-children:not(:hover) .sub-menu {
  display: none;
}
.top-header-bar #header_menu ul .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #777070;
}
.top-header-bar #header_menu ul .current-menu-item a a {
  color: rgba(0, 0, 0, 0.84) !important;
}
.top-header-bar .site-logo {
  display: inline-block;
  width: 100%;
}
.top-header-bar .site-logo .custom-logo-link {
  margin-left: -10px;
}
.top-header-bar .site-logo .text {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none !important;
  color: #0075c1;
  margin-top: 5px;
}
.top-header-bar .site-logo img {
  /*max-width: 100%;
  width: 213px;
  height: auto !important;
  margin-top: 8px;*/
}
.top-header-bar .site-logo .custom-logo-img {
  max-width: 100%;
  /* width: 213px; */
  height: 60px;
  /* height: auto !important; */
  margin-top: 8px;
}
.top-header-bar .search {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 16px;
}
.top-header-bar .search ul {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-header-bar .search ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 18px;
}
.top-header-bar .search ul li:first-child {
  margin-left: 0;
}
.top-header-bar .search ul li.search-button {
  transition: all 0.7s ease 0s;
}
.top-header-bar .search ul li.search-button span {
  fill: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  position: relative;
  top: 8px;
  left: 8px;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  text-align: right;
}
.top-header-bar .search ul li.search-button form {
  width: 0;
  transition: all 0.7s ease 0s;
  display: inline-block;
}
.top-header-bar .search ul li.search-button form .search-field {
  color: rgba(0, 0, 0, 0.84);
  padding: 8px;
  text-align: left;
  border: 0;
  outline: none !important;
  font-size: 16px;
  border-radius: 2px;
  width: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}
.top-header-bar .search ul li.search-button .f_toggle {
  width: calc(100% - 30px);
}
.top-header-bar .search ul li a {
  text-decoration: none !important;
}
.top-header-bar .search ul li a.btn-link-started {
  color: #03a87c;
  border: 1px solid #03a87c;
  height: 37px;
  line-height: 34px;
  padding: 0 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}

.header-manage {
  height: 93px;
  display: inline-block;
  width: 100%;
}

/*@media (min-width: 768px) {
	.top-header-bar.header-fixed {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.top-header-bar.header-fixed {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.top-header-bar.header-fixed {
		width: 1170px;
	}
}*/
.top-header-menu {
  padding: 10px 0 10px;
  width: 100%;
  display: inline-block;
  transition: all 0.7s ease 0s;
  margin-bottom: 3px;
}
.top-header-menu.header-fixed {
  transition: all 0.7s ease 0s;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-header-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.top-header-menu ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
  position: relative;
  padding-bottom: 10px;
}
.top-header-menu ul li:first-child {
  margin-left: 0;
}
.top-header-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
}
.top-header-menu ul li a svg {
  display: none;
}
.top-header-menu ul li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  min-width: 250px;
  margin-top: 7px;
  z-index: 99;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5294117647);
}
.top-header-menu ul li .sub-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}
.top-header-menu ul li .sub-menu.f_toggle {
  display: block !important;
}
.top-header-menu ul li .sub-menu li {
  float: none;
  display: block;
  margin-left: 0;
  margin-bottom: 6px;
}
.top-header-menu ul li .sub-menu li a {
  font-size: 14px;
  text-transform: capitalize;
}
.top-header-menu ul .menu-item-has-children {
  position: relative;
}
.top-header-menu ul .menu-item-has-children:hover .sub-menu {
  display: inline-block !important;
}
.top-header-menu ul .menu-item-has-children:not(:hover) .sub-menu {
  display: none;
}
.top-header-menu ul .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #777070;
}
.top-header-menu ul .current-menu-item a a {
  color: rgba(0, 0, 0, 0.84) !important;
}

.recent-posts .post-box {
  display: inline-block;
  width: 100%;
}
.recent-posts .post-box a {
  text-decoration: none !important;
}
.recent-posts .post-box .title {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  -webkit-transform: translateY(-0.72px);
  transform: translateY(-0.72px);
  letter-spacing: -0.42px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
}
.recent-posts .post-box .content-box {
  width: 100%;
}
.recent-posts .post-box .content-box .content {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  -webkit-transform: translateY(1.52px);
  transform: translateY(1.52px);
  font-weight: 400;
  overflow: hidden;
  max-height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
  margin: 0 0 5px;
}
.recent-posts .post-box .post_thumbnail {
  display: inline-block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  position: relative;
  background-position: 50% 50%;
  background-origin: border-box;
  background-size: cover;
  border: 1px solid #f5f5f5;
}
.recent-posts .post-box .first-post {
  display: inline-block;
  width: 100%;
}
.recent-posts .post-box .middle-post {
  display: inline-block;
  width: 100%;
}
.recent-posts .post-box .middle-post .post_thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: inline-block;
  float: left;
}
.recent-posts .post-box .middle-post .content-box {
  width: calc(100% - 130px);
  display: inline-block;
  float: right;
}
.recent-posts .post-box .middle-post .title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.17px;
  margin-bottom: 10px;
}
.recent-posts .post-box .last-post {
  display: inline-block;
  width: 100%;
}

.other-info {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}
.other-info p {
  margin: 0;
}
.other-info .author {
  color: rgba(0, 0, 0, 0.84);
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.other-info .publish-date {
  line-height: 1.4;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}

#right_content .divider,
#left_content .divider {
  margin: 19px auto 25px;
}

.left-content {
  display: inline-block;
  width: 100%;
}
.left-content .post_thumbnail {
  width: 100%;
  height: 131px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  background-position: 50% 50%;
  background-origin: border-box;
  background-size: cover;
  border: 1px solid #f5f5f5;
}
.left-content .post-group {
  margin-bottom: 48px;
}
.left-content .post-group .content {
  --x-height-multiplier: 0.342!important;
  --baseline-multiplier: 0.22!important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  -webkit-transform: translateY(1.52px);
  transform: translateY(1.52px);
  font-weight: 400 !important;
}

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

.main-title {
  color: rgba(0, 0, 0, 0.84);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.widget-title {
  color: rgba(0, 0, 0, 0.84);
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.42px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.content-post-title {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.42px;
  margin-bottom: 5px;
  margin-top: 0;
}
.content-post-title a {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.84);
}

.custom-side-bar div.number {
  font-size: 34px;
  color: rgba(0, 0, 0, 0.15) !important;
  line-height: 20px;
  margin-bottom: 13px;
  display: inline-block;
  float: left;
  width: 45px;
  height: 65px;
  margin-top: 4px;
}
.custom-side-bar .content-box {
  display: inline-block;
  width: calc(100% - 50px);
  margin-bottom: 20px;
}
.custom-side-bar .content-box p {
  margin: 0;
}
.custom-side-bar .content-box a.title {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.custom-side-bar .content-box .other-info {
  margin-top: 6px;
}

.footer_social {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding: 25px 0 25px 44px;
  margin-top: 16px;
}
.footer_social .footer_fb {
  width: 28px;
  height: 29px;
  background-position: 0 0;
}
.footer_social .footer_fb:hover {
  background-position: 0 29px;
}
.footer_social .footer_social_img {
  display: inline-block;
  background: url(assets/images/footer_social.cf23dd50.png);
  margin-right: 10px;
}
.footer_social .footer_twitter {
  background: url(assets/images/footer_social.cf23dd50.png) -29px 0;
  width: 28px;
  height: 29px;
}
.footer_social .footer_twitter:hover {
  background-position: -29px 29px;
}
.footer_social .footer_linkdin {
  width: 28px;
  height: 29px;
  background-position: -57px 0;
}
.footer_social .footer_linkdin:hover {
  background-position: -57px -28px;
}
.footer_social .footer_rss {
  width: 28px;
  height: 29px;
  background-position: -85px 0;
}
.footer_social .footer_rss:hover {
  background-position: -85px -28px;
}
.footer_social .footer_youtube {
  width: 28px;
  height: 29px;
  background-position: -112px 0;
}
.footer_social .footer_youtube:hover {
  background-position: -112px -28px;
}

#left_content {
  overflow-y: scroll;
  overflow-x: hidden;
}
#left_content::-webkit-scrollbar {
  width: 0;
}
#left_content::-webkit-scrollbar-button {
  background: #ccc;
}
#left_content::-webkit-scrollbar-track-piece {
  background: #888;
}

.category-page #social-sidebar,
.single-page #social-sidebar {
  height: 600px;
}
.category-page .entry-title,
.single-page .entry-title {
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  color: rgba(0, 0, 0, 0.84);
  line-height: 64px;
  letter-spacing: 0;
}
.category-page .author,
.single-page .author {
  display: inline-block;
  width: 100%;
}
.category-page .author .avatar,
.single-page .author .avatar {
  display: inline-block;
  float: left;
  width: 80px;
  height: 60px;
}
.category-page .author .avatar img,
.single-page .author .avatar img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.category-page .author .info,
.single-page .author .info {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
  height: 60px;
  margin-top: 10px;
}
.category-page .author .info .name,
.single-page .author .info .name {
  color: rgba(0, 0, 0, 0.84);
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.category-page .author .info .publish-date,
.single-page .author .info .publish-date {
  line-height: 1.4;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.category-page .post-header-group,
.single-page .post-header-group {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.category-page .post-header-group .title-sec,
.single-page .post-header-group .title-sec {
  width: 100%;
  display: inline-block;
}
.category-page .post-header-group .title-sec h1,
.single-page .post-header-group .title-sec h1 {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 55px;
  letter-spacing: 0;
}
.category-page .post-header-group .title-sec .cat-name,
.single-page .post-header-group .title-sec .cat-name {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ea2f65;
  text-decoration-color: #ea2f65;
  margin: 0;
  display: inline-block;
}
.category-page .post-header-group .title-sec .cat-name:hover,
.single-page .post-header-group .title-sec .cat-name:hover {
  text-decoration: underline !important;
}
.category-page .post-header-group .post-thumbnail img,
.single-page .post-header-group .post-thumbnail img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #f5f5f5;
}
.category-page .post-content-group,
.single-page .post-content-group {
  display: inline-block;
  width: 100%;
}
.category-page .post-content-group #post-sharing,
.single-page .post-content-group #post-sharing {
  margin-top: 56px;
}
.category-page .post-content-group #post-sharing a,
.single-page .post-content-group #post-sharing a {
  display: block;
  color: rgba(0, 0, 0, 0.68);
  font-size: 28px;
  margin: 5px 0;
}
.category-page .post-content-group .entry-content ul,
.single-page .post-content-group .entry-content ul {
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -0.003em;
}
.category-page .post-content-group .entry-content p,
.single-page .post-content-group .entry-content p {
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -0.003em;
}
.category-page .post-content-group .entry-content p:first-child::first-letter,
.single-page .post-content-group .entry-content p:first-child::first-letter {
  font-size: 200%;
  font-weight: bold;
  margin-right: 10px;
}
.category-page .pagination-links,
.single-page .pagination-links {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 0 25px 0;
}
.category-page .pagination-links .post_thumbnail,
.single-page .pagination-links .post_thumbnail {
  max-width: 100%;
  border: 1px solid #f5f5f5;
}
.category-page .pagination-links .title,
.single-page .pagination-links .title {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #03a87c;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.category-page .pagination-links .post-title,
.single-page .pagination-links .post-title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.84);
  line-height: 49px;
  letter-spacing: 0;
  text-decoration: none !important;
  margin: 20px 0 20px 0;
  display: inline-block;
  width: 100%;
}
.category-page .pagination-links .post-author,
.single-page .pagination-links .post-author {
  color: rgba(0, 0, 0, 0.84);
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}
.category-page .pagination-links .post-content,
.single-page .pagination-links .post-content {
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  -webkit-transform: translateY(0.12px);
  transform: translateY(0.12px);
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
  text-decoration: none !important;
}
.category-page .pagination-links .related-post,
.single-page .pagination-links .related-post {
  margin-top: 21px;
}
.category-page .pagination-links .related-post .thumb,
.single-page .pagination-links .related-post .thumb {
  width: 100%;
  height: 160px;
  background-origin: border-box;
  background-size: cover;
  background-position: 55% 57%;
  display: inline-block;
  border: 1px solid #f5f5f5;
}
.category-page .pagination-links .related-post .post-title,
.single-page .pagination-links .related-post .post-title {
  font-weight: 500;
  font-size: 24px;
  margin: 10px 0 10px 0;
  line-height: 32px;
}
.category-page .pagination-links .related-post .post-content,
.single-page .pagination-links .related-post .post-content {
  font-size: 19px;
  line-height: 24px;
}
.category-page .pagination-links .related-post .post-author,
.single-page .pagination-links .related-post .post-author {
  margin-top: 15px;
}

.category-page .title {
  color: rgba(0, 0, 0, 0.84);
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
}
.category-page p {
  color: rgba(0, 0, 0, 0.54);
}
.category-page p a {
  color: rgba(0, 0, 0, 0.54);
}
.category-page .content {
  --x-height-multiplier: 0.342!important;
  --baseline-multiplier: 0.22!important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  -webkit-transform: translateY(1.52px);
  transform: translateY(1.52px);
  font-weight: 400 !important;
}
.category-page ul li {
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.category-page .widget_recent_entries span {
  display: block;
  font-size: 13px;
  color: #757575;
}
.category-page .post-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.category-page .post-group .post_thumbnail {
  width: 100%;
  height: 131px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  background-position: 50% 50%;
  background-origin: border-box;
  background-size: cover;
  border: 1px solid #f5f5f5;
}
.category-page .post-group .content-box {
  width: calc(100% - 130px);
  display: inline-block;
  float: right;
}
.category-page .post-group .title {
  font-size: 16px;
}
.category-page .thumb {
  width: 100%;
  min-height: 180px;
  max-height: 200px;
  background-origin: border-box;
  background-size: cover;
  background-position: 55% 57%;
  display: inline-block;
  border: 1px solid #f5f5f5;
}
.category-page .pagination {
  width: 100%;
}
.category-page .pagination .page-numbers,
.category-page .pagination a {
  border: 1px solid #ddd;
  padding: 3px 12px;
}
.category-page .pagination .page-numbers.current,
.category-page .pagination a.current {
  border-color: #0075c1;
  background-color: #0075c1;
  color: #ffffff;
}

#site-footer {
  background: rgba(0, 0, 0, 0.88);
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  padding: 50px 0;
  border-top: 1px solid #ebedf0;
}
#site-footer .footer_social {
  padding: 0;
  margin-top: 0;
  float: right;
}

@media (max-width: 768px) {
  .header-manage {
    display: none;
  }
  #left_content {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    height: auto !important;
  }
  .entry-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .single-page .post-header-group .title-sec .author {
    display: none;
  }
  .single-page .post-content-group .entry-content p {
    font-size: 17px;
    line-height: 1.45;
  }
  .single-page .pagination-links .post-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 15px 0 10px 0;
  }
}
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#single_post_content .entry-content h2 {
  font-size: 35px;
}
#single_post_content .entry-content p {
  margin: 0 0 15px;
}
#single_post_content .entry-content ul, #single_post_content .entry-content ol {
  padding: 0;
}
#single_post_content .entry-content ul li, #single_post_content .entry-content ol li {
  list-style-position: inside;
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -0.003em;
}

#the_contact .banner-image {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
#the_contact .contact-form .main-contact {
  background-color: #DBDBDB;
  padding: 70px 10px;
  width: 100%;
  margin-left: 0 !important;
  position: relative;
}
#the_contact .contact-form .main-contact::after {
  content: "";
  position: absolute;
  background: url("assets/images/home/small_black.png");
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0px;
  height: 56px;
}
#the_contact .contact-form .main-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 130px;
  height: 130px;
  background-color: transparent;
  border-left: 70px solid #CDCDCD;
  border-top: 60px solid #CDCDCD;
  border-radius: 100% 0 0 0;
}
#the_contact .contact-form .main-contact .child-flex h4 {
  margin-left: 10px;
}
#the_contact .contact-form .main-contact p {
  margin: 10px 0;
}
#the_contact .contact-form .first_pro {
  display: flex;
}
@media (max-width: 768px) {
  #the_contact .contact-form .first_pro {
    display: block;
  }
}
#the_contact .contact-form .form-group {
  width: 100%;
}
#the_contact .contact-form .we-content {
  text-align: center;
  padding-bottom: 50px;
}
#the_contact .contact-form .we-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
}
#the_contact .contact-form form {
  width: 635px;
  margin: auto;
  background-color: white;
  border-radius: 14px;
}
@media (max-width: 768px) {
  #the_contact .contact-form form {
    width: 100%;
  }
}
#the_contact .contact-form form .btn_subscribe {
  margin: auto;
}
#the_contact .contact-form form label {
  font-size: 14px;
  line-height: 16px;
}
#the_contact .contact-form form input, #the_contact .contact-form form textarea {
  color: #000 !important;
  border-radius: 14px !important;
  font-weight: 500 !important;
  border: none;
  padding: 5px 15px;
  outline: none;
  font-size: 14px;
  width: 100%;
  background-color: #F1F1F1;
}
#the_contact .contact-form form .width-input {
  width: 90%;
}
@media (max-width: 768px) {
  #the_contact .contact-form form .width-input {
    width: 100%;
  }
}
#the_contact .contact-form form .btn_subscribe {
  width: auto;
  height: 32px;
  padding: 4px 28px;
  color: white !important;
  background-color: black !important;
  border-radius: 14px !important;
  border: none;
  cursor: pointer;
  margin: auto;
}
#the_contact .contact-form form .in_form_content {
  padding: 30px 30px;
}
#the_contact .contact-form form .btn_in_form_content {
  background-color: #F1F1F1;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 12px;
  border-radius: 0 0 14px 14px;
}
#the_contact .contact-form .form-control {
  height: 45px;
  padding: 10px 12px;
  border-radius: 4px;
}
#the_contact .contact-form textarea.form-control {
  height: auto !important;
}

.img_height {
  height: 238px;
}
.img_height img {
  height: 100%;
}
@media (max-width: 991px) {
  .img_height {
    height: auto;
  }
}

#secondary li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
#secondary li a {
  color: #262626;
}

.category-page a:hover {
  color: #262626;
}

#categories-2 {
  margin: 40px 0 0 0;
}

.search .progress-container {
  display: none;
}

.close_img {
  display: none;
}

#cookies-blk .setcookie {
  border-radius: 4px;
  border: solid 1px #16161c;
  padding: 14px 48px;
  display: inline-block;
}
#cookies-blk p {
  padding: 20px 0;
  font-size: 14px;
  line-height: 23px;
  color: #121212;
}
#cookies-blk #close-btn {
  float: right;
  cursor: pointer;
}

.cookie-bar p {
  font-weight: 400;
  font-size: 15px;
  color: #121212;
  margin-bottom: 0;
}
.cookie-bar #close-btn {
  float: right;
  cursor: pointer;
}

.cookie-content {
  color: #262626;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFE75A;
  text-align: center;
  padding: 8px 15px !important;
  top: auto;
  bottom: 20px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  max-width: 100%;
  line-height: 33px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cookie-content {
    bottom: 0;
  }
  .cookie-content p {
    line-height: 20px;
  }
  .cookie-content p input {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .navbar-nav .btn_subscribe {
    width: 100%;
  }
}

.cookie-hide {
  width: auto;
  height: 36px;
  padding: 0 27px;
  color: white;
  background-color: black !important;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  margin-left: 100px;
  margin-right: 10px;
}

.custom-nav .nav-link {
  margin-right: 20px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.custom-nav .search-btn {
  right: 6px !important;
  border-radius: 50%;
  top: 8px !important;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

@media (max-width: 991px) {
  .visible-small {
    display: none !important;
  }
  .hidden-small {
    display: block !important;
  }
  .navbar-nav {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mob-menu.visible-small.dropdown-toggle:after {
    display: none;
  }
  .dropdown-menu {
    margin: 10px 0 0 0;
    border-radius: 14px;
    background-color: white;
  }
  .home-page {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .cookie-bar {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
  .cookie-content {
    text-align: center;
  }
  .cookies {
    display: none;
  }
  .cookie-hide {
    padding: 7px 30px;
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 460px) {
  .cookie-hide {
    padding: 0px 43px;
    display: block;
    margin: 10px auto;
  }
}
.our-story {
  padding-bottom: 100px;
}

.about-us {
  font-family: "Roboto", sans-serif !important;
}

.comment-reply-title {
  padding: 0 !important;
}

.blog_padding {
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  .blog_padding {
    padding-bottom: 10px;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: auto;
  margin-top: -20px;
  position: relative;
}
form .form-submit input {
  border: none;
  color: white;
  width: auto;
  height: 36px;
  padding: 4px 27px;
  background-color: black;
  border-radius: 14px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 30px;
}
form .comment-form-comment {
  order: 2;
  width: 100%;
}
form .comment-form-comment textarea {
  width: 100%;
  resize: none;
  order: 3;
  margin-top: 30px;
  outline: none;
  padding: 20px 20px;
  border-radius: 14px;
  border: 1px solid #DBDBDB;
}
form .comment-form-comment textarea::placeholder {
  color: black;
  font-size: 14px;
  font-weight: 400;
}
form .comment-form-comment label {
  display: none;
}
form .form-submit {
  order: 3;
}
form .comment-form-cookies-consent {
  display: none;
}
form .comment-form-author {
  width: 50%;
}
form .comment-form-author label {
  display: none;
}
form .comment-form-author input {
  width: 100%;
  border-radius: 14px;
  height: 40px;
  padding: 0 20px;
  margin-top: 17px;
  border: 1px solid #DBDBDB;
  outline: none;
}
form .comment-form-email {
  width: 50%;
}
form .comment-form-email label {
  display: none;
}
form .comment-form-email input {
  width: 90%;
  margin-left: 10%;
  border-radius: 14px;
  height: 40px;
  margin-top: 17px;
  padding: 0 20px;
  border: 1px solid #DBDBDB;
  outline: none;
}
form .comment-form-url {
  display: none;
}

.d-flex_margin_bottom {
  margin-bottom: 40px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex .left-clm {
  width: 50%;
  max-width: 100%;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .d-flex .left-clm {
    width: 100% !important;
    padding-right: 0;
  }
}
.d-flex .right-clm {
  width: 50%;
  max-width: 100%;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .d-flex .right-clm {
    width: 100% !important;
    margin-top: 30px;
    padding-left: 0px;
  }
}
.d-flex .first-div {
  width: 31%;
  position: relative;
  margin-right: 40px;
}
.d-flex .first-div h5 {
  color: black;
}
@media (max-width: 768px) {
  .d-flex .first-div {
    width: 100%;
    margin-right: 0;
  }
}
.d-flex .first-div:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .d-flex {
    display: block !important;
    margin-right: 0;
  }
}

.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 25px;
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
}

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button.active {
  background-color: #DBDBDB;
  border-radius: 14px;
}

/* Style the tab content */
.tabcontent {
  padding: 30px 0;
  border-top: none;
}

.child-flex {
  display: flex;
}

.child-flex1 {
  display: flex;
}
@media (max-width: 768px) {
  .child-flex1 {
    display: block;
  }
  .child-flex1 .in-img {
    width: 100% !important;
  }
  .child-flex1 .content {
    margin-top: 10px;
  }
}

.pd {
  margin-top: 14px;
}

.category-orange {
  color: #FF9C00;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}
.category-orange span {
  margin-right: 10px;
}
.category-orange .big {
  border-left: 1px solid black;
  padding: 0 10px;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  color: #000000;
}

h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  margin: 8px 0 !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 31px !important;
  }
}

h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 !important;
}

.btn_subscribe {
  width: auto;
  height: 36px;
  padding: 4px 27px;
  color: white;
  background-color: black;
  border-radius: 14px;
  border: none;
  font-size: 14px !important;
  cursor: pointer;
  margin-left: 100px;
  margin-right: 73px;
}
.btn_subscribe img {
  margin-left: 6px;
  width: 11px;
}
@media (max-width: 1330px) {
  .btn_subscribe {
    margin-left: 35px;
  }
}
@media (max-width: 1200px) {
  .btn_subscribe {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .btn_subscribe {
    margin-left: 0;
    margin-top: 20px;
  }
}

.btn_subscribe_white {
  width: auto;
  height: 36px;
  padding: 4px 27px;
  color: black;
  background-color: white;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  margin-left: 100px;
  margin-right: 10px;
}
.btn_subscribe_white a {
  color: black;
}
.btn_subscribe_white a:hover {
  color: black;
}
.btn_subscribe_white.footer_btn {
  width: 200px;
}

.btn_subscribe_yellow {
  width: auto;
  height: 36px;
  padding: 4px 27px;
  color: black;
  background-color: #FFDA00;
  border-radius: 14px;
  border: none;
  font-size: 14px !important;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
}

.fix-width {
  width: 25%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .fix-width {
    width: 100%;
  }
}

img {
  border-radius: 14px;
}

.my-profile {
  padding: 0 0 20px !important;
  position: absolute !important;
  bottom: 0 !important;
}
@media (max-width: 991px) {
  .my-profile {
    position: unset !important;
  }
}

.profile-blog p {
  font-size: 11px;
  margin-top: 10px;
  line-height: 13px;
  font-weight: 400;
}
.profile-blog p.name {
  color: #0000FF;
  margin-right: 15px;
  text-decoration: underline;
  margin-top: 0;
}
.profile-blog p.date {
  color: #A9A9A9;
  margin-left: 20px;
  margin-top: 0;
}

.sub-blog1 {
  margin-bottom: 40px;
}

.sub-blog {
  margin-bottom: 30px;
}
.sub-blog .in-img {
  width: 172px;
}
.sub-blog .in-img img {
  width: 100%;
}
.sub-blog .in-img1 {
  width: 240px;
}
.sub-blog .in-img1 img {
  width: 100%;
}
@media (max-width: 768px) {
  .sub-blog .in-img1 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .sub-blog {
    padding-right: 0 !important;
  }
}
.sub-blog a {
  margin-left: 0;
}

.content {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .content {
    padding-left: 0 !important;
  }
}

.mr-top {
  margin-top: 40px;
}

.main-jtt {
  margin-bottom: 80px;
}
.main-jtt .d-flex .left-clm {
  width: 55%;
}
@media (max-width: 992px) {
  .main-jtt .d-flex .left-clm {
    width: 100%;
  }
}
.main-jtt .d-flex .right-clm {
  width: 45%;
}
@media (max-width: 992px) {
  .main-jtt .d-flex .right-clm {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.alignn {
  align-items: center;
}

.desk-top {
  position: relative;
}
.desk-top::after {
  content: "";
  position: absolute;
  background: url("assets/images/home/small_black.png");
  width: 45%;
  background-repeat: no-repeat;
  top: 0;
  right: 14px;
  height: 58px;
}
.desk-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-right: 30px solid #FFDA00;
  border-top: 30px solid #FFDA00;
  border-radius: 0 100% 0 0;
}

.comment-notes {
  margin-top: 10px;
}

.sign-up {
  padding: 46px;
  background-color: #FFE75A;
  border-radius: 14px;
  margin-bottom: 26px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sign-up p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
.sign-up .btn_subscribe {
  margin-left: 0;
}
.sign-up span {
  font-size: 17px;
  font-weight: 700;
}
.sign-up::after {
  content: "";
  position: absolute;
  background: url("assets/images/home/sign_shape.svg");
  width: 20%;
  background-repeat: no-repeat;
  top: 0;
  right: 0px;
  height: 140px;
}
.sign-up::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background-color: transparent;
  border-left: 70px solid #FFDA00;
  border-top: 70px solid #FFDA00;
  border-radius: 100% 0 0 0;
}
@media (max-width: 768px) {
  .sign-up::before {
    width: 98px;
    height: 98px;
    border-left: 50px solid #FFDA00;
    border-top: 50px solid #FFDA00;
  }
}
@media (max-width: 568px) {
  .sign-up::before {
    width: 78px;
    height: 78px;
    border-left: 30px solid #FFDA00;
    border-top: 30px solid #FFDA00;
  }
}
@media (max-width: 768px) {
  .sign-up {
    padding: 30px;
  }
}

.hover-line {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #001033 2px) !important;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s;
}

.reviews, .trending, .latest_blog {
  margin: 80px 0;
  width: 100%;
}
.reviews a, .trending a, .latest_blog a {
  color: #0000FF !important;
  text-decoration-style: solid;
  margin-left: auto;
}
.reviews .reviews_blog, .trending .reviews_blog, .latest_blog .reviews_blog {
  margin-top: 24px;
}
.reviews .reviews_blog .first-div, .trending .reviews_blog .first-div, .latest_blog .reviews_blog .first-div {
  width: 30%;
}
@media (max-width: 768px) {
  .reviews .reviews_blog .first-div, .trending .reviews_blog .first-div, .latest_blog .reviews_blog .first-div {
    width: 100%;
  }
}
.reviews .reviews_blog .first-div .img img, .reviews .reviews_blog .second-div .img img, .reviews .reviews_blog .third-div .img img, .trending .reviews_blog .first-div .img img, .trending .reviews_blog .second-div .img img, .trending .reviews_blog .third-div .img img, .latest_blog .reviews_blog .first-div .img img, .latest_blog .reviews_blog .second-div .img img, .latest_blog .reviews_blog .third-div .img img {
  object-fit: cover;
  object-position: center;
}
.reviews .reviews_blog .first-div img, .reviews .reviews_blog .second-div img, .reviews .reviews_blog .third-div img, .trending .reviews_blog .first-div img, .trending .reviews_blog .second-div img, .trending .reviews_blog .third-div img, .latest_blog .reviews_blog .first-div img, .latest_blog .reviews_blog .second-div img, .latest_blog .reviews_blog .third-div img {
  width: 100%;
}
@media (max-width: 991px) {
  .reviews .reviews_blog .first-div, .reviews .reviews_blog .second-div, .reviews .reviews_blog .third-div, .trending .reviews_blog .first-div, .trending .reviews_blog .second-div, .trending .reviews_blog .third-div, .latest_blog .reviews_blog .first-div, .latest_blog .reviews_blog .second-div, .latest_blog .reviews_blog .third-div {
    margin-top: 30px;
  }
}
.reviews .reviews_blog .pd-left, .trending .reviews_blog .pd-left, .latest_blog .reviews_blog .pd-left {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .reviews .reviews_blog .pd-left, .trending .reviews_blog .pd-left, .latest_blog .reviews_blog .pd-left {
    padding-left: 0;
  }
}
.reviews .reviews_blog .pd-right, .trending .reviews_blog .pd-right, .latest_blog .reviews_blog .pd-right {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .reviews .reviews_blog .pd-right, .trending .reviews_blog .pd-right, .latest_blog .reviews_blog .pd-right {
    padding-left: 0;
  }
}

.podcast {
  width: 100%;
  margin: 80px 0;
}
.podcast a {
  color: #0000FF !important;
  text-decoration-style: solid;
  margin-left: 0;
}
.podcast .in-podcast {
  margin-top: 24px;
}
.podcast .in-podcast .sub-blog {
  padding-right: 30px;
}
.podcast .in-podcast .cyan-shape {
  background-color: #68E2FC;
  border-radius: 14px;
  position: relative;
  padding: 24px 31px 0;
}
@media (max-width: 768px) {
  .podcast .in-podcast .cyan-shape {
    padding: 15px 30px 0 26px;
  }
}
.podcast .in-podcast .cyan-shape button {
  margin-left: 0;
}
.podcast .in-podcast .cyan-shape button img {
  margin-left: 6px;
  width: 11px;
}
.podcast .in-podcast .cyan-shape p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .podcast .in-podcast .cyan-shape p {
    margin-bottom: 0;
  }
}
.podcast .in-podcast .cyan-shape::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #62DBF5;
  border-bottom: 70px solid #62DBF5;
  border-radius: 0 0% 0 100%;
}
@media (max-width: 768px) {
  .podcast .in-podcast .cyan-shape::before {
    width: 92px;
    height: 89px;
    border-left: 41px solid #62DBF5;
    border-bottom: 54px solid #62DBF5;
  }
}
.podcast .in-podcast .cyan-shape .write_img {
  margin-left: 160px;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .podcast .in-podcast .cyan-shape .write_img {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .podcast .in-podcast .cyan-shape .write_img {
    margin-top: 24px;
  }
}
@media (max-width: 1242px) {
  .podcast .in-podcast .cyan-shape img {
    margin-left: 145px;
    margin-top: -60px;
  }
}
@media (max-width: 1200px) {
  .podcast .in-podcast .cyan-shape img {
    margin-left: 45px;
    margin-top: 0px;
  }
}
@media (max-width: 1000px) {
  .podcast .in-podcast .cyan-shape img {
    margin-left: 0;
    margin-top: 0;
  }
}

ul li strong {
  margin-left: 10px;
}

.our_technology {
  margin-bottom: 100px;
}
.our_technology .p {
  margin-bottom: 25px !important;
}
.our_technology .small-bussiness, .our_technology .blockchain, .our_technology .machine-learning, .our_technology .cyber {
  position: relative;
}
.our_technology .small-bussiness .images_icon, .our_technology .blockchain .images_icon, .our_technology .machine-learning .images_icon, .our_technology .cyber .images_icon {
  position: absolute;
  width: 80px;
  height: 100px;
  right: 39px;
  bottom: 0px;
}
.our_technology .small-bussiness {
  position: relative;
  padding: 30px;
  border-radius: 14px;
  background-color: #7DE8FF;
  margin-bottom: 30px;
}
.our_technology .small-bussiness button {
  margin-left: 0;
}
.our_technology .small-bussiness::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #62DBF5;
  border-bottom: 70px solid #62DBF5;
  border-radius: 0 0 0 100%;
}
@media (max-width: 460px) {
  .our_technology .small-bussiness::before {
    width: 90px;
    height: 96px;
    background-color: transparent;
    border-left: 34px solid #62DBF5;
    border-bottom: 53px solid #62DBF5;
    border-radius: 0 0 0 100%;
  }
}
.our_technology .blockchain {
  position: relative;
  padding: 30px;
  border-radius: 14px;
  background-color: #DBDBDB;
}
.our_technology .blockchain button {
  margin-left: 0;
}
.our_technology .blockchain::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #CDCDCD;
  border-bottom: 70px solid #CDCDCD;
  border-radius: 0 0 0 100%;
}
@media (max-width: 460px) {
  .our_technology .blockchain::before {
    width: 90px;
    height: 96px;
    background-color: transparent;
    border-left: 39px solid #CDCDCD;
    border-bottom: 53px solid #CDCDCD;
    border-radius: 0 0 0 100%;
  }
}
.our_technology .machine-learning {
  position: relative;
  padding: 30px;
  border-radius: 14px;
  background-color: #FFE75A;
  margin-bottom: 30px;
}
.our_technology .machine-learning button {
  margin-left: 0;
}
.our_technology .machine-learning::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #FFDA00;
  border-bottom: 70px solid #FFDA00;
  border-radius: 0 0 0 100%;
}
@media (max-width: 460px) {
  .our_technology .machine-learning::before {
    width: 74px;
    height: 81px;
    background-color: transparent;
    border-left: 34px solid #FFDA00;
    border-bottom: 53px solid #FFDA00;
    border-radius: 0 0 0 100%;
  }
}
.our_technology .cyber {
  position: relative;
  padding: 30px;
  border-radius: 14px;
  background-color: #B6B6FF;
}
.our_technology .cyber button {
  margin-left: 0;
}
.our_technology .cyber::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #A5A5FF;
  border-bottom: 70px solid #A5A5FF;
  border-radius: 0 0 0 100%;
}
@media (max-width: 460px) {
  .our_technology .cyber::before {
    width: 90px;
    height: 96px;
    background-color: transparent;
    border-left: 39px solid #A5A5FF;
    border-bottom: 53px solid #A5A5FF;
    border-radius: 0 0 0 100%;
  }
}

p iframe {
  width: 100% !important;
}

.site-footer {
  width: 100%;
  color: white;
  background-color: black !important;
  padding: 55px 0;
}
@media (max-width: 991px) {
  .site-footer {
    margin-top: 30px;
  }
}
.site-footer .black_footer {
  position: relative;
}
.site-footer .black_footer .about {
  padding-right: 30px;
}
.site-footer .black_footer .contact {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .site-footer .black_footer .contact {
    padding: 0;
    margin-top: 25px;
  }
}
.site-footer .black_footer .contact .first .child-flex a {
  padding: 10px 15px;
  margin-right: 10px;
  border: 1px solid white;
}
.site-footer .black_footer .contact .first .child-flex a img {
  border-radius: 0px !important;
}
.site-footer .black_footer h5 {
  border-bottom: 1px solid #505053;
}
.site-footer .black_footer .content_footer {
  margin-top: 15px;
}
.site-footer .black_footer .content_footer p {
  margin-top: 10px !important;
  color: white !important;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 16px;
}
.site-footer .black_footer .content_footer p span {
  color: #A9A9A9;
}
.site-footer .black_footer .buttons {
  position: relative;
}
.site-footer .black_footer .buttons button {
  position: absolute;
  margin-left: 0px !important;
  right: 0;
}
.site-footer .black_footer .buttons button:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .site-footer .black_footer .buttons button:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .site-footer .black_footer .buttons button {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }
}

.sub-footer {
  width: 100%;
  background-color: #CDCDCD;
  padding: 10px 0;
  text-align: center;
}
.sub-footer .copyright p {
  font-size: 11px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.last_next {
  width: 100%;
  margin-top: 8px;
}
.last_next .second_next {
  width: 50%;
}
.last_next .second_next span {
  float: right;
}
.last_next .second_next span a {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.last_next .first_pre {
  width: 50%;
}
.last_next .first_pre span a {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.modal-backdrop.show {
  opacity: 0.7 !important;
}

.only-for-first {
  padding: 54px 54px 0 54px;
}
@media (max-width: 500px) {
  .only-for-first {
    padding: 54px 25px 0 10px;
  }
}

.modal-body {
  padding: 0;
  background-color: white;
  border-radius: 14px;
  border: none;
}
.modal-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 55px solid #DBDBDB;
  border-bottom: 70px solid #DBDBDB;
  border-radius: 0 0 0 100%;
}
.modal-body .close {
  margin-top: -20px;
  margin-right: -25px;
}
.modal-body .clear {
  width: 98.5%;
  margin-left: 4.5px;
}

.modal-content {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .modal-content {
    margin-top: 30px;
  }
}

.post-categories li a:hover {
  color: #FF9C00;
}

.clear {
  background-color: #F1F1F1;
  padding: 30px;
  text-align: center;
  border-radius: 0 0 14px 14px;
}
.clear .subscribe-btn {
  background: black !important;
  color: white !important;
  cursor: pointer;
}
.clear .subscribe-btn-orange {
  background-color: #FFDA00;
  cursor: pointer;
  margin-left: 20px;
}

#mc_embed_signup {
  background-color: white;
  border-radius: 14px;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup h1 {
  margin-left: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
#mc_embed_signup input {
  padding: 10px 26px !important;
}
#mc_embed_signup p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
}
#mc_embed_signup .button {
  height: auto !important;
  margin-left: 20px !important;
  line-height: 17px !important;
  background-color: #FFDA00 !important;
  color: black !important;
}

.mc-field-group {
  padding-right: 20px;
  width: 100% !important;
}
.mc-field-group label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.mc-field-group input {
  border-radius: 14px;
  background-color: #F1F1F1;
  outline: none;
  border: 0;
  padding: 10px;
}

.modal-dialog {
  max-width: 606px;
}

.blog_inner {
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .blog_inner {
    padding: 20px 0;
  }
}

.self-profile {
  margin-top: 40px;
}
.self-profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.self-profile .self-name {
  margin-left: 10px;
}
.self-profile .self-name p {
  margin-bottom: 0;
}
.self-profile .self-name .bold {
  font-weight: 700;
}

.table-of-content {
  padding: 34px 54px 2px 54px;
  background-color: #B6B6FF;
  border-radius: 14px 14px 0 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .table-of-content {
    padding: 28px 28px 2px 28px;
  }
}
@media (max-width: 460px) {
  .table-of-content {
    padding: 16px 16px 2px 16px;
  }
}
.table-of-content .accordion {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 768px) {
  .table-of-content .accordion {
    padding: 12px;
  }
}
.table-of-content .accordion:after {
  content: url("assets/images/home/downArrow.svg");
  color: #777;
  font-weight: bold;
  top: 16px;
  position: absolute;
  right: 17px;
}
@media (max-width: 768px) {
  .table-of-content .accordion:after {
    top: 10px;
    right: 12px;
  }
}
.table-of-content .collapsed:after {
  content: url("assets/images/home/upArrow.svg");
}
.table-of-content .table-content {
  padding: 0 18px;
  background-color: white;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 460px) {
  .table-of-content .table-content {
    margin-bottom: 16px;
  }
}
.table-of-content ol {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  list-style: none !important;
}
.table-of-content ol li {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 460px) {
  .table-of-content ol {
    margin-top: 12px;
    padding-left: 20px;
  }
}

.right-blk .inner-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #505053;
  padding: 0 0 20px;
  margin-bottom: 0;
}
.right-blk .inner-content .list_heading_orange {
  color: #FF9C00;
  font-weight: 500;
}
.right-blk .inner-content h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.right-blk .inner-content img {
  margin-top: 30px;
  border-radius: 14px !important;
}
.right-blk ul {
  margin: 0 !important;
  position: relative;
}
.right-blk ul li {
  list-style: none !important;
}
.right-blk ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  left: -22px;
  padding-right: 10px;
  top: 6.5px;
  height: 12px;
  color: #505053;
  border-radius: 50%;
  background-color: #FF9C00;
}
.right-blk ul li span {
  color: #505053;
}
.right-blk .profile_daniel {
  margin: 30px 0;
}
.right-blk .profile_daniel img {
  width: 25%;
  border: 2px solid #FF9C00;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 768px) {
  .right-blk .profile_daniel img {
    width: 25% !important;
  }
}
.right-blk .profile_daniel .profile_daniel_content {
  width: 80%;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .right-blk .profile_daniel .profile_daniel_content {
    margin-left: 0;
    width: 100%;
  }
}
.right-blk .profile_daniel .profile_daniel_content .category-orange {
  color: #FF9C00;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.right-blk .profile_daniel .profile_daniel_content p {
  padding: 0;
}

.never-miss {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .never-miss {
    padding: 60px 0;
  }
}
.never-miss .right-clm p {
  margin: 10px 0;
}
.never-miss .right-clm button {
  margin-top: 20px;
}
.never-miss::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 60px solid #FFDA00;
  border-top: 60px solid #FFDA00;
  border-radius: 100% 0 0 0;
}
@media (max-width: 768px) {
  .never-miss::before {
    width: 85px;
    height: 95px;
    border-left: 41px solid #FFDA00;
    border-top: 41px solid #FFDA00;
  }
}

.write-letter {
  padding: 70px 0;
  background-color: #7DE8FF;
  text-align: center;
  position: relative;
}
.write-letter p {
  margin: 10px 0;
}
.write-letter button {
  margin-left: 0;
  margin-top: 20px;
}
.write-letter::after {
  content: "";
  position: absolute;
  background: url("assets/images/home/black_dots.png");
  width: 30%;
  background-repeat: no-repeat;
  top: 0;
  left: -130px;
  height: 140px;
}
.write-letter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-left: 60px solid #62DBF5;
  border-bottom: 60px solid #62DBF5;
  border-radius: 0 0 0 100%;
}
@media (max-width: 768px) {
  .write-letter::before {
    width: 85px;
    height: 95px;
    border-left: 41px solid #62DBF5;
    border-bottom: 41px solid #62DBF5;
  }
}

@media (min-width: 992px) {
  .cookie-content {
    width: 100%;
    text-align: center;
    padding: 8px 15px !important;
    top: auto;
    bottom: 0px;
    max-width: 100%;
    line-height: 33px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .cookie-content p {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    line-height: 20px;
  }
  .cookies {
    max-width: 35px;
    line-height: normal;
    display: inline-block;
    margin-right: 15px;
  }
  input.cookie-hide {
    margin: 0;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .cookie-bar p {
    padding: 15px 0 5px;
  }
}
@media (max-width: 460px) {
  .cookie-bar p {
    padding: 0;
  }
}
.next-pre {
  margin-bottom: 30px;
}
.next-pre .previous {
  position: relative;
  margin-left: 30px;
}
.next-pre .previous span a {
  color: #0000FF !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.next-pre .previous::after {
  content: url("assets/images/home/left_arrow.svg");
  position: absolute;
  left: -28px;
  top: 3px;
}
.next-pre .next {
  margin-left: auto;
  margin-right: 30px;
  position: relative;
}
.next-pre .next span a {
  color: #0000FF !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.next-pre .next::after {
  content: url("assets/images/home/right_arrow.svg");
  position: absolute;
  right: -28px;
  top: 3px;
}

.write_us .d-flex {
  margin-top: 40px;
  margin-bottom: 80px;
  align-items: center;
}
.write_us .d-flex .left-side {
  width: 45%;
}
.write_us .d-flex .left-side p {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .write_us .d-flex .left-side {
    width: 100%;
  }
}
.write_us .d-flex .right-side {
  width: 55%;
}
.write_us .d-flex .right-side img {
  width: 100%;
  float: left;
}
@media (max-width: 992px) {
  .write_us .d-flex .right-side {
    width: 100%;
  }
  .write_us .d-flex .right-side img {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .write_us .d-flex {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.guest-post-write .in-guest {
  background-color: #DBDBDB;
  padding: 70px 0;
  width: 100%;
  margin-left: 0 !important;
  position: relative;
  z-index: -2;
}
.guest-post-write .in-guest::after {
  content: "";
  position: absolute;
  background: url("assets/images/write-us/write_us_shape.svg");
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0px;
  height: 110px;
}
@media (max-width: 600px) {
  .guest-post-write .in-guest::after {
    display: none;
  }
}
.guest-post-write .in-guest::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 225px;
  height: 215px;
  background-color: transparent;
  border-left: 85px solid #CDCDCD;
  border-top: 75px solid #CDCDCD;
  border-radius: 100% 0 0 0;
  z-index: -1;
}
.guest-post-write .in-guest .post-write {
  width: 100%;
  background-color: white;
  border-radius: 14px;
  padding: 30px;
}
.guest-post-write .in-guest .post-write p {
  margin-top: 10px;
}
.guest-post-write .in-guest .post-write ol {
  padding: 0 20px;
}
.guest-post-write .in-guest .post-write ol li {
  line-height: 34px;
}
@media (max-width: 600px) {
  .guest-post-write .in-guest {
    padding: 30px 20px;
  }
}

.write-our-publication {
  margin: 80px 0;
}
.write-our-publication .d-flex .left-clm {
  width: 48%;
  background-color: #7DE8FF;
  border-radius: 14px;
  padding: 35px 30px;
  margin-right: 17px;
}
.write-our-publication .d-flex .left-clm ol {
  padding: 0 20px;
  margin-top: 10px;
}
.write-our-publication .d-flex .left-clm ol li {
  line-height: 34px;
}
@media (max-width: 992px) {
  .write-our-publication .d-flex .left-clm {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .write-our-publication .d-flex .left-clm {
    width: 46%;
  }
}
.write-our-publication .d-flex .right-clm {
  width: 49%;
  background-color: #B6B6FF;
  border-radius: 14px;
  padding: 35px 30px;
  margin-left: 17px;
}
.write-our-publication .d-flex .right-clm ol {
  margin-top: 10px;
  padding: 0 20px;
}
.write-our-publication .d-flex .right-clm ol li {
  line-height: 34px;
}
@media (max-width: 992px) {
  .write-our-publication .d-flex .right-clm {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .write-our-publication {
    margin: 70px 0;
  }
}
@media (max-width: 600px) {
  .write-our-publication {
    margin: 30px 0;
  }
}

.citations-write-us .in-citations {
  background-color: #DBDBDB;
  padding: 70px 0;
  width: 100%;
  margin-left: 0 !important;
  position: relative;
  z-index: -2;
}
.citations-write-us .in-citations::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 215px;
  height: 205px;
  background-color: transparent;
  border-right: 85px solid #CDCDCD;
  border-bottom: 75px solid #CDCDCD;
  border-radius: 0 0 100% 0;
  z-index: -1;
}
.citations-write-us .in-citations::before {
  content: "";
  position: absolute;
  background: url("assets/images/write-us/write_us_shape_re.svg");
  width: 14%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0px;
  height: 110px;
}
.citations-write-us .in-citations .post-write {
  width: 100%;
  background-color: white;
  border-radius: 14px;
  padding: 30px;
}
.citations-write-us .in-citations .post-write p {
  margin-top: 10px;
}
.citations-write-us .in-citations .post-write ol {
  padding: 0 20px;
}
.citations-write-us .in-citations .post-write ol li {
  line-height: 34px;
}
@media (max-width: 600px) {
  .citations-write-us .in-citations {
    padding: 30px 20px;
  }
}

.pitch-us {
  margin: 80px 0;
}
.pitch-us .how-to-pitch-us {
  background-color: #DBDBDB;
  position: relative;
  border-radius: 14px;
  padding: 30px;
}
.pitch-us .how-to-pitch-us h4 {
  margin-bottom: 10px;
}
.pitch-us .how-to-pitch-us ol {
  padding: 0 20px;
}
.pitch-us .how-to-pitch-us ol li {
  line-height: 34px;
}
.pitch-us .how-to-pitch-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 124px;
  height: 109px;
  background-color: transparent;
  border-left: 49px solid #CDCDCD;
  border-bottom: 47px solid #CDCDCD;
  border-radius: 0 0 0 100%;
}
@media (max-width: 500px) {
  .pitch-us .how-to-pitch-us::after {
    width: 83px;
    height: 80px;
    background-color: transparent;
    border-left: 28px solid #CDCDCD;
    border-bottom: 38px solid #CDCDCD;
  }
}
@media (max-width: 600px) {
  .pitch-us {
    margin: 30px 0;
  }
}

.some-exmaple .some-some {
  margin-bottom: 80px;
}
.some-exmaple .some-some h4 {
  margin-bottom: 10px;
}
.some-exmaple .some-some p {
  margin-top: 20px;
}
.some-exmaple .some-some ul {
  margin: 0 !important;
  padding: 0;
  position: relative;
}
.some-exmaple .some-some ul li {
  list-style: none !important;
  position: relative;
  line-height: 22px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.some-exmaple .some-some ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  left: -18px;
  padding-right: 10px;
  top: 5px;
  height: 11px;
  color: #505053;
  border-radius: 50%;
  background-color: #FF9C00;
}
.some-exmaple .some-some ul li span {
  text-decoration: underline;
  color: #505053;
}
.some-exmaple .some-some p span {
  color: #505053;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .some-exmaple .some-some {
    margin-bottom: 40px;
  }
}
.some-exmaple .terms-conditions {
  margin-bottom: 80px;
}
.some-exmaple .terms-conditions h4 {
  margin-bottom: 20px;
}
.some-exmaple .terms-conditions ul {
  margin: 0 !important;
  padding: 0;
  position: relative;
}
.some-exmaple .terms-conditions ul li {
  list-style: none !important;
  position: relative;
  line-height: 22px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.some-exmaple .terms-conditions ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  left: -18px;
  padding-right: 10px;
  top: 5px;
  height: 11px;
  color: #505053;
  border-radius: 50%;
  background-color: #FF9C00;
}
.some-exmaple .terms-conditions ul li span {
  color: #505053;
}
@media (max-width: 600px) {
  .some-exmaple .terms-conditions {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
