

/*Typography=========================== */






html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	color: #000 !important;
}

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

.dark {
    color: #000 !important;
}

.dark-yellow{
        color:#d69f06!important;
}

.white {
    color: #fff !important;
}

.red{
	color:red;
}
.stylish-color-dark {
    background: #14171b;
    padding: 40px 0 0px 0;
    color: #fff;
    width: 100%;
    float: left;
    display: block;
}


.slider-text2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #d39b12!important;
}

.slider-lead {
    font-size: 22px;
    line-height: 30px;
    color: #444;
    letter-spacing: 0;
    margin-top: 5px;
}

.slider-textcont {
    font-size: 45px;
    color: #1B87CB;
    letter-spacing: 0;
    line-height: 60px;
}

.cont {
    font-size: 16px;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;
}

.cont2 {
    font-size: 14px;
}

.lead2 {
    font-size: 22px;
    line-height: 30px;
    color: #444;
    letter-spacing: 0;
    margin-top: 5px;
}

.lead3 {
    font-size: 30px;
    color: #444;
	font-weight:600;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 7px;
}

.slider-text {
     font-size: 48px;
    color: #fff;
    letter-spacing: 0;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
}

.w-100 {
    width: 46%!important;
}



.lead {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 600;
	position:relative;
	padding: 8px 0px;
	text-transform: uppercase;
}



.lead::after {
    width: 18%;
    background: #0748a6;
    height: 3px;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transition: 1s;
    transform: translate(-50%,-50%);
}


.lead::before {
    width: 14px;
    background: #c68d00;
    height: 14px;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    transition: 1s;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 1;
}
.lead.white::before  {
    background: #fff;
}

.lead.white::after {
    background: #fff;
}

nav#heder {
    background-color: #fff !important;
    padding: 0px 0px 5px 0 !important;
    border-bottom: solid 1px #e0e0e0;
    box-shadow: 0 0 4px #e2e2e2;
}


.nav-links {
    margin: 0 20px;
}

.nav-links a {
    padding: 0 10px;
}

.nav-links span {
    padding: 8px 20px;
    background: #39cbde;
    color: #fff;
}



a {
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 20px;
}

.section {
    padding: 50px 0;
}


/*Navbar Adjusment=========================== */


/* Navbar Atribute ------*/

.attr-nav > ul > li > a {
    /* padding: 28px 15px;*/
    padding: 5px 8px 3px 10px;
    background: #E00;
    margin: 8px;
    border-radius: 5px;
}

.search i {
    font-size: 35px;
    color: #fff;
}

ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

.solslider {
    padding-top: 170px;
    padding-bottom: 230px;
}

.sol-child-slider {
    padding-top: 170px;
    padding-bottom: 80px !important;
}

.tabs-left li {
    background: #f7f7f7;
}

active.tab-content::after {
    top: 16px;
    left: -50px;
    bottom: auto;
    border-width: 10px 50px 10px 0;
    border-color: transparent #f3961c;
}


.foothd {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.mx-1 {
    background: #fff !important;
    cursor: pointer;
    padding: 10px 14px !important;
    border-radius: 50%;
}

.mx-1:hover {
    background: #E00 !important;
    cursor: pointer;
    padding: 10px 14px !important;
    border-radius: 50%;
}

.container.text-center.text-md-left {
    padding-bottom: 48px;
}

.mx-1:hover i {
    color: #fff;
}


.buttoncta {}

.buttonctadark a {
    background: #ffa520;
    color: #fff;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.buttoncta a {
    background: #fff;
    color: #ea1616;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.buttonctadark a:hover {
    background: #ffa520;
    color: #fff;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 4px 7px 0px #484545;
}

.buttoncta a:hover {
    background: #ea1616;
    color: #fff;
    padding: 7px 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 4px 7px 0px #484545;
}



.fancy {
    line-height: 0.5;
    text-align: left;
    margin-left: 115px;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #DD0000;
    border-top: 1px solid #DD0000;
    top: 0;
    width: 100px;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a {
        padding: 30px 15px;
        font-weight: 600;
    }
   
    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }
    nav.navbar .navbar-brand {
       margin-top: -7px;
		position: relative;
    top: 10px;
    }
    nav.sticky .navbar-brand {
    margin-top: -7px;
    position: relative;
    top: 10px;
	}
    nav.navbar .navbar-brand img.logo {
    width: 224px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px #eee;
    padding: 10px 0px;
    }
    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }
    nav.navbar-sidebar ul.nav > li > a {
        padding: 10px 15px;
        font-weight: bold;
    }
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand {
    }
    nav.navbar .navbar-brand img.logo {
        width: 160px;
    }
    .attr-nav > ul > li > a {
        padding: 10px;
    }
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}


/* Navbar Inverse=================================*/

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }
    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a {
        color: #fff;
    }
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }
    nav.navbar.navbar-inverse .navbar-nav > li > a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #999;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul {
        border-top: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}


/*Color=========================== */

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
    color:#3dbcff;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
    color: #3dbcff !important;
}

@media(max-width:920px) {
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #0082C6 !important;
    }
}


/*Border=========================== */

ul.cart-list > li.total > .btn {
    border-color: #0082C6;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-bottom: 3px solid #d39b12 !important;
    border-top-color: #fff!important;
}


/*Background=========================== */

ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus {
    background-color: #0082C6;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus {
    background-color: #dc3236 !important;
}


/*Accordion Menu*/

.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
    border-color:none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px !important;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.more-less {
    top: 8px !important;
    font-weight: bold !important;
}

.navbar-toggle.collapsed {
    background: transparent !important;
    /* color: #fff !important;*/
}

.collapsed {
    background: #f7f7f7;
    color: #444 !important;
}

.collapsed > .more-less {
    color: #fff !important;
    font-weight: bold !important;
}

.nav.nav-justified > li > a {
    position: relative;
}

.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus {
    background-color: transparent;
}

.nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: transparent;
    border-radius: 15px;
    color: #fff;
}

.nav.nav-justified > li.active > a > .quote {
    opacity: 1;
}


/*.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #EE0000; }*/

.nav.nav-justified > li > a > img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 45%;
        bottom: 25px;
        font-size: 50px;
    }
    #nav-tabs .active .lead2 {
        color: #E00
    }
}

.section5 .nav.nav-justified > li > a > .quote {
    left: auto;
    top: auto;
    right: 45%;
    bottom: 68px;
    font-size: 50px;
}

.solli {
    display: inline;
    float: left;
}

.solli li {
    text-align: left;
    font-size: 16px;
}






/*Fade content bs-carousel with hero headersCode snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.comImage credits: unsplash.com*/


/********************************/


/*       Fade Bs-carousel       */


/********************************/

.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f0b121;
    border-color: #f0b121;
    opacity: .7;
	border-radius:0px
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.carousel-indicators .active{
	background:#fff!important;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero2 {
    padding-top: 10%;
}

.hero3 {
}

.hero {
   position: absolute;
    vertical-align: middle;
    top: 50%;
    left: 15%;
    z-index: 3;
    color: #000;
    text-align: left;
	}

.hero h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.hero h3 {
    font-size: 2em;
    color: #fff;
    text-align: left;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/***slider2*****************************/

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*            Overlay           */


/********************************/


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*.fade-carousel .slides .slide-1 {  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); }.fade-carousel .slides .slide-2 {  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);}.fade-carousel .slides .slide-3 {  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);}*/

#bs-carousel .carousel-indicators {
    margin-bottom: 36px;
}


nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #f0b121!important;
    background: none;
}

nav.navbar.bootsnav ul.nav > li > a:hover:after {
    width: 50%;
}



nav.navbar.bootsnav ul.nav > li > a {
	color:#000;
}


/********************************/


/*          Media Queries       */


/********************************/

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

}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}


/* Responsive Media Queries max 480px*/

@media screen and (max-width: 480px) {
    nav.navbar {
        padding-top: 7px !important;
    }
    
    
}



a.notxtdec {
    text-decoration: none;
}


.logo-img {
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 14px 0;
    border-radius: 8px;
}

.logo-img img {
    margin: 0 auto;
    display: table;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}

.logo-img.hover-logo:hover {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.54);
    background: #fff;
    border: 0px solid transparent;
}



/*****Contact us*****/

.footer-widget.ml-30.mt-30 {
    margin-left: 30px;
}

footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/working-line.png)  no-repeat top center;
    opacity: 1;
}


.footer-title .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.footer-items-1 p {
    color: #aeb7ca;
    font-size: 14px;
    line-height: 26px;
}

.footer-logo.text-center {
    padding: 30px 0px;
}

.footer-items-1 ul{
	margin:0px;
	padding:0px;
}

.footer-items-2.d-flex ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer-items-1 ul li {
    display: inline-block;
}

.News-item.d-flex {
    width: 100%;
    float: left;
    margin-top: 11px;
}

.footer-items-1 ul li a:hover {
    background: #0154f7;
    color: #fff;
    border-color: #0154f7;
}

.footer-items-1 ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 2px solid #2d416a;
    color: #556a96;
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	    display: block;
}

.footer-items-3 .News-item .News-content p.cont{
    font-size: 14px;
	color:#aeb7ca;
}

.footer-items-2.d-flex ul li a {
    color:#aeb7ca;
    text-decoration: none;
}

.footer-items-3 .News-item .News-thumb {
    width: 64px;
    float: left;
}
.footer-items-3 .News-item .News-thumb img {
    width: 100%;
    border-radius: 5px;
}

.footer-items-3 .News-item .News-content {
    padding-left: 18px;
}
.copyright {
    height: 85px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #2b3c60;
    margin-top: 76px;
}

#backToTop .back-to-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    height: 50px;
    width: 50px;
    background: #0154f7;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    cursor: pointer;
    display: none;
    font-size: 24px;
}


.footer-copyright.text-center.py-3 {
    background: #777;
	padding:10px 0px;
}

.footer-menu {
    background: #444;
    padding: 12px 0px;
    float: left;
    width: 100%;
}

ul.list-unstyled.footlnk {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.list-unstyled.footlnk li {
    float: left;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0px;
    width: 100%;
}

#contact-bg{
	
}

.quick-contact-widget span {
    margin-bottom: 10px;
    font-size: 15px;
    color: #040404;
    line-height: 2;
    display: table;
    clear: both;
	text-align: left;
}

.quick-contact-widget span i {
    font-size: 18px;
    padding-right: 10px;
    display: table-cell;
}

.section-title-wrap.text-alignleft .section-title {
    margin-bottom: 20px;
    border-left: 5px solid #e9ac22;
    padding-left: 20px;
    line-height: 1;
}

.section-title-wrap.text-alignleft {
    text-align: left;
}

#contactform input[type="text"], #contactform input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
}

#contactform input[type="text"], #contactform input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#contactform button#submit {
    margin: 20px 0 0;
}

.blocbox.scnd {
    padding: 20px 24px 20px 24px;
    background: #fff;
    box-shadow: 1px 3px 6px 3px #5252521f;
    position: relative;
    left: 73px;
    z-index: 1;
    top: 30px;
}

#page_id-4 .join-now {
    background: #152c55;
    box-shadow: 1px 3px 6px 3px #5252521f;
    padding: 40px 30px;
}

.cms-sec4-bx ul {
    margin: 0px;
    padding: 0px;
}
.cms-sec4-bx ul li {
    list-style: none;
    margin-left: 28px;
    padding-bottom: 4px;
}
.cms-sec4-bx ul li:before {
    color: #fff;
    content: "\2713";
    display: inline-block;
    font-family: 'ionicons';
    margin-left: -24px;
    width: 24px;
    font-weight: bold;
}

.mb10 {
    margin-bottom: 10px;
}

ul.sub-menu{
    display: none;
}

.hexa-box {
    text-align: center;
    box-shadow: -4px 7px 8px 0px #d8d8d8;
    min-height: 220px;
    padding: 0px 14px;
    width: 100%;
    margin-top: 40px;
    background: white;
    border-bottom: 3px solid #0f83dc;
	padding:10px;
}

.hexa-box img {
    margin: 0 auto;
}
#menu-item-7:hover .sub-menu {
    display: block;
}

.hexa-box p.cont3 {
    text-align: justify;
}

.hexa-box span {
    box-shadow: -4px 7px 8px 0px #d8d8d8;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 16px;
    margin: 0px auto 0 auto;
}

#des-bg {
    background: #fff;
    box-shadow: 0px 0px 13px 0px #e5e5e5;
    min-height: 220px;
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
}

.ser-icon {
    width: 100%;
    max-width: 306px;
    padding: 30px 0px;
    background-color: #00336a;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
}

.contact-form {
    background: #f8f8f8;
    box-shadow: 0px 0px 8px #d7d7d7;
    padding: 20px 10px;
}

.contact-form button#submit {
    background: #e9ac22;
    color: #fff;
    padding: 8px 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
}



.blue-line{width:100%; float:left; background:#0748a6; padding: 6px 0;}

.blue-line p{display:inline-block; margin: 0 6px; color: #fff; }

.blue-line i {margin-right: 6px;}

.mail-box{float:left;}

.awesome {
    width: 100%;
    float: left;
    text-align: center;
    margin: 98px 0 28px 0;
    position: relative;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    padding: 18px 10px;
	background: #f7f7f7;
    min-height: 178px;
}

.awesome img {
	margin: -78px auto 0 auto;
    display: table;
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border-radius: 50%;
    width: 100px;
	transition: all 0.3s linear 0s;
    padding: 14px;
}

.awesome:hover img {
    margin: -88px auto 0 auto;
}

.sales-cloud-box1 {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 100px;
    border-radius: 10px;
    transition: 1s;
}

.sales-cloud-box1 a {
    text-decoration: none;
}

span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: 1s;
}

.sales-cloud-box1 p {
    padding: 10px 0px;
    padding-top: 10px;
    padding-top: 34px;
    transition: 1s;
}

.our-data-img1 {
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border: none;
    border-radius: 0px;
    overflow: hidden;
}

.our-data-txt1 {
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    margin-top: -5px;
    padding: 14px 8px;
    transition: 1s;
	border-bottom: 2px solid #fff;
	min-height: 198px;
}
.orth-hov:hover .our-data-txt1 {
    border-bottom: 2px solid #2cb5e9;
}


.mb0 {
    margin-bottom: 0px;
}

.lead2 {
    font-size: 20px;
    line-height: 30px;
    color: #353535;
    letter-spacing: 0;
    margin-top: 5px;
    font-weight: 600;
}


.team-doc img.img-responsive {
    width: 100px;
    height:100px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.38);
}

.team-doc {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    padding: 40px 0px 10px 0px;
    text-align: center;
    background: #fff url(../img/blueshape.jpg) no-repeat top center;
    background-size: contain;
}
.inst2 {
    width: 100%;
    border: 1px solid #fff;
    padding: 16px 0px;
    color: #fff;
}
.rgt-icon {
    width: 64%;
    margin: 0 auto;
}

.inst2 i.fa {
    float: left;
    margin-right: 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.rgt-icon p.cont2.mb0 {
    line-height: 48px;
    font-size: 18px;
	font-weight:600;
}

.rgt-icon img {
    width: 54px;
}

#carousel-example-generic .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 100%;
    float: left;
}

#carousel-example-generic .thumbnail .caption span {
    width: 100px;
    display: block;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
box-shadow: 3px 3px 6px 3px #5d5c5c42;}

.section.section9.testimon .contact-form {
    width: 88%;
    float: right;
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px;
}

.section.section9.testimon .contact-form  textarea.form-control {
    height: 88px;
}

ul.crystal {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

ul.crystal li {
    font-size: 17px;
	line-height: 30px;
}

.social-box ul li {
    list-style: none;
    float: left;
    color: #fff;
}

.social-box {
    width: auto;
    float: right;
    padding: 8px 0px;
}

.social-box ul {
   margin:0px;
   padding:0px;
}

.social-box ul li {
    list-style: none;
    float: left;
    color: #fff;
    border: 1px solid #fff;
    line-height: 28px;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    font-size: 14px;
	border-radius: 50%;
}


.social-box ul li i {
    margin-right: 0px
}





/****wallpaper css****/


.hero {
    padding: 20px;
    background: #ffffffd9;
    width: 620px;
	border-right: 4px solid #d6a103;
}


.singlcours-hov p {
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    margin-bottom: 3px;
    width: auto!important;
}

.singlcours-hov p.lead2.mb0 {
    font-size: 22px;
}

.singlcours {
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #f0b121;
    margin-bottom: 20px;
    margin-top: 24px;
}


.singlcours-hov {
    position: absolute;
    top: 10%;
    left: 0px;
    padding:78px 28px;
    background: #000;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    width: 100%;
	text-align:center;
}

.singlcours:hover .singlcours-hov {
    opacity: 1;
    display: inline-block;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    top: 0;
	    border: 1px dashed #fff;
}

.singlcours:hover .singlcours-hov p.btn-cour {
    border: 1px solid #ffffff;
    color: white;
    width: 52%!important;
    float: none;
	margin:0 auto;
}

.refurnes {
    position: absolute;
    top: 33px;
    left: 0px;
    background: #0c1f38;
    padding: 28px;
}


/****Footer***/


footer{width:100%; float:left; position:relative;    background: #0c1f38; color: #fff;}

.footer-yellow{width:100%; float:left; text-align:center; background: #ffc31d; color: #0c1f38;    margin: -28px 0 0 0;}
 
 
 .office h2{font-family: 'Roboto', sans-serif; font-size:22px; font-weight:bold; }
 
.office p {
     font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 18px 20px;
    line-height: 28px;
}

.office h2:after{
    width: 86px;
    background: #0c1f38;
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
    top: 54px;
    left: 50%;
    }
 
 .black-circle {
    width: 12px;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
    margin: 0 auto;
    height: 12px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}

.office span {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color:#eda20e;
	 padding-top: 28px;
    display: block;

}

.copyright{width:100%; float:left; text-align:center; background: #0c1f38; color: #fff; font-size: 12.27px;line-height: 42px;}



.testimonial{text-align:center;     background: linear-gradient(to right,#0d489d 50%,#009aab5e), url(../img/bg-map.jpg); color:#fff; background-size:cover; background-repeat:none;
 background-position:center, center;
 }
 

.carousel-inner span {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color:#eda20e;
	 padding-top: 28px;
    display: block;

}

p.txt-art {border-bottom: 1px solid #fff;  padding: 48px 22px 28px 22px;}
 
 .testimonial h2:after{    width: 188px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
    top: 77px;
    left: 50%;}

.yellow-cir {
    width: 14px;
    left: 0;
    right: 0;
    top:71px;
    bottom: 0;
    margin: 0 auto;
    height: 14px;
    background: #eeb20e;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.carp-box .project-thumb {
    box-shadow: 0px 10px 80px 0px rgba(167, 167, 167, 0.65);
    border-radius: 12px;
    overflow: hidden;
}

.carp-box .project-thumb img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.carp-box:hover .project-thumb img {
    transform: scale(1.1);
}

.carp-box .project-content .title {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    padding-top: 44px;
}

.col-box {
    width: 19.4%;
    float: left;
    margin-right: 11px;
}

.col-box:last-child{
	  margin-right: 0px;
}

.line-bg {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: rotate(180deg);
}

.line-bg-t {
    position: absolute;
    left: 20%;
    top: 50%;
}

ul.cms-sec4-bx{
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.cms-sec4-bx li {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 14px 24px;
}

.rub {
    padding: 28px 0px 0px;
}

 ul.cms-sec4-bx li:before {
    color: #001e30;
    content: "\2713";
    display: inline-block;
    font-family: 'ionicons';
    margin-left: -24px;
    width: 24px;
    font-weight: bold;
}

div#myCarousel-testimonial .item span.fix {
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    margin: 0px;
    padding: 5px;
}

div#myCarousel-testimonial .carousel-indicators {
    bottom: -20px!important;
    left: 30px;
}

div#bs-carousel .carousel-indicators {
    bottom: 20%!important;
    left: 17%;
}
.contact-test {
    width: 82%;
	float:right;
}

.contact-test div#contact-form {
    padding: 10px 32px;
}

.contact-test div#contact-form textarea.form-control {
    height: 80px;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
