/* ----- START FOR BASIC CSS ----- */

label, input, button, select, textarea {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}


.ml-0 {margin-left: 0;}
.mt-1 {margin-top: 1rem}
.mb-1 {margin-bottom: 1rem}
.mt-2 {margin-top: 2rem}
.mb-2 {margin-bottom: 2rem}
.mt-3 {margin-top: 3rem}
.mb-3 {margin-bottom: 3rem}
.mt-4 {margin-top: 4rem}
.mt-5 {margin-top: 5rem}
.mt-6 {margin-top: 6rem}
.mt-7 {margin-top: 7rem}
.mb-4 {margin-bottom: 4rem}
.mb-5 {margin-bottom: 5rem}
.ml-0 {margin-left: 0rem !important}
.ml-1 {margin-left: 1rem}
.ml-2 {margin-left: 2rem}
.ml-3 {margin-left: 3rem}
.ml-4 {margin-left: 4rem}
.mr-1 {margin-right: 1rem}
.mr-2 {margin-right: 2rem}
.mr-3 {margin-right: 3rem}
.mr-4 {margin-right: 4rem}


/* PADDING CSS */
.inner-common-padding {padding: 100px 0}

.pad-50 {padding: 50px 0}
.pad-60 {padding: 60px 0}
.pad-70 {padding: 70px 0}
.pad-80 {padding: 80px 0}
.pad-150 {padding: 150px 0}
.pad-180 {padding: 180px 0}

.pad-t-120 {padding-top: 120px;}
.pad-t-70 {padding-top: 70px;}
.pad-t-80 {padding-top: 80px;}

.pad-b-70 {padding-bottom: 70px;}
.pad-b-50 {padding-bottom: 50px;}
.pad-b-40 {padding-bottom: 40px;}
.pad-b-30 {padding-bottom: 30px;}

.position-relative {position: relative;}
.float-left {float: left !important}
.float-right {float: right !important}

.pl-25 {padding-left: 25%}
.pr-25 {padding-right: 25%}
.pr-0 {padding-right: 0 !important}
.pl-0 {padding-left: 0 !important}


/* HEADING CSS */

.inner-title {font-weight: 900;font-size: 3.3rem;line-height: 1.2;font-family: 'Lato' !important;color: #000;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}

.orange-f {color: #fc9e20;}
.f-white {color: #fff;}
.f-black {color: #000;}

.font-300 {font-weight:300;}
.font-600 {font-weight:600;}
.font-900 {font-weight: 900;}

.f-75 {font-size: 75px !important;}
.f-60 {font-size: 60px !important;}
.f-50 {font-size: 50px;line-height:60px;}
.f-32 {font-size: 32px;line-height:40px;}
.f-30 {font-size: 30px;line-height:36px;}
.f-24 {font-size: 24px;line-height:34px;}
.f-22 {font-size: 22px;line-height:32px;}
.f-20 {font-size: 20px;line-height:30px;}
.f-19 {font-size: 19px;line-height: 29px;}
.f-18 {font-size:18px;line-height: 28px;}
.f-17 {font-size:17px;line-height: 27px;}

.w-100 {width: 100%}
.w-75 {width: 75%}
.w-50 {width: 50%}
.w-25 {width: 25%}

.d-flex {display: flex}
.vertical-center {
  -moz-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.h-100 {height: 100%;height: 100vh;}

.gradient-bg-45 {
  background-color: #dd813d;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, -45deg, from(#dd813d), to(#425298));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(-45deg, #dd813d, #425298);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(-45deg, #dd813d, #425298);
  /* IE 10 */
  background: -ms-linear-gradient(-45deg, #dd813d, #425298);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #dd813d, #425298);
}

/* .row.no-gutters {margin-right: 0;margin-left: 0;}
.row.no-gutters>[class^="span"], .row.no-gutters>[class*="span"] {padding-right: 0;padding-left: 0;}
 */

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  margin-bottom: 0
}

.table-cell {
  display: table-cell;
  width: 50%;
}

.d-desktop {display: block;}

.mobile-view {display: none;}


/* ----- END FOR BASIC CSS ----- */



.hireus-get-in-touch-form {  background: #fff;margin-top:0px;}
.hireus-get-in-touch-form p {font-family: 'Karla', sans-serif !important;text-align: left;font-weight: 400;font-size: 20px;line-height: 32px;}

p.light {font-size: 22px;line-height: 34px;}

.light-font {font-weight:300;}

.light-color {color: #707070;}


.custom-gradient-btn {
  /* fallback */
  background-color: #dd813d;
  background-image: url(images/linear_btn_bg.png);
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#dd813d), to(#425298));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #dd813d, #425298);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #dd813d, #425298);
  /* IE 10 */
  background: -ms-linear-gradient(left, #dd813d, #425298);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #dd813d, #425298);
  color: #fff;
  font-family: 'Karla', sans-serif !important;
  font-size: 19px;
  padding:1.22rem 1.8rem;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-gradient-btn:hover, .custom-gradient-btn:focus {
  background-color: #425298;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#425298), to(#dd813d));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #425298, #dd813d);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #425298, #dd813d);
  /* IE 10 */
  background: -ms-linear-gradient(left, #425298, #dd813d);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #425298, #dd813d);
  color: #fff;
}



/* =========== GET IN TOUCH SERVICES PAGE CSS START =========== */

/* Get in Touch Left */

 .get-in-touch-form-block {
  background: #000;
}

.get-in-touch-form-block .new-contact-form .inner-title {
text-transform: none;
width: 100%;
float: left;
color: #ffff;
font-weight: 800;
font-size: 65px;
line-height: 0.9 !important;
margin: 0 0 45px 0;
font-family: 'ITCAvantGardeStd-Bold' !important;
line-height: 60px;
}

.get-in-touch-form-block .new-contact-form .inner-title .orange-f {
  font-family: 'ITCAvantGardeStd-Bold' !important;
  text-transform: none;
  color: #fba419;
  font-size: 55px;
}

.wrap-input.w-50 {
  width: 48%
}

.get-in-touch-form-block .new-contact-form select {
/* font-size: 18px;
font-family: 'Karla', sans-serif !important;
border: none;
background: transparent;
color: #fff !important;
padding: 0 15px 0 0;
height: 50px;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
float: left;
outline: none; */

  border: none;
  background: transparent;
  color: #fff !important;
  font-size: 15px;
  padding: 0 15px 0 0;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;

}

.get-in-touch-form-block .new-contact-form textarea {
/* font-size: 18px;
font-family: 'Karla', sans-serif !important;
border: none;
background: transparent;
color: #fff !important;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
float: left;
outline: none; */
}


.selectButton {
  background: transparent;
  height: 11px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 9px;
  z-index: 1;
  cursor: pointer;
  display: flex;
}

.selectButton i {
  font-size: 1rem;
  color: #fff;
}

.get-in-touch-form-block .new-contact-form select > option {
  background: #180e00;
  text-transform: none;
  padding: 1rem;
}


/* HorizonCore Right */

.get-in-touch-info-section {
  padding: 50px 80px;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.get-in-touch-info-block .f-50 {
font-family: 'ITCAvantGardeStd-Bold' !important;
font-size: 50px;
font-weight: 500;
margin: 0 0 50px 0;
}
.get-in-touch-info-block {
color: #333;
font-family: 'Karla', sans-serif !important;
}
.get-in-touch-info-block p {
font-family: 'Karla', sans-serif !important;
color: #000;
font-weight: 500;
font-size: 19px;
line-height: 26px;
margin: 0 0 40px 0;
}

.get-in-touch-info-block h2 {
margin: 0 0 10px 0;
padding: 0;
color: #000000;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
}

/* Call Us ! block */

.call-us-block {
    width: 100%;
    float: left;
	margin: 0 0 30px 0;
    padding: 0 0px 0 80px;
    background: url(../images/services/services-types/call-img.png) top center;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.call-us-block a {
font-family: 'Karla', sans-serif !important;
margin: 0 0 10px 0;
font-size: 18px;
color: #000;
}

.call-us-block a i {
  vertical-align: middle;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-right: 0.4rem
}


.call-us-block ul li {
/*   margin: 0 5px; */
  width: 24%;
  display: inline-block;
  text-align: center;
}

.call-us-block ul li img {
    width: auto;
    display: block;
    float: none;
    margin: 0 auto 10px;
}

.call-us-block ul li p, .call-us-block ul li a {
  color: #333;
  font-family: 'Karla', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 5px 0;
}

.call-us-block ul li .coutry-name  {
  font-weight: 500;
margin: 0 0 5px 0;
font-size: 16px;
text-align: center;
}



/* Address block */

.address-block {
    width: 100%;
    float: left;
	margin: 0 0 30px 0;
    padding: 0 0px 0 80px;
    background: url(../images/services/services-types/address-img.png) top center;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.address-block ul li {
  display: inline-flex;
  width: 100%;
  clear: both;
}

.address-block ul li img {
  width: 28px;
  vertical-align: top;
}

.address-branch {
  width: 100%
}

.address-branch p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin:0 0 5px 0;
  text-align: justify;
}



/* Social Media block */

.social-block {
    width: 100%;
    float: left;
/*     margin: 0 0 30px 0; */
    padding: 0 0px 0 80px;
    background: url(../images/services/services-types/social-media-img.png) top center;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.social-block ul li a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: transparent;
  line-height: 72px;
}

.social-block ul li+li {
  margin-left: 15px
}

.social-block ul li a:hover i,
.social-block ul li a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.social-block ul li a i {
  font-size: 1.7rem
}

.social-block ul li a.facebook {
  color: #3b589a
}

.social-block ul li a.googleplus {
  color: #ff8080;
}

.social-block ul li a.twitter {
  color: #1ea1f3
}

.social-block ul li a.youtube {
  color: #fd0002
}

.social-block ul li a.linkedin {
  color: #0078b5
}

.social-block ul li a.blog {
  line-height: 60px
}


/*-------------------- START FOR FORM -------------------------*/

input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
  box-shadow: none !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: #cccccc;
}

input:-moz-placeholder {
  color: #cccccc;
}

input::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder {
  color: #cccccc;
}

textarea::-webkit-input-placeholder {
  color: #cccccc;
}

textarea:-moz-placeholder {
  color: #cccccc;
}

textarea::-moz-placeholder {
  color: #cccccc;
}

textarea:-ms-input-placeholder {
  color: #cccccc;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {color: #fff;}

/*---------------------------------------------*/

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: calc(100% - 640px);
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 640px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  padding: 82px 55px 33px 55px;
  position: relative;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.new-contact-form {
  padding: 73px 80px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 30px;
}


.new-contact-form input {
 /* width: 100%;
  float: left;
  margin: 0 0	0px 0;
  padding: 0;
  background: none;
  height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-family: 'Karla', sans-serif !important;
  color: #fff;
  width: 100%;
  outline: none;
*/

  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Karla', sans-serif !important;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 0 2px;
  opacity: 1

}



.new-contact-form input::-webkit-input-placeholder,
.new-contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1
}

.new-contact-form input::-moz-placeholder,
.new-contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1
}

.new-contact-form input:-ms-input-placeholder,
.new-contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1
}

.new-contact-form input:-moz-placeholder,
.new-contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::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: #4463eb;
  background: -webkit-linear-gradient(45deg, #fc9e20, #4463eb);
  background: -o-linear-gradient(45deg, #fc9e20, #4463eb);
  background: -moz-linear-gradient(45deg, #fc9e20, #4463eb);
  background: linear-gradient(45deg, #fc9e20, #4463eb);
}


/*---------------------------------------------*/

input.input100 {
  height: 50px;
  border: none
}

textarea.input100 {
  min-height: 140px;
  padding-bottom: 13px;
  background: transparent;
  font-size: 15px;
  color: #fff;
  padding-left: 0
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 5px;
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  height: 50px;
  border-radius: 25px;
  background-color: #39b54a;
  padding: 0 20px;
  top: 50%;
  left: calc((100% - 640px) / 2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-more i {
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .wrap-contact100 {
    width: 440px;
  }
  .contact100-map {
    width: calc(100% - 440px);
  }
  .contact100-more {
    left: calc((100% - 440px) / 2);
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    width: 100%;
  }
  .contact100-map {
    display: none;
  }
  .contact100-more {
    position: absolute;
    background-color: transparent;
    color: #39b54a;
    bottom: 0px;
    top: auto;
    left: 50%;
    z-index: 10;
  }
}


/* =========== GET IN TOUCH SERVICES PAGE CSS END =========== */






/* Radial Out */

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #edeaea;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.underline-border {
  position: relative;
}

.underline-border:after {
  position: absolute;
  height: 2px;
  background: #ff9630;
  width: 100px;
  content: '';
  left: 0;
  bottom: -5px;
}



