/*.point{background:#f6a820;display:inline-block;height:10px;width:10px;margin-top:2px;margin-left:10px;position:absolute;border-radius:5px;}*/
#particles-js{position:absolute;z-index:3;height:400px;width:100%;}
html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
    color: #555;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.015em;
    position: relative;
}

a{
    color: #f6a820;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
}

p{
    line-height: 1.7em;
}

.loader-backdrop{
    position: fixed;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 8px;
    margin-left:-22px;
    margin-top:-4px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    /*border-radius: 4px;*/
    background: #ccc;
    position: absolute;
}

.dot1 {
    -webkit-animation: animateDot1 1.5s linear infinite;
            animation: animateDot1 1.5s linear infinite;
    left: 12px;
    background: #f6a820;
}

.dot2 {
    -webkit-animation: animateDot2 1.5s linear infinite;
            animation: animateDot2 1.5s linear infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    left: 24px;
}

.dot3 {
    -webkit-animation: animateDot3 1.5s linear infinite;
            animation: animateDot3 1.5s linear infinite;
    left: 12px;
}

.dot4 {
    -webkit-animation: animateDot4 1.5s linear infinite;
            animation: animateDot4 1.5s linear infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    left: 24px;
}

@-webkit-keyframes animateDot1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(-12px);
                transform: rotate(0deg) translateX(-12px);
    }
    25% {
        -webkit-transform: rotate(180deg) translateX(-12px);
                transform: rotate(180deg) translateX(-12px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(-12px);
                transform: rotate(180deg) translateX(-12px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-12px);
                transform: rotate(360deg) translateX(-12px);
    }
}

@keyframes animateDot1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(-12px);
                transform: rotate(0deg) translateX(-12px);
    }
    25% {
        -webkit-transform: rotate(180deg) translateX(-12px);
                transform: rotate(180deg) translateX(-12px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(-12px);
                transform: rotate(180deg) translateX(-12px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-12px);
                transform: rotate(360deg) translateX(-12px);
    }
}

@-webkit-keyframes animateDot2 {
    0% {
        -webkit-transform: rotate(-0deg) translateX(-12px);
                transform: rotate(-0deg) translateX(-12px);
    }
    25% {
        -webkit-transform: rotate(-180deg) translateX(-12px);
                transform: rotate(-180deg) translateX(-12px);
    }
    75% {
        -webkit-transform: rotate(-180deg) translateX(-12px);
                transform: rotate(-180deg) translateX(-12px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(-12px);
                transform: rotate(-360deg) translateX(-12px);
    }
}

@keyframes animateDot2 {
    0% {
        -webkit-transform: rotate(-0deg) translateX(-12px);
                transform: rotate(-0deg) translateX(-12px);
    }
    25% {
        -webkit-transform: rotate(-180deg) translateX(-12px);
                transform: rotate(-180deg) translateX(-12px);
    }
    75% {
        -webkit-transform: rotate(-180deg) translateX(-12px);
                transform: rotate(-180deg) translateX(-12px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(-12px);
                transform: rotate(-360deg) translateX(-12px);
    }
}

@-webkit-keyframes animateDot3 {
    0% {
        -webkit-transform: rotate(0deg) translateX(12px);
                transform: rotate(0deg) translateX(12px);
    }
    25% {
        -webkit-transform: rotate(180deg) translateX(12px);
                transform: rotate(180deg) translateX(12px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(12px);
                transform: rotate(180deg) translateX(12px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(12px);
                transform: rotate(360deg) translateX(12px);
    }
}

@keyframes animateDot3 {
    0% {
        -webkit-transform: rotate(0deg) translateX(12px);
                transform: rotate(0deg) translateX(12px);
    }
    25% {
        -webkit-transform: rotate(180deg) translateX(12px);
                transform: rotate(180deg) translateX(12px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(12px);
                transform: rotate(180deg) translateX(12px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(12px);
                transform: rotate(360deg) translateX(12px);
    }
}

@-webkit-keyframes animateDot4 {
    0% {
        -webkit-transform: rotate(-0deg) translateX(12px);
                transform: rotate(-0deg) translateX(12px);
    }
    25% {
        -webkit-transform: rotate(-180deg) translateX(12px);
                transform: rotate(-180deg) translateX(12px);
    }
    75% {
        -webkit-transform: rotate(-180deg) translateX(12px);
                transform: rotate(-180deg) translateX(12px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(12px);
                transform: rotate(-360deg) translateX(12px);
    }
}

@keyframes animateDot4 {
    0% {
        -webkit-transform: rotate(-0deg) translateX(12px);
                transform: rotate(-0deg) translateX(12px);
    }
    25% {
        -webkit-transform: rotate(-180deg) translateX(12px);
                transform: rotate(-180deg) translateX(12px);
    }
    75% {
        -webkit-transform: rotate(-180deg) translateX(12px);
                transform: rotate(-180deg) translateX(12px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(12px);
                transform: rotate(-360deg) translateX(12px);
    }
}

/***************************/
/****** 2. Typography ******/
/***************************/

h1, h2, h3, h4, h5, h6{
    color: #909090;
    font-weight: 300;
    margin-top: 0em;
    margin-bottom: 0.8em;
    line-height: 1.2em;
  /*  text-transform: capitalize;*/
}

h1{font-size: 34px;}
h2{font-size: 30px;}
h3{font-size: 26px;}
h4{font-size: 22px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

.h1 .small, .h1 small,
.h2 .small, .h2 small,
.h3 .small, .h3 small,
.h4 .small, .h4 small,
.h5 .small, .h5 small,
.h6 .small, .h6 small,
h1 .small, h1 small,
h2 .small, h2 small,
h3 .small, h3 small,
h4 .small, h4 small,
h5 .small, h5 small,
h6 .small, h6 small
{
    color: #aaa;
    font-weight: 300;
}

b, strong{
    font-weight: 500;
}

blockquote{
    border-left: 2px solid #f6a820;
    padding: 0px 0px 0px 20px;
    font-size: 19px;
    font-weight: 300;
    color: #888;
    font-style: italic;
}

.lead{
    font-weight: 300;
}

label{
    font-weight: 300;
}

/*******************************/
/****** 3. Helper Classes ******/
/*******************************/

.thin{font-weight:300;}     /* Font weight can be chosen */
.normal{font-weight:400;}
.bold{font-weight:700;}

.font16{font-size: 16px;}   /* Various Font Size Classes can applied */
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font36{font-size: 36px;}

.color1{color: #f6a820;}     /* Blue Color */
.color2{color: #2c2c2c;}     /* Dark Color */
.color3{color: #f5f5f5;}     /* Light Color */
.white{color: #fff;}         /* White Color */

.bgcolor1{background-color: #f6a820;}     /* Blue Color Background */
.bgcolor2{background-color: #2c2c2c;}     /* Yellow Color Background */
.bgcolor3{background-color: #f5f5f5 !important;}     /* Dark Color Background */
.bgwhite{background-color: #fff}          /* White Color Background */

.nom{margin:0;}                                 /* No Margin */
.nom-tb{margin-top: 0; margin-bottom: 0;}       /* No Margin on Top and Bottom */
.nop, .no-gutter{padding:0 !important;}         /* No Padding */
.nop-tb{padding-top: 0; padding-bottom: 0;}     /* No Padding on Top and Bottom */

.mt-20{margin-top:20px;}        /* Margin Top Classes */
.mt-40{margin-top:40px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-100{margin-top:100px;}

.mb-20{margin-bottom:20px;}     /* Margin Bottom Classes */
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}
.mb-100{margin-bottom:100px;}

.pt-20{padding-top:20px;}       /* Padding Top Classes */
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}
.pt-160{padding-top:170px;}

.pb-20{padding-bottom:20px;}    /* Padding Bottom Classes */
.pb-40{padding-bottom:40px;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}

.text-muted{color: #555;}
.text-primary{color: #1696e7;}
.text-success{color: #41c741;}
.text-info{color: #00c4ff;}
.text-warning{color: #ffc800;}
.text-danger{color: #e62c22;}

.bg-primary{background-color: #1696e7; color: #fff; padding:0px 5px;}
.bg-success{background-color: #41c741; color: #fff; padding:0px 5px;}
.bg-info{background-color: #00c4ff; color: #fff; padding:0px 5px;}
.bg-warning{background-color: #ffc800; color: #fff; padding:0px 5px;}
.bg-danger{background-color: #e62c22; color: #fff; padding:0px 5px;}

.xs-center, .sm-center, .md-center, .lg-center{     /* Center Text Based On Device Width */
    display: block;
    text-align: center;
}

.justify{text-align:justify;}

.lead{font-size: 19px; line-height: 1.55em;}

/*******************************/
/******** 4. General CSS *******/
/*******************************/

/* Header */

header{
    width: 100%;
    overflow: hidden;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 44444;
}

header.fixed{
    position: fixed;
    top: 0px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
}

/* Menu Button */

.navbar-default .navbar-nav .btn-menu,
.navbar-default .navbar-nav .btn-menu:focus{
    background-color: #f6a820;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.navbar-default .navbar-nav .btn-menu:hover{
    background-color: #f6a820;
    color: #fff;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav>.active>.btn-menu,
.navbar-default .navbar-nav>.active>.btn-menu:focus,
.navbar-default .navbar-nav>.active>.btn-menu:hover{
    background-color: #f6a820;
    color: #fff;
}

/* Hero Section */

.hero-1,
.hero-2,
.hero-3,
.hero-4,
.hero-5,
.hero-6,
.hero-7,
.hero-8{
    margin-top: 0px;
}

.hero-1{
    text-align: center;
    padding: 50px 0px;
}

.hero-1 .hero-box .hero-image{
    max-width: 100%;
    margin: 50px 0px;
}

.hero-1 .hero-box .hero-heading{
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 25px;
}

.hero-1 .hero-box .hero-text{
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 25px;
}

.hero-2{
    padding: 100px 0px;
}

.hero-2 .hero-image{
    max-width: 100%;
}

.hero-2 .hero-box{
    padding: 20px;
}

.hero-2 .hero-box .hero-heading{
    font-size: 44px;
}

.hero-2 .hero-box .hero-text{
    font-size: 19px;
    margin-bottom: 25px;
}

.hero-dots{
    text-align: center;
    margin-top: 40px;
}

.hero-dots .owl-dot{
    display: inline-block;
    margin: 0px 7px;
    height: 2px;
    width: 25px;
    background-color: #e8e8e8;
    cursor: pointer;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.hero-dots .owl-dot.active{
    background-color: #f6a820;
}

.hero-3{
    padding: 100px 0px;
    background-size: cover;
    background-position: center center;
}

.hero-3 .hero-box .hero-image{
    max-width: 100%;
}

.hero-3 .hero-box .hero-heading{
    color: #f6a820;
	font-weight:bold;
    font-size: 64px;
    margin-bottom: 25px;
}

.hero-3 .hero-box .hero-text{
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
}

.hero-4{
    padding: 150px 0px;
    text-align: center;
}

.hero-4 .hero-box .hero-heading{
    font-size: 52px;
    margin-bottom: 30px;
}

.hero-4 .hero-box .hero-text{
    margin-bottom: 40px;
    font-size: 19px;
}

.hero-5{
    padding: 120px 0px;
}

.hero-5 .hero-heading{
    font-size: 44px;
    margin-bottom: 25px;
    text-align: center;
}

.hero-5 .hero-text{
    font-size: 19px;
    text-align: center;
    margin-bottom: 50px;
}

.hero-6{
    padding: 130px 0px;
}

.hero-6 .hero-form{
    background-color: #f6a820;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.hero-6 .hero-form:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.hero-6 .hero-heading{
    font-size: 44px;
}

.hero-6 .hero-text{
    font-size: 19px;
    margin-bottom: 25px;
}

.hero-7{
    padding: 150px 0px;
    background-size: cover;
    background-position: center center;
}

.hero-7 .hero-box .hero-heading{
    color: #fff;
    font-size: 44px;
    margin-bottom: 25px;
}

.hero-7 .hero-box .hero-text{
    color: #fff;
    margin-bottom: 35px;
}

.hero-8{
    padding: 100px 0px;
}

.hero-8 .hero-box .hero-heading{
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
}

.hero-8 .hero-box .hero-text{
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 25px;
}

.hero-8 .features li{
    margin-bottom: 0px;
}

/* Heading Box */

.heading-box{
    text-align: center;
    margin-bottom: 50px;
}

.heading-box .sub-heading{
    max-width: 600px;
    margin: auto;
}

.heading-box.left, 
.heading-box.left .sub-heading{
    text-align: left;
    margin-left: 0px;
}

/* Icon Boxes */

.icon-box-1{
    background-color: #fff;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 4px;
    margin: 20px 0px;
    -webkit-transition: 350ms ease all;
    transition:350ms ease all;
}

.icon-box-1:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.icon-box-1 .icon{
    color: #666;
	text-transform:uppercase;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

/* Customer Rating */

.rating-box{
    margin: 20px 0px;
    text-align: center;
}

.star-rating{
    list-style: none;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}

.star-rating li{
    display: inline-block;
    margin: 0px 5px;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.rating-box:hover li{
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
}

.star-rating li i{
    color: #ec971f;
    font-size: 40px;
}

.rating-box .rating-count{
    font-size: 20px;
    margin-top: 20px;
}

/* Logo Box */

.logo-box{
    text-align: center;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    margin: 20px 0px;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.logo-box:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.logo-box img{
    max-width: 100%;
}

/* Testimonials */

.testimonial-box{
    padding: 0px 10px 10px 0px;
}

.testimonial-box .testimonial-img{
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 6px 2px 3px rgba(0, 0, 0, 0.15);
}

.testimonial-box .testimonial-body{
    position: relative;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
}

.testimonial-box .testimonial-body:before{
    content: "";
    position: absolute;
    left: 55px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 0px;
    border-color: transparent transparent #fff transparent;
}

.testimonial-box .testimonial-by{
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 2px #000;
    padding-left: 20px;
}

.testimonial-img, .testimonial-by{
    display: table-cell !important;
    vertical-align: middle;
}

/* Features List */

.features{
    list-style: none;
    padding: 0px;
}

.features li{
    overflow: hidden;
    margin-bottom:25px;
}

.features li p{
    margin-bottom: 0px;
}

.features li .icon{
    height: 50px;
    width: 50px;
    line-height: 52px;
    float: left;
    border-radius: 50%;
    text-align: center;
    background-color: #f6a820;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.features li:hover .icon{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.features li .icon i{
    color: #fff;
    font-size: 30px;
}

.features li .features-body{
    padding-left: 65px;
}

.features li .features-body .heading{
    margin-bottom: 6px;
}

/* Counter Box */

.counter-box{
    text-align: center;
}

.counter-box .counter-body .icon{
    color: #f6a820;
    line-height: 68px;
    font-size: 48px;
}

.counter-box .counter-body .count{
    color: #f6a820;
    font-size: 44px;
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.counter-box .counter-body .text{
    margin-top: 5px;
    font-size: 26px;
}

/* Pricing Box */

.pricing-box{
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    margin:20px 0px;
    text-align: center;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.pricing-box:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.pricing-box.popular{
    padding: 40px 20px;
    margin-top: 0px;
}

.pricing-box .pricing-header .plan-name{
    font-weight: 500;
    font-size:20px;
    margin-bottom: 10px;
}

.pricing-box .pricing-header .price{
    color: #f6a820;
    font-weight: 500;
    font-size: 34px;
}

.pricing-box .pricing-header .plan-tenure{
    color: #bababa;
    text-transform: capitalize;
}

.pricing-box .pricing-body ul{
    list-style: none;
    padding: 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}

.pricing-box .pricing-body ul li{
    margin-bottom: 8px;
}

.pricing-box .pricing-body ul li:last-child{
    margin-bottom: 0px;
}

.pricing-box .pricing-body ul li i{
    color: #f6a820;
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
}

/* Process Box */

.process-box{
    text-align: center;
    margin: 20px 0px;
}

.process-box .process-header{
    color: #fff;
    background-color: #f6a820;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 300;
    margin: auto;
    border-radius: 50%;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.process-box:hover .process-header{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.process-box .process-body{
    position: relative;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.process-box .process-body:before{
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.process-box .process-body p{
    margin-bottom: 0px;
}

/* Member Box */

.member-box{
    background-color: #fff;
    text-align: center;
    margin: 20px 0px;
}

.member-box > img{
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.member-box:hover > img{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.member-box .heading{
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.member-box img{
    max-width: 150px;
}

/* Youtube Video */

.youtube{
    position: relative;
    min-height: 400px;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.youtube:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.youtube .btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    height: 50px;
    width:50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    font-size: 40px;
    color: #fff;
    background-color: #f6a820;
    cursor: pointer;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.youtube .btn-play:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

/* Social */

.social{
    list-style: none;
    padding: 0px;
}

.social li{
    float: left;
}

.social li a{
    background-color: #fff;
    color: #f6a820;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.social li a:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

/* Contact */

.contact{
    list-style: none;
    padding: 0px;
}

.contact li{
    color: #555;
    margin-bottom: 6px;
}

/* Back To Home */

#backHome{
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #f6a820;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 99999;
}

/* Footer */

.footer-pri{
    padding: 100px 0px;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    background-color: #f5f5f5;
}

.footer-sec{
    text-align: left;
    padding: 20px 0px;
    color: #555;
    font-size: 15px;
}

.footer-pri .heading{
    color: #555;
}

.footer-pri .about-box p{
    color: #555;
}

.footer-pri .links-box ul li a{
    display: block;
    color: #555;
    padding: 5px 0px;
}

/***************************/
/****** 5. Mobile CSS ******/
/***************************/

/* Large Devices, Dektops */
@media only screen and (min-width: 1200px){

}

/* Medium Devices, Laptops */
@media only screen and (min-width: 992px){

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px){
	#backHome{
		right: 50px;
		bottom: 50px;	
	}
	
	.navbar-default .navbar-nav .btn-menu,
	.navbar-default .navbar-nav .btn-menu:focus{
		margin-left:15px;
		margin-top: 0px;
	}
}
/* Small Devices, Phones 
@media only screen and (min-width: 460px){}*/

.rating-box img{margin:0 auto;margin-bottom:20px;}
.rating-box img{max-height:260px;}
.rating-box p{text-align:left;}
.rating-box{margin-bottom:50px;}

.ref{min-height:200px;}
.ref img{margin:0 auto;}

.logo-box{height:130px;}


