
/*
    Template Name: 
    Author: 
    Author URI: 
    Description: 
    Version: 1.0
*/

/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION SERVICES
8.  SECTION FEATURES
9. SECTION TESTIMONIAL
10. SECTION CONTACT
11. SECTION FOOTER


/*========================================
	Google font
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Raleway:400,600,700,300');

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont93e3.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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


.btn:active,
.btn.active,
.progress,
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/**
 * # default
 * ---------------------------------------------------------
 */

html {
    font-size: 1em;
}

body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 15px;
    font-weight: normal;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

p {
    margin-top: 0;
    padding-left: 0px;
}

ol,
ul,
dl,
pre,
blockquote {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0px;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

li {
    list-style-type: none;
    padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 24px;
}

h1 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 25px;
    line-height: 35px;
}

h2 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 28px;
    line-height: 38px;
}

h3 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 19px;
    line-height: 29px;
}

h5 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 15px;
    line-height: 25px;
}

h6 {
    color: inherit;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 13px;
    line-height: 2;
    line-height: 26px;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
    width: 100%;
}


/* ======================================
 * 07. Preloader
/* ====================================== */

#loader {
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    #loader .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        background-image: url(../img/preloader.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }

/**
 * # component
 * ---------------------------------------------------------
 */

.btn {
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 160px;
    padding: 12px 0px;
    text-transform: capitalize;
    border: 2px solid transparent;
}

.btn-grey {
    color: #212121;
    background-color: transparent;
    border: 2px solid #212121;
}

    .btn-grey:hover {
        color: white;
        background-color: #3EB6FF;
        border-color: #3EB6FF;
    }

.btn-theme-1 {
    color: #fff;
    background-color: #3EB6FF;
    border-color: #3EB6FF;
}


    .btn-theme-1:hover {
        color: #3EB6FF;
        background-color: transparent;
        border-color: #3EB6FF;
    }


.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .form-control:focus {
        border-color: #3EB6FF;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #9e9e9e;
    }

    .form-control::-moz-placeholder {
        color: #9e9e9e;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #9e9e9e;
    }

.form-control {
    border-color: rgba(0, 0, 0, 0.04);
    background-color: rgba(0, 0, 0, 0.04);
}

.input-group-shadow {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}



/*=================================
	NAVIGATION
=========================================*/
.navbar-nav > li > a,
.navbar-text {
    font-weight: 600;
}

.navbar-brand {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    height: 64px;
    line-height: 0.9;
    padding-bottom: 23px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: -15px;
}

    .navbar-brand img {
        margin-top: 0px;
        width: 300px;
    }

.navbar-nav > li > a {
    line-height: 1.86667;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8E8B8B;
    transition: all 0.2s ease-in;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3EB6FF;
    background-color: transparent;
}


@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .navbar-lg .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}



/**
 * commona
 * ---------------------------------------------------------
 */
.site-header-fixed-top,
.site-header-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.site-header-fixed-top {
    top: 0;
}

.site-header-fixed-bottom {
    bottom: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .bg-overlay.black {
        position: absolute;
        background: rgba(0, 0, 0, 0.95);
    }

    .bg-overlay.grey {
        position: absolute;
        background: rgba(255, 255, 255, 0.75);
    }

.section-padding {
    padding: 90px 0px;
}




/*===========================================
Banner Content
===========================================*/

#main-banner {
    background: url("../img/bg/bannerbg2.jpg") fixed 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-content {
    padding: 250px 0px 170px;
}

.overlay::before {
    background-color: rgba(25, 25, 25, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay1::before {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-main h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 25px;
    color: #fff;
}

.banner-main p {
    font-weight: 400;
    line-height: 26px;
    color: #f9f9f9;
}


.btn-theme-1:hover {
    background: #fff;
    border-color: #fff;
}

/*
==========================================
center
==========================================
*/
.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*=============================================
	ABOUT SECTION
==============================================*/
#section-about {
    padding-bottom: 80px;
}

.about-info {
    text-align: center;
}

    .about-info i {
        width: 80px;
        height: 80px;
        border: 2px solid#ddd;
        padding-top: 22px;
        font-size: 30px;
        border-radius: 100%;
        margin-bottom: 10px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .about-info:hover i {
        border-color: #3EB6FF;
        background: #3EB6FF;
        color: #fff;
    }

/*=============================================
	FEATURE SECTION
==============================================*/
#section-feature {
    background: #f9f9f9;
}

.feature-wrap {
    margin-top: 40px;
}

    .feature-wrap p {
        margin-bottom: 15px;
    }

/*=============================================
	SECTION SERVICE
==============================================*/
.service-wrap .section-heading h2 {
    color: white;
    letter-spacing: 1px;
}
#section-service {
    background: url("../../../content/web/img/bg/data.jpg") no-repeat fixed 0% 0%;
    background-size: cover;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

    #section-service:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(32, 162, 239, 0.6);
    }

.service-wrap {
    position: relative;
    top: 30px;
    padding-bottom:30px;
}

.service-block {
    background: #ffffff;
    padding: 45px 30px 40px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: all .7s ease;
    position: relative;
}

    .service-block h4 {
        margin-bottom: 20px;
    }

    .service-block p {
        margin-bottom: 0px;
    }

    .service-block i {
        font-size: 100px;
        color: #ee2d50;
        display: inline-block;
        background: transparent;
        padding: 20px; 
        border-radius: 100%;
        padding-top: 10px;
        transition: all .7s ease;
    }
    .service-block i {
        font-size: 100px;
        color: #26A9E0;
        display: inline-block;
        background: transparent;
        border-radius: 100%; 
        transition: all .7s ease;
    }

    .service-block:hover {
        border-color: #283a5e;
    }

        .service-block:hover i {
            color:white;
            background: #26A9E0;
            margin-bottom: 25px;
        }

.service-btm {
    font-size: 22px;
    color: #ffffff;
    margin-top: 30px;
}

    .service-btm p {
        margin-bottom: 0px;
    }

    .service-btm a {
        background: #ffffff;
        padding: 10px 40px;
        border-radius: 5px;
        font-size: 22px;
    }
     
/*==================================================
	CLIENT TESTIMONIAL
=====================================================*/
.test-inner {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

    .test-inner h5 {
        margin-bottom: 0px;
        font-size: 18px;
    }

    .test-inner i {
        font-size: 50px;
        line-height: 50px;
        color: #ddd;
        margin-right: 10px;
    }

#test-carousel {
    background: #f9f9f9;
    border-radius: 5px;
}

.test-inner h5 span {
    font-size: 13px;
    color: #888;
}

.carousel-control.left {
    left: 15px;
}

.carousel-control.right {
    right: 15px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    background: none;
    width: 50px;
    height: 50px;
    border: 2px solid#ddd;
    padding-top: 10px;
    text-shadow: none;
    color: #111;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.carousel-control {
    top: 38%;
}

#test-carousel:hover .carousel-control.left,
#test-carousel:hover .carousel-control.right {
    opacity: 1;
}


/*===============================================================================
	SECTION PRICING
=================================================================================*/
.pricing-box {
    text-align: center;
    border: 1px solid#eee;
    padding: 30px 0px 0px;
}

.pricing-title hr {
    width: 10%;
    margin: 0 auto 20px;
    border-color: #5776F5;
    border-width: 2px;
}

.pricing-info ul li {
    padding: 10px 0px;
    text-transform: capitalize;
}

    .pricing-info ul li span {
        font-weight: 700;
    }

.price {
    background: #f9f9f9;
    padding: 30px 0px;
}

    .price h3 {
        font-size: 38px;
        line-height: 38px;
    }

        .price h3 span {
            display: block;
            font-size: 14px;
            color: #888;
            letter-spacing: 0px;
        }
/*	========================================================
	BLOG NEWS
==============================================================*/
#section-blog {
    position: relative;
    background: #eee;
    padding-top: 80px;
}

.blog-date {
    display: block;
    margin-top: 20px;
}

    .blog-date h5 {
        color: #999;
        margin-bottom: 0px;
        font-weight: 400;
    }

        .blog-date h5 span {
            color: #444;
            padding: 0px 5px;
            font-weight: 700;
        }

.blog-info {
    clear: both;
    float: none;
}

.text-default {
    text-transform: uppercase;
    font-weight: 700;
}

/*=====================================================
    SECTION CONTACT
==========================================================*/
.section-sub-heading {
    padding-top: 80px;
}

#section-contact {
    padding-bottom: 90px;
}

.form-control {
    border-radius: 0px;
    box-shadow: none !important;
    height: 45px;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid#ddd;
    font-size: 14px;
    font-weight: 400;
}

#contactForm .form-group {
    margin-bottom: 30px;
}

/*=====================================================
    SECTION FOOTER
==========================================================*/
#section-footer {
    padding: 50px 0px 30px;
    background: #f9f9f9;
}

.footer-socail i {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
}

.footer-socail .fa-facebook {
    background: #2A398F;
}

.footer-socail .fa-google-plus {
    background: #ED1C24;
}

.footer-socail .fa-linkedin {
    background: #1C75BB;
}

.footer-socail .fa-twitter {
    background: #26A9E0;
}

.footer-location li i,
.footer-feed li i {
    float: left;
    margin-right: 20px;
    width: 20px;
    height: 40px;
    margin-top: 5px;
}

.footer-location li p {
    margin-bottom: 25px;
}

.footer-location li i {
    color: #3EB6FF;
}

.footer-feed li p {
    font-size: 14px;
}

    .footer-feed li i,
    .footer-feed li p span {
        color: #55ACEE;
    }

.widget-feed li {
    width: 30%;
}

#section-footer-btm {
    background: #202020;
    padding: 30px 0px;
}

.footer-btm p {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #fff;
}

    .footer-btm p span {
        color: #3EB6FF;
    }
