@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'Roc Grotesk Regular';
  src: URL('../fonts/Kostic - Roc Grotesk Regular.otf') format("opentype");
}

@font-face {
  font-family: 'Roc Grotesk Medium';
  src: URL('../fonts/Kostic - Roc Grotesk Medium.otf') format("opentype");
}

@font-face {
  font-family: 'Roc Grotesk Bold';
  src: URL('../fonts/Kostic - Roc Grotesk Bold.otf') format("opentype");
}

body, button, input, select, textarea {
    font-family: "Roc Grotesk Regular";
	color: #333333;
	font-size: 24px;
}

p {
	font-size: 19.5px;
	line-height: 24px;
}

p.heading-sub-text {
	line-height: 32px;
    z-index: 9;
    position: relative;
}

p span,
.colored {
	color: #4974E5;
}

.padded {
	padding: 40px;
}

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

.text-left {
	text-align: left;
}


.button {
	font-family: "Roc Grotesk Bold";
    background: #4974E5;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    height: auto;
    border: none;
    padding: 5px 35px;
	border-radius: 7.5px;
}

.button.step2 {
	margin: 75px auto 0 auto;
}

.button.start,
.button.hire {
	margin: 0 15px 20px auto;
}

.button.start {
    border: 1px solid #4974E5;
}

.button.hire {
	background: #ffffff;
    color: #4974E5 !important;
    border: 1px solid #4974E5;
}

.box {
    position: relative;
    border: 2px solid #333333;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.box img {
	max-width: 75%;
}

p.heading {
	font-family: "Roc Grotesk Bold";
	color: #4974E5;
	font-size: 27px;
	text-transform: uppercase;
	margin-top: 40px;
}

p.heading.larger {
	font-size: 36px;
	margin-bottom: 25px;
}

.relative {
	position: relative;
}

.mtop10p {
	margin-top: 10%;
}

.mtop20p {
	margin-top: 20%;
}

.mbottom80 {
	margin-bottom: 80px;
}

.mbottom10 {
	margin-bottom: 10px;
}

.mbottom20 {
	margin-bottom: 20px;
}

.mtop100 {
	margin-top: 100px;
}

/* Banner */
.banner {
	margin-top: 0;
}

.banner p {
	width: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
    margin: 30px auto 30px auto;	
}

.medium {
	font-family: "Roc Grotesk Medium";
}

.bold {
	font-family: "Roc Grotesk Bold";
}

.section-heading {
	font-size: 45px;
	margin-bottom: 40px;
}

.section-subheading {
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 15px;
}

.normal-text {
	font-size: 20px;
	line-height: 28px;
}

.medium-text {
	font-size: 45px;
	line-height: 52px;
}

.section.our-services .row {
	margin-top: 0;
	text-align: center;
}

.row.divider {
	margin: 0 auto 40px auto;
    padding-top: 40px;
    border-bottom: 1px solid #333333;
}

ul.bullet-list {
	list-style-type: none;
	padding: 0;
}

ul.bullet-list li::before {
	content: " ";
    display: inline-block;
    background-color: #4974E5;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    float: left;
    margin: 5px 20px 10px 0;
    clear: both;
}

ul.bullet-list li {
	font-family: "Roc Grotesk Regular";
	font-size: 20px;
	color: #333333;
}

ul.bullet-list li span {
	color: #4974E5;
}

.section.why-hire {
	margin-top: 60px;
}

.section.companies {
	padding-top: 100px;
}

.section.companies .row {
	align-items: center;
	justify-content: center;
}

.section.companies p {
	font-size: 26px;
	line-height: 30px;
}

.section.pricing-starts .row {
	font-family: "Roc Grotesk Bold";
	background: #4974E5;
	padding-top: 72px;
    padding-bottom: 45px;
	color: #ffffff;
	overflow-x: hidden;
	border-radius: 38px;
}

.section.pricing-starts .row p {
	position: relative;
	font-size: 32px;
	line-height: 42px;
	z-index: 1;
}

.section.pricing-starts .row .button {
	position: relative;
	color: #4974E5 !important;
	background: #ffffff;
	z-index: 1;
}

.section.pricing-starts .row::before,
.section.pricing-starts .row::after {
	content: " ";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.section.pricing-starts .row::before {
	bottom: 50px;
	left: -30px;
	width: 121px;
	height: 106px;	
	background: url(/images/homepage/pricing-starts-1.svg) left center no-repeat;
	background-size: cover;
}

.section.pricing-starts .row::after {
	top: 20px;
	right: -35px;
	width: 105px;
	height: 86px;
	background: url(/images/homepage/pricing-starts-2.svg) right center no-repeat;
	background-size: cover;
}

footer.footer {
	background: #333333;
	height: 90px;
	color: #ffffff;
	margin-top: 100px;
}

footer.footer .copyright {	
	font-size: 24px;
	font-weight: bold;
}

footer.footer .footer_links {
	text-align: center;
	margin: 20px auto;
}

footer.footer .footer_links a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 25px;
}

footer.footer .connect_with_us ul.social_links li a>img {
	width: 20px;
	height: 20px;
}

a.design-mini-logo {
	text-decoration: none;
}

a.design-mini-logo h1 {
	font-family: "Roc Grotesk Bold";
    font-size: 24px;
    color: #2b2b2b;
    margin: 0 30px 0 25px;
    font-weight: bold;
}

a.design-mini-logo h1 span {
    color: #49b0e4;
}

.navbar.auth .menu_text {
	display: none;			
}

.navbar.auth .header-logo {
	max-width: 35px;
}

.navbar-item, .navbar-link {
	text-decoration: none;
}

.navbar_item-sign_up .log_in,
.navbar_item-sign_up .sign_up {
    font-family: "Roc Grotesk Bold";
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}

.navbar_item-sign_up .log_in {    
    color: #333333 !important;    
    background: none;
    padding: 0;
    margin: 0 30px 0 0;
    width: auto;
    min-width: unset;
}

.navbar_item-sign_up .sign_up {
	
}

nav.auth .select select {
    font-family: "Roc Grotesk Bold";
    color: #333333;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    border: none;
}

section.guide {
	padding-top: 0;
    max-width: 1000px;
    margin: 0 auto;
}

section.guide .medium-text {
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
}

.section.what-happen.portfolio {
	background: none;
}

section.guide p,
section.faq .content p,
div.list-wrapper li div {
	font-size: 16px;
}

.box-ribbon {
	position: relative;
	background: #F4F6F8;
	border: 3px solid #333333;
	border-radius: 10px;
	padding: 20px 30px 20px 50px;
	margin: 20px auto;	
}

.box-ribbon span {
	position: absolute;
	top: 35%;
	left: -26px;
	height: 53px;
	width: 53px;
	border: 3px solid #333333;
	border-radius: 5px;
	color: #333333 !important;
	font-weight: bold;
	line-height: 50px;
	z-index: 99;
	text-align: center;
}

.box-ribbon span.blue {
	background-color: #4974E5;
}

.box-ribbon span.green {
	background-color: #2AC16D;
}

.box-ribbon span.yellow {
	background-color: #FFC300;
}

.box-ribbon span.orange {
	background-color: #F66357;
}

.box-ribbon span.cyan {
	background-color: #F66357;
}

div.list-wrapper {
	
}

div.list-wrapper ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div.list-wrapper li {
	padding: 0 !important;
    border: none !important;
    clear: both;
    background: #ffffff;
    padding: 20px !important;
    border-radius: 5px;
    margin: 20px auto;
}

div.list-wrapper li:after {
	display: none !important;
}

div.list-wrapper li img {
	width: 50px;
    float: left;
    margin-right: 20px;
    max-height: 35px;
}

div.list-wrapper li div {

}

section.faq ul.bullet-list li .content .iframe-container {
	position: relative;
	height: 0;
	padding-bottom: 56%;
}

section.faq ul.bullet-list li .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

section.template_slider {
	padding: 0;
	background: #333333;
}

section.template_slider::before,
section.template_slider::after,
section.template_slider .star_bg {
	content: " ";
	position: absolute;
	pointer-events: none;
	z-index: 0;
	display: none;
}

section.template_slider::before {
	top: 50px;
	left: 0;
	width: 51px;
	height: 123px;	
	background: url(/images/homepage/template-slider-1.svg) right top no-repeat;
	background-size: cover;
}

section.template_slider::after {
	top: 0;
	right: 50px;
	width: 138px;
	height: 111px;	
	background: url(/images/homepage/template-slider-3.svg) left top no-repeat;
	background-size: cover;
}

section.template_slider .star_bg {
	bottom: 20px;
	left: 20px;
	width: 93px;
	height: 93px;	
	background: url(/images/homepage/template-slider-2.svg) right top no-repeat;
	background-size: cover;
}

section.template_slider img.hero {
	margin-top: 140px;
}

section.template_slider p {
    color: #ffffff;
    margin: 30px 0 30px 25px;
    line-height: 28px;
}

section.template_slider div.first-col {
	padding-bottom: 155px;
}

section.testimonial {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

section.testimonial p {
	font-size: 20px;
	line-height: 28px;
}

section.testimonial img.quote {
	width: 50px;
    height: auto;
    margin: 0 auto 40px auto;
    padding: 0;
}

section.testimonial p.author {
	font-family: "Roc Grotesk Bold";
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 30px;
}

section.testimonial p.author_note {
	font-size: 14px;
}

.slick-prev, .slick-next {
	height: 56px;
	width: 56px;
	border-radius: 56px;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	top: 25%;
	
}

.slick-prev:before, 
.slick-next:before {
	content: "";
}

.slick-prev {
	left: -100px;
	background: url(/images/homepage/arrow-left-gray.png) center center no-repeat;
	
}

.slick-next {
	right: -100px;
	background: url(/images/homepage/arrow-right-white.png) center center no-repeat;
	background-color: #333333;
	
}

.slick-prev:hover, .slick-prev:focus {
	color: #333333;
    outline: none;
    background: url(/images/homepage/arrow-left-gray.png) center center no-repeat;
}

.slick-next:hover, .slick-next:focus {
	color: #333333;
    outline: none;
    background: url(/images/homepage/arrow-right-white.png) center center no-repeat;
	background-color: #333333;
}

/* begin slick settings for main template */
.template_slider_container {
	top: 100px;
}

.template_slider_container .slick-prev {
	display: none !important;	
}

.template_slider_container .slick-next {
	display: none !important;
}

.template_slider_container .template-slide {
	width: 100%;
	max-width: 277px;
	height: auto;
	padding: 0;
}

.template_slider_container .slick-list {
	margin: 0 -15px;
}

.template_slider_container .slick-slide {
	margin: 0 15px;
}

.slick-button-prev,
.slick-button-next {
	display: inline-block;
    height: 56px;
    width: 56px;
    border-radius: 56px;
    border: 2px solid #333333;
    background: #ffffff;
    color: #333333;
    top: 25%;
}

.slick-button-prev {	
	background: url(/images/homepage/arrow-left-white.png) center center no-repeat;
    background-color: #333333;
    border-color: #ffffff;
    margin: 0 10px 0 20px;
}

.slick-button-next {
    background: url(/images/homepage/arrow-right-gray.png) center center no-repeat;
    background-color: #ffffff;
    border: none;
}
	
/* end slick settings */

div.banner p.banner-text {
	font-family: "Roc Grotesk Bold";
	font-size: 82.5px;
	line-height: 100px;
}

div.banner p.banner-text.smaller {
	font-size: 45px;
    line-height: 52px;
    max-width: 700px;
}

div.banner p.banner-text span {
	position: relative;
	color: #333333;
	display: inline-block;
}

div.banner p.banner-text span::after {
	content: " ";
	position: absolute;
    top: -2px;
    left: -121px;
    right: -125px;
    bottom: -8px;
	background: url(/images/homepage/encircle.svg) center center no-repeat;
	background-size: contain;
	pointer-events: none;
} 

div.banner p.banner-text span.underline::after {
	top: -6px;
    left: -8px;
    right: -19px;
    bottom: -101px;
    background: url(/images/homepage/line_design_service.png) center center no-repeat;
    background-size: contain;
} 

.box:not(:last-child) {
    margin-bottom: 0;
}

/* contact us */
.alert.alert-error,
.alert.alert-success {
	font-size: 16px;
    padding: 5px;
    display: block;
    margin: 0 auto;
}

.section.contact-us .row {
    border: 3px solid #333333;
    border-radius: 10px;
    box-shadow: 8px 8px 0;
}

.section.contact-us div.map {
	background: url(/images/homepage/map_v2.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #333333;
}

.section.contact-us {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 75px auto;
}

.banner .contactus.container {
	margin-top: 90px;
}

.banner .contactus h3 {
	font-family: "Roc Grotesk Bold";
	font-size: 27px;
	line-height: 35px;	
	margin: 0;
	color: #4974E5;
}

.banner .contactus p,
.banner .contactus a {
	font-size: 19.5px;
	margin: 0 auto;
	color: #333333;
	text-decoration: none;
}

.section.contact-us form label {
	font-size: 16px;
}

.section.contact-us form input,
.section.contact-us form textarea {
	border: 1px solid #333333;
}

.section.contact-us form button {
	padding: 0;
	margin: 22px auto 0 auto;
	font-size: 16px;
	line-height: 42px;
	background: #4974E5;
	color: #FFFFFF;
	width: 100%;
}

.blue {
	color: #4974E5 !important;
}

.black {
	color: #000000 !important;
}

.section.pricing-plans {
	position: relative;
}

.section.pricing-plans .row {
	text-align: center;	
}

.section.pricing-plans .col-md-4 {
	margin: 0 auto;	
}

.fancybox-close { 
	background-size: cover !important;
    background-image: url(/images/homepage/close.png) !important;
    background-color: #ffffff;
    border-radius: 100%;
}



/* ======================== portfolio ========================= */

.section.portfolio {
	background: #F4F6F8;
}

.section.portfolio ul.portfolio-images {
    list-style-type: none;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.section.portfolio ul.portfolio-images li {
    width: 325px;
    max-width: calc(100% - 30px);
    border-radius: 20px;
    border: 1px solid #333333;
    padding: 20px;
    margin: 15px;
}

.section.portfolio ul.portfolio-images li .blog-img-container {
	width: calc(100% + 40px);
    height: 218px;
    border-bottom: 1px solid #333333;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin: -20px 0 0 -20px;
}

.section.portfolio ul.portfolio-images li .blog-img-container img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
    background-size: cover;
    background-position: center top;	
}

.section.portfolio ul.portfolio-images li .blog-title {
	margin-top: 20px;
	font-family: "Roc Grotesk Bold";
	font-weight: bold;
	font-size: 14px;
}

.section.portfolio ul.portfolio-images li .blog-category {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

/* ======================== ebook ============================= */
.section.ebook {
	position: relative;
	padding-top: 0;
	margin-top: -50px;
}

.section.ebook p.heading-sub-text {
    max-width: 650px;
    margin: 0 auto;
}

.section.ebook .medium-text {
	font-size: 22.5px;
	line-height: 28px;	
}

.section.ebook::before,
.section.ebook::after {
	content: " ";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.section.ebook::before {
	background: url(/images/homepage/star-bg.svg) right top no-repeat;
	background-size: cover;	
	width: 72px;
	height: 88.3px;
	left: 0;
	top: -40px;	
}

.section.ebook::after {
	background: url(/images/homepage/checkered-green.svg) center top no-repeat;
	background-size: cover;	
	width: 84.75px;
	height: 67.5px;
	right: 0;
	top: 85px;
}
/* ============================================================ */

.section.ebook-material {
	padding-bottom: 150px;
}

.section.ebook-material p {
	font-size: 20px;
}

.section.ebook-material .button {
	margin-bottom: 50px;
}

.section.ebook-material .bullet-list.checks li {
    font-family: "Roc Grotesk Regular";
	font-size: 18px;
	line-height: 32px;	
}

.section.ebook-material .box-large {
	border: 3px solid #333333;
    border-radius: 10px;
    padding: 8% 15%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.section.ebook-material .box-large img {
	padding: 0;
}


.section.pricing-plans::before,
.section.pricing-plans::after {
	content: " ";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.section.pricing-plans::before {
	background: url(/images/homepage/star-bg.svg) right top no-repeat;
	background-size: cover;	
	width: 72px;
	height: 88.3px;
	left: 0;
	top: 605px;
}

.section.pricing-plans::after {
	background: url(/images/homepage/checkered-green.svg) center top no-repeat;
	background-size: cover;	
	width: 84.75px;
	height: 67.5px;
	right: 0;
	top: -40px;
}

.section.what-happen::before {
	position: absolute;
	content: " ";
	background: url(/images/vehicle_wraps/ellipse.svg) right top no-repeat;
	background-size: cover;	
	width: 60px;
	height: 119px;
	left: 0;
	top: 300px;	
} 


.section.pricing-plans p.heading {
    color: #333333;
    font-size: 27px;
    text-transform: none;
    margin-top: 0;
}

.section.pricing-plans p.heading-note {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 16px;
}

.section.pricing-plans p.subheading {
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: uppercase;
}

.section.pricing-plans .price {
    color: #333333;
    font-size: 12px;
    margin-top: 35px;
    margin-bottom: 0;
}

.section.pricing-plans .price .dollar {
	font-size: 27px;
    color: #333333;
    top: -12px;
    position: relative;
}

.section.pricing-plans .price .value {
	font-size: 45px;
}

.section.pricing-plans .price .month {
	color: #333333;
}

.section.pricing-plans .bullet-list,
.bullet-list.checks {
	margin-top: 20px;
    margin-left: -10px;	
}

.section.pricing-plans .bullet-list li,
.bullet-list.checks li {
    font-size: 16px;
    text-align: left;
    line-height: 36px;
	padding-left: 15px;
}

.section.pricing-plans .bullet-list li.empty,
.bullet-list.checks li.empty {
    display: none;
}

.section.pricing-plans ul.bullet-list.checks li::before,
ul.bullet-list.checks li::before {
	background: url(/images/homepage/icon-check.svg) left center no-repeat;
    background-size: contain;
    width: 9.2px;
    height: 16.3px;
    margin: 8px 10px 12px 0;
}

.section.pricing-plans .button {
	margin-top: 20px;
	border: 1px solid #4974E5;
	color: #4974E5 !important;
	background: #FFFFFF;
}

.section.pricing-plans .button.button-blue {
	border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	background: #4974E5;
}

.section.pricing-plans .box {
	overflow-x: hidden;
}

.shadowed {
	box-shadow: 8px 8px 0;
}

.shadowed-thicker {
	box-shadow: 12px 12px 0;
}

.ribbon {
	position: absolute;
    top: 17px;
    right: -29px;
    padding: 0 30px;
    transform: rotate(45deg);
    background: #4974E5;
    color: #FFFFFF;
    font-size: 13.5px;
    text-transform: uppercase;
}

ul.bullet-list.plain {
	margin-top: 20px;
}

ul.bullet-list.plain li {
	font-family: "Roc Grotesk Regular";
    font-size: 15.75px;
    margin: 14px 0;
}

ul.bullet-list.plain li::before {
	content: "";
	display: none;
}

ul.bullet-list li.pro-checked-item {
	font-size: 15.75px !important;
	font-weight: bold;
}

ul.bullet-list li.pro-checked-item p {
	font-family: "Roc Grotesk Regular";
	font-size: 13.5px;
	font-weight: normal;
	padding-left: 30px;
}

section.faq, section.our-services {
	background: #F4F6F8;
	padding-top: calc(3rem + 20px);	
}

section.our-services .img-responsive {
	margin-bottom: 20px;	
}

section.faq .section-heading {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 30px;
}

section.faq ul.bullet-list {

}

section.faq ul.bullet-list.checks {
	padding: 0;
	margin: 0;
}

section.faq ul.bullet-list li {
    font-family: "Roc Grotesk Regular";
    font-size: 19.5px;
    border-bottom: 1px solid #AFAFAF;
    padding-top: 35px;
    padding-bottom: 14px;
	position: relative;
}

section.faq ul.bullet-list.checks li {
	border-bottom: none;
    padding: 5px 0;
}

section.faq ul.bullet-list li p {
	cursor: pointer;
}

section.faq ul.bullet-list li span {
	font-family: "Roc Grotesk Bold";
    font-size: 19.5px;
    color: #333333;
    margin-right: 20px;
}

section.faq ul.bullet-list li::before {
	display: none;
}

section.faq ul.bullet-list.checks li::before {
	display: block;
}

section.faq ul.bullet-list li::after {
    content: " " !important;
    border: 1px solid #333333 !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block;
    padding: 0;
    zoom: 0.85;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 50%;
	right: 0;
	width: 8px;
    height: 8px;	
}

section.faq ul.bullet-list.checks li::after {
	display: none;
}

section.faq ul.bullet-list li .content {
	display: none;
	padding-right: 10px;
}

section.our-work {
	margin-top: 80px;
	margin-bottom: 20px;
}

section.our-work .button {
	margin-top: 40px;
}

section.our-work .slick-track .slick-slide.slick-active:nth-of-type(1),
section.our-work .slick-track .slick-slide.slick-active:nth-of-type(2),
section.our-work .slick-track .slick-slide.slick-active:nth-of-type(3),
section.our-work .slick-track .slick-slide.slick-active:nth-of-type(4),
section.our-work .slick-track .slick-slide.slick-active:nth-of-type(5) {
	position: relative;
}

section.our-work .slick-track .slick-slide.slick-active:nth-child(1),
section.our-work .slick-track .slick-slide.slick-active:nth-child(2),
section.our-work .slick-track .slick-slide.slick-active:nth-child(3),
section.our-work .slick-track .slick-slide.slick-active:nth-child(4),
section.our-work .slick-track .slick-slide.slick-active:nth-child(5) {
	position: relative;
}

section.our-work .slick-track .slick-slide.active0 { 
	position: relative;
	padding: 50px;
	margin-top: -25px;
}

section.our-work .slick-track .slick-slide.active1 { 
	position: relative; 
}

section.our-work .slick-track .slick-slide.active2 { 
	position: relative;
	padding: 50px;
	margin-top: -25px;
}

section.our-work .slick-slide :nth-child(1 of .slick-active) {
	position: relative;
}

section.our-work .slick-slide.slick-active:nth-child(2) {

}

section.our-work .slick-slide.slick-active:nth-child(3) {

}

section.template_slider p.banner-text {
	font-size: 45px;
	line-height: 54px;
	color: #ffffff;
	margin-top: 100px;	
}

section.template_slider p.banner-text span {
	color: #4974E5;
	position: relative;
}

section.template_slider p.banner-text span::after {
	content: " ";
    position: absolute;
    top: -24px;
    left: -136px;
    right: -140px;
    bottom: -20px;
    background: url(/images/homepage/circle_templates.svg) center center no-repeat;
    background-size: contain;
    pointer-events: none;
}

div.plan_wrapper {
	position: relative;
	display: none;
	margin:0 0 50px 0; 
	padding:0; 
	width:100%; 
	height:auto
}

a.back-arrow {
	text-decoration: none;
	font-size: 13.5px;
	margin-bottom: 10px;
	display: inline-block;
}

a.back-arrow img {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

section.pricing-wrapper p.heading {
	color: #333333;
	font-size: 43px;
	line-height: 54px;
	margin-top: 0;
	text-transform: none;
}

section.pricing-wrapper p.heading.payment {
	font-size: 22.5px;
	line-height: 30px;	
}

section.pricing-wrapper p.subheading {
	margin-top: 40px;
    margin-bottom: 0;
	font-size: 22.5px;
	text-transform: uppercase;
}

section.pricing-wrapper p.heading-note {
	font-size: 15.75px;
}

.controls {
	display: none;
}

.controls-cloned {
	top: calc(50% - 30px);
    left: calc(50% - 56px);
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.slick-button-prev.our-work {
	margin: 0 0 0 -205px;
}

.slick-button-next.our-work {
	margin: 0 0 0 410px;
}

.section.companies .logo img {
	padding: 12px;
}

section.history {
	background: #F4F6F8;
    padding: 100px 0 50px 0;
	margin-bottom: 30px;
}

.history-container {
	position: relative;
    display: flex;
    justify-content: center;
    width: 100%;    
}

.history-item {	
    width: 14.2%;
    text-align: center;
    height: 300px;
}

.history-spacer {
	position: relative;
	height: 50%;	
	border-top: 3px solid #333333;
}

.history-text {
	position: relative;
	height: 50%;
}

.history-item.bottom-content .history-text {
	border-top: 3px solid #333333;
	border-bottom: none;
}

.history-item.bottom-content .history-text::after,
.history-spacer::before {
	content: " ";
    width: 16.5px;
    height: 16.5px;
    border: 3px solid #333333;
    border-radius: 16.5px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 10px);
    top: -10px;
    background: #4974E5;
}

.history-item.bottom-content.yellow .history-text::after,
.history-item.yellow .history-spacer::before {
	background: #FFC300;
}

.history-item.bottom-content.green .history-text::after,
.history-item.green .history-spacer::before {
	background: #2AC16D;
}

.history-item.bottom-content .history-spacer {
    border: none;
}

.history-item.bottom-content .history-spacer::before {
	display: none;
}

.history-text .year {
	font-size: 24px;
	color: #4974E5;
}

.history-text p {
	font-size: 15.5px;
    white-space: nowrap;
}

.history-item.bottom-content .history-text .year {
    margin: 29px auto 10px auto;
    display: inline-block;
}

.history-item.bottom-content .history-text p {
	white-space: normal;
}

.section.privacy img {
	width: 225px;
	margin-bottom: 45px;
}

.section.privacy p {
	font-size: 15.75px;
    max-width: 835px;
    margin: 0 auto 25px auto;
}

.section.awards {
	max-width: 800px;
	margin: 0 auto;
}

.section.awards.wider {
	max-width: 900px;
}

.section.awards p {
	font-size: 15.75px;
}

.section.awards img {
	display: block;
	margin: 0 auto;
}

.section.team {
	padding: 90px 0 50px 0;
}

.section.guarantee {
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 2px solid #333333;
}

.section.guarantee .container p {
	font-size: 15.75px;
}

.section.guarantee img {
	max-width: 130px;
	display: block;
	margin: 0 auto;
}

.team-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 70px;
    margin: 30px auto 0 auto;
}

.team-member {
	text-align: center;
}

.team-member .profile-pic {
	display: block;
	width: 218px;
	height: 218px;
	border-radius: 5px;
	border: 3px solid #333333;
	box-shadow: 8px 8px 0;
	margin: 0 auto;
}

.team-member .member-name {
	display: block;
    font-size: 19.5px;
    margin: 20px auto 0 auto;
}

.team-member .member-position {
	display: block;
	font-size: 15.75px;
}

.login-container {
	max-width: 375px;
}

.login-container-wider {
	max-width: 420px;
}

.login-container-wider.wider {
	max-width: 600px;
}

.heading-note {
	font-size: 15.75px;
}

.mb20 {
	margin-bottom: 20px;
}

.oauth-button-container {
	/* padding-top: 20px; */
}

.oauth-button-container .button {
	position: relative;
	width: 100%;
    border: 1px solid #D1D1D1;
    color: #333333 !important;
    background: #ffffff;
    height: 37.5px;
    font-size: 14px !important;
    font-family: "Roc Grotesk Regular";
    padding: 0;
    margin: 0 auto 15px auto;
}

.oauth-button-container .button img {
    position: absolute;
    left: 25px;
    top: 8px;
}

.login_separator {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.shared-divider-label::before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid #D1D1D1;
}

.shared-divider-label span {
	z-index: 10;
    width: 50px;
    background: #F4F6F8;
    display: inline-block;
    position: relative;
	font-size: 14px;
}

.shared-divider-label span::before {
	display: none;
}

.login-container .b-checkbox label {
	font-size: 11px;
	color: #333333;
}

.login-container .forgot_password {
	font-size: 14px;
	font-weight: bold;
	color: #4974E5 !important;
}

.login-container #loginBtn,
.login-container-wider #loginBtn {
	background: #4974E5 !important;
    height: 37.5px;
    padding: 0;
    font-size: 13.5px;
    margin: 28px auto 40px auto;
	width: 100%;
}

.login-container-wider #loginBtn {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin: 30px auto 0 auto;
    display: block;
}


.login-note {
	text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.login-note.bottomer {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.recaptcha, .privacy-terms {
    font-size: 9px;
    color: #333333;
}

.recaptcha a, .privacy-terms a {
	color: #4973E5!important;
}

.section.sign-form {
	background: #F4F6F8 !important;
    padding: 6rem 1.5rem 3rem 1.5rem;
}

.section.sign-form .login_label, 
.section.sign-form .register_label,
small.error, .error-text {
	font-size: 14px;
}

.section.forgot-form {
	background: #F4F6F8 !important;
    padding: 10rem 1.5rem 3rem 1.5rem;
}

.section.forgot-form .login_label, 
.section.forgot-form .register_label {
	font-size: 14px;
}

.fort-password-form {
	margin-top: 50px;
}

.login-container-wider.wider .fort-password-form {
	max-width: 420px;
    display: block;
    margin: 50px auto 0 auto;
}

.login-container-wider.wider #loginBtn {
	width: 100%;
}

div.center-container {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

small.error.block {
	display: inline-block;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: #F96969;
	color: #ffffff;	
	text-align: center;
	border-radius: 7.5px;
}

small.error.block p {
	font-size: 13.5px;
	float: left;
	margin-left: 5px;
}

small.error.block img {
	float: left;
	width: 24px;
	height: 21px;
}

.section.single-page {
	padding-bottom: 0;
}

.section.single-page p.heading {
	font-size: 16px;
	text-transform: none;
}

.section.single-page p.sub-heading {
	font-size: 19.5px;
	text-transform: none;
}

.section.single-page p.section-heading {
	margin-top: 50px;
	font-size: 45px;
	line-height: 50px;
}

.section.single-page p,
.section.single-page li {
	font-size: 14px;
	line-height: 28px;
	text-transform: none;
}

.section.single-page ul {
	list-style-type: disc;
}

.notopmargin {
	margin-top: 0 !important;
}
.gray {
	color: #333333 !important;
}
.nocase {
	text-transform:  none !important;
}
.uppercase {
	text-transform:  uppercase !important;
}
.nobold {
	font-weight:  normal !important;
}

.btn-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px
}
.btn_main{
	font-family: "Roc Grotesk Bold";
    background: #4974E5;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    display: flex;
    height: auto;
    border: none;
    padding: 5px 35px;
    border-radius: 7.5px;
	width: 200px;
	align-items: center;
	justify-content: center;
}
.btn_start{
	border: 1px solid #4974E5;
}
.btn_hire{
    background: #ffffff;
    color: #4974E5 !important;
    border: 1px solid #4974E5;
}
.reviews_section{
    margin-top: 50px;
    margin-bottom: 180px;
}

.reviews_section .container h1{
	font-family: "Roc Grotesk Bold";
	color: #333333;
    text-align: center;
    margin-bottom: 80px;
    font-size: 45px;
}

.review_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 120px;
    width: 100%;
    column-gap: 62px;
}

.reviewee_container{
    display: flex;
	position: relative;
    max-width: 388px;
}


.reviewee_content{
    display: flex;
    align-items: center;
    color: #081E40;
    font-size: 18px;
    line-height: 1.5rem;
    font-family: "Roc Grotesk Medium";
    text-align: center;
    border-top: 2px solid #081E40;
    border-right: 2px solid #081E40;
    border-bottom: 2px solid #081E40;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px 40px 40px 10px;
}
.qoute_close{
	margin: 0px;
}
.qoute_open{
    position: absolute;
    background-color: #fff;
    padding-right: 7px;
    top: -17px;
}

.reviewee_profile {
    position: absolute;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    bottom: -29px;
    align-items: center;
    padding-right: 7px;
    width: 315px;
    justify-content: space-between;
}

.reviewe_info{ 
    display: flex;
    flex-direction: row;
    align-items: center;
}

.reviewe_info img{
	width: 53px;
    object-fit: contain;
    margin-right: 10px;
}

.reviewe_info span{
	font-family: "Roc Grotesk Bold";
    color: #081E40;
    font-size: 18px;
}


@media screen and (max-width: 480px) {
	div.banner p.banner-text {
		font-size: 53px;
		line-height: 60px;
		padding-bottom: 50px;
	}
	
	.section.what-happen.introductiontoinfographics {
		padding-bottom: 30px;
	}
	
	div.banner.portfolio p.banner-text {
		font-size: 53px;
		line-height: 60px;
		padding-bottom: 0;
	}
	
	div.banner.portfolio p {
		margin-bottom: 20px;
	}
	
	div.banner.ebooks p.banner-text {
		font-size: 53px;
		line-height: 60px;
		padding-bottom: 0;
	}
	
	div.banner.ebooks p {
		margin-bottom: 20px;
	}
	
	div.banner.introductiontoinfographics p.banner-text {
		font-size: 53px;
		line-height: 60px;
		padding-bottom: 0;
	}
	
	div.banner.introductiontoinfographics p {
		margin-bottom: 20px;
	}
	
	.section.pricing-plans::before,
	.section.pricing-plans::after,
	.section.what-happen::before{
		display: none;
	}
	
	.mobile-centered {
		text-align: center !important;
	}
	
	.history-container {
		display: block;
	}
	
	.history-item {
		width: 100%;
		height: auto;
	}
	
	.section.single-page .padded {
		padding: 20px;
	}
	
	.section.single-page p.section-heading {
		margin-top: 10px;
	}
	
	.section.single-page p.heading:first-of-type {
		margin-top: 20px;
	}
}

@media screen and (max-width: 620px) {
	section.template_slider div.first-col {
		padding-left: 45px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
	
	.mobile-hidden-ib {
		display: none;
	}
	
	.mobile-hidden-flex {
		display: none;
	}
	
	.desktop-hidden {
		display: block;
	}
	
	.desktop-hidden-ib {
		display: inline-block;
	}
	
	.desktop-hidden-flex {
		display: flex;
	}
	
	div.logo {
		flex: none;
		display: inline-block;
		width: auto;
		margin: 0 auto;
		padding: 0;	
	}
	
	.section-heading {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 0;	
	}
	
	.medium-text {
		font-size: 25px;
	}
	
	.button.start, .button.hire {
		margin: 0 auto 20px auto;
	}
	
	.slick-prev, .slick-next {
		display: none !important;
	}
	
	section.template_slider div.first-col {
		padding-bottom: 0;
	}
	
	.template_slider_container {
		top: 0;
	}
	
	.mobile-nomargin-top {
		margin-top: 0;
	}
	
	.mobile-notopbottom-padding {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.history-text p {
		font-size: 12.5px;
	}
	
	.history-text .year {
		font-size: 18px;
	}
	
	.team-container {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.navbar.auth .navbar-brand {
		width: 100%;
	}
	
	.navbar.auth .menu_text {
		display: none;
	}
	
	footer.footer {
		height: auto;
	}
	
	footer.footer .connect_with_us ul.social_links {
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.section.our-services .row {
		margin-top: 24px;
	}
	section.our-services .img-responsive {
		margin-bottom: 0;
	}
	.mobile-hidden {
		display: block;
	}
	
	.mobile-hidden-ib {
		display: inline-block;
	}
	
	.mobile-hidden-flex {
		display: flex;
	}
	
	.desktop-hidden {
		display: none;
	}
	
	.desktop-hidden-ib {
		display: none;
	}
	
	.desktop-hidden-flex {
		display: none;
	}
	
	section.template_slider::before,
	section.template_slider::after,
	section.template_slider .star_bg {		
		display: block;
	}
	
	.section.pricing-starts .row {
		padding-top: 50px;
	}
	
	.section.pricing-starts .row::before {
		bottom: 50px;
		left: 50px;
	}
	
	.section.pricing-starts .row::after {
		top: 50px;
		right: 50px;
	}
	
	footer.footer .footer_links {
		margin: 0 auto;
	}
	
	footer.footer .footer_links a {
		display: inline-block;		
		margin: 0 25px;
	}
	
	.section.pricing-plans .bullet-list li,
	.bullet-list.checks li {
		padding-left: 30px;
	}
	.section.pricing-plans ul.bullet-list.checks li::before,
	ul.bullet-list.checks li::before {
		margin: 8px 10px 12px 10;
	}
}

@media screen and (max-width: 1023px) {
	.navbar.auth .navbar-brand {
		width: 100%;
	}
	.section.pricing-plans .col-md-4 {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.navbar {
		min-height: 75px;
	}	
	
	.navbar.auth .menu_text {
		display: block;			
	}
	
	.section.pricing-plans ul.bullet-list.checks li.empty,
	ul.bullet-list.checks li.empty {
		display: block;    
	}

	
	.section.pricing-plans ul.bullet-list.checks li.empty::before,
	ul.bullet-list.checks li.empty::before {
		background: none;    
	}		

}

@media screen and (min-height: 820px) {
	@media screen and (min-width: 767px) {
		footer.sticky {
			position: absolute !important;
			bottom: 0;
			left: 0;
			right: 0;
		}
	}
}

@media screen and (max-height: 768px) {
	.login-note,
	.login-note.bottomer {
		text-align: center;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
	}
}