/*----- 1. Reset.css -----*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
    font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}


::-moz-selection {
    color: #1106CC;
    background: #FFFF99;
}

::selection {
    color: #fff;
    background: #898800;
}

.nopadding {
    padding: 0;
}

.custompadding {
    padding-left: 5px;
    padding-right: 5px;
}

.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.underline {
    display: inline;
    border-bottom: 3px solid #111;
    padding-bottom: 0;
}

.after-line {
    height: 3px;
    width: 100px;
    background: #001CFF;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    margin: 0 0 20px 0;
}

.error-message {
    color: #FF3333;
    font-family: Poppins;
    margin-top: 5px;
}

.success-message {
    color: #009900;
    font-family: Poppins;
    margin-top: 5px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}

.logo {
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
}

.logo:hover,
.logo:focus {
    text-decoration: none;
    color: #FFF;
}



/* -------------------------------------------------
--------------- Home Page Styling Starts -----------
---------------------------------------------------*/

.main {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    transition: 0.5s;
}


/* --------------------------------------------------
------ Homepage Split Layout Styling Starts ---------
---------------------------------------------------*/


.left-section {
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.product-bg {
    background-color: #F1F1F1;
}


.product-bg img {
    margin-top: 0;
}

.personal {
    background-color: #F1F1F1;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.personal-bg {
    background-color: #F1F1F1;
    background: linear-gradient(to right, rgba(0, 200, 200, 0), rgba(0, 230, 230, 0)), url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
}

.app-main .app {
    background: #8446CF;
    background: url(../images/bg1.png) no-repeat center center;
    background-size: cover;
}

.no-background {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.main-logo {
    padding: 150px 0 0 0;
    text-align: center;
}

.app-main .main-logo {
    padding: 50px 0 0 0;
    text-align: left;
}

.right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 75px 0 75px;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}

.intro {
    padding-top: 50px;
    text-align: left;
}


.intro .intro-text h4 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    color: #A1A1A1;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.intro .intro-text h1 {
    font-family: 'Marcellus', serif;
    font-size: 42px;
    font-weight: 800;
    color: #404040;
    letter-spacing: -2px;
    line-height: 1.2;
    margin: -20px 0 15px 0;
}

.intro .intro-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #A1A1A1;
    letter-spacing: 0px;
    line-height: 1.5;
    margin: 0 0 0 0;
}


.intro .intro-text h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #555F29;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 5px 0 10px 0;
}

.intro .intro-text a {
    display: inline-block;
    margin-right: 15px;
}

.btn-contact {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    color: #00A3E3;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    border-color: #00A3E3;
    padding: 10px 50px;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    margin-right: 0px !important;
}

.btn-contact:hover,
.btn-contact:focus {
    color: #FFFFFF;
    background: #00A3E3;
    border-color: #00A3E3;
    text-decoration: none;
}

.app-main .intro {
    padding-top: 100px;
    text-align: left;
}

.app-main .intro .intro-text h1 {
    color: #6603C9;
}

.app-main .intro .intro-text a img {
    width: 150px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.app-main .intro .intro-text a img:hover {
    opacity: 0.9;
}

.product-main .intro {
    padding-top: 100px;
    text-align: left;
}

.product-cs .intro {
    padding-top: 150px !important;
}

.product-main .intro .intro-text .col-sm-6 {
    overflow: hidden;
}

.product-main .intro .intro-text h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #777777;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    margin: 0px 0 10px 0;
}

.product-main .right-section {
    background: #FFFFFF;
}

.product-cs .right-section {
    background: #FFFFFF;
}

.product-cs .left-section {
    background: #F3F2F1;
}

.product-main .intro .intro-text h1 {
    color: #6603C9;
}

.product-cs .intro .intro-text h1 {
    font-weight: 600;
    font-size: 54px;
    letter-spacing: -1px;
    color: #333333;
}

.product-cs .intro .intro-text h1 .dark {
    font-size: 54px;
    color: #6600CC !important;
}


.product-main .intro .intro-text h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 40px 0 10px 0;
}

.product-main .intro .intro-text h5 {
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    color: #999999;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 40px 0 10px 0;
}

.product-main .intro .intro-text ul {
    list-style-type: none;
    margin: 0 0 20px 0;
}

.product-main .intro .intro-text ul li {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #6603C9;
    line-height: 2;
}

.product-main .intro .intro-text h5 span {
    color: #A1A1A1;
}


.product-main .intro .intro-text span {
    font-size: 24px;
    padding: 0 8px 0 0;
}

.product-main .intro .intro-text span:nth-child(1) {
    color: #111111;
}

.product-main .intro .intro-text span:nth-child(2) {
    color: #666666;
}

.product-main .intro .intro-text span:nth-child(3) {
    color: #D5D5D5;
}

.product-main .intro .intro-text .details p {
    color: #6603C9;
}


.product-main .intro .intro-text a img {
    opacity: 0.8;
    width: 150px;
    margin: 30px 0 0 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.product-main .intro .intro-text a img:hover {
    opacity: 1;
}


.product-cs .intro {
    padding-top: 100px !important;
}

ul#countdown {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

ul#countdown li {
    display: inline-block;
}

ul#countdown li span {
    font-family: Arial;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #6600CC;
    background: #F9F9F9;
    padding: 6px;
}

ul#countdown li.seperator {
    font-size: 24px;
    line-height: 1;
    vertical-align: top;
}

ul#countdown li p {
    font-family: Poppins;
    color: #111111;
    font-size: 14px;
    padding-top: 5px;
}

.domain-main ul#countdown li span {
    font-family: Arial;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #222222;
    background: transparent;
    padding: 6px;
}

.domain-main ul#countdown li p {
    font-family: Poppins;
    color: #f90606;
    font-size: 14px;
    padding-top: 5px;
}


.cs-main .intro {
    padding-top: 25px;
}


.cs-main .left-section {
    background: url(../images/image.jpg) no-repeat center center;
    background-size: cover;
}

.cs-main .right-section {
    background: #F0EFDB;
}

.cs-main .intro .intro-text h1 {
    color: #00261D;
}

.cs-main .intro .intro-text p {
    font-size: 15px;
    color: #00261D;
    padding: 0 275px 0 0;
}

.cs-main .intro .intro-text h2 {
    font-family: 'Marcellus', serif;
    font-size: 26px;
    font-weight: 600;
    color: #898800;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 30px 0 15px 0;
}

.cs-main .intro .intro-text ul#countdown li span {
    font-family: 'Marcellus', serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #898800;
    background: transparent;
    padding: 6px;
}


.personal-main .right-section {
    padding: 0 0 0 0;
}

.rate {
margin:35px 0 0 0!important;
}

.rate img {
width:35%!important;
}

/* ----- Top Section Styling Starts ----- */

.top {
    margin-top: 25px;
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}

.top ul {
    display: inline-block;
    list-style-type: none;
}

.top ul li {
    display: inline;
}

.top ul li a {
    display: inline;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #898800;
    padding-right: 25px;
    text-decoration: none;
    cursor: default;
}

/*.top a:hover,
.top a:focus {
    color: #00A3E3;
    text-decoration: line-through;
}*/

/* ----- Top Section Styling Ends ----- */

/* ----- Footer Section Styling Starts ----- */


.footer {
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    text-align: left !important;
}

.lesspadding {
    padding-top: 0;
    padding-bottom: 30px;
}

.footer ul {
    display: inline-block;
    list-style-type: none;
    margin-left: 45px;
}

.footer ul li {
    display: inline;
}

.footer ul li a {
    display: inline;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-right: 20px;
    color: #898800;
    text-decoration: none;
	    transition: all .3s ease-out;
}

.footer span {
    display: inline;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #555F29;
    text-align: right;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus {
    color: #555F29;
	font-weight: 600;
	    transition: all .3s ease-out;
}

.footer-credits {
    font-family: Work Sans;
    font-size: 14px;
    margin-top: 20px;
}

.footer-social {
    position: absolute;
    bottom: 15px;
    right: 15px;
}


.footer-social ul {
    list-style-type: none;
}

.footer-social ul li {
    display: inline;
    padding: 0 0 0 10px;
}

.footer-social ul li a {
    font-family: poppins;
    font-size: 12px;
    font-weight: 400;
    color: #2d2dd2;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer-social ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* ----- Footer Section Styling Ends ----- */



/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 425px) {

	.right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 25px 0 25px;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}
.cs-main .intro {
    padding-top: 0px;
}
}

@media only screen and (max-width: 1440px) {

	    .cs-main .intro .intro-text p {
        padding: 0 0 0 0 !important;
    }
	.rate img {
width:60%!important;
}
    .top ul li a {
        font-size: 12px;
		padding-right: 5px;
    font-weight: 600;
    }
}

@media only screen and (min-width: 767px) {


	.right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 50px 0 50px;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}
    .logo {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #ar-about .about-intro {
        padding: 150px 50px 50px 50px;
        overflow: hidden;
    }

    .cs-about .about-intro {
        padding: 100px 50px 0 50px !important;
        background: #FFF;
        overflow: hidden;
    }


    .split-about-details {
        padding: 40px 40px 0 80px;
    }

    .footer-social {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

}

@media only screen and (max-width : 801px) {

    .right-section {
        position: relative;
        width: 100%;
    }

    .main-logo {
        padding: 100px 0 0 0;
        text-align: center;
    }

    .app-main .main-logo {
        padding: 50px 0 0 0;
        text-align: left;
    }

    .intro {
        padding-top: 50px;
        text-align: left;
    }

    .app-main .intro {
        padding-top: 50px;
        text-align: left;
    }

    .left-section {
        position: relative;
        width: 100%;
        min-height: 25vh;
    }

    .product-bg {
        position: relative;
        width: 100%;
        min-height: 100%;
    }

    .intro .intro-text h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .intro .intro-text p {
        font-size: 16px;
        padding: 0 0 0 0 !important;
    }

    .footer-personal {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .footer-personal a {
        font-size: 14px;
        padding: 10px;
    }
		.top {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    text-align: left;
}
.rate img {
width:40%!important;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .right-section {
        -webkit-overflow-scrolling: touch;
    }

    .cs-main .intro .intro-text p {
        padding: 0 0 0 0 !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

    .split-home .right-section,
    .split-home .left-section {
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation: landscape) {
    .right-section {
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .left-section {
        min-height: 100vh;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape) {

    .product-bg img {
        margin-top: 100px;
    }
	.rate img {
width:75%!important;
}
}

@media only screen and (max-width: 420px) {

    .right-section {
        padding: 0 20px 0 20px;
    }

    .intro {
        padding-top: 50px;
    }

    .intro .intro-text h1 {
        font-size: 34px;
        line-height: 1.1;
    }

    .product-cs .intro {
        padding-top: 100px !important;
    }

    .product-cs .intro .intro-text h1 {
        font-size: 34px;
    }

    .product-cs .intro .intro-text h1 .dark {
        font-size: 34px;
    }

    .app-main .intro .intro-text a img {
        width: 110px;
    }

    .product-main .intro .intro-text a img {
        width: 110px;
    }

    .footer ul {
        display: inline-block;
        list-style-type: none;
        float: none !important;
    }

}



@media screen and (min-width: 400px) and (max-width: 600px) {

    .subscribe-form .mail {
        padding: 0 30px 0 20px;
        border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
    }
}


@media screen and (max-width: 399px) {

	.cs-main .intro {
    padding-top: 0px;
}

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

    .cs-main .subscribe-form {
        text-align: center;
    }

    .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }

    .top ul li a {
        font-size: 11px;
		padding-right: 5px;
    font-weight: 600;
    }


.rate img {
width:75%!important;
}
}