body {
  font-family: 'Barlow', sans-serif !important;
  background-image: -moz-linear-gradient( 90deg, rgb(250,250,250) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(250,250,250) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(250,250,250) 0%, rgb(255,255,255) 100%);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-success{
  border-radius: 3px;
  background-image: -moz-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  background-image: -webkit-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  background-image: -ms-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  border:0;
}


.jumbotron{
  background-color: transparent;
  background-image: url('../images/16614.png');
  background-size:cover;
  background-repeat: no-repeat;
  height:80vh;
  background-position:bottom;
  border-radius:0;
  border:0;
}
nav{
  background-color:#fff;
}

.jumbotron h1{
  color:#fff;
  font-weight:600;
}
.vertical-center {
  min-height: 60%;  
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.btn{
	 font-family: 'Barlow', sans-serif !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:active, .btn-primary:hover{
  background-color: rgb(238, 240, 242);
  box-shadow: 0px 0px 54px 0px rgba(126, 113, 177, 0.004);
  border:0;
  color: #4c3e85;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(126, 113, 177, 0.76);
  border:0;
  color: #6e5cb5;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary:hover{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(126, 113, 177, 0.76);
  border:0;
  color: #6e5cb5;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.card{
  border-radius:3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 21px 0px rgba(126, 113, 177, 0.21);
  border:0;
}

h2{
  font-size: 40px;
 font-family: 'Barlow', sans-serif !important;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
p{
font-family: 'Barlow', sans-serif !important;
  font-size: 20px;
  font-weight:300;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}
.circle-icon{
  background-color: rgb(240, 236, 255);
  box-shadow: 0px 0px 21px 0px rgba(126, 113, 177, 0.21);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  padding: 30px;
}
.card-header{
  color:#fff;
  background-image: -moz-linear-gradient( 62deg, rgb(83,68,145) 0%, rgb(100,82,171) 100%);
  background-image: -webkit-linear-gradient( 62deg, rgb(83,68,145) 0%, rgb(100,82,171) 100%);
  background-image: -ms-linear-gradient( 62deg, rgb(83,68,145) 0%, rgb(100,82,171) 100%);

}


footer{
  background-image: -moz-linear-gradient( 62deg, rgb(84,68,145) 0%, rgb(100,82,171) 100%);
  background-image: -webkit-linear-gradient( 62deg, rgb(84,68,145) 0%, rgb(100,82,171) 100%);
  background-image: -ms-linear-gradient( 62deg, rgb(84,68,145) 0%, rgb(100,82,171) 100%);
}


.contact-wrapper{
  background-color: #463781;
  display: inline-block;
  padding: 1em 1.5em;
  color:#fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius:  500px;
  font-size:16px;
}
h4{
  color:#fff;
  font-size:30px;
  font-weight:700;
}

.form-control, .form-control:focus{
  border-radius: 3px;
  background-color: rgb(70, 55, 129);
  border:0;
  padding: .575rem .7rem;
  color:#fff;
  border:0;
}
.navbar-light .navbar-nav .nav-link a{
  color: rgba(0,0,0,.5);
}
.navbar-light .navbar-nav .nav-link a:hover{
  color: rgba(0,0,0,1);
  text-decoration: none;
}
.form-control:focus{
  box-shadow:0 0 9px 0.2rem rgba(0, 0, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #e8e8e8;
}


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

.navbar-light .navbar-toggler{
  border:0;
}

button:focus{
  outline:0;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 768px) {
  .vertical-center{
    min-height: 50%;  
    min-height: 50vh; 
  }
  .contact-wrapper{
    font-size:14px;
  }
  img.menu-image{
    width:18px !important;
  }
}

li.last-button>a{
  border-radius: 3px;

  background-image: -moz-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  background-image: -webkit-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  background-image: -ms-linear-gradient( 53deg, rgb(125,106,198) 0%, rgb(101,83,171) 100%);
  font-size:14px;
  color:white !important;
  border-radius:4px;
  border-color:transparent;
  padding:10px 10px;
  line-height: 2.8;
  transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

li.last-button>a:hover{
  border-radius: 3px;

  background-image: -moz-linear-gradient( 53deg, rgb(125,101,216) 0%, rgb(81,57,175) 100%);
  background-image: -webkit-linear-gradient( 53deg, rgb(125,101,216) 0%, rgb(81,57,175) 100%);
  background-image: -ms-linear-gradient( 53deg, rgb(125,101,216) 0%, rgb(81,57,175) 100%);
  box-shadow: 0px 0px 21px 0px rgba(126, 113, 177, 0.22);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em !important;
  padding: 0.2em 1em !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000 !important;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500 !important;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors, div.wpcf7-response-output {
  color: #ffffff !important;
  background-color: #8e75ef !important;
  border-color:  #8e75ef !important;
  position: relative !important;
  padding: .75rem 1.25rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  margin-left: 0 !important;
  text-align: center !important;
  margin-right: 0 !important;
}
span.wpcf7-not-valid-tip{
  color: #a7a7a7 !important;
  position: relative !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
}
.login #login_error, .login .message, .login .success{
  border-left: 4px solid #8073b2 !important;
}

.error {
  margin: 0 auto;
  text-align: center;
}

.error-code {
  bottom: 60%;
  color: #2d353c;
  font-size: 96px;
  line-height: 100px;
}

.error-desc {
  font-size: 12px;
  color: #647788;
}

.m-b-10 {
  margin-bottom: 10px!important;
}

.m-b-20 {
  margin-bottom: 20px!important;
}

.m-t-20 {
  margin-top: 20px!important;
}
.img-fluid {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
background-image: url('/wp-content/themes/Logpartners/images/ajax-loader.gif');
width: 24px;
height: 24px;
margin-left: 10px;
}