@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open%20Sans:400,400i,600,600i,700,700i&amp;display=swap');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #000 url('images/hero-img7.jpg') no-repeat top center;
  background-size: cover;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bold;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #252525;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 20px;
  width: 100%;
}
P.form-wpcf7-form {
    color: #FFF;
    margin: 0 0 20px 0 !important;
    font-size: 15px;
}
dfn, cite, em, i {
  font-style: italic;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 20px;
  padding-left: 18px;
}
ul.bullet_list, ol {
  margin: 0 0 20px;
  padding-left: 4px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.none-style {
  list-style: none;
  padding-left: 0;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}
caption, td, th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}
table, th, td {
  border: 1px solid #eee;
}
th {
  font-weight: 700;
}
th, td {
  padding: 0.4375em;
}
/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/
/* #button Group

================================================== */
.btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  padding: 13px 33px 13px 33px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  background: #000;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  min-height: 45px;
  min-width: 135px;
}
.btn:visited {
  color: #fff;
}
.btn:hover, .btn:focus {
  background: #00387a;
  color: #fff;
}
.btn-dark {
  background: #000;
}
.btn-dark:hover, .btn-dark:focus {
  background: #000;
  color: #fff;
}
.btn.btn-border {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn.btn-border:hover, .btn.btn-border:focus {
  background: #000;
  color: #fff;
}
.btn.btn-border.btn-dark {
  border-color: #000;
  color: #000;
}
.btn.btn-border.btn-dark:hover, .btn.btn-border.btn-dark:focus {
  background: #000;
  color: #fff;
}
.btn-medium {
  min-width: 155px;
  padding: 17px 40px;
  font-size: 13px;
}
.btn-large {
  min-width: 175px;
  padding: 20px 50px;
  font-size: 14px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 11px 20px;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
  color: #000;
}
select {
  border: 1px solid #e2e2e2;
  height: 46px;
  padding: 10px 18px;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
select option {
  color: #000;
  background: #fff;
}
textarea {
  width: 100%;
  height: 133px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
}
/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #00387a;
  text-decoration: none;
}
a:visited {
  color: #00387a;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
.boxed-content {
  /**/background: rgb(255, 255, 255,0.2);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  /*overflow: hidden;*/
    margin-top: 10px;
}
.boxed-content:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
  /* filter: blur(10px);*/
  margin: -20px;
}
.boxed-content > section {
  padding: 0 100px;
  width: 100% !important;
  position: static !important;
}
.boxed-content > .row-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.boxed-content .section-padd {
  padding: 60px 60px 60px 60px;
}

.column-inner{
    padding-right: 50px;
}
/*--------------------------------------------------------------

## Responsive Blog

--------------------------------------------------------------*/
@media (max-width: 991px) {
  .boxed-content > section {
    padding: 0 50px;
  }
  .boxed-content .section-padd {
    padding: 50px;
  }
  .content-area .page-pagination {
    margin-top: 40px;
  }
  .primary-sidebar {
    padding-top: 40px;
  }
}
.section-head p {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.4
}
.section-head img {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.wpcf7 div.wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border-color: red;
}
.wpcf7 .wpcf7-form-control:not(.btn) {
  width: 100%;
}
.wpcf7 .wpcf7-form-control:not(.btn):not(select):focus {
  border-color: #fff;
}
.wpcf7 .wpcf7-select {
  position: relative;
}
.wpcf7 form > p {
  margin-bottom: 0;
}
.section-title {
  font-size: 28px;
	color: #FFF; margin-bottom: 0.5rem;
}
.section-title span {
  font-size: 24px;
  display: block;
  color: #f78f20;
}
.empty_space_12 {
  height: 12px;
}
.container .container {
  width: 100%;
  padding: 0;
}
.widget_title {
  color: #fff;
  background: #f78f20;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.about_header .testi-with-nav {
  padding-top: 150px;
}
.testi-item-2 .client-info .jobs {
  color: #fff;
}
.breadc-box p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 20px;
}
header {
  padding: 20px 0;
}
.main-footer {
  /*padding: 120px 0 80px;*/
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
  background-color: rgb(0, 0, 0, 0.35);
  border-color: rgb(255, 255, 255, 0.5);
  color: #fff !important;
}
::-webkit-input-placeholder { /* Edge */
  color: rgb(255, 255, 255, 0.9);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255, 255, 255, 0.9);
}
::placeholder {
  color: rgb(255, 255, 255, 0.9);
}
.bullet_list {
  color: #fff;
}
.bullet_list {
  list-style: none;
}
.bullet_list li {
  color: #fff;
  padding: 8px 15px 8px 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
}
.bullet_list li:before {
  content: '◉';
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 13px;
}
.three_logos {
  padding: 40px 0;
}
.three_logos img {
  margin: 0 10px;
}
.get_from_information ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.get_from_information li {
  padding: 8px 0;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.get_from_information li span {
  width: 150px;
  display: inline-block;
}

.iti--separate-dial-code .iti__selected-dial-code{
	color: #fff;
}

.main-footer .card{
	background: none;}
.main-footer .btn {
	font-size:10px;
	padding: 8px;
	background: rgba(117, 117, 117, 0.5);
}

.btn-primary:hover {
    color: #fff;
        border:0;
}

.btn-primary.focus, .btn-primary:focus,.btn:focus {
    box-shadow: none;
   
}

.main-footer p{
font-size:11px;	
}

html, 
body,.site {
    height: 100%;
        overflow-x: hidden;
    /*overflow: hidden;*/
}

.privacy_block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0px;
    height: 230px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    z-index: 99;
}

.fTab {
    position: absolute;
    left: auto;
    right: 20px;
    /*margin: 0 auto;*/
    bottom: 0;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    z-index: 99;
    border-radius: 0;
    font-size: 10px;
    padding: 8px;
    background: rgba(117, 117, 117, 0.5);
}

.fTab.active {
    bottom: 230px;
}

.fTab.active + .privacy_block {
    max-height: 230px;
}


.privacy_content{
    padding: 25px 0;
}

.privacy_content p{
    /*color: #fff;*/
    color: #d2d2d2;
    font-size: 0.9em;
}
.hide_div{
    display: none;
}

.fTab:hover, .fTab:focus{
  background: rgba(117, 117, 117, 0.8);  
}
@media only screen and (max-width: 767.98px) and (max-width: 575.98px) {
    
.privacy_block {
    max-height: 0px;
    height: 60%;
}
.fTab.active {
    bottom: 60%;
}

.fTab.active + .privacy_block {
    max-height: 60%;
}
   
 .privacy_block {
    
    background: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(10px);
} 
     .privacy_block,
    .fTab {
         z-index: 999;
    }
    
}