@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
@import url(https://fonts.google.com/specimen/Bree+Serif?selection.family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

body {
    overflow-x: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    color: #232323;
}

h4 {
    font-size: 18px;
    color: #232323;
}

h6 {
    font-size: 14px;
    color: #232323;
}

h5 {
    color: #232323;
}

a {
    transition: 0.6s;
}

    a, a:hover {
        color: #666;
    }

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    margin-bottom: 0;
}

select:focus, select:active {
    box-shadow: none;
    border: 0;
    outline: 0;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    height: 120px;
}

textarea {
    background: #fff;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #2196F3;
    margin-bottom: 15px;
}

input[type="submit"], button[type="submit"] {
    width: auto;
    color: #fff;
    padding: 4px 15px;
    background: #008eff;
}

textarea:focus {
    outline: none!important;
    box-shadow: none!important;
}

.sec-title {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 40px;
}

    .sec-title h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        cursor: auto!important;
        top: -6px;
    }

        .sec-title h2 .sec-title-border {
            width: 130px;
            position: absolute;
            bottom: 0;
            left: 0;
            border-top: 2px solid #222;
            right: 0;
            height: 0;
            margin: auto;
        }

            .sec-title h2 .sec-title-border span {
                width: 9px;
                height: 9px;
                position: relative;
                display: inline-block;
                margin: 0 1px;
                bottom: 23.3px;
            }

                .sec-title h2 .sec-title-border span::before {
                    background: #222;
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    transform: rotate(45deg);
                }

.ptb-90 {
    padding: 105px 0 0;
}

.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

/*.header {
    background: #fff;
    position: fixed;
    top: 44px;
    left: 0;
    transition: all 0.4s;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}*/

.header {
    padding: 10px 0;
    z-index: 99;
position: relative;
    box-shadow: 0 0 3px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.mainmenu {
    text-align: right;
}

    .mainmenu li {
        display: inline-block;
        text-transform: uppercase;
    }

        .mainmenu li a {
            font-weight: 700;
            font-family: 'Varela Round',sans-serif;
            display: inline-block;
            color: #000;
            position: relative;
            padding: 10px 15px;
            margin: 0;
            border: 1px solid transparent;
        }

.slicknav_menu {
    padding: 0;
    background: transparent;
}

    .slicknav_menu a.active, .mainmenu ul li a:hover, .mainmenu ul li a.active {
        background: #1777cb;
        color: #fff;
        padding: 10px 15px;
        border: 1px solid #1777cb;
    }

.mainmenu {
    display: block;
}

.slicknav_menu {
    display: none;
}

.header.sticky {
    top: 0;
    background: #fff;
    animation: fadeIn;
    padding: 10px 0;
    box-shadow: 0 0 3px;
    animation-duration: 1s;
    animation-iteration-count: 1;
}


.social-wrapper {
    width: 100%;
}

.social {
    background: #000;
    padding: 10px 0;
}

.social-wrapper .social-contact a {
    color: #fff;
    margin-right: 20px;
}

.social-contact {
    text-align: right;
}

.social-wrapper .social-contact a i {
    padding-right: 5px;
}


.floating-form {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0 0 10px 0;
}

.floating-label {
    position: relative;
    margin-bottom: 40px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #00000008;
    border: none;
    border-bottom: 1px solid #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.floating-input:focus, .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff!important;
    background: #272727!important;
}

textarea.floating-input, .floating-select {
    height: 100px;
}

label {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 400;
    font-family: Rajdhani;
    position: absolute;
    pointer-events: none;
    font-weight: 700;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    transition: .5s;
    top: -25px;
    font-size: 16px;
    color: #fff;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}

.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.footer {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    float: left;
    width: 100%;
}

.footerHead h2 {
    color: #fff;
}

.sec-title h2 .sec-title-border.footer-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #fff;
    right: 0;
    height: 0;
    margin: auto;
}

    .sec-title h2 .sec-title-border.footer-border span::before {
        background: #fff;
    }


.contactbtns {
    background: transparent!important;
    font-family: "Didact Gothic",sans-serif!important;
    height: 38px!important;
    font-size: 17px!important;
    color: #fff!important;
}

.contacttxtarea {
    background: transparent;
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    color: #fff;
    height: 50px;
}


.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -moz-linear-gradient(left,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: #000;
    background: #000;
    opacity: .85;
    z-index: -1;
}

.contact-form label {
    font-family: 'Varela Round',sans-serif;
    font-size: 16px;
    transition: .5s;
}

.contact-form button {
    transition: all 0.4s;
}

.contact-form h4, .contact-address h4 {
    font-family: 'Varela Round',sans-serif;
    margin-bottom: 20px;
    font-size: 35px;
    padding-left: 5px;
    color: #fff;
}

.contact-address li {
    margin-bottom: 33px;
    display: flex;
    font-size: 15px;
}


.contact-address p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 45px;
    padding-top: 10px;
}

.copyright-area {
    background: #000;
    text-align: center;
    padding: 0 43px;
    float: left;
    width: 100%;
}

    .copyright-area ul li {
        color: #fff;
        display: inline-block;
    }

        .copyright-area ul li a {
            color: #fff;
            display: inline-block;
            line-height: 35px;
            font-size: 16px;
            margin: 0 5px;
        }

            .copyright-area ul li a:hover {
                text-decoration: underline;
            }

    .copyright-area p {
        font-size: 15px;
        padding: 20px 0;
        color: #fff;
    }

        .copyright-area p a {
            color: #fff;
        }

            .copyright-area p a:hover {
                text-decoration: underline;
            }



.scrollToTop {
    width: 40px;
    display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
    display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    left: 11px;
    z-index: 9;
    text-align: center;
    font-size: 18px;
}

    .scrollToTop:hover {
        background: #000529;
        background: -moz-linear-gradient(left,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        background: -webkit-linear-gradient(left,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        border: 1px solid #fff;
        color: #fff;
    }

    .scrollToTop:focus {
        border: 1px solid #fff;
        color: #fff;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.feature-img {
    border-radius: 4px;
    border: 2px solid#0071d4;
}




.parallax-window {
    min-height: 400px;
    background: transparent;
}

.productFeatures {
    margin-top: 50px;
    padding-bottom: 115px;
    padding-top: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .productFeatures::before {
        background-color: #0000008f;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .85;
    }

.prod-feature {
    background: #fff;
    padding: 25px 10px;
    border-radius: 1px;
    box-shadow: 0 0 8px #0000004f;
    margin-bottom: 20px;
    border-radius: 3px;
}

    .prod-feature:hover {
        background: #fff;
        box-shadow: 0 0 12px #0000004f;
        color: #000;
        transition: .2s;
    }

        .prod-feature:hover img {
            transform: scale(1.1);
            transition: .5s;
        }

.productHead h2 {
    font-family: 'Varela Round',sans-serif;
    color: #000;
    font-size: 22px;
    text-align: center;
}

.productHead p {
    margin-top: 10px;
    text-align: center;
}

section#features1 {
    padding-bottom: 100px;
}

.slick-slide img {
    position: relative;
    width: 95%;
    display: block;
    top: 14px;
    left: 11px;
}

.productH3 {
    color: #1777cb;
    padding-bottom: 15px;
    font-family: 'Varela Round',sans-serif;
}

.control-img {
    text-align: center;
}

    .control-img img {
        width: 25%;
        padding-bottom: 20px;
    }

.productP {
    text-align: justify;
}

.slick-slider {
    height: 100%;
    z-index: -99;
}

.slick-list {
    height: 100%;
}


.contact-area {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
    background: linear-gradient(to right,#088dd057,#3f51b57a);
}

    .contact-area strong, h3 {
        font-size: 30px;
        text-align: center;
        font-family: 'Varela Round',sans-serif;
        color: #fff;
    }


.findus h4 {
    font-family: 'Varela Round',sans-serif;
    margin-bottom: 20px;
    font-size: 35px;
    padding-left: 5px;
    color: #fff;
}


.feathead {
    text-align: center;
}

    .feathead h2 {
        color: #4a4a4a!important;
        font-family: 'Chilanka',cursive;
        font-weight: 700;
    }

.cd-headline {
    font-size: 26px;
    margin-bottom: 10px;
}

#faq {
    padding: 60px 0;
}

    #faq #faq-list {
        padding: 0;
        list-style: none;
    }

        #faq #faq-list li {
            border-bottom: 1px solid #ddd;
        }

        #faq #faq-list a {
            padding: 18px 0;
            display: block;
            position: relative;
            font-family: 'Varela Round',sans-serif;
            font-size: 20px;
            line-height: 1;
            font-weight: 300;
            padding-right: 20px;
        }

        #faq #faq-list i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 16px;
        }

        #faq #faq-list img {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 16px;
        }

        #faq #faq-list p {
            margin-bottom: 20px;
            font-family: 'Varela Round',sans-serif;
            font-size: 16.5px;
            color: #565656;
        }

@media (max-width:768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

#faq #faq-list a.collapse {
    color: #1dc8cd;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq {
    padding: 100px 0;
}

#call-to-action {
    background: linear-gradient(rgba(29,200,205,.65),rgba(29,205,89,.2)),url(https://www.shreay.in/img/Others/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 15px;
        font-family: 'Varela Round',sans-serif;
    }

    #call-to-action .cta-btn {
        font-family: 'Varela Round',sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 25px;
        transition: background 0.5s;
        margin: 15px 0;
        border: 2px solid #fff;
        color: #fff;
        cursor: pointer;
    }

        #call-to-action .cta-btn:hover {
            background: #1777cb;
            border: 2px solid #1777cb;
        }

p.cta-text {
    font-family: 'Varela Round',sans-serif;
    font-size: 16px;
    color: #fff;
}


.contact {
    background: #232323;
    color: #fff;
}

.sections {
    padding-top: 105px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.floating-form {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0 0 10px 0;
}

.floating-label {
    position: relative;
    margin-bottom: 40px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #00000008;
    border: none;
    border-bottom: 1px solid #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.floating-input:focus, .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff!important;
    background: #272727;
}

textarea.floating-input, .floating-select {
    height: 100px;
}

label {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 400;
    font-family: Rajdhani;
    position: absolute;
    pointer-events: none;
    left: 5px;
    font-weight: 700;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    transition: .5s;
    top: -25px;
    font-size: 16px;
    color: #fff;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}

.contact .single_contant_left input[type="submit"] {
    background: #15adf9;
    color: #fff;
    border-style: none;
    padding: 5px 10px;
}

input[type="submit"], button[type="submit"] {
    width: auto;
    color: #fff;
    padding: 7px 10px;
    background: #15adf9;
    border-radius: 3px;
    border-style: none!important;
}


.contact-form-btn {
    background: #15adf9;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    padding: 7px 25px!important;
    border-style: none!important;
    border: 1px solid #15adf9;
}

.sections1 {
    padding-top: 100px;
    padding-bottom: 0;
}

.contact-address ul li i {
    font-size: 18px;
    margin-right: 15px;
}

.contact-address {
    color: #fff;
}

.social-wrapper .social-contact {
    float: left;
    font-size: 13px;
    width: 100%;
}

    .social-wrapper .social-contact a {
        color: #fff;
        margin-right: 0;
        font-size: 14px;
    }

.cd-headline {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: 'Varela Round',sans-serif;
    text-align: center;
    font-weight: 700;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
}


.navbar-brand {
    height: auto;
    padding: 5px 15px;
    line-height: 40px;
    display: inline-block;
}

.main_features_content2 p {
    font-family: 'bree serif';
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin: 0 0 15px;
    -webkit-font-smoothing: antialiased;
}

ul.featureList li {
    line-height: 40px;
}

.featureList li {
    line-height: 25px!important;
}

.tabList li:hover {
    color: #82ca9c;
    padding-left: 15px;
    transition: 0.6s;
}

#our_features i {
    margin-right: 10px;
}

#product i {
    margin-right: 10px;
}

.fa {
    font-size: inherit;
}

.fa-check {
    color: #82ca9c;
}

.tabList {
    font-size: 17px;
    font-family: 'Didact Gothic',sans-serif;
}


#service {
    color: #fff;
    background: transparent url(../img/Help3.jpg) no-repeat center center/cover fixed;
}

.main_service2 h4 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
    color: #fff;
    border-bottom: 1px solid #ffffff30;
    font-family: 'Varela Round',sans-serif;
}

#service img {
    width: 75px;
}

.rowbottom {
    margin-bottom: 15px;
}

.main_service2 p {
    font-family: "Didact Gothic",sans-serif;
    color: #ccc;
    font-size: 16px;
}



.feathead h5 {
    font-size: 30px;
    font-family: 'Kaushan Script',cursive;
}

.featuresection {
    padding-top: 0;
    padding-bottom: 80px;
}

.morefeaturesection {
    padding: 0 0 70px;
}

#faq {
    padding: 115px 0 0;
}



.footermsg {
    top: 77px;
}

.store-col {
    text-align: center;
}

.storeimg {
    width: 70%;
}

.toggleslide {
    float: right;
}

.contacttel strong {
    font-family: 'Poppins',sans-serif!important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.contacttel a {
    color: #fff!important;
}

.contacttel {
    background: transparent;
    list-style-type: none;
}

    .contacttel i {
        color: #fff;
        margin-right: 5px;
    }

    .contacttel b {
        color: #fff;
    }

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round Regular'),local('VarelaRound-Regular'),url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+20AA,U+25CC,U+FB1D-FB4F;
}

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round Regular'),local('VarelaRound-Regular'),url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfqMuPP9g.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round Regular'),local('VarelaRound-Regular'),url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round Regular'),local('VarelaRound-Regular'),url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.contact-address a {
    color: #fff!important;
}

.col-sm-10 {
    float: left;
}

.col-sm-2 {
    float: left;
}

#smartimg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #00000096;
    z-index: 9999;
    text-align: center;
}

#smartimg1 {
    position: absolute;
    top: 10%;
    left: 25%;
    z-index: 999;
    width: 50%;
}
