html {
  scroll-behavior: smooth;
} 
body, html{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    color: #011144;
}

.space20{
    height: 20px;
    min-height: 20px;
    clear: both;
}

.topbar {
    padding: 9px 0;
    background: #010215;
    color: #eaeaea;
}
.topbar ul {
    margin-bottom: 0;
    list-style: none;
}
.topbar ul li {
    font-size: 11px;
    margin-right: 10px;
    margin-right: 5px;
}
.topbar ul li i.fa {
    color: #fff;
    font-size: 16px;
    margin-right: 2px;
}
.topbar p {
    font-size: 12px;
    margin-bottom: 0;
}

a.navbar-brand {
    margin-top: -9px;
}
a.navbar-brand img {
    height: 70px;
    width: auto;
}
.navbar-default{
    margin-bottom: 0;
}
nav.navbar {
    margin-bottom: 0;
    background: #f8f8f8;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-style: normal;
    color: #011144;
    padding: 30px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>li:hover a {
    border-color: #011144;
}
.navbar-default li.main-menubtn a {
    font-weight: 700 !important;
    font-style: normal !important;
    color: #ffffff !important;
    background-color: #011144;
    border-color: transparent;
    margin-top: 20px;
    padding: 10px 25px !important;
    border: 2px solid transparent;
    border-radius: 4px;
}
.navbar-default li.main-menubtn:hover a{
    color: #011144 !important;
}
nav ul.navbar-nav li a {
    font-weight: 700;
    font-style: normal;
    color: #011144;
    padding: 30px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease-in-out;
}

/* dropdown stylings section */
.dropdown .dropdown-menu>li>a {
    padding: 8px 40px  8px 10px;
    font-weight: 600;
	text-transform: capitalize;
}
.dropdown .dropdown-menu>li {
    border-bottom: 1px solid #e8e8e8;
}
.dropdown ul.dropdown-menu {
    padding-left: 20px;
}
.dropdown .dropdown-menu>li>a i {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.dropdown .dropdown-menu>li:hover i {
    opacity: 1;
}


/*slider section styles*/
.sliderwrap{
    position: relative;
    overflow: hidden;
	background: #011144;
}
.sliderwrap img {
    opacity: 0.7;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 25% !important;
    left: 0;
    background: transparent !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    padding: 20px;
}
.main-slideinf {
    position: relative;
    overflow: hidden;
    background: #011144;    
}
.main-slideinf img {
    opacity: 0.8;
}
.slidecont-inf{
    text-align: center;
	position: unset;
	top: auto;
	left: auto;
}
.slidecont-inf h1 {
    color: #fff;
    margin-top: 0;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.slidecont-inf p.lead {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.slidecont-inf a.btn {
    background: #010617;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 26px;
    font-weight: 600;
}
.slidecont-inf h1 span {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    font-size: 80px;
}
#homesliding .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 7px;
    font-size: 20px;
}
#homesliding .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 43%;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 7px;
    font-size: 20px;
}
#scroller-inf img {
    height: 40px;
    width: auto;
    position: absolute;
    left: 49%;
    bottom: 10px;
    z-index: 2;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    filter: brightness(0);
}
#scroller-inf img:hover {
    transform: scale(1.2);
}

.inner-prodslide .metaslider img{
	opacity:1;
}
.inner-prodslide .metaslider .caption-wrap {
	bottom: 0% !important;
	padding: 0;
}
.inner-prodslide .metaslider .caption{
	padding:0;
}


/*About us section styles*/
.aboutwraphome {
    padding: 50px 0;
}
.abt-contwrap {
    margin-top: 30px;
    padding-left: 20px;
}
.abt-contwrap ul li {
    line-height: 2.2;
    font-size: 18px;
}
.abt-contwrap ul {
    list-style: circle;
}
.aboutwraphome .abt-contwrap h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
}
.aboutwraphome .abt-contwrap h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #011144;
    top: -10px;
    left: 0;
}
.aboutwraphome .innabout-wpimg img {
    padding: 5px;
    border: 1px solid rgba(1, 17, 68, 0.12941176470588237);
    border-radius: 6px;
    position: relative;
    box-shadow: 1px 1px 10px #e8e8e8;
    filter:grayscale(100%);
    transition:all 0.4s ease-in-out;
}
.aboutwraphome .innabout-wpimg img:hover {
    filter:grayscale(0);
}
.abt-contwrap p {
    line-height: 1.8;
}
.abt-contwrap p.lead {
    line-height: 1.4;
}
.abt-contwrap a.btn {
    background: #011144;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 26px;
}
.abt-contwrap .media img {
    height: 100px;
    width: auto;
    margin-right: 20px;
    background: aliceblue;
}
.abt-contwrap .media {
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px #efefef;
    border-radius: 6px;
}
.abt-contwrap .media .media-body {
    vertical-align: middle;
}
.abt-contwrap .media .media-body h4 {
    font-weight: 600;
    color: #0d55c3;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

/*Product section styles*/
.prodmain-wrap {
    padding: 60px 0;
    background: #f4f8ff;
    position: relative;
    overflow: hidden;
}
.prodmain-wrap:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2019/12/stones-icon-bg.png) center center repeat;
    opacity: 0.04;
    background-size: 200px;
}
.prodmain-wrap .head-inf h1 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.prodmain-wrap .head-inf h1:before {
    position: absolute;
    content: '';
    left: 47%;
    bottom: -40px;
    height: 2px;
    width: 50px;
    background: #011144;
}
.prodmain-wrap .head-inf h1 span{
    font-weight: 600;
}
.prodmain-wrap .head-inf p.lead {
    margin-bottom: 40px;
}
.prod-bx {
    margin-bottom: 50px;
    height: auto;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    border-radius: 6px;
}
.prod-bx:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.prod-bx img {
    display: inline-block;
    max-width: 240px;
    float: left;
}
.prod-bx .inner-pdexplainwp {
    display: inline-block;
    padding: 30px 30px 26px;
    width: 63%;
    min-height: 200px;
}
.prod-bx.mb-0{
    margin-bottom: 0;
}
.inner-pdexplainwp h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.inner-pdexplainwp a {
    display: inline-block;
    margin-top: 30px;
    float: right;
    color: #011144;
    transition: transform 0.4s;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-decoration: none;
}
.inner-pdexplainwp a i {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    transform: translateX(-30px);
    opacity: 0;
    transition: all 0.4s;
}
.inner-pdexplainwp a:hover i {
    opacity: 1;
    transform: translateX(5px);
}
.inner-pdexplainwp p {
    margin-bottom: 0;
}

/*portfolio section styles*/
.portfolio-wrap {
    overflow: hidden;
}
.portfolio-wrap .container-fluid {
    padding: 0;
}
.portfolio-wrap .col-md-3{
    padding: 0;
    margin: 5px;
    width: 24.1%;
}
.thumb-modern {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: -1px;
    padding-bottom: 75.21%;
    transform: translate3d(0,0,0);
}
figure {
    margin-bottom: 0;
}
.thumb-modern img {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    transform: translate3d(-50%,-50%,0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
}
figure img {
    display: block;
}
.thumb-modern__overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;    
    display: flex;    
    flex-direction: row;    
    flex-wrap: wrap;    
    align-items: center;    
    justify-content: center;
    background: rgba(1, 17, 68, 0.84);
    opacity: 0;
    transition: all .4s ease-out;
    will-change: opacity,transform;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.thumb-modern__overlay::before {
    position: relative;
    display: block;
    content: "\f067";
    font-family: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #fff;
    transform: scale(0);
    will-change: transform;
    transition: all .4s ease-out;
}
.thumb-modern__overlay::before {
    font-size: 50px;
}
.thumb-modern:hover .thumb-modern__overlay {
    opacity: 1;
}
.thumb-modern:hover .thumb-modern__overlay::before {
    transform: scale(1);
}

/*contact section styles*/
.quickcontwrap {
    padding: 50px 0;
    background: #00030c;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.quickcontwrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2019/12/pebble-smlbginf.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.4;
}
.quickcontwrap h2 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
}
.quickcontwrap a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 100;
}
.quickcontwrap a i {
    font-size: 26px;
    font-weight: 100;
    margin-right: 5px;
}

/*testimonial & client section styles*/
.abt-clientinf h2 span {
    font-weight: 600;
    margin-top: 0;
}
.abt-clientinf ul {
    margin-top: 50px;
    margin-bottom: 20px;
}
.abt-clientinf ul li {
    width: 30%;
    margin-right: 15px;
}
.abt-clientinf a.btn {
    background: #011144;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 26px;
}
.testimonialwp {
    border-left: 4px double #e6e6e6;
}
.testi-bx {
    text-align: center;
}
.testi-bx img.cl-facepm {
    height: 60px;
    width: auto;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #f4f8ff;
    background: #f4f8ff;
}
.cont-testinf p img {
    height: 40px;
    width: auto !important;
    margin-right: 40px;
    position: absolute;
    left: 4%;
    top: 8%;
    filter: grayscale(100%);
}
.cont-testinf {
    padding: 40px 60px;
    position: relative;
}
.abt-clientest-wrap {
    padding: 50px 0;
}
p.clname {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #011144;
    margin-bottom: 0;
    font-size: 16px;
}
p.businessinf {
    font-size: 12px;
}
.testimonialwp .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 44%;
    background: #f4f8ff;
    width: 40px;
    height: 40px;
    padding: 11px 15px;
    border-radius: 50%;
}
.testimonialwp .owl-nav .owl-prev i, .testimonialwp .owl-nav .owl-next i {
    color: #0b63ea;
}
.testimonialwp .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 44%;
    background: #f4f8ff;
    width: 40px;
    height: 40px;
    padding: 11px 15px;
    border-radius: 50%;
}


/*About us page section styles*/
.inner-abt {
    padding: 120px 0 60px;
    position: relative;
    overflow: hidden;
    background: #010719;
}
.inner-abt:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2019/12/pebble-smlbginf.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.4;
}
.inner-abt h1 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 42px;
}
.inner-abt h1:before {
    position: absolute;
    content: '';
    width: 19%;
    left: -20%;
    height: 1px;
    top: 60%;
    background: #fff;
}
.inner-abt h1:after {
    position: absolute;
    content: '';
    width: 6%;
    left: -10%;
    height: 3px;
    top: 68%;
    background: #fff;
}
.about-info {
    padding: 60px 0;
}
.small-infhd p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: #0a61e8;
    margin-bottom: 0;
}
.small-infhd p:before {
    position: absolute;
    content: '. . .';
    height: 1px;
    width: 30px;
    left: 0;
    top: -4px;
}
.about-detailinfo{
    margin-top: 50px;
}
.about-detailinfo h2 {
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
}
.about-detailinfo h2 span {
    display: block;
    font-weight: 600;
}
.about-detailinfo h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.about-detailinfo p{
    text-align: justify;
}

.partner-infwrap {
    padding: 60px 0;
    background: #f7fafd;
}
.partner-infwrap h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}
.partner-infwrap h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 48%;
    background: #333;
}
.partner-bxinf {
    padding: 20px;
    border: 1px solid #e0eaf4;
    border-radius: 8px;
}

.ourteam-infwrap {
    padding: 60px 0;
    border-top: 1px solid #efefef;
}
.ourteam-infwrap h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}
.ourteam-infwrap h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 48%;
    background: #333;
}
.teambasic-inf img {
    box-shadow: 4px 7px 9px 0px rgba(102,140,215,0.26);
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    height: 112px;
    width: 112px;
}
.basic-inf.content {
    padding: 10px;
}
.basic-inf.content h4 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
p.infodesignate {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
.basic-inf.content hr {
    border-color: #e0eaf4ab;
}
.teambasic-inf ul {
    margin-bottom: 0;
}
.teambasic-inf ul li {
    margin-right: 4px;
}
.teambasic-inf ul li a {
    color: #011144;
}
p.msg-teamate {
    font-size: 14px;
    margin: 40px 0 0;
}

.achievewrap {
    padding: 60px 0;
    border-bottom: 1px solid #efefef;
}
.achievewrap h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}
.achievewrap h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 48%;
    background: #333;
}
.achieve-bxinf img {
    height: 80px;
    width: auto;
    transition: all 0.4s ease-in-out;
}
.achieve-bxinf {
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0px 3px 9px 2px rgba(102, 140, 215, 0.15);
    transition: all 0.4s ease-in-out;
}
.achieve-bxinf h4 {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.achieve-bxinf:hover{
    box-shadow: 4px 7px 9px 0px rgba(102,140,215,0.26);
}
.achieve-bxinf:hover img {
    transform:scale(1.06);
}

/*Inner products section page styles*/
.inner-prodslide .slidecont-inf{
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    height: auto;
    top: auto;
    background: rgba(2, 11, 39, 0.6392156862745098);
    padding: 10px;
}
.inner-prodslide .slidecont-inf h1 {
    margin-bottom: 0;
}
.galleryinnerprod-wrap {
    padding: 60px 0;
    background: #f3f6f9;
}
.galleryinnerprod-wrap .mix img {
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #e4e1e1;
}
.galleryinnerprod-wrap h2{
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.galleryinnerprod-wrap h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 0;
    background: #333;
}
.blueimp-gallery h4.modal-title {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.separator30 {
    padding: 10px 0;
    background: rgba(1, 17, 68, 0);
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.separator30:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2019/12/stones-icon-bg.png) center center repeat;
    opacity: 0.05;
    background-size: 200px;
}
button.close {
    padding: 10px;
}
#links a.btn {
    background: #010617;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 26px;
    font-weight: 600;
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}


/*Contact us page section styles*/
.cont-infwrap h3, .contact-formwrap h3 {
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 0;
    margin-bottom: 20px;
}
.cont-infwrap, .contact-formwrap {
    padding: 60px 30px;
}
.contact-formwrap {
    background: #212429;
}
.contact-formwrap h3 {
    color: #fff;
}
.contact-formwrap form .form-group input {
    width: 100%;
    height: 40px;
    padding: 15px;
    border: 0;
    border-radius: 20px;
}
.contact-formwrap form .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 20px;
    max-width: 100%;
}
.contact-formwrap button.btn {
    float: right;
    background: #344054;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.cont-infwrap p.mb-0 {
    margin-bottom: 0;
}
.cont-innerinfo-bx i {
    font-size: 35px;
    color: #011144;
}
.cont-innerinfo-bx {
    margin-top: 18px;
}
.cont-innerinfo-bx h4 {
    font-weight: 600;
    margin: 2px 0 6px;
}
.cont-innerinfo-bx p, .cont-innerinfo-bx a {
    color: #011144;
    font-weight: 500;
    line-height: 1.6;
}
.cont-innerinfo-bx a {
    text-decoration: none;
}

.contact-formwrap label {
    color: #cecece;
    font-weight: 500;
    width: 100%;
}
.contact-formwrap label input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid transparent;
    height: 35px;
    padding: 10px;
}
.contact-formwrap label textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 10px;
    height: 100px;
}
.contact-formwrap input.wpcf7-form-control.wpcf7-submit {
    float: right;
    background: #344054;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
div.wpcf7-mail-sent-ok{
	color: #fff;
}


/*Gallery webpage styles*/
#links .mix{
    display: none;
}
#links .col-md-3{
    margin-bottom: 30px;    
}
.filtering-btns {
    margin-bottom: 20px;
}
.filtering-btns button.filter.btn {
    background: transparent;
    box-shadow: none;
    border: 1px solid #011144;
    font-weight: 400;
}
.filtering-btns button.filter.btn.active {
    background: #011144ba;
    color: #fff;
    font-weight: 600;
}

/*Pebbles section styles*/
.pebblewash-installwrap {
    padding: 60px 0;
}
.pebblewash-installwrap h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: underline;
}
.pebblewash-installwrap h3 {
    font-weight: 600;
    text-decoration: underline;
    font-size: 20px;
}
.pebblewash-installwrap h4 {
    font-weight: 600;
}
.pebblewash-installwrap ul {
    list-style: none;
    padding-left: 20px;
}
.pebblewash-installwrap ul li {
    line-height: 1.6;
}
.pebblewash-installwrap h5 {
    font-weight: 600;
    text-decoration: underline;
}
.pebblewash-installwrap  img {
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #c3bdbd;
    margin-bottom: 20px;
}


/*Footer styles*/
footer{
    background: #212429;
    padding: 50px 0;
    color: #777;
    position: relative;
    overflow: hidden;
}
footer:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2019/12/footer-bg.png) center center no-repeat;
    background-size: contain;
    opacity: 0.5;

}
footer strong{
    color: #afafaf;
}
footer h4{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.6px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
p.continfo {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}
footer address strong{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 1.5;
}
footer .foot-sociocons ul li a{
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 32px;
    width: 28px;
    text-align: center;
    color: #212429 !important;
    text-decoration: none;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
footer .inner-fooseg ul {
    list-style: circle;
    padding-left: 20px;
}
footer .inner-fooseg ul li {
    margin-bottom: 10px;
}
footer .inner-fooseg ul li a{
    color: #ccc; 
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
footer .inner-fooseg ul li:hover a{
    color: #fff;
}
footer hr {
    border-color: #383737;
}
p.cpyrt {
    margin-bottom: 0;
}
p.cpyrt a {
    color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #ff0000;
}
.grecaptcha-badge {
    opacity: 0;
}
.page-id-31 .grecaptcha-badge {
    opacity: 1;
}

@media (max-width: 640px){
    .topbar p {
        font-size: 10px;
    }
    a.navbar-brand {
        font-size: 32px;
        margin-top: 8px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 5px 20px;
    }
    .main-slideinf img{
        height: 200px;
    }
	.navbar-toggle .icon-bar{
		background: #010215;
	}
	a.navbar-brand img {
		height: 50px;
		width: auto;
		margin-top: -20px;
	}
	.navbar-toggle{
		border: 1px solid #010215;
		margin-top: 12px;
	}
	nav ul.navbar-nav li a {
		padding: 5px 20px;
	}
	
    .slidecont-inf {
        top: 20%;
        left: 14%;
    }
    .slidecont-inf h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .slidecont-inf h1 span {
        font-size: 34px;
    }
    .slidecont-inf p.lead {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .slidecont-inf a.btn {
        padding: 5px 26px;
        font-size: 12px;
    }
	.metaslider .caption-wrap {
		bottom: 0% !important;
		padding: 8px;
	}
    #homesliding .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: 33%;
        background: #fff;
        width: 30px;
        height: 30px;
        padding: 6px;
        font-size: 16px;
    }
    #homesliding .owl-nav .owl-prev {
        position: absolute;
        right: 0;
        top: 50%;
        background: #fff;
        width: 30px;
        height: 30px;
        padding: 6px;
        font-size: 16px;
    }
    #scroller-inf img{
        display: none;
    }
	
	.abt-contwrap ul li {
		line-height: 1.7;
		font-size: 16px;
	}
	.galleryinnerprod-wrap ul.simplefilter li {
		display: block;
	}
	.galleryinnerprod-wrap ul.simplefilter {
		padding-left: 0;
		padding: 20px 20px 0;
	}
	.galleryinnerprod-wrap h2 {
		letter-spacing: 0.6px;
		font-size: 24px;
	}
	
    .aboutwraphome {
        padding: 20px 0;
    }
    .aboutwraphome img{
        display: none;
    }
    .aboutwraphome .abt-contwrap h2 {
        font-size: 22px;
    }
    .prodmain-wrap {
        padding: 30px 0;
    }
    .prodmain-wrap .head-inf h1 {
        font-weight: 600;
        font-size: 20px;
    }
    .prodmain-wrap .head-inf h1:before {
        left: 38%;
        bottom: -50px;
    }

    .prod-bx {
        margin-bottom: 30px;
        height: auto;
        padding: 20px;
        text-align: center;
    }
    .prod-bx img {
        max-width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .prod-bx .inner-pdexplainwp {
        display: inline-block;
        padding: 30px 10px 10px;
        width: 100%;
        min-height: auto;
    }
    .inner-pdexplainwp a {
        display: inline-block;
        margin-top: 20px;
        text-align: right;
    }
    .prod-bx.mb-0 {
        margin-bottom: 30px;
    }
    .portfolio-wrap .col-md-3{
        width: auto;
        margin: 0 30px 30px; 
    }
    .quickcontwrap {
        padding: 30px 0;
    }
    .quickcontwrap h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .quickcontwrap a {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .quickcontwrap a i {
        font-size: 20px;
    }
    .abt-clientest-wrap {
        padding: 20px 0;
    }
    .abt-clientinf h2 {
        font-size: 24px;
    }
    .abt-clientinf {
        margin-bottom: 30px;
    }
    .abt-clientinf ul{
        display: none;
    }
    .abt-clientinf a.btn{
        display: none;
    }
    .cont-testinf {
        padding: 30px 20px 0;
        position: relative;
    }
    .cont-testinf p img {
        height: 30px;
        top: -2%;
    }
    .testimonialwp .owl-nav .owl-prev {
        left: -20px;
        top: 44%;
        width: 30px;
        height: 30px;
        padding: 7px 9px;
    }
    .testimonialwp .owl-nav .owl-next {
        right: -20px;
        top: 44%;
        width: 30px;
        height: 30px;
        padding: 7px 9px;
    }


    /*Footer styles*/
    footer{
        padding: 30px 0;
        color: #bbb;
    }
    footer h4 {
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.6px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .inner-fooseg, .foot-contacto {
        margin-bottom: 30px;
    }


    /*About us section*/
    .inner-abt {
        padding: 100px 0 40px;
    }
    .inner-abt h1 {
        letter-spacing: 0.6px;
        font-size: 26px;
    }
    .about-infimgs {
        display: none;
    }
    .about-info {
        padding: 30px 0;
    }
    .about-detailinfo {
        margin-top: 0px;
    }
    .small-infhd p {
        font-size: 14px;
    }
    .about-detailinfo h2 {
        letter-spacing: 0.3px;
        font-size: 22px;
    }
    .ourteam-infwrap {
        padding: 30px 0;
    }

    .teambasic-inf img {
        box-shadow: 4px 7px 9px 0px rgba(102,140,215,0.26);
        border-radius: 50%;
        float: left;
        margin-right: 20px;
        height: 92px;
        width: 92px;
    }
    .basic-inf.content hr {
        border-color: rgba(224, 234, 244, 0.6705882352941176);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p.msg-teamate {
        font-size: 13px;
        margin: 10px 0 30px;
    }
    .partner-infwrap {
        padding: 30px 0;
    }
    .partner-bxinf {
        margin-bottom: 30px;
    }
    .achievewrap {
        padding: 30px 0;
    }
    .achieve-bxinf{
        margin-bottom: 30px;
    }

    .blueimp-gallery h4.modal-title {
        font-size: 14px;
        margin-top: 10px;
    }
    .modal-content{
        padding: 10px 0;
    }
    .modal-content .btn{
        padding: 4px 6px;
        font-size: 10px;
    }
    .modal-footer {
        padding: 5px;
    }
    .modal-content button.close {
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.6;
        font-size: 32px;
        z-index: 999;
    }
    .galleryinnerprod-wrap .collapse{
        display: block;
        padding: 0 15px;
    }
    .galleryinnerprod-wrap{
        padding: 30px 0;
        text-align: center;
    }
    .galleryinnerprod-wrap a.btn.btn-primary.hide-me{
        display: none;
    }
    .galleryinnerprod-wrap h2:before {
        left: 42%;
    }

}



