

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

body{
  font: 1.4rem Helvetica;
  height: 100vh; /*vh = viewport height */
  margin: 0; /* By default, the browser sets a margin. So nullify it*/
}


.hide {
	display: none;
}

.wrapper {
    width: 80%;
}

.login-main{
	/*display:flex;
	justify-content:center;
	align-items:center;*/
	height: 100%;
	/*top:10px;*/
}

.login-div{
	padding-top:80px;
	/*display:grid;*/
	justify-content: center;
	padding-bottom:0;
	padding-left:10%;
	padding-right:10%;
	height:100%;
	width: 100%;
}

.login-div h2{
	text-align:center;
	padding-top:5px;
	padding-bottom:35px;
	/*margin:0;*/
	color:/*#058BCE*/#16339dd1;
}

.back-to-top {
    float: right !important;
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 300;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9000;
}

.back-to-top i {
    font-size: 60px;
}

.text-muted {
    color: #777
}

.text-primary {
    color: #058BCE;
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #058BCE;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #058BCE;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 900;

}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #058BCE;
    border-color: #058BCE;
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #058BCE;
    border-color: #058BCE;
}

.btn-primary .badge {
    color: #058BCE;
    background-color: #fff;
}

.btn-xl {
    color: #fff;
    background-color: #058BCE;
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #48AAF1;
    border-color: #48AAF1;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #48AAF1;
    border-color: #48AAF1;
}

.btn-xl .badge {
    color: #48AAF1;
    background-color: #fff;
}

.section-heading,
.section-subheading {
    opacity: 1;
}



@media (max-width:480px) {
    .wrapper {
        width: 90%;
    }
}


/* 2.0 ==========   NAVBAR   =============================================================================*/

.top-nav {
    width: 95%;
}

.navbar-default {
    background-color: #222;
    border-color: transparent;
}

.nav-buttons {
    border-radius: 0px !important;
}

.navbar-brand {
    float: left;
    width: 165px;
    height: 50px;
    padding: 0px !important;
}

.logo-top {
    /*padding-top: 3px !important;*/ /*SM*/
    padding-left: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 4px !important;
	padding-right: 60px !important;
	display:flex;
	justify-content:center;
}

.copy-right {
    width: auto;
    height: auto;
    line-height: 40px;
    padding-right: 10px;
    float: left;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    color: rgba(255,255,255,1);
}

.designed {
    width: auto;
    height: auto;
    float: right;
}

.designed p {
    width: auto;
    height: auto;
    float: right;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 40px;
    color: rgba(255,255,255,1);
	margin:0;
}

.designed p a {
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    color: /*rgba(255,255,255,1)*/orange;
}

.clear {
    clear: both;
}

/* 13.1 ================== Scroll to top =============== */


.scroll-up {
    position: fixed;
    display: flex;
    z-index: 999;
    bottom: 3.5em;
    right: /*35px*/10px;
	justify-content: center;
	align-items:center;
}
.scroll-up a {
    background-color: #058BCE;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 38px;
	color: white;
}
.scroll-up a:hover,
.scroll-up a:active {
    background-color: #205CB1;
}

.whats-app {
    position: fixed;
    /*top: /*76vh*//*55vh;*/
	bottom: 205px;
    right: /*0px*/-25px;
    margin-right: 55px;
    width: 30px;
    z-index: 120000;
	max-height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.whats-app img:hover {
	border-radius: 20px;
	border: 2px solid white;
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.4), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.whats-app img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    opacity: 1;
    max-width: 40px;
	max-height: 40px;
}

.call-me {
    position: fixed;
    /*top: /*76vh*//*62vh;*/
	bottom: 158px;
    right: /*0px*/-26px;
    margin-right: 55px;
    width: 30px;
    z-index: 120000;
	max-height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.call-me img:hover {
	border-radius: 20px;
	border: 2px solid white;
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.4), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.call-me img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    opacity: 1;
    max-width: 40px;
	max-height: 40px;
}

.email-me {
    position: fixed;
    /*top: /*76vh*//*69vh;*/
	bottom: 110px;
    right: /*0px*/-27px;
    margin-right: 55px;
    width: 30px;
    z-index: 120000;
	max-height: 43px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.email-me img:hover {
	border-radius: 20px;
	/*border: 2px solid white;*/
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.4), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.email-me img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 29px;
    margin-top: 5px;
    opacity: 1;
    max-width: 43px;
	max-height: 43px;
}


.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-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    border-bottom: 4px solid #058BCE;
}

.navbar-default .navbar-toggle {
    background-color: #058BCE;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #48AAF1;
}

.nav > li > a {
    padding: 10px 12px !important;
}

.navbar-default .nav li a {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #058BCE;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #058BCE;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #058BCE;
}

.navbar-right {
    margin-right: 0px;
    margin-top: 6px;
}

.navbar-toggle {
    margin-right: 0px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 540px;
}

.navbar-collapse input{
    background: transparent;
    color: #000;
}

.navbar-collapse button:before{
    background: transparent;
    border: rgb(253, 3, 3);
    

}
@media (min-width:768px) {
    /*.navbar-default {
        background-color: t#222222;
        padding: 9px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px
    }
    .navbar-default.navbar-shrink {
        background-color: #222222;
        padding: 0px 0;
        box-shadow: 0px 2px 5px #333333;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }*/
}

@media (min-width: 768px) and (max-width: 920px) {
    .navbar-default {
        padding: 5px !important;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        background-color: #222;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}



/* 3.0 ========   HEADER  =========*/

#header {
    position: relative;
    color: #fff;
    /*height: 100%;*/ /*SM*/
}

.intro-text {
    padding-bottom: 25px;
    text-align: center;
}

.intro-text .intro-lead-in {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 45px;
}

.intro-text .intro-heading {
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 0px;
    margin-bottom: 10px
}

.intro-text .intro-paragraph {
    font-size: 21px;
    font-family: "source sans pro", "Droid Serif";
    margin-top: 70px;
}

@media (max-width: 450px) {

    .intro-text {
    padding-bottom: 35px;
    text-align: center;
}
}

/*   ==========   search   ==*/
.search-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.searchText{
    width: 1rem;
    padding: 1rem;
    border-radius: 5rem;
	border: 2px solid #222;
    border: none;
    outline: none;
    background-color: #000;
    transition: all 0.2s linear;
	
}
.searchText{
    outline:none;
    
}
.searchBtn{
    width: 3rem;
    height: 3rem;    
    color:#fff;
	background-color: #222;
    position: absolute;
    right: 0rem;
    display: grid;
    place-items: center;
}
.search-box:hover >.searchText{
    width: 25rem;
    height: 5rem;
    padding: 2rem;
    box-shadow: 0 2rem -1.5rem rgba(0, 0, 0, 0);
}
.search-box:hover >.searchBtn{
    border-radius: 10px;
    background: #fff;
    color: #222 !important;
}

/*.searchIcon:before {
    color: /*rgb(8, 8, 8)*//*white;
	font-weight:bold;
}*/
.search-box >.searchIcon{
    color: /*rgb(8, 8, 8)*/ white ;
    font-weight: bold;
}

.search-box:hover >.searchIcon{
    color: rgb(8, 8, 8);
}


.Good{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    margin-top:6px;
    padding: 5px;
    border: none;
    /*border:solid 1px #ccc;*/
    border-radius: 10px;
  }



/* 4.0 ==========   SLIDER   ==*/

#slider {
    /*margin: 0px !important;
    padding: 0px !important;*/
	padding-top:50px;
	padding-bottom:0px;
}

.slider-button {
    border: 2px solid #fff;
    background-color: transparent !important;
    padding: 8px 40px;
}

.top li {
    color: #fff;
    position: absolute;
}

#myCarousel-one {
	/*top:50px;*/
}

#myCarousel-one .item, img.slider-image {
    /*background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#myCarousel-one .item:before {
    background-color: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.carousel-caption {
    left: 45px;
    margin: 0 auto;
    right: 45px;
    top: 20%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
}

.carousel-caption h1 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 100;
}

.carousel-caption h2 {
    font-size: 81px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: lowercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.myCarousel-one-left,
.myCarousel-one-right {
    color: /*#000*/#fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.myCarousel-one-left {
    left: -100px;
}

.myCarousel-one-right {
    right: -100px;
}

#myCarousel-one:hover .myCarousel-one-left {
    left: 0;
}

#myCarousel-one:hover .myCarousel-one-right {
    right: 0;
}

.myCarousel-one-left:hover,
.myCarousel-one-right:hover {
	color: #fff;
	
}

video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


/* 4.1 ======= Carousel animation =============*/


/* Animation delays */

.intro-lead-in {
    animation-delay: 0.4s;
}

.intro-heading {
    animation-delay: 0.6s;
}

.intro-paragraph {
    animation-delay: 0.7s;
}

.slider-button {
    animation-delay: 0.4s;
}

@media (max-width: 1500px){

.carousel-caption {top:18%;}
}

@media (max-width: 1280px){

.carousel-caption {top:20%;}
.intro-text .intro-paragraph {
    font-size: 15px;
    margin-top: 40px;
}
.intro-text .intro-lead-in {
    font-size: 60px;
    margin-bottom: 20px;
}
.intro-text .intro-heading {
    font-size: 20px;
    margin-bottom: 10px;
}
.intro-text {
    padding-bottom: 15px;
}
}
@media (max-width: 920px){

.carousel-caption {top:25%;}
.intro-text .intro-paragraph {
    font-size: 12px;
    margin-top: 30px;
}
.intro-text .intro-lead-in {
    font-size: 20px;
    margin-bottom: 10px;
}
.intro-text .intro-heading {
    font-size: 30px;
    margin-bottom: 10px;
}
.intro-text {
    padding-bottom: 10px;
}
}
@media (max-width: 600px){
.intro-text .intro-lead-in {
    font-size: 20px;
    margin-bottom: 0px;
}
.carousel-caption .btn {
    display: none;
}
}


/* 5.0 =======   ABOUT US ===*/

section#about {
    background-image: url(../img/backgrounds/about.jpg);
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 780px;
    background-color: #FEFEFE;
}

.about-button {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* 6.0 ========   SERVICES   ====*/

section {
    padding: 40px 0
}

section#services {
    background-image: url(../img/backgrounds/services-bg.jpg);
    background-position: center;
    background-size: cover;
}
.service {padding: 0px 45px;}

.service-heading {
    margin: 25px 0px 15px 0px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;

}

section#services .section-subheading {
    color: #fff !important;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
	margin:0;
    text-align: center;
    text-transform: uppercase !important;
    color: #058BCE;
    
}

section h3.section-subheading {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    margin-bottom: 47px;
    margin-top: 20px !important;
    color: #222222;
}

.text-services {
    text-transform: none;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    padding-bottom: 20px;
}

.first-services {
    padding: 45px 0px 5px 0px;
}
.second-services { padding: 15px 0px 5px 0px;}

#services i.fa {
    font-size: 38px;
    /* border: 4px solid; */
    background: #058BCE;
    width: 80px;
    height: 80px;
    padding: 22px 17px;
    border-radius: 50%;
    transition: all 0.2s;
}



.fa-phone:before,.fa-envelope:before{
    color: rgb(50, 97, 250);
}
.service i.fa:hover {
    box-shadow: 0px 0px 6px #fff;
}

@media (min-width:768px) {
    /*section {
        padding: 80px 0
    }*/
}

@media (max-width:480px) {
    section h2.section-heading {
        font-size: 43px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase !important;
        color: #058BCE;
    }
    section h3.section-subheading {
        font-size: 14px;
        line-height: 26px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: none;
        text-align: center;
        font-weight: 400;
        margin-bottom: 47px;
        margin-top: 15px !important;
        color: #000;
    }
}


/* 7.0 ====== TEAM  =============*/


/* Team members images are set within the HTML using inline CSS, not here */

section#team {
    background-color: #FEFEFE;
    padding-bottom: 0px !important;
}

.carousel {
    height: 100%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
    text-align: center;
}

.carousel-control {
    position: absolute;
    width: 1%;
    font-size: 10px !important;
    color: #222222 !important;
    text-align: center;
    opacity: 1 !important;
}

.carousel-indicators li {
    border: 1px solid /*#222222*/ white;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin: 2px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: /*#222222*/lightblue;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 45px;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 20px;
}

.glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 20px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 35%;
}

.team-wrapper {
    width: 90%;
}

.team-member-bio {
    padding-top: 7%;
    padding-right: 20px;
}

.team-member-name {
    font-size: 35px;
    color: #222222;
}

.team-text-short {
    font-size: 15px;
    line-height: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

.team-member {
    text-align: center;
    height: 500px;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

.bio {
    font-family: "source sans pro"
}

.social-buttons {
    text-align: center;
    float: left;
    padding-top: 15px;
}

.text-muted-role {
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #058BCE;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-inner {
    margin: 0 auto;
}

.team-member img {
    position: absolute;
    margin: 0 auto;
    float: left;
    left: 11%;
}
@media (max-width:450px) {
.carousel-indicators {
    bottom: 0px;
}
.team-member img {
    width: 100%;
}
.team-member-name {
    font-size: 25px;
}
.text-muted-role {
    font-size: 19px;
}
.team-text-short {
    font-size: 13px;
    line-height: 19px;
}
.team-member {
    height: 460px;
}
.team-member-bio {padding-top: 0% !important;}
.social-buttons {padding-top:0px;}

}

@media (max-width:989px) {
    .team-member {
        text-align: center;
        margin-bottom: 0px;
        width: 100%;
    }
    .team-member img {
        margin: 0 auto;
        opacity: 0.4;
        left: 0%;
    }
    .team-member-bio {
        position: absolute;
        text-align: center !important;
        width: 100%;
        padding-bottom: 0%;
        padding-top: 25%;
    }
    .social-buttons {
        padding-left: 0px;
        margin: 0 auto;
        float: none !important;
    }
    .team-member img {
        opacity: 0.4;
        float: none;
        position: relative;
    }
    .social-buttons {
        float: none;
    }
    .carousel-indicators {
    bottom: -10px;
}
    .glyphicon-chevron-right:before {
        content: "\e080";
        font-size: 20px;
    }
    .glyphicon-chevron-left:before {
        content: "\e079";
        font-size: 20px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        top: 30%;
    }
    .carousel-control .glyphicon-chevron-right {
        margin-right: 0px;
    }
}

@media (min-width:990px) and (max-width:1280px) {
    .team-member-bio {
        width: 65%;
        float: right;
    }
    .social-buttons {
        padding-left: 0px;
        margin: 0 auto;
        float: left;
    }
    .team-member img {
        width: 100%;
        padding-top: 50px;
    }
}


/* 8.0 ==========   PORTFOLIO   ============*/

section#portfolio {
    background-color: #ececec;
    padding-bottom: 110px;
}

.img-responsive {
    width: 100%;
	border-radius: 5px;
}

.portfolio-items {
    padding: 0px !important;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    padding: 0px;
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.text-align {
	
}

.portfolio-item {
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
}

.portfolio-item .hover-bg {
    height: 100%;
    overflow: hidden;
    position: relative;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.portfolio-item:hover {
    background-color: #fff;
    z-index: 9999;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: linear-gradient(to right, #7b4397, #dc2430);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hover-bg .hover-text>h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 35px;
}

.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

.portfolio-wrapper ul.filter li {
    float: left;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 600;
}

.portfolio-wrapper ul.filter li a {
    color: #909090;
}

.portfolio-wrapper ul.filter li a:hover,
.portfolio-wrapper ul.filter li a.active {
    color: #000;
}

.portfolio-wrapper .portfolio-items {
    clear: both;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
}

.portfolio-wrapper .overlay-content {
    position: absolute;
    bottom: 0;
    padding: 40px 35px;
}

.portfolio-wrapper .overlay-subheading {
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    
    font-size: 18px;
}

.portfolio-wrapper .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -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;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-wrapper .portfolio-overlay a {
    color: #fff;
    font-size: 35px;
}

.portfolio-wrapper .portfolio-overlay a:hover {
    color: #fff;
}

.portfolio-container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

ul.filter {
    padding: 15px 0px;
}

ul.filter li {
    display: inline-block;
    padding: 17px 2px;
}

ul.filter li a {
    padding: 15px 25px;
    border-radius: 0;
    background-color: #058BCE;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

ul.filter li a:hover {
    background-color: #48AAF1;
}
/* 9.0 ============  categories heading only  = */

#categories {
    /*background-color: #FEFEFE;
    padding-bottom: 20px;*/
}

.categories-title {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin: 0px !important;
    padding: 20px 0px 10px 0px;
}


/* 8.1  ====================  Portfolio modals ================ */

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}

::-moz-selection {
    text-shadow: none;
    background: #fed136
}

::selection {
    text-shadow: none;
    background: #fed136
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #fed136
}


/* 9.0 ============  PRICING  = */

#pricing {
    background-color: #FEFEFE;
    padding-bottom: 60px;
}

.pricing-title {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin: 0px !important;
    padding: 25px 0px 10px 0px;
}

.price {
    margin-top: 0;
    padding: 0 15px 15px 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #fff;
}

.price1 {
    /*background: #E6E6E6;*/
	font-size:25px;
	font-weight: bold;
	color: /*darkblue*/orangered;
}



.pricing {
    background-color: #f7f7f7;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: content-box;
    border: 1px solid lightgrey;
	min-height:500px;
	/*margin-left:20px;
	margin-right: 20px;*/
}

.pricing:hover {
    box-shadow: 0px 0px 18px #ddd;
}

.pricing h5 {
    margin-top: 0;
    padding: 25px 0px 10px 0px;
}

.pricing .border {
    width: 100%;
    margin-bottom: 15px;
    background-color: #058BCE;
    height: 2px;
}

.pricing ul {
    list-style: none;
    padding: 0;
}

.pricing ul li {
    padding: 8px 0;
    font-size: 15px;
    font-family: "source sans pro"
}

.pricing a.btn-send {
    text-transform: uppercase;
    /*margin-bottom: 20px;*/
    padding: 15px 60px;
    background-color: #058BCE;
    border-radius: 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 700;
	border-radius: 10px;
}

.pricing a.btn-send:hover {
    background-color: #48AAF1;
}

.pricing ul li:nth-child(even) {
    background: #E6E6E6;
	font-size:25px;
	font-weight: bold;
	color: darkblue;
}

.pricing-top-box {
    background-color: #266DD1;
}
.pricing-top-box img{
    width: 100%;
    height: 50%;
}


.product-box {
	margin-top:0px;
	margin: 10px;
}

@media (max-width:1440px) {
    .pricing a.btn-send {
        padding: 15px 25px;
    }
    .pricing-title {
        font-size: 30px;
    }
}

@media (max-width:768px) {
    .pricing a.btn-send {
        padding: 15px 30px;
    }
    .pricing-title {
        font-size: 40px;
    }
}


/* 10.0  CLIENTS ===========================================================================*/

.client-single-logo {
    margin: 0 auto;
}

.client-logo {
    width: 100%;
    padding: 10px 10px;
}

#clients {
    background-color: #ebebeb;
    min-height: 210px;
    padding: 50px 0px;
}

.container-fluid-clients {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* 11.0 =========================================================================  TESTIMONIALS  ==*/

#testimonials {
    background: #266DD1;
    padding: 70px 0 100px 0;
    min-height: 450px;

}

#testimonial {
    padding: 30px 0;
}

section#testimonials .section-heading {
    color: #fff !important;
}

section#testimonials .section-subheading {
    color: #fff !important;
}

#testimonials img {
    width: 120px;
    padding: 10px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 7px;
    
    font-weight: 300;
}

.testimonial-author {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
}

.block-text {
    background-color: #fff;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
    height: 100%;
    float: left;
}


/* 12.0  ===== CONTACT ============*/

#map-canvas {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
}

.company-address,
.company-contact {
    padding-top: 20px;
    color: #fff;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#success {
    padding: 20px 0; 
}

section#contact {
    background-image: url(../img/backgrounds/contact-img.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 110px;
    min-height: 900px;
   box-shadow: none !important;
  margin-bottom: 0px !important;
}




section#contact .section-heading {
    color: #fff !important;
}
section#contact .section-subheading {
    color: #fff !important;
}
section#contact .section-heading-contact {
    font-size: 60px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase !important;
    color: #fff !important;
}
section#contact .form-group {
    margin-bottom: 20px
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 16px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 178px;
}
section#contact .form-control:focus {
    border-color: #48AAF1;
    box-shadow: none
}
section#contact::-webkit-input-placeholder {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-moz-placeholder {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact::-moz-placeholder {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-ms-input-placeholder {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact .text-danger {
    color: #e74c3c
}
address {
    line-height: 33px !important;
}
.form-control {
    font-family: "source sans pro" !important;
    border-radius: 0;
}

@media (max-width: 990px){
    #map-canvas {
margin-top: 20px;
}
}

/* 13.0 ========  FOOTER  ================*/

.to-top-button {
    position: absolute;
}
footer {
    padding: /*53px 0px 30px 0px*/0px; /*SM*/
	padding-left: 15px;
	padding-right: 15px;
    background-color: #0A0A0A;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: relative !important;
    bottom: 0px;
    width: 100%;
}
.footer-info {
    padding: 0px !important;
}
.footer-logo {
    float: left;
    margin-bottom: 20px;
    width: 170px;
}
.footer-text {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    float: left;
    text-align: center;
}
.social-icons-footer {
    padding-left: 0px !important;
    float: left;
}







.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}



.row-3 h2 {
	font-size: 40px;
    /*margin-top: 0;*/
	/*margin: 20px;
	margin-top:40px;
	margin-bottom:40px;*/
    text-align: center;
    text-transform: uppercase !important;
    color: /*#058BCE*/#16339dd1;
}

.row-3 h3 {
	font-size: 32px;
    /*margin-top: 0;*/
	/*margin: 20px;
	margin-top:40px;
	margin-bottom:40px;*/
    text-align: center;
    text-transform: uppercase !important;
    color: /*#058BCE*//*DodgerBlue*/orangered;
}

.billing-page {
	/*padding: 20px;*/
}

.billing-page .row-3 {
	margin-bottom: 40px;
}

.billing-page .row h3 {
	margin-top:0px;
	margin-bottom: 50px;
	color:orangered;
}

.row7 {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.your-order-table {
	width: 85%;
}

.cart-actions {
	display:flex;
	justify-content:end;
	align-items:center;
	width:100%;
}

.cart-item-row {	
	border-bottom: 1px dashed lightgrey;
}

.cart-item-row:last-child {	
	border-bottom: 0px dashed lightgrey;
}

.cart-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items:center;
}

.cart-page .row-3 h2 {
    font-size: 40px;
    /* margin-top: 0; */
    text-align: center;
    text-transform: uppercase !important;
    color: /*#058BCE*/#16339dd1;
	margin-bottom:40px;
}

.cart-table{
	padding-left:20px;
	padding-right:20px;
	z-index:13000;
}

.cart-total-price {
	color: darkblue;
	font-weight:bold;
	font-size: 1.6rem !important;
}

.cart-total-price .fa {
	color:orangered;
}

.cart-item {
	color: DodgerBlue;
	margin:0px;
}

.cart-item-qty {
	width:60px;
}

.cart-item-qty input {
    height: 30px;
    /*padding-left: 10px;
    margin-right: 10px;*/
    border: 1px solid lightgrey;
    justify-content: center;
	border-radius:5px;
}

.cart-item-price {
	color: darkblue;
	font-weight:bold;
}

.cart-item-price .fa {
	color:orangered;
}

.search-box:hover, .search-box:focus, .search-box:active {
	border: 3px solid #0588CE;
}

.dropdownn {
    position: relative;
    display: inline-block;
}

.dropdownn-content {
    display: /*none*/grid;
    position: absolute;
    background-color: #15161D;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}



.copyright-bottom {
    padding: 0px !important;
}

.social-buttons-footer {
    padding-top: 25px;
}

footer span.copyright {
    font-family: "lato";
    text-transform: none;
    color: #757575;
    float: left;
    margin-top: 20px;
    font-size: 12px;
}
.last-href{
	text-align: center;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #058BCE;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #48AAF1;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}
@media (max-width: 420px) {
    ul.social-buttons li {
        padding: 0px
    }
}
@media (max-width: 380px) {
    ul.social-buttons li a {
        display: block;
        background-color: #058BCE;
        height: 35px;
        width: 35px;
        border-radius: 100%;
        font-size: 15px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}



/************                CUSTOMIZER       **************************/



#theme-settings {
    width: 250px;
    height: 185px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFF;
    float: left;
    position: fixed;
    right: -251px;
    top: 263px;
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    color: #000;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#theme-settings.active {
    right: 0;
}
#settings-button {
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
    width: 35px;
    height: 35px;
    display: block;
    background: #FFF url(../img/options.png)no-repeat;
    left: -35px;
    position: absolute;
    cursor: pointer;
}
.gradients li {
    list-style: none;
}
.settings-title {
    font-weight: 800;
    padding-left: 10px;
    margin-bottom: 15px;
}
.color {
    padding-top: 10px;
}
.gradient1 {
    width: 50px;
    height: 50px;
    display: block;
    background: #e84040;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient2 {
    width: 50px;
    height: 50px;
    display: block;
    background: #1D4079;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient3 {
    width: 50px;
    height: 50px;
    display: block;
    background: #2E7D32;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient4 {
    width: 50px;
    height: 50px;
    display: block;
    background: #1abc9c;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient5 {
    width: 50px;
    height: 50px;
    display: block;
    background: #607D8B;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient6 {
    width: 50px;
    height: 50px;
    display: block;
    background: #f39c12;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient7 {
    width: 50px;
    height: 50px;
    display: block;
    background: #512DA8;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradient8 {
    width: 50px;
    height: 50px;
    display: block;
    background: #737373;
    cursor: pointer;
    float: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.44);
}
.gradients {
    padding-left: 5px;
    margin-bottom: 10px;
    float: left;
}
.gradients li {
    padding: 5px;
    float: left;
}
.gradient-title {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}



/*----------- product details ------*/
page-btn{
    margin: 0 auto 80px;
  }
  .page-btn span{
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }
  
  .page-btn span:hover{
    background: #ff523b ;
    color:#fff;
  }

  .small-img-row {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

.col-5 {
    flex-basis: 50%;
}

.product-details-heading {
	margin:0;
	justify-content: center;
	align-items: center;
	text-align:center;
	flex-basis:100%;
	margin-bottom:40px;
}

.product-image-preview {
    flex-basis: 40%;
    box-shadow: 0px 0px /*18*/0px #ddd;
    min-width: 320px;
}

.product-image-preview img {
  
    padding: 42px/*50px*/ 0;
}

.add-to-cart-btn {
	display: flex;
	justify-content: start;
	align-items: center;
}

.go-back {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*-------- cart items ----------*/
.small-container {
	padding-top:75px;
	width:100%;
	justify-content:center;
    /*max-width: 1080px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;*/
}

.delivery-summary, .finish-payment {
	background-color: white !important;
}

.payment-page .row-3 h2 {
    font-size: 40px;
    /* margin-top: 0; */
    text-align: center;
    text-transform: uppercase !important;
    color: /*#058BCE*/#16339dd1;
    margin-bottom: 40px;
}

.your-order-summary {
	display:flex;
	justify-content: center;
	align-items:center;
	text-align:center;
}

.your-order-table table {
	margin-bottom: 0px;
	margin-top:30px;
}


.cart-page {
    margin-top: 80px;
	padding:0;
	margin-bottom: 40px;
	/*height:100%;*/
}

table {
    width: 100%;
    border-collapse: collapse;
}



th{
  text-align: left;
  padding: 5px;
  color: #fff;
  background: #ff523b;
  font-weight: bold;
}

td{
  padding: 10px 5px;
}
td input{
  width: 40px;
  height: 30px;
  padding: 5px;
}
td a{
  color: #ff523b;
  font-size:12 px;
}
 td img{
   width: 80px;
   height: 80px;
   margin: right 10px; ;
 }

 .total-price{
   display: flex;
   justify-content: flex-end;

 }
 .total-price table{
   border-top: 3px solid #ff523b;
   width: 400px;
   max-width: 500px;
 }
 td:last-child{
   text-align: right;

 }
 th:last-child{
  text-align: right;

}

 /*-------- cart items ----------*/
.single-product {
    margin-top: 25px;
	padding:20px;
}

.single-product .col-2 img {
    padding: 0;
}

.single-product .col-2 {
    /*padding: 20px;*/
}


.single-product h4 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.single-product select {
    display: block;
    padding: 10px;
    margin-top: 20px;
}

.single-product input {
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
	justify-content: center;
}


.add-to-cart {
    width: 225px !important;    
	height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px	solid #ff523b;
	/*color: white;
	background-color: DodgerBlue;
	border-radius: 5px;*/
}

#ProductImg{
	border: 1px solid lemonchiffon;
}

.add-to-cart:hover {
	background-color:orangered;
	color: white;
	font-weight:bold;
}

input:focus {
    outline: none;
}

div.row a:hover{
    text-decoration: none;
}

.single-product .fa {
    color: #ff523b;
    /*margin-left: 10px;*/
}

.small-img-row {
    display: flex;
    justify-content: space-between;
}

.small-img {
	/*border: 1px dashed dimgrey;*/
}

.small-img:hover, .small-img:active , .small-img:focus {
	border: 1px solid lemonchiffon;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

.slider-div {
	justify-content:center; 
	width:100%;
}

.category-image {
	/*max-height:380px;*/
	/*border: 1px solid lightgrey;*/
	/*max-height:300px;*/
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: /*space-around*/center;
	width:100%;
	margin:0;
}

.row-top {
    align-items: flex-start;
}

.col-2 {
    flex-basis: 50%;
}


.product-detail-section {
    flex-basis: 60%;
	padding-left: 30px;
	min-widht: 300px;
}

.col-2 img {
    max-width: 50%;
    padding: 50px 0;
}

.col-2 h1 {
    font-size: 38px;
    line-height: 60px;
    margin: 25px 0;
}

.btn {
    display: inline-block;
    background: /*#ff523b*/DodgerBlue;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover, .btn:focus, .btn:active {
    background: #563434;
	color: white !important; /*SM*/
}


/* 13.0 ========  navba defaul ================*/
.navbar-defaul {
    background-color: #222;
    padding: 12px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
}

.navbar-defaul {
    background-color: #222;
    border-color: #222;
}

/*----------- product details ends ------*/


/*----------- accnt details  ------*/

/*-------------- Account page---------------------*/
.account-page{
    padding: 50px 0;
    background: radial-gradient(#fff,#ffd6d6);
	height:100%;
  }
 
.container{
	height: 100%;
}



  .form-container{
    background: #fff;
    margin-top: 3px;
    width: 300px;
    height: 350px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    padding-top: auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    }
  .form .message{
    margin: 15px 0 0;
    color: rgb(248, 103, 19);
    font-size: 10px;
  }
  .form .message a{
    color: #00aced;
    text-decoration: none;
  }
  .form-btn{
    display: inline-block;
  }
  .form-container form{
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 100px;
    transition: transform 1s;
  }
  form select{
	  margin: 10px 0;
  }
  form input{
    width: 100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
  }
  form textarea{
    width: 100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
  }
  form .btn{
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
  }
  form .btn:focus{
    outline: none;
  }
  
  form a{
    font-size: 12px;
  }
  .regform{
    display: none;
  }
.loginform{
    margin-top: auto;
}


.row-2 {
    justify-content: space-between;
    /*margin: 10px auto 50px;*/
	margin-left:0px;
	margin-right:10px;
	margin-bottom: 12px;
	margin-top:12px;
}

.row-3 {
    justify-content: space-between;
    /*margin-top:105px;*/
}

.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    /*margin-bottom: 50px;*/
    transition: transform 0.10s;
}

.col-4 img {
    width: 100%;
}


/*-------------- \checkout page---------------------*/

.checkout-form{
	justify-content: space-around;
}

.checkbox-form h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px;
	margin: 0 0 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.country-select {
	margin-bottom: 25px;
}
.checkout-form-list {
	/* margin-bottom: 30px; */
	width: 90%;
}
.country-select label,
.checkout-form-list label {
	color: #333;
	margin: 0 0 5px;
	display: block;
}
.country-select label span.required,
.checkout-form-list label span.required {
	color: #fed700;
	display: inline-block;
	font-size: 24px;
	line-height: 16px;
	position: relative;
	top: 5px;
}
/*
.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	width: 100%;
	padding: 0 0 0 10px;
}
.checkout-form-list input[type="checkbox"] {
	display: inline-block;
	height: inherit;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: inherit;
}
*/
.create-acc label {
	color: #333;
	display: inline-block;
}
.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	font-size: 25px;
	color: #363636;
}
.ship-different-title input {
	height: inherit;
	line-height: normal;
	margin: 4px 0 0;
	position: relative;
	top: 1px;
	width: auto;
}
.order-notes textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	height: 90px;
	padding: 15px;
	width: 100%;
}
.create-account,
#ship-box-info {
	display: none;
}
.your-order {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px 40px 45px;
}
.your-order h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	color:orangered;
}
.your-order-table table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 98%;
}
thead {
	background-color: #f6f6f6;
}
.your-order-table table th {
	border-top: medium none;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}
.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
	text-align: center;
}
.your-order-table table tr.cart_item:hover {
	background: #F9F9F9;
}
.your-order-table table .order-total td {
	border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
	color: #464646;
	font-size: 20px;
}
.your-order-table table .order-total th {
	border-bottom: medium none;
	font-size: 18px;
}
.payment-method {
	margin-top: 40px;
}
.payment-accordion .card {
	border: 0;
	border-radius: 0;
	background: #f2f2f2;
}
.payment-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-bottom: 0;
}
.payment-accordion .card-body {
	padding: 0;
}
.payment-accordion .panel.panel-default {
	margin-bottom: 20px;
}
.payment-accordion h5.panel-title {
	color: #444;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}
.payment-accordion h5.panel-title>a:hover {
	color: #fed700 !important;
}
.payment-accordion .card-body>p {
	color: #515151;
}
.payment-accordion {
	width:30%;
}

.your-order-form{
	height:100%;
}

.cart-info-item{
	padding:10px;
}
.cart-product-name{
	/*background-color: DodgerBlue;
	border: 1px solid lightgrey !important;*/
	background-color:/*midnightblue*/#0d0d5a;
}
.cart-product-total{
	/*background-color: DodgerBlue;
	border: 1px solid lightgrey !important;*/
	background-color:/*midnightblue*/#0d0d5a;
}
.cart-order-total{
	/*background-color: antiquewhite;*/
	background-color:/*midnightblue*/#0d0d5a;
}
.cart-total-price2{
	background-color:white;
	border: 1px dashed /*midnightblue*/#0d0d5a !important;
}
.order-button-payment input {
	background: /*#434343*/orangered none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	/*margin: 20px 0 0;*/
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 5px;
}
.order-button-payment input:hover {
	background: /*#fed700*/darkorange none repeat scroll 0 0;
}

.wrapper1 {
	display:flex; justify-content:center;
}

.category-heading1 {
	padding-top:45px;
}


.delivery-summary {
	padding-bottom:30px;
}

.deliver-to-text {
	color: blue;
	font-weight: normal;
}

.transaction-id-div {
	padding-top: 30px;
}

.payment-options {
	justify-content: space-between;
}

.or-text {
	color: orangered;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
}

.your-order .table-responsive {
	border:none;
}

/*.slider-image {
	min-height:500px;
}*/

/*
.pricing-image {
	min-height: 510px;
}
*/

.pricing-heading {
	padding-left:3%; padding-right:3%; min-height:90px; line-height:30px; font-size:16px;
	display:flex; justify-content:center; align-items:center;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  min-width:200px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.cart-page1 {
	height:100%;
}


@media (min-width:768px) {
    .navbar-defaul {
        background-color: #0A0A0A;
        padding: 1px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }
    .navbar-defaul .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-defaul .navbar-nav>.active>a {
        border-radius: 0px
    }
    .navbar-defaul.navbar-shrink {
        background-color: #222222;
        padding: 0px 0;
        box-shadow: 0px 2px 5px #333333;
    }
    .navbar-defaul.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .navbar-defaul {
        padding: 5px !important;
    }
}


@media (max-width:921px) {
	.row .pricing {
		min-height:450px;
	}
	/*.pricing h2 {
		font-size: 22px;
		line-height:30px;
	}*/
	.pricing-image {
		min-height: 310px;
	}
	.pricing-heading {
		padding-left:3%; padding-right:3%; min-height:140px; line-height: 30px; font-size:18px;
	}
	/*.category-image {
		max-height:330px;
	}*/
	.category-heading1 {
		padding-top:25px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        background-color: #222;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
	.col-4 {
		/*flex-basis: 85%;*/
		/*margin-bottom: 15px;*/
	}
	.single-product {
		margin-top:40px;
	}
	.product-detail-section {
		flex-basis: 100%;
	}
	.product-image-preview {
		margin-top: 25px;
		flex-basis: 80%;
		margin-bottom: 25px;
	}
}

@media (min-width: 922px) and (max-width: 1400px) {
    
	.col-4 {
		flex-basis: 29%;
	}
}

@media (max-width:755px) {
	/*.category-image {
		max-height:350px;
		max-width: 100%;
		padding-left:20%;
		padding-right:20%;
	}*/
	.hover-bg .hover-text {
		padding: 15% 0;
	}
	.pricing-heading {
		padding-left:3%; padding-right:3%; min-height:80px; line-height: 30px; font-size:18px;
	}
}

@media (max-width:755px) {
	.col-4 {
		flex-basis: 40%;
	}
}

@media (max-width:560px) {
	.copy-right {
		width: 100%;
		text-align: center;
		line-height: 32px;
	}
	.designed {
		width: 100%;
		float: none;
		display: flex;
		justify-content: center;
	}
	.designed p {
		line-height:20px;
	}
	.pricing-heading {
		padding-left:3%; padding-right:3%; min-height:100px; line-height: 30px; font-size:18px;
	}
	
	.col-4 {
		flex-basis: 80%;
	}
	.slider-image {
		min-height: 230px;
	}
	.row-2 {
		display: grid;
		justify-content:stretch;
		align-items: center;
		padding:15px;
	}
	
	.row-2 .custom-select{
		margin-top:15px;
	}
	.product-detail-section {
		padding:0px;
	}
}