/*!
 * Start Bootstrap - Stylish Portfolio v5.0.6 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Source Sans Pro'
}

.btn-xl {
    padding: 1.25rem 2.5rem
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.content-section-heading h2 {
    font-size: 3rem
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

.map {
    height: 30rem
}

@media (max-width:992px) {
    .map {
        height: 75%
    }
}

.map iframe {
    pointer-events: none
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, .5);
    line-height: 45px
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #343a40
}

.scroll-to-top i {
    font-weight: 800
}

#about {
    background: url('../img/bgabout.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .8))), url(../img/bg-masthead1.jpg);
    background: linear-gradient(45deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .8) 100%), url(../img/bg-masthead1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
       -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
        
        
}
.masthead h3 {
    font-size: 1.4rem!important;
    color: #FF7600;
    text-align: center;
    padding: 0.3rem;
    padding-left: auto;
    padding-right: auto;
    margin-top: 2;
       -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
        
}

.boxed {
    margin: 1.2rem auto auto auto;
    width: 48%;
    height: auto;
    position:inherit;
    align-content: center;
    display: block;
    margin-bottom: 2.5rem!important;
    border-radius: 9px;
    background-color: rgba(0,0,0,0.2)
}

.stroked {
    
    border-top-style: solid;
    border-width: 3px;
    border-color: #FF7600;
}

.serico {
    fill: #1D809F;
    width: 50px;
    margin-top:  -19px;
}

.serico2 {
    fill: #1D809F;
    width: 80px;
    margin-top:  -19px;
}

.serico3 {
    fill: #1D809F;
    width: 75px;
    margin-top:  -19px;
}
.serico4 {
    fill: #1D809F;
    width: 45px;
    margin-top:  -19px;
}

.serico5 {
    fill: #1D809F;
    width: 70px;
    margin-top:  -19px;
}

.serico6 {
     fill: #1D809F;
    width: 90px;
    margin-top:  -19px;
}
.serv-cont {
    display: flex;
    justify-content: center!important
     
    
}
.a1 {
    fill: #fff;
    width: 350px;
    padding-bottom: 30px!important;
        -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
}

.re-pad {
    /*margin-top: -6rem!important;*/
}

.no-pad {
    margin:0;
    padding:0;
}
.no-pad use {
   width: 100%;
     margin:0;
    padding:0;
}

@media (min-width:992px) {
    .masthead {
        height: 100vh
    }
    .masthead h1 {
        font-size: 5.5rem
    }
}

@media (min-width:760px){
    .a1 {
      width: 325px;
    }
}

@media (min-width:576px){
    .masthead h3{
        font-size: 1.8rem;
    }   
    .a1 {
        width: 275px;
        
    }
}
@media (max-width:400px){
    .masthead h1 {
        font-size: 3.1rem;
    }    
     .masthead h3 {
        font-size: 1.2rem;
    } 
    .boxed{
        
margin-top: 2rem
    }
    .a1 {
        width: 220px;
    }  
}
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    background: #242a71;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none
}

.sidebar-nav>.sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, .1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.logo-main {
align-content: center;
padding: auto;
margin: auto;
width: auto;
height: 2.5rem;    
}
.social-tab {
    
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
}

.sidebar-nav>.sidebar-brand a {
    color: #fff
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: 0 0
}
.icon svg{
    width: 20px;
    padding: auto;
    height: 20px;
    margin: 0px;
    
}
.social-tab a {
  fill: #FFF;
    padding: auto;
    margin: 0px;
}.social-tab a:hover{
    text-decoration: none;
    fill: #0F1437;
    transition-timing-function: ease-out;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: rgba(255, 255, 255, 0)!important
    
}
.icon use{
    padding: 0px;
    margin: 0px;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

#sidebar-wrapper .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}
#sidebar-wrapper .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
#sidebar-wrapper .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}
#sidebar-wrapper .header-social-list li a:hover, 
#sidebar-wrapper .header-social-list li a:focus {
  color: white;
}
#sidebar-wrapper .header-social-list li:last-child {
    margin: 0;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, .5);
    line-height: 50px;
    z-index: 999
}

.menu-toggle:focus,
.menu-toggle:hover {
    color: #fff
}

.menu-toggle:hover {
    background: #343a40
}

.service-icon {
    background-color: #fff;
    color: #1d809f;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

.callout {
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1))), url(../img/jbc.jpg);
    background: linear-gradient(90deg, rgba(255, 0, 0, .1) 0, rgba(255, 0, 0, .1) 100%), url(../img/jbc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.callout h2 {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    max-width: 30rem;
        color: #fff;
    font-family: 'Source Sans Pro';
}
.callout em {
        color: #FFF500;
}
.form-text {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    align-content: center;
    text-align: center;
}

.form-align{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem
}

.portfolio-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
            opacity: 0;
}
.portfolio-item .caption:hover {
    opacity: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2.5rem 2.2rem;

    
}
/* 
.portfolio-item .caption .caption-content:hover{
  
   opacity: 1;
}
*/

.portfolio-item .caption .caption-content h2 {
    font-size: .8rem;
    text-transform: uppercase
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem
}

@media (min-width:992px) {
    .portfolio-item {
        max-width: none;
        margin: 0
    }
    .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
        -webkit-clip-path: inset(0);
        clip-path: inset(0)
    }
    .portfolio-item .caption .caption-content {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem
    }
    .portfolio-item img {
        -webkit-transition: -webkit-clip-path .25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px)
    }
    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem)
    }
    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, .9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem)
    }
}
#contact-form{
    padding-top: 6rem!important
}
 #contact-form h2 {
    font-size: 3.5rem;
    font-family: 'Source Sans Pro';
    font-weight: 700;
     display: inline-block!important;
    color: #fff;
     margin: 0;
     padding: 0;
     text-align: center!important;
}

footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #1d809f;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

footer.footer .social-link:hover {
    background-color: #155d74;
    text-decoration: none
}

a {
    color: #1d809f
}

a:active,
a:focus,
a:hover {
    color: #155d74
}

.a3 {
    fill:#fff;
    width: 250px;
    margin-bottom: 4rem;
}
.btn-primary {
    background-color: #1d809f!important;
    border-color: #1d809f!important;
    color: #fff!important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #155d74!important;
    border-color: #155d74!important
}

.btn-secondary {
    background-color: #ecb807!important;
    border-color: #ecb807!important;
    color: #fff!important
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba9106!important;
    border-color: #ba9106!important
}

.btn-dark {
    color: #fff!important
}

.btn {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    font-weight: 700
}

.bg-primary {
    background-color: #1d809f!important
}

.text-primary {
    color: #1d809f!important
}

.text-secondary {
    color: #ecb807!important
}

.btn-yellow {
    color: yellow!important;
}

.btn-primary1 {
    background-color: #ECB807!important;
    border-color: #ECB807!important;
    color: #1D809F!important;
    margin-top: 5rem;
    margin-bottom: 0;
    border-radius: 10px!important;
}

.btn-primary1:active,
.btn-primary1:focus,
.btn-primary1:hover {
    background-color: #B18B08!important;
    border-color:#B18B08!important;
}


/*---------------------------------------------------*/

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf"); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf"); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

#contact-form p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

#contact-form ul, li {
	 argin: 0px;	
}

input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap-contact2 {
  width: 790px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 72px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}




/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #476E7A;
  margin-bottom: 37px;
}

.input2 {
  display: block;
  width: 100%;
    border-radius: 8px 8px 0 0;
    text-align: center;

  font-family: 'Poppins-Regular';
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
    
}

.focus-input2::before  {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
  background: -o-linear-gradient(45deg, #d5007d, #e53935);
  background: -moz-linear-gradient(45deg, #d5007d, #e53935);
  background: linear-gradient(45deg, #d5007d, #e53935);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;

  font-family: 'Poppins-Regular';
  font-size: 13px;
  color: #C7C7C7;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -18px;
    color:white;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center!important;
  padding-top: 13px;
    margin-left: 0px!important;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;

 

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  

}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}