/*
    Flaticon icon font: Flaticon
    Creation date: 07/04/2020 08:30
*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-speed:before {
    content: "\f100";
}

.flaticon-rocket:before {
    content: "\f101";
}

.flaticon-game-boy-advance:before {
    content: "\f102";
}

.flaticon-launch:before {
    content: "\f103";
}

.flaticon-facebook:before {
    content: "\f104";
}

.flaticon-youtube-logo:before {
    content: "\f105";
}

.flaticon-instagram:before {
    content: "\f106";
}

.flaticon-twitter:before {
    content: "\f107";
}

.flaticon-google-play-1:before {
    content: "\f108";
}

.flaticon-calendar:before {
    content: "\f109";
}

.flaticon-ai:before {
    content: "\f10a";
}

.flaticon-ribbon:before {
    content: "\f10b";
}

.flaticon-coffee-cup:before {
    content: "\f10c";
}

.flaticon-menu:before {
    content: "\f10d";
}


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    cursor: default;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 36px;
}

p {
    font-size: 15px;
    color: #6c6e7e;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}

a {
    color: #2be6ab;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #0b1033;
}

li,
ul {
    margin: 0;
    padding: 0;
}


/*------------------------
	Helper css
--------------------------*/

.fix {
    overflow: hidden;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt60 {
    margin-top: 70px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.col-push {
    left: 50%;
}

.col-pull {
    right: 50%;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.spad {
    padding-top: 95px;
    padding-bottom: 95px;
}

.section-title {
    text-align: center;
    margin-bottom: 90px;
    padding-top: 50px;
    position: relative;
}

.section-title h1,
.section-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.section-title h1 span,
.section-title h2 span {
    background: #2be6ab;
    padding: 0 3px 5px;
    display: inline-block;
    color: #0b1033;
}

.section-title h1 span.dark,
.section-title h2 span.dark {
    background: #6a23b5;
    padding: 0 3px 5px;
    display: inline-block;
    color: white;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 5px;
    height: 30px;
    margin-left: -2.5px;
    background: #2be6ab;
}

.section-title.left {
    text-align: left;
}

.section-title.left:after {
    left: 0;
    margin-left: 0;
}

.section-title.dark h2 {
    color: #0b1033;
}


/*------------------------
	Common elements
--------------------------*/

.site-btn {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: #641fb1;
    display: inline-block;
    text-transform: uppercase;
    background: #2be6ab;
    padding: 15px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    border: none;
}

.site-btn.btn-2 {
    background: #6a23b5;
    color: #fff;
    font-weight: 400;
}

.site-btn.btn-3 {
    background: transparent;
    color: #6a23b5;
    border: 1px solid #6a23b5;
    padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus {
    text-decoration: none;
    outline: none;
}


/*------------------------
	Header css
--------------------------*/

.responsive {
    display: none;
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 10px;
    background: white;
    border-bottom: 1px solid #19cc93;
    -webkit-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-section .logo {
    display: inline-block;
    float: left;
    padding-top: 24px;
    padding-left: 50px;
}

.header-section .logo img {
    height: 38px;
    width: auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-section .menu-list {
    list-style: none;
    margin: 0;
    float: right;
}

.header-section .menu-list li {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.header-section .menu-list li a {
    display: inline-block;
    padding: 35px 15px;
    height: 93px;
    width: 100%;
    color: #222;
    background: none;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.09em;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}


.header-section .menu-list li a::after {
    position: absolute;
    content: '';
    top: 93px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #2be6ab;
    transition: all 0.25s ease;
    z-index: -1;
}

.header-section .menu-list li a:hover::after {
    top: 0;
    height: 100%;
}

.header-section .menu-list li a:hover {
    color: white;
    text-decoration: none;
}

.header-section .menu-list li:last-child a {
    margin-right: 0;
}

.header-section .menu-list li.active {
    background: #2be6ab;
}

.header-section .menu-list li.active a {
    color: white;
}

.header-section .menu-list .current a:after {
    width: 10px;
    margin-left: -5px;
}


/*------------------------
	Hero section
--------------------------*/

.hero-section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.hero-content {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: table;
    text-align: center;
}

.hero-content .hero-center {
    display: table-cell;
    vertical-align: middle;
}

.hero-content h1 {
    font-size: 100px;
    color: #0b1033;
    margin-bottom: 0;
}

.hero-content p {
    font-size: 17px;
    color: #0b1033;
    margin-bottom: 0;
    letter-spacing: 0.2rem;
}


/*------------------------
	About section
--------------------------*/

.about-section-small {
    background: #6a23b5;
    position: relative;
    z-index: 2;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-image: url("../img/overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*Card Section*/

.card-section {
    position: relative;
    padding-bottom: 100px;
    border-top: 5px solid #2b1640;
    z-index: 5;
}

.lab-card {
    position: relative;
    margin-top: -50px;
    height: 380px;
    padding: 50px 25px;
    text-align: center;
    background: #f5faf8;
    -webkit-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.25);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card .icon {
    margin-bottom: 30px;
    font-size: 70px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #2b1640;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card p {
    color: #6c6e7e;
    line-height: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card:hover {
    background: #2be6ab;
}

.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
    color: #fff;
}


/* About section */

.about-section {
    position: relative;
    padding-bottom: 100px;
    z-index: 5;
}

.about-section p {
    color: #fff;
}


/*----------------------------------
	header and icon box element
------------------------------------*/

.service {
    margin-bottom: 90px;
}

.service,
.icon-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.service .icon,
.icon-box .icon {
    font-size: 40px;
    margin-right: 30px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
    font-size: 15px;
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
    color: #fff;
}

.service.left,
.icon-box.left {
    text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
    margin-left: 30px;
    margin-right: 0;
}


/*------------------------
	Products section
--------------------------*/

.products-section .container-fuid {
    background-color: #fff;
    position: relative;
    margin-bottom: 50px;
    z-index: 5;
}

.products-section .row {
    margin: 0 auto;
}

.product {
    text-align: center;
}

.product img {
    margin-bottom: 30px;
}

.product h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0b1033;
}

.product h3 {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}


/*------------------------
	Stats section
--------------------------*/

.stats-section {
    background: #2be6ab;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
    cursor: default;
}

.stats-section .section-title {
    margin-bottom: 50px;
}


/*------------------------
	Contact section
--------------------------*/

.contact-section {
    background: #6a23b5;
    position: relative;
    padding: 100px;
}

.contact-section .container {
    z-index: 5;
}

.contact-section span {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.contact-section a {
    color: #2be6ab;
}


/*------------------------
	Footer section
--------------------------*/

.footer-section {
    background: #220c3b;
    text-align: center;
}

.footer-logo {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
    display: inline-block;
    color: #6a23b5;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #6a23b5;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.footer-follow li a:hover {
    color: #2be6ab;
    border: 1px solid #2be6ab;
}

.footer-menu {
    display: inline-flex;
}

.footer-menu li {
    list-style: none;
    margin-right: 12px;
}

.footer-section p {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.footer-section a {
    color: #6a23b5;
}

.footer-section a:hover {
    color: #2be6ab;
}


/*=========================
	Other Pages
=========================*/


/*------------------------
	Page Top Section
--------------------------*/

.page-top-section {
    position: relative;
    height: 350px;
    background: #6a23b5;
}

.page-top-section .container {
    position: relative;
    z-index: 5;
}

.page-top-section .page-info {
    display: inline-block;
    padding-top: 200px;
}

.page-top-section .page-info h1,
.page-top-section .page-info h2,
.page-top-section .page-info h5 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
}

.page-top-section .page-info h5 {
    color: #2be6ab;
    float: none;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    margin-right: 12px;
    padding-right: 12px;
    font-weight: 400;
    position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
    position: absolute;
    content: "|";
    right: -3px;
}

.page-top-section .page-info .page-links span {
    margin-right: 0;
    padding-right: 0;
    color: #2be6ab;
}

.page-top-section .page-info .page-links span:after {
    display: none;
}


/*------------------------
	Features Section
--------------------------*/

.features .icon-box .icon {
    color: #2be6ab;
    margin-top: -10px;
}

.features .icon-box:last-child {
    margin-bottom: 0;
}

.features .icon-box {
    margin-bottom: 90px;
}


/*------------------------
	Services Card Section
--------------------------*/

.sv-card .card-img {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 260px;
}

.sv-card .card-img img {
    min-width: 100%;
}

.sv-card .card-img:after {
    position: absolute;
    content: "Click for more!";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #2be6ab;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sv-card:hover .card-img:after {
    padding-top: 35%;
    color: #0b1033;
    font-weight: 500;
    opacity: 0.8;
}

.sv-card .card-text {
    padding: 70px 45px;
    height: 235px;
    background: #f5f9f8;
}

.sv-card .card-text h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 28px;
}

.sv-card .card-text p {
    font-size: 15px;
}


/*------------------------
	Newsletter Section
--------------------------*/

.newsletter-section {
    background: #2be6ab;
}

.newsletter-section h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}


/* Newsletter form */

.nl-form {
    padding-top: 5px;
    text-align: right;
}

.nl-form input[type="text"] {
    border: none;
    padding: 15px 30px;
    height: 51px;
    float: left;
    margin-right: 30px;
    width: calc(100% - 211px);
    background: #19cc93;
    color: #fff;
}

.nl-form input[type="text"]:focus,
.nl-form input[type="text"]:hover {
    outline: none;
}

.nl-form ::-webkit-input-placeholder {
    color: #fff;
}

.nl-form :-ms-input-placeholder {
    color: #fff;
}

.nl-form ::-ms-input-placeholder {
    color: #fff;
}

.nl-form ::placeholder {
    color: #fff;
}

.nl-form :-ms-input-placeholder {
    color: #fff;
}

.nl-form ::-ms-input-placeholder {
    color: #fff;
}


/*------------------------
	Privacy Policy Page
	Terms of use Page
--------------------------*/

.post-item {
    margin-bottom: 90px;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.post-thumbnail .post-date {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #6a23b5;
    top: 17px;
    left: 17px;
    text-align: center;
    padding-top: 15px;
}

.post-thumbnail .post-date h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
    font-size: 15px;
    color: #2be6ab;
    font-weight: 400;
}

.post-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post-meta {
    margin-bottom: 40px;
}

.post-meta a {
    color: #0b1033;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    margin-left: 10px;
}

.post-meta a:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 3px;
    background: #2be6ab;
    border-radius: 10px;
}

.post-meta a:first-child {
    margin-left: 0;
}

.post-content h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.post-content ul {
    margin-left: 45px;
    margin-bottom: 1rem;
}

.post-content ul li {
    font-size: 15px;
    color: #6c6e7e;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    list-style: square;
}


/*------------------------
	Games Description
--------------------------*/

.games-screenshot {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.games-screenshot ul {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.games-screenshot li {
    list-style: none;
    margin-bottom: 50px;
}


/*------------------------
	Elements
--------------------------*/

.element {
    margin-bottom: 40px;
}

.element h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 70px;
}


/*===  Progress Bar Element ===*/

.single-progress-item {
    margin-bottom: 15px;
    position: relative;
}

.single-progress-item p {
    font-family: "Oswald", sans-serif;
    color: #333;
    margin-bottom: 12px;
    font-weight: 500;
}

.progress-bar-style {
    display: block;
    height: 5px;
    position: relative;
    width: 100%;
    background: #f4f8fc;
}

.bar-inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #2be6ab;
}

.bar-inner span {
    position: absolute;
    right: 0;
    font-weight: bold;
    top: -35px;
    font-family: "Oswald", sans-serif;
    color: #333;
    font-weight: 500;
}


/*===  Accordions Element ===*/

.site-accordions {
    margin-top: 40px;
}

.site-accordions .panel {
    margin-bottom: 24px;
}

.site-accordions .panel-heading {
    background: #6a23b5;
    color: #fff;
    position: relative;
    padding: 16px 50px;
    border: none;
    border-radius: 0;
}

.site-accordions .panel-heading .panel-title {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a {
    position: absolute;
    display: block;
    height: 100%;
    width: 48px;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a:after {
    position: absolute;
    content: "+";
    color: #fff;
    left: 20px;
    font-size: 15px;
    padding-top: 15px;
}

.site-accordions .panel.active .panel-heading {
    background: #2be6ab;
    color: #6a23b5;
}

.site-accordions .panel.active .panel-heading a {
    background: #6a23b5;
}

.site-accordions .panel.active .panel-heading a:after {
    content: "-";
    color: #2be6ab;
    left: 23px;
    padding-top: 13px;
}


/*===  Progress Circle Element ===*/

.circle-progress {
    text-align: center;
    position: relative;
}

.circle-progress canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle-progress .progress-info {
    position: absolute;
    width: 100%;
    top: 30%;
}

.circle-progress .progress-info p {
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-size: 14px;
    font-weight: 600;
}


/*===  Facts Element ===*/

.facts .fact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.facts .fact .icon {
    margin-right: 32px;
    color: #6a23b5;
    font-size: 64px;
    padding-top: 10px;
}

.fact-text {
    text-align: left;
}

.facts .fact .fact-text h2 {
    font-family: "Roboto", sans-serif;
    font-size: 72px;
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
}

.facts .fact .fact-text h3 {
    font-size: 16px;
    font-weight: 500;
}


/* ===========================
	Responsive
==============================*/

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-section {
        padding-bottom: 0;
    }
    .lab-card {
        margin-bottom: 80px;
    }
    .contact-section .promo-btn-area {
        text-align: left;
    }
    .contact-section::after {
        width: 100%;
        right: 0;
    }
    .contact-info {
        margin-bottom: 95px;
    }
    .col-push {
        left: 0;
    }
    .col-pull {
        right: 0;
    }
    .sv-card {
        margin-bottom: 30px;
    }
    .newsletter-section h2 {
        margin-bottom: 30px;
    }
    .circle-progress {
        margin-bottom: 40px;
    }
    .icon-box {
        margin-bottom: 30px;
    }
    .facts .fact {
        margin-bottom: 40px;
    }
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    .header-section .logo {
        padding: 25px 0 20px 25px;
    }

    .header-section .menu-list {
        display: none;
        float: none;
        clear: both;
        padding: 0;
        margin: 0;
        border-top: 1px solid #ddd;
    }

    .header-section .menu-list li {
        display: block;
        width: 100%;
    }

    .header-section .menu-list li a {
        display: block;
        padding: 36px 25px;
        margin-right: 0;
    }

    .header-section .menu-list li a:after {
        left: 0%;
    }

    .header-section .menu-list li a:hover:after {
        width: 10px;
        margin-left: 10px;
    }

    .header-section .menu-list .current a:after {
        margin-left: 10px;
    }

    .responsive {
        display: block;
        color: #333;
        font-size: 25px;
        position: absolute;
        right: 35px;
        top: 25px;
    }
    #demo-canvas {
        display: none;
    }
    .hero-content h1 {
        font-size: 70px;
        line-height: 0.9;
    }
    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 15px;
    }
    .responsive {
        display: block;
        color: #333;
        font-size: 25px;
        position: absolute;
        right: 30px;
        padding-top: 20px;
    }
    .hero-content img {
        max-width: 280px;
    }
    .card-section {
        padding-bottom: 0;
    }
    .lab-card {
        margin-bottom: 80px;
    }
    .product {
        margin-bottom: 60px;
    }
    .contact-section .promo-btn-area {
        text-align: left;
    }
    .contact-section::after {
        width: 100%;
        right: 0;
    }
    .contact-info {
        margin-bottom: 95px;
    }
    .col-push {
        left: 0;
    }
    .col-pull {
        right: 0;
    }
    .devices {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .sv-card {
        margin-bottom: 30px;
    }
    .newsletter-section h2 {
        margin-bottom: 30px;
    }
    .nl-form {
        text-align: center;
    }
    .nl-form input[type="text"] {
        margin-bottom: 30px;
        width: 100%;
    }
    .circle-progress {
        margin-bottom: 40px;
    }
    .page-pagination,
    .blog-posts {
        margin-bottom: 90px;
    }
    .buttons button {
        margin-bottom: 20px;
    }
    .icon-box {
        margin-bottom: 30px;
    }
    .facts .fact {
        margin-bottom: 40px;
    }
    .contact-section {
        padding: 100px 50px;
    }
    .contact-section span {
        width: 100%;
        text-align: center;
    }
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
    .header-section {
        padding: 0 0;
    }
    .hero-content {
        height: 100%;
    }
    .intro-video {
        margin-top: -30px;
    }
    .post-thumbnail .post-date {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }
    .single-post .author .avatar {
        margin-right: 20px;
    }
    .single-post .author .avatar img {
        min-width: 60px;
    }
    .buttons button {
        margin-bottom: 20px;
    }
	.footer-section p {
        padding-left: 50px;
        padding-right: 50px;
    }	
}