body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	font-size: 16px;	
    position: relative;
    overflow-x: hidden;
}
a {
	color: #3043d6;
	text-decoration: none;
}
a:hover {
	color: #0107ff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 20px;
	font-weight: 600;
	color: #000; 
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
li {
	margin: 0 auto 15px;
}
p {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 26px;
}
b, strong {
    font-weight: bolder;
}
img {
	max-width: 100%;
}
table {
    width: 100%;
    border: 1px solid #ccc;
}
table th, td {
    padding: 8px 15px;
    border-left: 1px solid #ccc;
}
.table-wrap {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    overflow: auto;
}
tbody {
    margin-bottom: 25px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
.btn {
    background: #3043d6;
    border-radius: 5px;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-weight: 600;
}
.yellow-color-btn {
    background: #ffca10;
    border-radius: 5px;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-weight: 600;
}
.btn-sm {
	padding: 6px 14px;
	color: #fff;
}
.btn i {
    padding-right: 2px;
}
.btn span {
	vertical-align: middle;
}
.btn-lg {
	padding: 10px 42px;
}
.btn-xs {
	padding: 2px 12px;
	font-size: 14px;
}
.btn-outline {
	background: none;
	border: #3043d6 solid 1px;
	color: #3043d6;
}
.btn.yellow-color-btn {
	background: #ffca10;
	color: #000;
	border-color: #ffca10;
}
.btn:hover, .btn:focus, .btn-outline:hover {
	background: #1b35ff !important;
	border: 0;
	outline: 0;
	color: #fff;
}
.btn-outline:hover {
	border: #1b35ff solid 1px;
}
.text-right {
	text-align: right;
}
.radius-left {
	border-radius: 0 0 5px 0;
}
.blue-color-text {
	color: #3043d6;
}
.yellow-text {
	color: #ffa200;
}
.green-text {
	color: #1f9b06;
}
.light-blue-bg {
    background: #fff;
    box-shadow: 3px 3px 3px 3px #e4e8ff;
	border-radius: 5px;
}
.light-blue-bg:hover {
    box-shadow: 3px 3px 3px 3px #cfd4ff;
}

.dark-blue-bg {
	background: #252a4c;
}
.light-yellow-bg {
	background: #ffecbd;
}
.section-padding {
    padding: 60px 0;
    position: relative;
}
.p-20 {
	padding: 20px 30px;
}
.mb-20 {
	margin-bottom: 15px;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.radius-box {
	border-radius: 5px;
}
.company-tag {
	border-radius: 5px;
}
/*-------Header---------*/
#header {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
    z-index: 99;
}

/*---------- Wrappers--------*/
#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fixed-top {
	right: 0;
	left:inherit;
}

#sidebar-wrapper {
    z-index: 1000;
    right: -220px;
    width: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #252a4c;
	box-shadow: rgba(0, 0, 0, 0.3) 0 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    right: 0px;
	width: 220px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
	padding-right: 220px;
}
	#wrapper.toggled #header {
		right: 220px;
	}
/*--------Sidebar nav styles--------*/
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
	margin:0 10px 15px;
}
.sidebar-nav li:hover {
	background: #161a37;
	border-radius: 5px;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
	margin-bottom: 20px;
}
.sidebar-brand {
	height: 65px;
	position: relative;
	background: #212531;
	background: #161a37;
	padding-top: 1em;
	text-align: left;
	padding: 19px 20px;
	font-weight: bold;
	color: #fff;
}
	
/*-----Hamburger-Cross---------*/

.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


.section-padding.intro-section {
	padding: 150px 0;
}
#header .navbar {
	background: #fff;
	padding: 8px 30px;
	border-radius: 5px;
}
.logo img {
    max-width: 200px;
}
.logo span {
	font-size: 22px;
	padding-top: 10px;
	top: 4px;
	position: relative;
}

/*------Intro----------*/
.intro-section {
	background-image: url("../images/intro-bg.png");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 0 !important;
	margin-bottom: 50px;
}
.intro-section h1 {
	font-size: 70px;
	margin-bottom: 10px;
}
.intro-section p {
	font-size: 30px;
	line-height: 40px;
	margin-top: 30px;
}
.intro-inner-container {
	max-width: 900px;
	margin: 0 auto;
}

.section-heading {
	padding-bottom: 5px;
}
.section-heading h2 {
	color: #172276;
	position: relative;
}
.section-heading h2::after {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	content: "";
	background: #eceefe;
	z-index: -1;
	height: 70%;
}
.section-heading h2 span {
	background: #fff;
	padding-right: 20px;
}

.section-margin {
	margin-bottom: 60px;
}
.box-wrap {
	border: #ccc solid 1px;
	position: relative;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.box-wrap:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
}
.box-number {
	border-radius: 5px;
	border: #ccc solid 1px;
	position: absolute;
	top: 20px;
	left: -14px;
	text-align: center;
	height: 26px;
	width: 26px;
	line-height: 26px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.tag span {
	background: #f0efef;
	font-size: 13px;
	padding: 6px 10px;
}

.ctags span {
	background: #3043d6;
	color: #fff;
	font-size: 15px;
	padding: 6px 10px;
}
.ctags verified {
	background: #108701;
	color: #fff;
}

/*------Feedback--------*/
.form-control {
	border: #ccc solid 1px;
	padding: 8px 20px;
	height: auto;
	border-radius: 0;
}
.col-form-label {
	font-weight: bold;
	font-size: 18px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label label {
	margin-right: 50px;
	min-width: 170px;
}
.form-check-input {
	height: 1.6em;
	width: 3em !important;
}
.clear-rating.clear-rating-active {
	display: none;
}
.rating-container .star {
	border: #fde16d solid 2px;
	padding: 10px;
}

/*------quick-stats--------*/
.quick-stats {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	bottom: -25px;
	position: relative;
}

.stats-wrap {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.07) 0 0 20px;
	width: -moz-available;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.stats-wrap:hover {
	background:#3043d6;
}
.stats-wrap:hover h2, .stats-wrap:hover p {
	color: #fff;
}
.stats-icon {
	width: 50px;
	height: 50px;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px;
	line-height: 50px;
	color: #3043d6;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.stats-wrap:hover .stats-icon {
	margin-top: -40px;
	margin-bottom: 40px;
}
.stats-wrap h2 {
	font-size: 40px;
	margin: 0 auto;
	color: #3043d6;
}
.stats-wrap p {
	font-size: 18px;
	text-decoration: underline;
	margin: 0 auto;
}

/*------Column-Reviews--------*/
.column_reviews h5 {
	margin: 0 auto 5px;
}
.column_reviews p {
	margin: 0 auto 2px;
}
.review-count {
	color: #8a8989;
}
.btn-bottom {
	margin: 10px -30px -21px 0;
}
.review-footer {
	padding-top: 10px;
}
.review-footer {
	font-size: 14px;
}
.review-footer span {
	margin-right: 10px;
}
.column-reviews-header {
	justify-content: space-between
}
.review-count .active {
	color: #ffb400;
}
.links a.btn {
	text-decoration: none;
}
.column_reviews .tag {
	margin-bottom: -32px;
	margin-top: 9px;
}
.img-box {
	width: 60px;
	height: fit-content;
	border: #ccc solid 1px;
	padding: 7px;
	border-radius: 5px;
	margin-right: 14px;
	box-shadow: rgb(0, 0, 0, 0.1) 0 10px 10px;
	text-align: center;
}
.user_reviews .tag {
	margin-bottom: 0;
	margin-top: 9px;
}
.user_reviews .btn {
	margin-bottom: 10px;
}
.tag-btn {
	padding: 5px 12px;
	border: #ccc solid 1px;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	margin: 0 2px;
}
.tag-btn.active , .tag-btn:hover{
	background: #dadeff;
	border: #3043d6 solid 1px;
	color: #3043d6;
}
.filter-wrap {
  display: flex;
  gap: 10px;
	justify-content: space-between;
}
.filter-tag h5 {
	display: inline-block;
}


/*------BrandKit--------*/
.brandkit-row {
	margin: 0 auto 20px;
}
.brand-info h5 {
    margin: 0 auto 5px;
}
span.sub-p {
    font-size: 13px;
}
.brand-screenshot p {
	margin: 0 auto;
}
.brand-download {
    display: flex;
	gap:6px;
}
.brand-download h6 {
	margin: 0 auto;
}
.brand-download {
    display: flex;
    align-items: center;
}
.brand-logo {
    background: #fff;
    padding: 7px 10px;
    display: inline-block;
    border: #ccc solid 1px;
}
.bg-logo {
    background: #818181;
    padding: 7px 10px;
    display: inline-block;
    border: #767575 solid 1px;
}

.brand-guideline {
	padding: 10px 20px;
}
.brand-guideline ul {
	padding: 0;
	margin: 0 auto;
}
.brand-guideline ul li {
	margin: 0 auto;
	list-style: none;
	
}
.divider {
	margin: 40px auto;
	background: #ccc;
	height: 1px;
}
.brand-screenshot {
	background: #e3e6fe;
	padding: 10px;
	border-radius: 5px;
}
.brand-screenshot img {
	max-width: 100%;
	margin-bottom: 10px;
}
.brandkit .btn-lg {
	padding: 3px 29px;
	position: relative;
	background: #fff;
}
.brand-headshots {
	background: #fff;
	padding: 20px;
	border: #e3e6fe solid 8px;
	border-radius: 5px;
}
.brand-headshots h6, .brand-headshots p {
	margin: 0 auto 5px;
}
.headshots-image {
	padding: 10px 0;
}
.brand-color {
	background: #fff;
	border: #ccc solid 1px;
	margin: 0 auto 20px;
	position: relative;
	padding: 25px 15px 15px;
	display: flex;
	gap:20px;
}
.color-tag {
	background: #48484a;
	padding: 4px 10px;
	color: #fff;
	position: absolute;
	top: -11px;
	left: 15px;
	line-height: 17px;
	font-size: 14px;
}
.color {
	width: 200px;
	height: 33px;
}
.brand-color-info {
	display: flex;
	flex: 2;
	gap: 10px;
}
.copy-btn {
	background: #ffecbd;
	color: #000;
	padding: 6px 10px;
	font-size: 14px;
}
.copy-btn:hover {
	color: #000;
	background: #ffde8e;
}
.copy-btn-wrap {
	margin-right: -14px;
	bottom: -18px;
	position: relative;
}


/*------Social Media--------*/
.social {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	gap:15px;
}
.social .box-wrap {
	flex-grow:1;
	height:100px;
	width:calc(100% * (1/6) - 2px);
	margin: 0 auto;
}
.social p {
	margin: 0 auto;
}
.social-box {
	border-radius: 3px;
	background: #202020;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 1px 25px;
	margin: 0 auto 5px;
}
.social-box:hover {
	color: #fff;
}
.facebook-social {
	background: #372f9c
}
.youtube-social {
	background: #e10b0b
}
.instagram-social {
	background: #ad126d
}
.github-social {
	background: #6e6a6a
}


/*------News----------*/
.news {
	grid-gap: 20px;
}
.new-wrap {
	display: flex;
	gap: 19px;
}
.news-img {
	margin-top: -6px;
}
.new-act-btn {
	display: block ruby;
}
.news h5 {
	margin: 0 auto 8px;
}
.news h5 a {
	color: #000;
}
.news h5 a:hover {
	color: #3043d6;
}
.links a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}
/*------Awards----------*/
.awards p {
	margin: 0 auto 10px;
}
.awards-img {
	margin: 0 auto 10px;
}

/*------snippets----------*/
.snippets {
	margin: 0 auto 30px;
}
.snippets-head {
	background: #eceefe;
	margin: -20px -30px 20px;
	padding: 15px 22px;
	border-radius: 5px 5px 0 0;
}
.snippets-head h3 {
	margin: 0 auto;
	color: #172276;
}
.snippets .box-number {
	background: #172276;
	border: 0;
	border-radius: 0;
	color: #fff;
	left: 0;
	box-shadow: none;
	top: 16px;
}
.snippets-img {
	margin: 0 auto 16px;
}
.snippets-btn {
	margin-bottom: -40px;
}

/*------Footer----------*/
.footer {
	padding: 40px 0;
}
.footer p {
	color: #fff;
	margin: 0 auto;
}
.footer-nav ul {
	padding: 0;
	margin: 0 auto;
	text-align: right;
}
.footer-nav ul li:first-child:after {
	display: none;
}
.footer-nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
}
.footer-nav ul li:after {
	position: absolute;
	top: 0;
	left: -20px;
	content: "|";
	color: #fff;
}
.footer-nav ul li a {
	color: #fff;
}

/*-----------------------
	Responsive CSS
------------------------*/
@media (min-width:768px) and (max-width:990px) {
.intro-section h1 {
	font-size: 40px;
}
.intro-section p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}
.stats-wrap h2 {
	font-size: 30px;
}
.stats-wrap p {
	font-size: 15px;
}
.section-padding.intro-section {
	padding: 120px 0;
}
.quick-stats {
	bottom: -70px;
	gap: 5px;
}
.intro-section {
	margin-bottom: 110px;
}
.tag-btn {
	padding: 5px;
	font-size: 13px;
	white-space: pre;
}
.logo img {
	max-width: 170px;
}
.hamburger {
	top: 16px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.btn {
	padding: 6px 15px;
	white-space: pre;
}
p {
	font-size: 14px;
	line-height: 24px;
}
.column_reviews p {
	margin: 0 auto 7px;
}
.links a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
.btn {
	padding: 6px 8px;
}
.p-20 {
	padding: 16px 20px;
}
.tag span {
	font-size: 12px;
	padding: 3px 10px;
}
.column_reviews .tag {
	margin-bottom: -32px;
	margin-top: 6px;
}
.section-margin {
	margin-bottom: 35px;
}
.btn-xs {
	padding: 2px 8px !important;
	font-size: 12px;
}
.btn-bottom {
	margin: 10px -20px -21px 0;
}
.p-4 {
	padding: 1.2rem !important;
}
.brand-download h6 {
	margin: 0 auto 7px;
	font-size: 13px;
}
.brand-download {
	display: block;
}
.brand-download .btn {
	padding: 2px 8px;
}
body {
	line-height: 26px;
	font-size: 14px;
}
.divider {
	margin: 24px auto;
}
.brandkit .btn-lg {
	padding: 3px 17px;
	font-size: 15px;
}
.brandkit-row {
	margin: 0 auto 12px;
}
.color {
	width: 90px;
}
.social-box {
	border-radius: 5px;
	padding: 1px 5px;
	margin: 0 auto 5px;
}
.social .box-wrap {
	padding: 15px 5px;
}
.col-form-label {
	font-size: 14px;
}
.form-control {
	padding: 8px 16px;
	font-size: 14px;
}
.feedback .btn.btn-lg {
	padding: 8px 22px;
	font-size: 16px;
}
.snippets-head {
	margin: -20px -21px 15px;
	padding: 13px 16px;
}
.box-number {
	height: 22px;
	width: 22px;
	line-height: 22px;
}
.snippets .box-number {
	top: 9px;
}
.footer-nav ul li {
	margin: 0 0 0 10px;
}
.footer-nav ul li::after {
	left: -9px;
}
.footer {
	padding: 25px 0;
}

	
	
}

@media (max-width:767px) {
#header .navbar {
	padding: 8px 15px;
	border-radius: 5px;
}
.logo img {
	max-width: 130px;
}
.hamburger {
	top: 11px;
}
.intro-section h1 {
	font-size: 34px;
}
.section-padding.intro-section {
	padding: 105px 0;
}
.intro-section p {
	font-size: 16px;
	line-height: 24px;
}
.filter-wrap {
	display: block;
}
.filter-tag h5 {
	display: block;
	font-size: 14px;
	margin: 0 auto 10px;
}
.tag-btn {
	padding: 2px 12px;
	font-size: 13px;
	margin: 0 1px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
.p-20 {
	padding: 14px 20px;
}
.img-box {
	width: 100px;
}
p {
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 22px;
}
.links a {
	font-size: 14px;
}
.box-info {
	margin: 0 auto 15px;
}
.user_reviews .text-right {
	text-align: left;
	border-top: #ccc solid 1px;
	padding-top: 12px;
}
.user_reviews .text-right p {
	display: inline-block;
}	
.btn {
	padding: 5px 12px;
	font-size: 14px;
}
.yellow-color-btn {
	padding: 5px 12px;
}
.section-margin {
	margin-bottom: 35px;
}
.column_reviews .tag {
	margin-bottom: -22px;
	margin-top: 4px;
}
.btn-xs {
	padding: 1px 10px;
	font-size: 13px;
}
.btn-bottom {
	margin: 10px -20px -17px 0;
}
.p-4 {
	padding: 1.2rem !important;
}
.brand-info {
	margin: 0 auto 12px;
}
.brand-logo {
	margin-bottom: 14px;
}
.brand-download {
	display: block;
}
.brand-download h6 {
	margin: 0 auto 6px;
	font-size: 16px;
	font-weight: 500;
}
.brand-download .btn {
	padding: 1px 12px;
}
.brand-info h5 {
	margin: 0 auto 5px;
	line-height: 12px;
}
.brandkit-row {
	margin: 0 auto 10px;
	padding: 14px;
	border: #ccc solid 1px;
}
.brand-guideline {
	padding: 8px 15px;
}
body {
	line-height: 25px;
	font-size: 14px;
}
.brand-guideline ul li {
	margin: 0 auto 8px;
	display: flex;
	line-height: 19px;
}
.brandkit .divider {
	display: none;
}
.brand-screenshot, .brand-headshots {
	margin: 0 auto 12px;
}
.color-code {
	line-height: 20px;
}
.color-tag {
	padding: 4px 10px;
	top: -6px;
	left: 15px;
	line-height: 12px;
	font-size: 12px;
}
.social .box-wrap {
	height: auto;
	width: calc(100% * (1/3) - 2px);
}
.news {
	display: block !important;
}
.new-wrap {
	gap: 10px;
	margin-bottom: 10px;
}
.news-img {
	width: 100px;
}
.new-act-btn {
	padding-left: 52px;
}
.awards-img {
	margin: 0 auto 10px;
	max-width: 120px;
}
.awards {
	margin: 0 auto 15px;
}
.section-heading h2 span {
	padding-right: 20px;
	display: inline-block;
}
h4 {
  font-size: 19px;
}
h3 {
	font-size: 22px;
}
.rating-container .star {
	border: #fde16d solid 2px;
	padding: 2px;
}
.theme-krajee-svg.rating-xl .krajee-icon, .theme-krajee-svg.rating-xl .krajee-icon-clear {
	width: 1.6rem;
	height: 1.6rem;
}
.col-form-label {
	font-size: 14px;
}
.form-control {
	padding: 4px 16px;
	font-size: 14px;
}
.snippets-head h3 {
	font-size: 20px;
}
.snippets-head {
	margin: -15px -21px 14px;
	padding: 10px 19px;
}
.snippets .box-number {
	top: 8px;
}
.snippets-btn {
	margin-bottom: -32px;
}
.footer {
	padding: 20px 0;
	text-align: center;
}
.footer-nav ul {
	margin: 10px auto 0;
	text-align: center;
}
.footer-nav ul li {
	margin: 0 0 0 8px;
}
.footer-nav ul li::after {
	left: -7px;
	opacity: 0.4;
}
.quick-stats {
	gap: 4px;
	bottom: -20px;
}
.stats-wrap {
	padding: 8px;
}
.stats-icon {
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}
.stats-wrap h2 {
	font-size: 24px;
	margin: 0 auto;
	color: #3043d6;
}
.stats-wrap:hover .stats-icon {
	margin-top: -20px;
	margin-bottom: 14px;
}
.intro-section .quick-stats p {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	margin-top: 10px;
}
.intro-section {
	margin-bottom: 42px;
}
.column_reviews .box-info .tag {
	margin-bottom: 0;
	margin-top: 4px;
}
	
}

@media (max-width:480px) {
.stats-wrap h2 {
	font-size: 15px;
}
#wrapper.toggled #sidebar-wrapper {
	right: 0px;
	width: 170px;
}
#wrapper.toggled #page-content-wrapper {
	padding-right: 170px;
}
#wrapper.toggled #header {
	right: 170px;
}
.logo img {
	max-width: 100px;
}
.brand-color {
	display: block;
	gap: 0;
}
.copy-btn-wrap {
	bottom: -13px;
	position: relative;
	text-align: right;
	margin-right: -14px;
}
	
}

