/*
1. GLOBAL STYLES
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT     
     3.1 GENERAL
     3.2 PRELOADER
     3.3 LOGO
     3.4 CAROUSELS
4. MENU
5. HEADER
6. SECTIONS
     6.1 ABOUT
     6.2 FEATURES
     6.3 VIDEO
     6.4 SOLUTIONS
     6.5 PRICING
     6.6 TESTIMONIALS
     6.7 TEAM
     6.8 CLIENTS
     6.9 SUBSCRIBE
     6.10 CONTACT
7.FOOTER
8.ICONS
8.LIVE PREVIEW

*/
/* --------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/

body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}
a {
    color: #2DA3DB;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #2DA3DB;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #2DA3DB;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #2DA3DB;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/
/* 2.1 FONTS*/

@font-face {
    font-family: PTSans;
    font-weight: normal;
    src: url(../fonts/PT_Sans-Web-Regular.ttf);
}
@font-face {
    font-family: PTSans;
    font-weight: bold;
    src: url(../fonts/PT_Sans-Web-Bold.ttf);
}
@font-face {
    font-family: WorkSans;
    src: url(../fonts/WorkSans-Light.ttf);
}
@font-face {
    font-family: 'Nucleo Outline';
    src: url('../fonts/nucleo-outline.eot');
    src: url('../fonts/nucleo-outline.eot') format('embedded-opentype'), url('../fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Gidole;
    font-weight: bold;
    src: url(../fonts/Gidole-Regular.otf);
}

@font-face {
    font-family: Canter;
    font-weight: bold;
    src: url(../fonts/Canter-Bold.otf);
}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: Prime;
    src: url(../fonts/Prime-Regular.otf);
}

@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: 'MANIFESTO';
 /*   font-weight: normal;*/
    src: url(../fonts/MANIFESTO.ttf);
}



/* 2.2 HEADINGS */

h1,
h2,
h3 {
    font-family: "Canter";
}
body {
    font-family: "Raleway";
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 40px;
}
section .section-subheading {
    margin-bottom: 45px;
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    margin-top: 25px;
    color: #666666;
    font-weight: 400;
}
.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #FDB522;
}
/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 75px 0;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
}
.outer-margin {
    margin: 0 -15px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-xl {
    height: 50px;
    background-color: #1080f2;
    border-radius: 2px;
    color: white;
    font-family: MANIFESTO;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    background-color: #273140;
    color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
body.modal-open {
    overflow: hidden;
}
.parallax {
    background: #2DA3DB;
}
.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.gray-bg {
    background: #f8f8f8;
}
.header-buttons {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.primary-button {
    float: none !important;
    min-width: 150px;
    padding: 0 20px;
    border-radius: 2px;
    font-family: PTSans;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.primary-button.button-inverse {
    color: #fff;
    background: #2DA3DB;
    border: 2px solid #2DA3DB;
    margin: 0;
}
.primary-button.button-inverse:hover {
    color: #1080f2;
    background: transparent;
    border: 2px solid #1080f2;
}
.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    background: #1080f2;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-family: PTSans;
    font-size: 14px;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.secondary-button-inverse {
    color: #1080f2;
    border-color: #1080f2;
    background: #fff
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    background: #1080f2;
}
.primary-button:hover {
    background: #fdb522;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    color: #273140;
    text-decoration: none;
}
/*3.2 LOGO*/

.logo img {
    height: 60px;
    width: auto;
}
/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #1080f2
}
}
.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #fff /*#2D6808*/ /*#71BB44 #31849b*/;
    width: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #2DA3DB;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .nav li a {
    color: #333;
   font-family: Gidole;
    font-size: 18px;
    font-weight: 700;
   /* opacity: 0.7;*/
    padding: 22px 25px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.navbar-default .nav li a:hover {
    outline: 0;
    color: #fdb522;
    opacity: 1;
}
.navbar-default.navbar-shrink .nav li a {
    opacity: 1;
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover {
    outline: 0;
    color: #fdb522;
    opacity: 1;
    background: none;
}
.navbar-default.navbar-shrink .nav li a:focus, .navbar-default .nav li a:focus{
    color: #FDB522 !important;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none !important;
    opacity: 1;
    color: #FDB522;
    /*-webkit-filter: brightness(1.2);*/
}
@media(min-width:960px) {
    .navbar-default {
        background-color: #fff /* #2D6808*/ /*#71BB44 #31849b*/;
        border: 0 none;
        padding: 10px 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #2D6808 /*#71BB44 #31849b*/;
    }
}
/* --------------------------------------
5. HEADER
-----------------------------------------*/
#header,
header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color:#fff;
    margin-top: 80px;

}

#headerbackground {
    background-image: url(../img/headerbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-heading {
    display: block;
    float: left;
    font-family: Gidole;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 26px auto;
    text-align: center;
    width: 100%;
}

.header-buttons .secondary-button ,
.header-buttons .primary-button {
float: left;
margin-left: 0;
margin-right: 20px;
}

#header .primary-button.button-inverse:hover {
   color:  #273140;
   background: #fff;
   border-color: #fff
}

header .intro-text {
    float: left;
    margin: 0 auto;
    padding-bottom: 200px;
    padding-top: 200px;
    text-align: center;
    width: 100%;
}
header .intro-text .intro-lead-in {
    float: left;
    font-family: "Canter";
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1;
    margin: 50px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
header .header-dashboard {
    display: block;
    margin: auto;
    float: right;
    text-align: right;
}
header .header-dashboard .dashboard {
     margin-top: 170px;
    margin-bottom: 0;
}
header .container {
    position: relative;
    z-index: 10;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*     6.1 Services*/



.padd_btm{
    padding-bottom: 0 !important;
}

#services {
    padding-top: 75px;
}

#services .service_div{
    text-align: center;
    margin-bottom: 60px;
}
#services .col-md-3.last, #services .col-md-4 .last {
    padding-right: 0;
}
#services .services_icon {
    border: 3px solid #ddd;
    border-radius: 50%;
    color: #eea30b;
    font-size: 40px;
    padding: 22px;
    transition: all 0.5s ease 0s;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

#services .services_icon img{
    align-content: center;
    align-items: center;
    display: flex;
    height: 50px;
    text-align: center;
    width: 50px;
}

#services .service_div:hover .services_icon{
    transform: rotate(360deg);
}

#services .service_div:hover .service-heading{
    color: #eea30b;
}

.service_div a{
    cursor: pointer;
}

.service-heading {
    text-transform: none;
    font-family: Gidole;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
    transition: all 0.5s ease 0s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*6.3 VIDEO*/

.about_img{
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    padding: 8px;
}



#video .section-subheading {
    margin-bottom: 0;
}
.video-container {
    position: relative;
}
.video-container a {
    display: block;
    cursor: pointer;
    width: 630px;
    margin: auto;
}
.video-container img {
    margin: auto;
    display: block;
}
.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -48px;
    width: 76px;
    height: 76px;
    background-color: rgba(39, 49, 64, 0.6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    cursor: pointer;
}
.video-container a:hover .play-video {
    background-color: rgba(39, 49, 64, 1);
}
.play-video .fa-play {
    width: 22px;
    height: 26px;
    color: white;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 30px;
}
#video {
    position: relative;
}
#video .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.video-socials {
    position: relative;
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 45px;
}
.video-socials a:hover .fa {
    color: #273140
}
.video-socials .fa {
    color: white;
    margin: 0 17px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}
.video-modal {
    padding: 0!important;
    background: rgba(39, 49, 64, 0.5);
}
.video-modal iframe {
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.video-modal .modal-content {
    padding: 0;
    border: 0;
    position: fixed;
    width: 712px;
    left: 50%;
    margin-top: -200px;
    top: 50%;
    margin-left: -356px;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.about_us p{
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 23px;
    margin-bottom: 11px;
    text-align: justify;
}


/*6.10 CONTACT*/

#contact {
    background-color: #fff;
    position: relative;
}
#contact .contact-form-container {
     float: left;
    margin-left: 14%;
}
#contact .form-group {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    position: relative;
}
#contact .form-textarea {
    width: 100%;
}
#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
    float: left;
    border-radius: 2px;
    resize: none;
}
#contact .section-subheading {
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 25px;
}
#contact .form-group input.form-control {
   background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
#contact .form-group textarea.form-control {
    border: 1px solid #ccc;
    border-radius: 2px;
    min-height: 95px;
    padding: 10px;
    width: 100%;
}
#contact .form-group textarea.form-control:focus,
#contact .form-group input.form-control:focus {
    border-color: #1080f2;
    box-shadow: none;
    outline: none;
}
#contact .text-danger ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}
#contact .text-danger {
    color: #1080f2;
    margin: 0;
}
.contact-map-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    margin-left: 0;
}
.contact-map-container #map1 {
    width: 100%;
    height: 100%;
}
/*#contactForm .alert-success {
    color: #1080f2;
    background-color: #fff;
    border-color: #1080f2;
    padding: 14px;
    border-radius: 2px;
}
*/
.contact_form_active {
    opacity: 1 !important;
    right: 28% !important;
    z-index: 100 !important;
}
.contact_form{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    color: #282828;
    margin-top: 55px;
    min-width: 400px;
  /*  opacity: 0;*/
    padding: 22px 35px;
    position: absolute;
    
    text-align: center;
    top: 0;
    width: 375px;
    opacity: 1 !important;
    right: 24% !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.contact_form_active::after {
    border-left: 30px solid #444;
    border-top: 30px solid #444;
    bottom: 81px;
    content: "";
    position: absolute;
    right: -16px;
    transform: rotate(45deg);
    z-index: -25;
}
*/
/* --------------------------------------
7.FOOTER
-----------------------------------------*/

footer {
    padding: 0 0 20px;
    text-align: center;
    background-color: #2DA3DB;
    margin-top: 48px;
}
.lower-footer span,
.lower-footer a {
    /*opacity: 0.2;*/
    color: white;
    /*font-family: PTSans;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 25px;
}
.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}
.lower-footer .pull-right a {
    margin: 0;
    margin-left: 35px;
    float: left;
    display: inline-block;
}
.lower-footer .fa {
    margin: 0;
    opacity: 1;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin-right: 0;
}
.lower-footer {
    margin-top: 0;
   /* border-top: 1px solid rgba(255, 255, 255, 0.05);*/
    padding-top: 20px;
    width: 100%;
    float: left;
}
.upper-footer {
    width: 100%
}
.upper-footer .pull-right {
    width: 570px;
}
.upper-footer .pull-left p {
    opacity: 0.2;
    max-width: 250px;
    margin-top: 30px;
    color: white;
    font-family: PTSans;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}
.footer-nav {
    float: left;
    max-width: 280px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.footer-nav li {
    width: 120px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.footer-nav a {
    color: white;
    font-family: PTSans;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav a:hover {
    text-decoration: none;
    color: #1080f2
}
.footer-secondary-nav {
    float: left;
    padding: 0;
    width: auto;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
   /* max-width: 280px;*/
}

.btn{
    font-family: PTSans !important;
}

.contact-form-container h3 {
    font-family: Gidole;
    margin-top: 18px;
}



.footer-secondary-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.footer-secondary-nav a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    float: left;
    line-height: 28px;
}
.footer-secondary-nav .fa {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    height: 14px;
    line-height: 13px;
}
.footer-secondary-nav .fa.fa-envelope {
    font-size: 14px;
}

.contact_form_div i{
    border-radius: 50%;
    padding: 30px;
    font-size: 25px;
    color: #333;
    border: 3px solid #ddd;
    transition: 0.3s;
    cursor: pointer;
}

.contact_form_div i:hover{
    transform: rotate(360deg);
    background: #2DA3DB;
    border: 3px solid #2DA3DB;
    color: #fff;
}
/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/

.iconspage header {
    text-align: center;
    padding: 120px 0 0;
}
.iconspage header h1 {
    font-size: 2rem;
}
.iconspage header p {
    font-size: 1.4rem;
    margin-top: .6em;
}
.iconspage header a:hover {
    text-decoration: underline;
}
.iconspage section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}
.iconspage section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}
.iconspage ul::after {
    clear: both;
    content: "";
    display: table;
}
.iconspage ul li {
    width: 25%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.iconspage ul li:hover {
    background: #dbdbdb;
}
.iconspage ul p {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nc-icon-outline {
    display: inline-block;
    font: 100 32px/1 'Nucleo Outline';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nc-icon-outline.air-baloon:before {
    content: "\e600";
}
.nc-icon-outline.album:before {
    content: "\e601";
}
.nc-icon-outline.banana:before {
    content: "\e602";
}
.nc-icon-outline.bear:before {
    content: "\e603";
}
.nc-icon-outline.beer:before {
    content: "\e604";
}
.nc-icon-outline.board:before {
    content: "\e605";
}
.nc-icon-outline.bookmark-add:before {
    content: "\e606";
}
.nc-icon-outline.bookmark-remove:before {
    content: "\e607";
}
.nc-icon-outline.bookmark:before {
    content: "\e608";
}
.nc-icon-outline.cake:before {
    content: "\e609";
}
.nc-icon-outline.cart-add:before {
    content: "\e60a";
}
.nc-icon-outline.cart:before {
    content: "\e60b";
}
.nc-icon-outline.chat:before {
    content: "\e60c";
}
.nc-icon-outline.cloud:before {
    content: "\e60d";
}
.nc-icon-outline.coffee:before {
    content: "\e60e";
}
.nc-icon-outline.controller:before {
    content: "\e60f";
}
.nc-icon-outline.diamond:before {
    content: "\e610";
}
.nc-icon-outline.dislike:before {
    content: "\e611";
}
.nc-icon-outline.evil:before {
    content: "\e612";
}
.nc-icon-outline.eye-ban:before {
    content: "\e613";
}
.nc-icon-outline.eye:before {
    content: "\e614";
}
.nc-icon-outline.flight:before {
    content: "\e615";
}
.nc-icon-outline.headphones:before {
    content: "\e616";
}
.nc-icon-outline.heart:before {
    content: "\e617";
}
.nc-icon-outline.home:before {
    content: "\e618";
}
.nc-icon-outline.image:before {
    content: "\e619";
}
.nc-icon-outline.keyboard:before {
    content: "\e61a";
}
.nc-icon-outline.laptop:before {
    content: "\e61b";
}
.nc-icon-outline.like:before {
    content: "\e61c";
}
.nc-icon-outline.money:before {
    content: "\e61d";
}
.nc-icon-outline.moon-storm:before {
    content: "\e61e";
}
.nc-icon-outline.moon:before {
    content: "\e61f";
}
.nc-icon-outline.moto:before {
    content: "\e620";
}
.nc-icon-outline.mouse:before {
    content: "\e621";
}
.nc-icon-outline.pc:before {
    content: "\e622";
}
.nc-icon-outline.pizza:before {
    content: "\e623";
}
.nc-icon-outline.player:before {
    content: "\e624";
}
.nc-icon-outline.print:before {
    content: "\e625";
}
.nc-icon-outline.reflex:before {
    content: "\e626";
}
.nc-icon-outline.robot:before {
    content: "\e627";
}
.nc-icon-outline.shirt:before {
    content: "\e628";
}
.nc-icon-outline.sign:before {
    content: "\e629";
}
.nc-icon-outline.skull:before {
    content: "\e62a";
}
.nc-icon-outline.suitcase:before {
    content: "\e62b";
}
.nc-icon-outline.sun-cloud:before {
    content: "\e62c";
}
.nc-icon-outline.sushi:before {
    content: "\e62d";
}
.nc-icon-outline.taxi:before {
    content: "\e62e";
}
.nc-icon-outline.vespa:before {
    content: "\e62f";
}
.nc-icon-outline.wallet:before {
    content: "\e630";
}
.nc-icon-outline.world:before {
    content: "\e631";
}
/*-----------------------------------------------------------------*/
/* 9 LIVE PREVIEW
/*-----------------------------------------------------------------*/

#customizer {
    position: fixed;
    top: 100px;
    padding: 20px;
    background: #fff;
    width: 190px;
    left: -190px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    font-weight: 300;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}
#customizer.active {
    left: 0;
}
#customizer li {
    list-style-type: none;
}
.options {
    background: #fff;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    top: 0;
    right: -44px;
    cursor: pointer;
    border-left: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.options .pc {
    color: #273140;
    font-size: 25px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 11px;
}
#colors li a {
    display: block;
    width: 35px;
    float: left;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
    font-size: 0;
    text-indent: -9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
#colors li a:hover {
    opacity: 0.75;
}
#customizer span {
text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    display: block;
    float: left;
    font-weight: 900;
    font-style: normal;
    color: #273140;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    
}
#headerbg {    padding-left: 0;
    float: left;
    margin-bottom: 15px;}
#headerbg li a {
       color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: WorkSans;
    float: left;
        -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;    
}
#headerbg li a.active,
#headerbg li a.active:hover { color: #1080f2 }

#headerbg li a:hover {color: #000;}

#customizer #colors {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
#colors li #blue {
    background: #1080f2;
}
#colors li #green {
    background: #8BC34A;
}
#colors li #teal {
    background: #009688;
}
#colors li #indigo {
    background: #3f51b5;
}
#colors li #magenta {
    background: #c2185b;
}
#colors li #orange {
    background: #ff9800;
}
.footer-con{
    display: flex !important;
}
.Usa{
    margin: 5px 0px 0px 0px !important;
    padding-left: 5px;
}
/* .phone{
    margin-top: 0px !important;
} */
