@charset "UTF-8";
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 0px;
}

.width_100 {
  width: 100%;
  display: block;
  word-wrap: break-word;
}

.long_line {
  position: relative;
  width: 100%;
  border: 1px solid #dedede;
  border-width: 0px 0px 1px 0;
  border-color: #dedede;
  margin: 0 auto 1px auto;
  text-align: center;
}

/* Ishfaak structural styles -----------------------------*/
.header {
  /*background-image: url('../images/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;*/
  /*-moz-box-shadow: 0px 2px 9px #888;
  -webkit-box-shadow: 0px 2px 9px #888;
  box-shadow: 0px 2px 9px #888;
  max-height: 420px;*/
  width: 100%;
  height: auto;
  position: relative;
}

.header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.section {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}

.section:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}

.footer:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.common_ishfaak_class {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  clear: both;
}

.my_gen_wrap_left_dtl {
  /*background:red;*/
  float: left;
  position: relative;
}

.my_gen_wrap_left {
  /*background:red;*/
  float: left;
  position: relative;
}

.my_gen_wrap_right {
  float: right;
  position: relative;
}

.my_gen_wrap_right_for_mid_gal {
  /*background:black !important;*/
  float: left;
  position: relative;
}

.my_gen_wrap {
  position: relative;
}

.center_div {
  margin: 0 auto;
  position: relative;
}

.each_img_hold {
  background: #fff;
  border: 1px solid #f3e9db;
  /*max-width: 376px;*/
  padding: 10px;
  height: auto;
  float: left;
  margin: 6px;
  padding: 8px;
  position: relative;
}

/* webinamedia.com gallery structure ----------------------------------------------------------------- */
.ishfaak_gallery_container_fluid {
  height: auto;
  overflow: hidden;
}

.gallery_right {
  width: 324px;
  float: right;
}

.gallery_left {
  width: auto;
  float: none;
  overflow: hidden;
}

.padding_18 {
  padding: 18px;
  z-index: 108;
}

@media only screen and (max-width: 780px) and (min-width: 481px) {
  .padding_18 {
    padding: 18px;
    margin-left: -9px;
  }
}
@media screen and (max-width: 480px) {
  .padding_18 {
    padding: 18px;
    margin-left: -9px;
  }
}
.shadow_grey {
  background: white;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #fff;
  box-shadow: 0 0 15px 3px #dddddd;
  -ms-box-shadow: 0 0 15px 3px #dddddd;
  -o-box-shadow: 0 0 15px 3px #dddddd;
  float: left;
  display: block;
  position: relative;
}

/* Ishfaak webinamedia.com gallery structure ----------------------------------------------------------------- */
.my_gen_if_no_width_block {
  display: block;
  float: left;
  clear: both;
}

/*  Gallery each repeat This works fine with centering and margin with height and without but to be more precice I write the below  */
.my_gen_inline_block {
  display: inline-block;
  clear: both;
}

.gen_class_hold_for_this {
  width: 100%;
  clear: both !important;
  height: auto;
  display: block;
}

/*  Gallery each repeat This works fine with centering and margin with height and without but to be more precice I write the below  */
.fluid_wraper {
  width: 100%;
  margin: 0px auto;
}

.fluid_wraper > div {
  margin: 0 0 0px 0;
  min-width: 500px;
  width: 100%;
}

.fluid_table {
  display: table;
}

.fluid_table .col {
  display: inline-block;
  width: 32%;
}

/*flex various size panels*/
.flex-grid-thirds {
  display: flex;
}

.flex-grid-thirds .col_flex {
  /*  width: 32%;*/
  max-width: 295px;
  margin: 15px;
}

.col_flex {
  /*  background: #f7bcb2;*/
  /*  padding: 20px;*/
}

@media only screen and (max-width: 997px) and (min-width: 964px) {
  .flex-grid-thirds {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 44% !important;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 963px) and (min-width: 930px) {
  .flex-grid-thirds {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 43% !important;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 929px) and (min-width: 896px) {
  .flex-grid-thirds {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 43% !important;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 895px) and (min-width: 862px) {
  .flex-grid-thirds {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 42% !important;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 861px) {
  .flex-grid-thirds {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px 0;
  }
}
/*flex various size panels*/
.shadow_red {
  border: 1px solid #fff;
  box-shadow: 0 0 15px 3px #ae3432;
  -ms-box-shadow: 0 0 15px 3px #ae3432;
  -o-box-shadow: 0 0 15px 3px #ae3432;
}

hr.hrline {
  border: none;
  color: #cecece;
  background-color: #cecece;
  height: 1px;
}

.margin_top_12px {
  margin-top: 12px;
}

.div_each_row {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
}

/*center----------------------------------------------*/
.container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.content_cen {
  display: table-cell;
  vertical-align: middle;
}

.hold_implement {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.other_container {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}

#content {
  background: #fff;
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 25px 0px 78px 0px !important;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 40%;
  max-width: 360px;
  z-index: 100;
}

/*Center-----------------------------------------------*/
/* If img small stay same if big scale to fit div and resize */
.one {
  border: 1px solid red;
  background: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.one_wid {
  width: 300px;
  height: 300px;
}

.one img {
  display: inline;
  max-width: 100%;
}

/* If img small stay same if big scale to fit div and resize */
/* If img small stretch to fit div if big fit to div size */
.two {
  border: 1px solid red;
  background: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.two_wid {
  width: 300px;
  height: 300px;
}

.two img {
  /* display:inline;
  max-width: 100%; */
  width: 300px;
  height: 300px;
}

/* If img small stretch to fit div if big fit to div size */
.all_caps {
  text-transform: uppercase !important;
}

.txt_algn_left {
  text-align: left !important;
}

.txt_algn_right {
  text-align: right !important;
}

.txt_algn_center {
  text-align: center !important;
}

.txt_algn_justify {
  text-align: justify;
}

.pace .pace-progress {
  background: #413bf7;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  /* Original */
  /* -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; */
  /* Ishfaak ---------------------------------------------------*/
  box-shadow: #413bf7 1px 0 3px 0px;
  border-radius: 50%;
  transition: width 500ms ease-out, opacity 400ms linear;
  /* Ishfaak ---------------------------------------------------*/
}

.pace-inactive {
  display: none;
}

/*Ishfaak Old Broswer code*/
#old_ie_browser_ishfaak_msg {
  font: 38px/1 "Hammer Thin";
  /*font-family:Tahoma, Geneva, sans-serif;
  font-size: 34px; */
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 43px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
  text-transform: uppercase;
  background: black;
  border-bottom: 1px solid red;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  -moz-opacity: 0.93;
  opacity: 0.93;
  filter: alpha(opacity=93);
}

/*Ishfaak Old Broswer code*/
/*Form submit message*/
.show_error {
  border: 1px solid #920219;
  background: #000;
  width: 28%;
  padding: 10px;
  top: 31px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.show_error a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.show_error a:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.show_error a:active {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.show_error a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fe7801;
  text-decoration: none;
}

.ux_insert {
  border: 1px solid #920219;
  background: #000;
  width: 28%;
  padding: 10px;
  top: 31px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.ux_insert .show_error a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.ux_insert .show_error a:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.ux_insert .show_error a:active {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.ux_insert .show_error a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fe7801;
  text-decoration: none;
}

/*Form submit message*/
/*phone low res*/
@media only screen and (max-width: 359px) and (min-width: 1px) {
  #phone_low_res {
    background: #000;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    position: fixed;
    z-index: 9999;
  }
  #phone_low_res:after {
    background-image: url(../images/low_res.jpg);
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    content: "Your phone supports a very low Resolution - please upgrade your phone to view this site.";
    position: absolute;
    opacity: initial;
    padding: 41px;
    z-index: 999999;
  }
}
.file_not_found {
  overflow-x: hidden !important;
  background: url(../images/low_res.jpg) center top;
  background-repeat: repeat;
  background-color: #fff;
  /* background-repeat: no-repeat; */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #565656;
  font-size: 14px;
  width: 100%;
}

.black {
  color: #6c6c6c !important;
  text-transform: capitalize;
}

/* Ishfaak structural styles -----------------------------*/
[class*=col-] {
  float: left;
  padding-right: 20px; /* column-space */
}

.grid {
  width: 100%;
  max-width: 1423px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  /* padding-top: 20px; */
  padding-top: 5px;
  padding-left: 20px;
  /* padding-left: 20px; */ /* grid-space to left */
  padding-right: 20px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
  padding-bottom: 10px;
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3,
.col-8-12 {
  width: 66.66%;
}

.col-1-2,
.col-6-12 {
  width: 50%;
}

.col-1-3,
.col-4-12 {
  width: 33.33%;
}

.col-1-4,
.col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6,
.col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3,
.push-8-12 {
  margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
  margin-left: 50%;
}

.push-1-3,
.push-4-12 {
  margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6,
.push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

/* Ishfaak structural styles -----------------------------*/
/*Original*/
@media handheld, only screen and (max-width: 767px) {
  /*@media only screen and (max-width: 989px) and (min-width: 768px){*/
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px; /* grid-space to left */
    padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*=col-] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
  }
  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/*Ishfaak My Custom Range-----------------------------------------*/
/* @media only screen and (max-width: 989px) and (min-width: 768px){ */
@media only screen and (max-width: 915px) and (min-width: 768px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px; /* grid-space to left */
    padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*=col-] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
  }
  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/*Ishfaak My Custom Range-----------------------------------------*/
/*Ishfaak My Custom Range-----------------------------------------*/
@media only screen and (max-width: 537px) and (min-width: 481px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px; /* grid-space to left */
    padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*=col-] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
  }
  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px; /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/*Ishfaak My Custom Range-----------------------------------------*/
@font-face {
  font-family: "avantgardebq-extralight";
  src: url("avantgardebq-extralight.otf");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: "open-sans-regular";
  src: url("open-sans.regular.ttf");
}
@font-face {
  font-family: "Nirmala";
  src: url("Nirmala.ttf");
}
@font-face {
  font-family: "SegoeUI";
  src: url("SEGOEUI.TTF");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(google_fonts.woff2) format("woff2");
}
@font-face {
  font-family: "Argo_Flats";
  src: url("Argo_Flats.ttf");
}
@font-face {
  font-family: "vagroundedlightssi-bold";
  src: url("vagroundedlightssi-bold.ttf");
}
@font-face {
  font-family: "Raleway-Regular";
  font-weight: 700;
  src: url("Raleway-Regular.ttf");
}
@font-face {
  font-family: "Hammer Thin";
  font-weight: 700;
  src: url("Hammer Thin.ttf");
}
@font-face {
  font-family: "Bradley-Hand-ITC";
  font-weight: 700;
  src: url("Bradley-Hand-ITC.ttf");
}
a {
  text-decoration: none;
  color: inherit;
}

.style_logo_font {
  font-family: "SegoeUI";
  font-size: 15px;
}

.common_link {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:visited {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:active {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:hover {
  font-family: "open-sans-regular";
  color: #e93e21;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/*font aws colours and size -------------------------------------------*/
.font_size18_colour_purple {
  font-size: 18px !important;
  color: #000 !important;
}

.font_size18_colour_red {
  /*background: black;*/
  font-size: 18px !important;
  color: #002633 !important;
}

.font_size18_colour_grey {
  /*background: black;*/
  font-size: 14px !important;
  color: #ff9600 !important;
}

.most_header_icon_size {
  /*border: 1px solid red;*/
  width: 18px !important;
  height: 18px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 5px;
}

/*Social media icons */
.social_font_size {
  width: 50px !important;
  height: 50px !important;
  top: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 5px;
  font-size: 35px !important;
  color: #000;
}

/*Social media icons */
/*inner page big  */
.inner_page_font_size {
  width: 118px !important;
  height: 118px !important;
  top: -1px;
  left: 3px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 5px;
  font-size: 83px !important;
  color: #fff;
}

/*inner page big  */
/*font aws colours and size -------------------------------------------*/
p {
  font-family: "SegoeUI";
  color: #313131;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
}

p a {
  font-family: "SegoeUI";
  color: #313131;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
}

p a:visited {
  font-family: "SegoeUI";
  color: #313131;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none;
  outline: 0;
}

p a:active {
  font-family: "SegoeUI";
  color: #313131;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none;
  outline: 0;
}

p a:hover {
  font-family: "SegoeUI";
  color: #fe7801;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: underline;
  outline: 0;
}

.text_align_center {
  text-align: center;
}

.align_text_left {
  text-align: left;
}

.align_text_right {
  text-align: right;
}

.text_transform {
  text-transform: uppercase;
}

h1 {
  font: 64px/1 "Raleway-Regular" !important;
  letter-spacing: -5px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font: 49px/1 "Raleway-Regular" !important;
  letter-spacing: -3px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 31px;
  color: #313131;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

h3 {
  font: 19px/1 "Raleway-Regular" !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

h4 {
  font: 34px/1 "Raleway-Regular" !important;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #002633;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

.header_bg {
  background: #000;
}

.dtl_header {
  font: 48px/1 "open-sans-regular";
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #002633;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.font_sub_header_all_caps {
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 20px;
  color: #313131;
  text-transform: uppercase;
}

.font_geo_all_caps {
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 24px;
  color: #002633;
  text-transform: uppercase;
}

/*.mandatory{
	font-family: "SegoeUI";
	font-size: 13px;
	line-height: 20px;
	color:$red_font;
	text-transform: uppercase;
}*/
.font_footer_slogan {
  font-family: "open-sans-regular";
  line-height: 20px;
  color: #002633;
  font-weight: bold;
  text-transform: uppercase;
}

.top_banner_font {
  font: 18px/1 "Raleway-Regular";
  letter-spacing: -1px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.header_small_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  color: #313131;
}

.white_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  color: #fff;
}

.yellow_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #e79400;
}

.green_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #d63365;
}

.purple_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #d63365;
}

.logo_slogan {
  font-family: "open-sans-regular";
  line-height: 23px !important;
  color: #313131;
  text-transform: uppercase;
}

/*Below here is the stuff to adopt*/
/*My styles spaces -------------------------------*/
.colour_the_long_line {
  background: #dedede;
}

.green_for_font {
  color: #a0ba00;
}

.dark_black_font {
  color: #002633 !important;
}

.white_for_font {
  color: #fff !important;
}

.black_font {
  color: #000 !important;
}

.red_font {
  color: #ff0000;
}

.purple_font {
  color: #e79400;
}

.yellow_for_font {
  color: #ff9600;
}

.gray_for_font {
  color: #313131;
}

.yellow {
  background: #ffae00;
}

.green {
  background: #749901;
}

.red_bg {
  background: #ff9600;
}

.orange_bg {
  background: #ff9600;
}

.black_bg {
  background: #000;
}

.width98 {
  width: 98%;
}

.space_bottom_230 {
  padding-bottom: 230px;
}

.space_bottom_padding15 {
  padding-bottom: 15px;
}

.space_top1 {
  padding-top: 1px;
}

.margin_btm_15 {
  margin-bottom: 15px;
}

.space_top6 {
  padding-top: 6px;
}

.space_top-56 {
  margin-top: -56px;
}

.space_top19 {
  padding-top: 19px;
}

.space_top28 {
  padding-top: 28px;
}

.space_top28_home_contact {
  padding-top: 28px;
}

.space_top36 {
  padding-top: 36px;
}

.space_btm36 {
  padding-bottom: 36px;
}

.space_top58 {
  padding-top: 58px;
}

.space_top85 {
  padding-top: 85px;
}

.space_top115 {
  padding-top: 115px;
}

.space_btm6 {
  padding-bottom: 6px;
}

.space_btm46 {
  padding-bottom: 46px;
}

.space_btm56 {
  padding-bottom: 56px;
}

.space_bottom35 {
  padding-bottom: 35px;
}

.space_bottom51 {
  padding-bottom: 51px;
}

.space_bottom64 {
  padding-bottom: 64px;
}

.space_btm103 {
  padding-bottom: 103px;
}

.space_btm125 {
  padding-bottom: 125px;
}

.space_btm145 {
  padding-bottom: 145px;
}

.space_btm195 {
  padding-bottom: 195px;
}

.space_top17 {
  padding-top: 17px;
}

.space_top27 {
  padding-top: 27px;
}

.space_top21 {
  padding-top: 21px;
}

.space_top131 {
  padding-top: 131px;
}

.space_top148 {
  padding-top: 148px;
}

.space_top182 {
  padding-top: 182px;
}

.my_space_left28 {
  padding-top: 35px;
  top: 2px;
}

.most_top_haader {
  height: 35px;
}

.height_18 {
  height: 18px;
}

.banner_text_list {
  top: -6px;
  left: 8px;
  position: relative;
}

.margin_left_8 {
  margin-left: 8px;
}

.banner_text_list_icon_size {
  /* border: 1px solid red; */
  width: 18px !important;
  height: 18px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  /* padding: 5px; */
}

.most_top_pos_text {
  top: -10px;
  left: 8px;
  position: relative;
}

.most_top_match_to_logo {
  margin-left: 113px;
  margin-top: 2px;
}

@media only screen and (max-width: 652px) and (min-width: 583px) {
  .most_top_match_to_logo {
    margin-left: 16px !important;
    margin-top: 2px;
  }
}
@media screen and (max-width: 582px) {
  .most_top_match_to_logo {
    display: none;
  }
}
.most_top_match_to_right {
  margin-right: 61px;
  margin-top: 0px;
}

.margin_left_left_icon {
  margin-left: 13px;
}

@media only screen and (max-width: 1262px) and (min-width: 583px) {
  .most_top_match_to_right {
    margin-right: 35px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 582px) and (min-width: 360px) {
  .most_top_match_to_right {
    text-align: center;
    float: left;
    width: 100%;
    margin-right: 0px;
  }
}
.top_logo_font {
  font: 18px/1 "Raleway-Regular";
  letter-spacing: -1px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(150, 150, 150);
  text-decoration: none;
}

.logo_thought_pos {
  margin-left: 13px;
  margin-top: 24px;
}

@media screen and (max-width: 565px) {
  .logo_thought_pos {
    display: none;
  }
}
.min_height_devi {
  min-height: 134px;
}

.width100 {
  width: 100%;
  text-align: center;
}

.width_158 {
  max-width: 158px;
  float: inherit;
  text-align: center;
}

.padding10 {
  padding: 10px;
}

@media screen and (max-width: 915px) {
  .get_top_for_mob {
    margin-top: 60px;
  }
}
.about_space_top85 {
  padding-top: 85px;
}

.about_space_top58 {
  padding-top: 58px;
}

.news_arrow_left_padding {
  padding-left: 26px;
}

.lft_news {
  margin-top: -10px;
}

.desktop_adjust_home_stanza {
  margin-top: 56px;
}

.icon_space {
  padding: 2px;
}

.margin_left_inner_elucidation {
  margin-left: 48px;
}

.padding_top30 {
  padding-top: 30px;
}

.max_wid_315 {
  max-width: 315px;
  width: 100%;
  padding: 18px;
  margin: 25px;
}

.index_abt_write_up {
  max-width: 507px;
  width: 80%;
  min-height: 151px;
  margin: 20px;
  position: relative;
  z-index: 101;
}

/*My styles spaces -------------------------------*/
/*Ishfaak Structure-----------------*/
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "open-sans-regular";
  font-size: 14px;
}

* {
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 0px;
}

.shadow {
  box-shadow: 1px 6px 17px rgba(0, 165, 190, 0.9) !important;
}

.shadow2 {
  box-shadow: 10px 13px 8px rgba(192, 232, 242, 0.7) !important;
}

.shadow3 {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.shadow4 {
  box-shadow: 1px 6px 18px rgba(72, 6, 14, 0.7) !important;
}

.inner_shadow {
  box-shadow: inset 0px 0px 19px #dedede;
}

.text_shdow {
  text-shadow: 3px 3px 5px rgba(176, 184, 215, 0.7) !important;
}

.common_border {
  border: 1px solid #d7d7d7 !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

svg {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 151px;
}

.rotate2 {
  /*leaning left <- */
  transform: rotateX(180deg);
}

.rotate4 {
  /*upside down*/
  transform: rotate(180deg);
}

.rotate6 {
  /*leaning right -> */
  transform: rotate(90deg);
}

.rotate12 {
  /*horizontal flip*/ /*left-right mirror*/
  transform: scale(-1, 1);
}

.rotate14 {
  /*horizontal flip*/ /*left-right mirror*/
  transform: rotate(90deg) scale(-1, 1);
}

.bg_svg_purple {
  filter: invert(28%) sepia(91%) saturate(1495%) hue-rotate(315deg) brightness(88%) contrast(92%);
}

.bg_svg_yellow {
  filter: invert(59%) sepia(97%) saturate(524%) hue-rotate(358deg) brightness(99%) contrast(106%);
}

.bg_svg_black {
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(62deg) brightness(109%) contrast(114%);
}

.bg_svg_gray {
  filter: invert(22%) sepia(1%) saturate(0%) hue-rotate(16deg) brightness(99%) contrast(88%);
}

.bg_svg_black {
  filter: invert(0%) sepia(98%) saturate(1%) hue-rotate(238deg) brightness(91%) contrast(100%);
}

.white_btn {
  border-radius: 50px;
  padding: 10px 31px 10px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #000;
  font-family: "open-sans-regular";
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.white_btn:hover {
  background: black;
}

.btn_circle {
  border-radius: 50px;
  background: #fff;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #d6286b;
}

.black_btn {
  border-radius: 50px;
  padding: 10px 31px 10px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #fff;
  font-family: "open-sans-regular";
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.black_btn:hover {
  background: #000;
}

.black_btn_circle {
  border-radius: 50px;
  background: #000;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #ff9600;
}

.btn_circle {
  border-radius: 50px;
  background: #fff;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #d6286b;
}

.small_btn_size {
  min-width: 158px;
}

.purple_circle {
  border: 2px solid #fff;
  border-radius: 50px;
  background: #d6286b;
  padding: 13px;
  font-family: tahoma;
  font-size: 15px;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 4px;
}

.globe_plus_text {
  font-family: "open-sans-regular";
  font-size: 12px;
  text-transform: uppercase;
  color: #1d1d1d;
  text-align: right;
}

/* Preloader -------------------------------------------------*/
/*Preloader my*/
#webina_prewrapper {
  /*    background:url('../images/background_logi.jpg') center top;*/
  background: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /*    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto ;
    position: fixed;    */
  /*      height: 50vh;*/
  height: 100vh;
  background-color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 9999;
  /*    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color : #000;
    font-size : 14px;*/
}

.webina_lets_turn {
  border: 2px solid #fff;
  border-radius: 100px;
  background: black;
  width: 78px;
  height: 78px;
  padding: 13px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  box-shadow: 0 0 21px #838383;
  background: #ff9600;
  z-index: 9999;
  position: absolute;
}

.webina_dots_wrap {
  position: relative;
  width: 66px;
  height: 66px;
  margin: auto;
}

.webina_dots_wrap .webina_each_dots_wrap {
  position: absolute;
  width: 51px;
  height: 51px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 5.7425s infinite;
  -o-animation: orbit 5.7425s infinite;
  -ms-animation: orbit 5.7425s infinite;
  -webkit-animation: orbit 5.7425s infinite;
  -moz-animation: orbit 5.7425s infinite;
}

.webina_dots_wrap .webina_each_dots_wrap .webina_dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgb(255, 255, 255);
  left: 0px;
  top: 0px;
  border-radius: 8px;
}

.webina_dots_wrap #webina_sphere_1 {
  animation-delay: 1.256s;
  -o-animation-delay: 1.256s;
  -ms-animation-delay: 1.256s;
  -webkit-animation-delay: 1.256s;
  -moz-animation-delay: 1.256s;
}

.webina_dots_wrap #webina_sphere_2 {
  animation-delay: 0.243s;
  -o-animation-delay: 0.243s;
  -ms-animation-delay: 0.243s;
  -webkit-animation-delay: 0.243s;
  -moz-animation-delay: 0.243s;
}

.webina_dots_wrap #webina_sphere_3 {
  animation-delay: 0.5065s;
  -o-animation-delay: 0.5065s;
  -ms-animation-delay: 0.5065s;
  -webkit-animation-delay: 0.5065s;
  -moz-animation-delay: 0.5065s;
}

.webina_dots_wrap #webina_sphere_4 {
  animation-delay: 0.7495s;
  -o-animation-delay: 0.7495s;
  -ms-animation-delay: 0.7495s;
  -webkit-animation-delay: 0.7495s;
  -moz-animation-delay: 0.7495s;
}

.webina_dots_wrap #webina_sphere_5 {
  animation-delay: 1.003s;
  -o-animation-delay: 1.003s;
  -ms-animation-delay: 1.003s;
  -webkit-animation-delay: 1.003s;
  -moz-animation-delay: 1.003s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/*Preloader my*/
/* Preloader -------------------------------------------------*/
/* Navigation BOF-----------------------------------------------*/
.wrapper_menu {
  position: relative;
  width: 100%;
  margin: -9px auto;
  z-index: 9999;
}

#main {
  padding: 0px 0;
}

#nav-trigger {
  display: none;
  text-align: right;
}

#nav-trigger span {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #002633;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0px;
  cursor: pointer;
  text-transform: uppercase;
}

#nav-trigger span:after {
  display: inline-block;
  margin-left: 10px;
  width: 31px;
  height: 24px;
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 21px;
  color: #002633;
}

#nav-trigger span.open:after {
  background-image: url("../images/resmenu.png");
  background-repeat: no-repeat;
}

nav {
  margin-bottom: 30px;
}

nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

nav#nav-main li {
  display: inline-block;
  /*border-right: solid 1px #950025;*/
  padding: 0 5px;
}

nav#nav-main li:last-child {
  border-right: none;
}

nav#nav-main a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #313131;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
}

nav#nav-main a:hover {
  background-color: #ff9600;
  color: #fff !important;
}

.round {
  border-radius: 38px;
  color: #002633 !important;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  width: 100%;
  display: none;
  list-style-type: none;
  margin-top: 10px;
  position: fixed;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #fff;
  z-index: 9999999;
}

nav#nav-mobile li {
  display: inline-block;
  padding: 4px 0;
  margin: 0 5px;
  width: 46%;
  left: -28px !important;
  position: relative;
  border-bottom: 1px solid #dedede;
}

nav#nav-mobile li:last-child {
  border-bottom: none;
}

nav#nav-mobile a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #002633;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 13px 23px;
}

nav#nav-mobile a:hover {
  background-color: #ff9600;
  font-family: "open-sans-regular";
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
}

/* Sections--------------------------------- */
section h1 {
  margin-bottom: 10px;
}

section p {
  margin-bottom: 30px;
}

section p:last-child {
  margin-bottom: 0;
}

/* Media Queries------------------------------- */
@media all and (max-width: 856px) {
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  .round {
    display: none;
  }
}
/* Navigation BOF-----------------------------------------------*/
/*Navigation ul li footer--------------------------*/
.footer_navigation_panel {
  width: 99%;
  float: left;
  top: -3px;
  position: relative;
}

#a_product_of_webina_footer {
  width: 98%;
  height: auto;
  /*margin:0 auto;*/
  float: left;
  top: 10px;
  position: relative;
}

#a_product_of_webina_footer li {
  list-style: none inside url("../images/arrow_red.png");
  margin-left: -39px;
  line-height: 41px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #282828;
}

.links_thus_footer a {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:visited {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:active {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:hover {
  font-family: "open-sans-regular";
  color: #d93378;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* ========= footer styles*/
.space_bottom51 {
  padding-bottom: 41px;
}

.long_line_footer {
  position: relative;
  width: 100%;
  border: 1px solid #3b3b3b;
  border-width: 0px 0px 1px 0;
  border-color: #3b3b3b;
  margin: 0 auto 1px auto;
  text-align: center;
}

.space_top5 {
  padding-top: 5px;
}

.footer_each_box {
  border: 1px solid #282828;
  float: left;
  padding: 9px 18px 9px 18px;
  margin: 0px 8px 8px 0px;
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:visited {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:active {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:hover {
  font-family: "open-sans-regular";
  color: #e93e21;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.get_in_touch_block {
  border-bottom: 1px solid #282828;
  float: left;
  padding: 10px 0px 1px 0px;
  position: relative;
}

.space_top30 {
  padding-top: 30px;
}

.space_top15 {
  padding-top: 15px;
}

.footer_address {
  color: #b1b1b1;
  padding-left: 14px;
  margin-top: 3px;
}

.footer_quote_font {
  font: 14px/1 "open-sans-regular" !important;
  font-weight: normal;
  line-height: 21px !important;
  color: #b1b1b1;
  text-decoration: none;
}

.footer_btm_quote {
  background-image: url(../images/footer_bottom_quote.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 44px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  position: relative;
  z-index: 1;
  float: right;
}

.footer_small_font {
  font-family: "open-sans-regular";
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  margin-right: 18px;
  line-height: 46px !important;
}

.pos_copyright_txt {
  font-family: "open-sans-regular";
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 56px !important;
  margin-left: 16px;
}

.copyright_company_text {
  font-family: "open-sans-regular";
  color: #ff9600;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.margin_right_footer_logo {
  margin-right: 0.8%;
  margin-top: 7px;
}

.quick_links {
  padding-right: 51px;
  max-width: 228px;
  width: 100%;
  min-height: 300px;
}

.core_services {
  padding-right: 51px;
  max-width: 598px;
  width: 100%;
  min-height: 300px;
}

.get_in_touch {
  padding-right: 51px;
  max-width: 230px;
  width: 100%;
  min-height: 300px;
}

.quote_footer {
  max-width: 263px;
  width: 100%;
  min-height: 300px;
}

@media only screen and (max-width: 1405px) and (min-width: 1280px) {
  .quick_links {
    max-width: 258px;
    min-height: 289px;
  }
  .core_services {
    max-width: 628px;
    min-height: 289px;
  }
  .get_in_touch {
    max-width: 258px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1139px) {
  .quick_links {
    padding-right: 41px;
    max-width: 258px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 41px;
    max-width: 468px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 41px;
    max-width: 258px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}
@media only screen and (max-width: 1138px) and (min-width: 1024px) {
  .quick_links {
    padding-right: 41px;
    max-width: 228px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 41px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 41px;
    max-width: 228px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 968px) {
  .quick_links {
    padding-right: 31px;
    max-width: 208px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 31px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 208px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}
@media only screen and (max-width: 967px) and (min-width: 768px) {
  .quick_links {
    padding-right: 31px;
    max-width: 245px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 31px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 245px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 455px;
    min-height: 289px;
    top: -5px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 235px;
    min-height: 385px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 308px;
    min-height: 385px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 235px;
    min-height: 296px;
  }
  .quote_footer {
    max-width: 308px;
    min-height: 315px;
    position: relative;
  }
}
@media only screen and (max-width: 639px) and (min-width: 580px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 195px;
    min-height: 393px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 308px;
    min-height: 393px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 195px;
    min-height: 295px;
  }
  .quote_footer {
    max-width: 308px;
    min-height: 265px;
    position: relative;
  }
}
@media only screen and (max-width: 579px) and (min-width: 480px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 195px;
    min-height: 534px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 218px;
    min-height: 534px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 195px;
    min-height: 300px;
  }
  .quote_footer {
    max-width: 218px;
    min-height: 300px;
    position: relative;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}
@media only screen and (max-width: 479px) and (min-width: 403px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 256px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 306px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 263px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}
@media only screen and (max-width: 403px) and (min-width: 360px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 289px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 289px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 235px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    top: 16px;
  }
}
@media only screen and (max-width: 403px) and (min-width: 396px) {
  .pos_copyright_txt {
    line-height: 0px !important;
    top: 13px;
    position: relative;
  }
}
@media screen and (max-width: 395px) {
  .pos_copyright_txt {
    line-height: 0px !important;
    top: 2px;
    position: relative;
  }
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 256px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 386px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 263px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}
/* ========= footer styles*/
/*Navigation ul li footer--------------------------*/
/*Navigation inner right ------------------------*/
#a_product_of_webina {
  width: 98%;
  height: auto;
  /*margin:0 auto;*/
  float: left;
  top: 0px;
  position: relative;
  padding: 5px;
}

#a_product_of_webina li {
  border-bottom: 1px dotted #f3e9db;
  list-style: none inside url("../images/arrow_red.png");
  margin-left: -37px;
  line-height: 32px;
  text-align: left;
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:visited {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:active {
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:hover {
  font-family: "open-sans-regular";
  color: #fe7801;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/*Navigation inner right ------------------------*/
/*hightlight dots when scroll*/
.webiNavDot {
  position: fixed;
  top: 140px;
  right: 8px;
  width: 50px;
  z-index: 9998;
  list-style-type: none;
}

.webiNavDot ul {
  position: relative;
  padding: 0px;
  padding-left: 38px;
}

.webiNavDot ul li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 35%;
  color: rgb(113, 135, 133);
}

.webiNavDot a {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #718785;
  background: #fff;
  text-decoration: none;
}

.webiNavDot a:hover {
  border-radius: 50%;
  background-color: #d7e0e9;
  text-decoration: none;
}

.webiNavDot a.active {
  border-radius: 50%;
  background-color: #ff9600;
  text-decoration: none;
  border: 2px solid #fff;
}

.label {
  position: relative;
  top: -58%;
  left: -328%;
  width: 100%;
  text-align: right;
  font-size: 1em;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
  display: none;
}

/*hightlight dots when scroll*/
/*count_when_scroll*/
.each_time_inline_block {
  /*    max-width: 338px;
    width:100%;    
    padding: 18px;
    margin: 25px;
    display: inline-block;
    clear: both; */
  max-width: 338px;
  padding: 18px;
  margin: 25px;
  display: inline-block;
  clear: both;
}

.margin_bottom_each_time_inline_block {
  margin-bottom: 15px;
}

@font-face {
  font-family: Hammer Thin;
  font-weight: normal;
  src: url("Hammer_Thin.ttf");
}
.counter {
  font: 95pt/1 "Hammer Thin";
  color: #002633;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

.lift_font_each_time_inline_block {
  margin-top: -13px;
}

/*count_when_scroll*/
/*Contact form */
.inputFile {
  width: 100%;
  border: solid 1px #f3e9db;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  padding: 10px;
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
}

.txtarea_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 118px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
  resize: none;
}

.combo_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
}

.input_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #313131;
  font-size: 13px;
}

.input_innerform {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #5d7a01;
  width: 100%;
  height: 33px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.combo {
  border: solid 1px #9fc034;
  /*	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #5d7a01;
  /*	width:189px;
  	height:19px;
  */
  padding-left: 10px;
  width: 100%;
  height: 33px;
  /*	-webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius:0px;*/
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.txt_area {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
  background-repeat:no-repeat;*/
  background-color: #5d7a01;
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  height: 83px;
  resize: none;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.msg_font_red {
  color: #ff0000;
  font-family: "open-sans-regular";
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 13px;
}

.explain_ishfaak_btn {
  background-image: url(../images/submit.png);
  background-repeat: no-repeat;
  background-color: transparent;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 0px;
  width: 55px;
  height: 55px;
  border: none;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  position: absolute;
}

.width_contact_40 {
  width: 40%;
  padding: 0px 10px 0px 0px;
}

.width_contact_60 {
  width: 60%;
}

.padding_13px {
  padding: 13px;
}

.white_background {
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1118px) {
  .width_contact_40 {
    width: 100%;
    padding: 0px 10px 0px 0px;
  }
  .width_contact_60 {
    width: 100%;
  }
  .padding_13px {
    padding: 25px 0px 0px 0px;
  }
}
.contact_circle {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin: 10px;
  box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.contact_us_icon_left {
  width: 85px;
  float: left;
  margin: 0px 28px 0px 0px;
}

.contact_us_icon_right {
  padding: 21px 2px 0px 0px;
  float: none;
  width: auto;
  overflow: hidden;
  line-height: none !important;
}

/*Contact form */
.triangle_homepage {
  background: rgba(255, 150, 0, 0.9);
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 12px 35px;
  display: inline-block;
  transform: skew(-32deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -53%;
  z-index: 1;
}

.no_skew {
  transform: skew(32deg, 0deg);
}

#city2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../images/my_sky2.png) 0 130px repeat-x;
}

.slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 548px;
  margin-top: 100px;
  margin-left: 47px;
  z-index: 106;
  padding-bottom: 68px;
}

@media only screen and (max-width: 1257px) and (min-width: 828px) {
  .slider_wrapper {
    width: 78%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -24%;
  }
  .webi_cloud_wrapper {
    max-width: 453px !important;
    top: 35% !important;
    right: 5% !important;
  }
  .we_are_webina_media {
    display: none;
  }
}
@media only screen and (max-width: 827px) and (min-width: 640px) {
  .slider_wrapper {
    width: 81%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -24%;
  }
  .webi_cloud_wrapper {
    max-width: 353px !important;
    top: 44% !important;
    right: 5% !important;
  }
  .we_are_webina_media {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .slider_wrapper {
    width: 81%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -44% !important;
    width: 153%;
  }
  .webi_cloud_wrapper {
    max-width: 453px !important;
    top: 59% !important;
    right: 5% !important;
  }
  .tree {
    left: -170px !important;
  }
}
.table_cell {
  vertical-align: middle;
  display: table-cell;
}

/*Cloud Animation*/
.webi_cloud_wrapper {
  width: 100%;
  max-width: 593px;
  height: auto;
  top: 12%;
  right: 5%;
  position: absolute;
}

.inner_cloud_wrapper {
  width: 100%;
  max-width: 351px;
  height: auto;
  top: -80px;
  right: -10px;
  bottom: 0px;
  position: absolute;
  display: table;
  z-index: 3;
}

@media only screen and (max-width: 1257px) and (min-width: 857px) {
  .inner_cloud_wrapper {
    top: -151px;
  }
}
@media only screen and (max-width: 856px) and (min-width: 768px) {
  .inner_cloud_wrapper {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_cloud_wrapper {
    display: none;
  }
}
.inner_we_are_webina_media {
  width: 221px;
  height: 56px;
  position: absolute;
  left: -141px;
  bottom: 58px;
  z-index: 4;
}

.cloud_wrapper {
  width: 100%;
  max-width: 593px;
  height: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  display: table;
  z-index: 3;
}

.we_are_webina_media {
  width: 221px;
  height: 56px;
  position: absolute;
  left: -91px;
  bottom: 128px;
  z-index: 4;
}

.cloud_wrapper_anima {
  animation: cloud_wrapper_hovering 7s infinite ease-in-out;
}
@keyframes cloud_wrapper_hovering {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .cloud_wrapper {
    z-index: 0;
  }
}
/*-----------------------------------------------*/
.blue_baloon {
  width: 100%;
  max-width: 106px;
  height: auto;
  top: 28px;
  left: 4%;
  position: absolute;
  z-index: 4;
}

.webina_ishfaak {
  animation: blue_baloon_hovering 7s infinite ease-in-out;
}
@keyframes blue_baloon_hovering {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 93px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-----------------------------------------------------*/
.red_baloon_big {
  width: 100%;
  max-width: 117px;
  height: auto;
  right: 30%;
  position: absolute;
  z-index: 1;
  top: -41px;
}

.red_baloon_anima {
  animation: red_baloon_big_hovering 10s infinite ease-out;
}
@keyframes red_baloon_big_hovering {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 73px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-------------------------------------------------------*/
.red_baloon_small {
  width: 100%;
  max-width: 53px;
  height: auto;
  right: 19%;
  position: absolute;
  z-index: 2;
  top: 113px;
}

.red_baloon_small_inner {
  width: 100%;
  max-width: 53px;
  height: auto;
  right: 58%;
  position: absolute;
  z-index: 2;
  top: 43px;
}

.red_baloon_small_anima {
  animation: red_baloon_small_hovering 9s infinite ease-in;
}
@keyframes red_baloon_small_hovering {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*Cloud Animation*/
.ishfaak_geo_code_header_btom {
  width: 100%;
  height: 151px;
  bottom: 14px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1279px) and (min-width: 481px) {
  .ishfaak_geo_code_header_btom {
    bottom: 0px;
  }
}
.ishfaak_geo_code_tech_top {
  width: 100%;
  height: 182px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.ishfaak_geo_code_testi_top {
  width: 100%;
  height: 152px;
  top: -7px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.ishfaak_geo_code_testi_btm {
  width: 100%;
  height: 156px;
  bottom: 0px;
  left: 0px;
  position: relative;
  z-index: 1;
}

.ishfaak_geo_code_world_wide_top {
  width: 100%;
  height: 152px;
  top: 1px;
  left: 0px;
  position: relative;
  z-index: 1;
}

.ishfaak_geo_code_social_top {
  width: 100%;
  height: 151px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.ishfaak_geo_code_social_btm {
  width: 100%;
  height: 156px;
  bottom: -7px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.ishfaak_inner_geo_header_btm {
  background-image: url(../images/inner_geo_header_btm.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 180px;
  bottom: 73px;
  left: 0px;
  position: relative;
  z-index: 1;
}

/*stles -----------------------------------------*/
.hdr_bgimg {
  background: url(../images/banner_home.jpg) no-repeat center center fixed;
  background-size: cover;
  display: block;
  width: 100%;
  height: 995px;
  min-height: 996px !important;
  position: relative;
  overflow: hidden;
}

.hdr_bgimg_inner {
  background: #ff9600;
  display: block;
  width: 100%;
  height: 413px;
  min-height: 413px !important;
  position: relative;
}

.most_top_pos_bar_rpt {
  /*    background: $dark_black_font;*/
  width: 100%;
  height: 35px;
  z-index: 1;
  position: relative;
  /*    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);*/
  background: rgb(255, 255, 255);
}

.logo_bar_rpt {
  background: rgb(255, 255, 255);
  /*     background: $dark_black_font;
   border-top:1px solid #4a4a4a;
    border-bottom:1px solid #4a4a4a;*/
  width: 100%;
  height: 99px;
  position: relative;
  border-bottom: 1px solid white;
  /*    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);*/
  z-index: 999;
}

.about_bg {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: cover;
  background-size: 100% 969px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 1462px) and (min-width: 1386px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 66px;
  }
}
@media only screen and (max-width: 1385px) and (min-width: 1280px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 691px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 86px;
  }
}
@media only screen and (max-width: 690px) and (min-width: 586px) {
  .about_bg {
    background-size: 100% 840px;
    padding-bottom: 146px;
  }
}
@media only screen and (max-width: 585px) and (min-width: 480px) {
  .about_bg {
    background-size: 100% 840px;
    padding-bottom: 128px;
  }
  .about_space_top85 {
    padding-top: 49px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 402px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 118px;
  }
  .about_space_top85 {
    padding-top: 49px;
  }
}
@media only screen and (max-width: 401px) and (min-width: 357px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 188px;
  }
  .about_space_top85 {
    padding-top: 29px;
  }
  .about_space_top58 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 356px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 128px;
  }
  .about_space_top85 {
    padding-top: 29px;
  }
  .about_space_top58 {
    padding-top: 8px;
  }
  h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 19px;
  }
}
.testi_bg {
  background-image: url(../images/testimo_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top 144px;
  /*        background-attachment: fixed;*/
  background-size: cover;
}

.world_wide_bg {
  background-image: url(../images/world_wide.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: cover;
  /*        background-size: 100% 778px;*/
  /*        padding-bottom: 478px;*/
}

/*stles -----------------------------------------*/
.m_link {
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 41%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 783;
}

.img_ovr_effect {
  display: inline-block;
  clear: both;
}

.not_bootstrap_write_ur_own_framework_Ishfaak {
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.not_bootstrap_write_ur_own_framework_Ishfaak a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  display: block;
}

.not_bootstrap_write_ur_own_framework_Ishfaak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.25);
}

.not_bootstrap_write_ur_own_framework_Ishfaak:hover::before {
  opacity: 0;
  transform: translate(0, 0);
}

input[data-readonly] {
  pointer-events: none;
}

/*Below here is the stuff to adopt*/
/*Anima*/
.arr_wra {
  width: 53px;
  /*height:53px;*/
  height: 53px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pulse {
  width: 53px;
  height: 53px;
  z-index: 10;
  position: absolute;
  text-align: center;
  font-size: 35px !important;
  color: #fff;
  margin: 10px 11px;
}

.ishfaak_dot_animation {
  /*  border: 4px solid #a1ce09;*/
  border: 4px solid #fff;
  /*  background: transparent;*/
  height: 85px;
  width: 85px;
  top: -17px;
  left: -16px;
  border-radius: 85px;
  -ms-border-radius: 85px; /* IE 9 */
  -o-border-radius: 85px; /* Opera */
  -webkit-border-radius: 85px; /* Safari and Chrome */
  -moz-border-radius: 85px; /* Firefox */
  animation: pulse 3s ease-out;
  -ms-animation: pulse 3s ease-out; /* IE9 */
  -o-animation: pulse 3s ease-out; /* Opera */
  -webkit-animation: pulse 3s ease-out; /* Safari and Chrome */
  -moz-animation: pulse 3s ease-out; /* Firefox */
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite; /* IE 9 */
  -o-animation-iteration-count: infinite; /* Opera */
  -webkit-animation-iteration-count: infinite; /* Safari and Chrome */
  -moz-animation-iteration-count: infinite; /* Firefox */
  /*opacity: 0;*/
  position: absolute;
  z-index: 1;
}

@keyframes pulse {
  /* IE 9 */
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*Anima*/
/*progress bar*/
.progress_tech_container {
  width: 100%;
  /*  max-width: 700px;*/
  height: auto;
  margin: 0 auto;
  position: relative;
}

/*.top_space{
  top: 30px;
}*/
.barfiller {
  /* width: 100%; */
  width: 99%;
  height: 30px;
  background: #fcfcfc;
  border: 1px solid #bebebe;
  position: relative;
  margin-bottom: 28px;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  /* background: #333; */
  background: #d7e0e9;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  /* margin-top: -30px;
  padding: 2px 4px; */
  margin-top: -41px;
  padding: 10px 11px;
  font-size: 11px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #ff9600;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  /* left: 9px; */
  left: 15px;
  top: 100%;
  z-index: 9;
}

/* my bar styles ------------------------------------*/
.technology_progress_width {
  /* background: red; */
  /*  max-width: 639px;*/
  width: 100%;
}

.each_block {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}

.techno_left_block {
  background: #515151;
  width: 130px;
  height: 29px;
  padding: 10px;
  float: left;
  clear: both;
  text-align: left;
  color: #fff;
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 12px;
  position: absolute;
  z-index: 100;
}

.techno_right_block {
  width: 100%;
  /*    max-width: 530px;*/
  /*  width: 100%;
  min-width: 530px;*/
  /*  display: table-cell;*/
  clear: both;
}

/*Progress bar*/
/*home custom circle*/
.shadow {
  -o-box-shadow: 0 0 18px #c8c8c8;
  -ms-box-shadow: 0 0 18px #c8c8c8;
  box-shadow: 0 0 18px #c8c8c8;
}

.services_circle {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 138px;
  height: 138px;
  border-radius: 100px;
  margin: 10px;
  box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.services_circle:hover {
  box-shadow: 1px 5px 10px rgba(255, 120, 181, 0.3) !important;
}

.services_circle_image {
  background: #000;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  margin: 5px 1px 1px 5px;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.lan_circle {
  display: inline-block;
  text-align: center;
  background: #ff9600;
  width: 138px;
  height: 138px;
  border-radius: 100px;
  margin: 10px;
  box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.lan_circle:hover {
  box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.7) !important;
}

.lan_inner_circle_image {
  background: #fff;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  margin: 5px 1px 1px 5px;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.lan_inner_circle:hover {
  transition: all 0.4s ease-in-out;
}

/*home custom circle*/
/*owl carausel +++++++++++++++++++++*/
/* my styles */
.wrapper_testi_from_buttons {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.testimonial_left {
  width: 155px;
  float: left;
}

.testimonial_right {
  float: none;
  width: auto;
  overflow: hidden;
}

.padding_left_testi {
  padding-left: 35px;
}

.testimo_desig_color {
  background: black;
  padding: 10px;
  font-family: "open-sans-regular";
  font-size: 23px;
}

.top_testi {
  line-height: 41px !important;
}

.testi_gallery_img {
  border: none !important;
  border: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 155px;
  height: 153px;
}

.testi_gallery_img img {
  display: inline;
  max-width: 155px;
  max-height: 153px;
}

/* force fit to Height since the imge is too height and since used max-width above 100 */
/*            .gallery > a img {	
    max-height: 200px;
}*/
/* force fit to Height since the imge is too height and since used max-width above 100 */
/*            .gallery img{
    height: 200px !important;
}*/
@media screen and (max-width: 599px) {
  .wrapper_testi_from_buttons {
    width: 100%;
  }
  .testimonial_left {
    margin: 0 auto;
    position: relative;
    text-align: center;
    float: none;
  }
  .testimonial_right {
    width: 100%;
  }
  .atmob_mar_test {
    margin-top: 30px;
  }
  .owl-buttons {
    top: 9% !important;
  }
}
/* my styles */
#owl_header_slider .owl-pagination {
  position: absolute !important;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}

/* Owl Carausel ---------------------------*/
.owl-demo .item {
  /*background: #3fbf79;*/
  padding: 0px 0px;
  /* margin: 10px; */
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

/*Ishfaak ovewrite*/
.owl-buttons {
  position: absolute !important;
  top: 21%;
  width: 100%;
}

.owl-prev {
  float: left;
  left: 0px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 3px solid #fff !important;
  width: 55px;
  height: 55px;
  border-radius: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: table-cell !important;
  opacity: 1 !important;
  padding: 5px 2px 0px 0px !important;
  box-shadow: 0 0 15px 3px #e6e6e6;
  -ms-box-shadow: 0 0 15px 3px #e6e6e6;
  -o-box-shadow: 0 0 15px 3px #e6e6e6;
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(234, 234, 234) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaeaea",GradientType=0 ) !important;
  font-family: "open-sans-regular";
  font-size: 38px !important;
  line-height: 36px !important;
  font-weight: bold;
  color: #5e5b5c !important;
  position: relative;
  z-index: 101;
}

.owl-next {
  float: right;
  right: 0px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 3px solid #fff !important;
  width: 55px;
  height: 55px;
  border-radius: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: table-cell !important;
  opacity: 1 !important;
  padding: 5px 2px 0px 0px !important;
  box-shadow: 0 0 15px 3px #e6e6e6;
  -ms-box-shadow: 0 0 15px 3px #e6e6e6;
  -o-box-shadow: 0 0 15px 3px #e6e6e6;
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(234, 234, 234) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaeaea",GradientType=0 ) !important;
  font-family: "open-sans-regular";
  font-size: 38px !important;
  line-height: 36px !important;
  font-weight: bold;
  color: #5e5b5c !important;
  position: relative;
  z-index: 101;
}

/*Ishfaak ovewrite*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  /* zoom: 1; */
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid white;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #ff9600;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-example .item {
  padding: 30px 0px;
  margin: 10px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#owl-example .item img {
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: none;
}

.owl-pagination {
  padding-top: 35px;
}

/*#owl-example .item h3{
        font-size: 28px;
        font-weight: 300;
        margin: 25px 0 0;
}

#owl-example .item h4{
        margin: 5px 0 0;
        font-size: 18px;
}

.item h1{
        margin: inherit;
}

h1 {
  line-height: 66px;
  margin: 44px 0;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h2 {
  font-size: 32px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h3 {
  font-size: 24px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h4 {
  font-size: 20px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h5 {
  font-size: 16px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h6 {
  font-size: 13.6px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}	*/
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: "open-sans-regular";
  color: #414141;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #36cefe;
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border: 0px solid #cccccc;
  *border: 0;
  border-radius: 3px;
  *margin-left: 0.3em;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #3fbf79;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  line-height: 22px;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 20px;
  border-radius: 3px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  border-radius: 2px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/*img {
  max-width: 100%;
  width: auto\9;  
  height: auto;  
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}*/
/*Genral Stuff--------------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 100;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  /*    cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Owl Carausel ---------------------------*/
/* owl carausel ++++++++++++++++++++++++++++++*/
.our_news_left {
  width: 53px;
  float: left;
}

.news_arrow_right_padding {
  float: none;
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 1091px) {
  .get_down_contact_home {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
  }
  .space_top28_home_contact {
    padding-top: 0px;
  }
}
.social_circle {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin: 10px;
  box-shadow: 0 0 18px #b36900;
}

.white_line_repeat {
  background: #fff;
  width: 100%;
  height: 64px;
  position: relative;
}

.max_695 {
  max-width: 695px;
  width: 100%;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 1215px) {
  .max_695 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
.inner_left_quote {
  width: 69px;
  height: 47px;
  top: 12px;
  left: 0px;
  position: absolute;
  z-index: 3;
}

.inner_right_quote {
  width: 69px;
  height: 47px;
  bottom: 0px;
  right: 0px;
  float: right;
  margin-top: 46px;
  position: relative;
  z-index: 3;
}

/*Inner page left right panel*/
.space_btm103_elucidation {
  padding-bottom: 103px;
}

@media only screen and (max-width: 768px) and (min-width: 703px) {
  .gallery_right {
    width: 268px;
  }
}
@media only screen and (max-width: 702px) and (min-width: 360px) {
  .gallery_right {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .gallery_left {
    width: 100%;
    float: left;
    margin: 63px auto;
    position: relative;
    height: auto;
  }
  .margin_left_inner_elucidation {
    margin-left: 0px;
  }
  .space_btm103_elucidation {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 359px) {
  .gallery_right {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .gallery_left {
    width: 100%;
    float: left;
    margin: 63px auto;
    position: relative;
    height: auto;
  }
  .margin_left_inner_elucidation {
    margin-left: 0px;
  }
  .space_btm103_elucidation {
    padding-bottom: 3px;
  }
}
/*Inner page left right panel */
/*inner page title */
.inner_title {
  position: relative;
  float: left;
  left: 8%;
  margin: 103px auto;
  text-align: left;
  z-index: 99;
}

@media only screen and (max-width: 927px) and (min-width: 768px) {
  .inner_title {
    right: 83px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 598px) {
  .inner_title {
    right: 83px;
  }
}
@media only screen and (max-width: 597px) and (min-width: 480px) {
  .inner_title {
    right: 53px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
  .inner_title {
    right: 53px;
  }
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  .inner_title {
    top: 86px;
    right: 53px;
  }
}
/*inner page title */
.tree {
  background-image: url("../images/webina_media_tree.png");
  background-repeat: no-repeat;
  width: 341px;
  height: 1064px;
  position: absolute;
  left: 0px;
  z-index: 100;
}

.home_tree {
  top: -530px;
}

.inner_tree {
  background-image: url("../images/webina_media_inner_tree.png");
  background-repeat: no-repeat;
  width: 341px;
  height: 1064px;
  position: absolute;
  top: -324px;
  left: 0px;
  z-index: 100;
}

@media screen and (max-width: 856px) {
  .inner_tree {
    top: 116px;
  }
}
.lft_up {
  position: relative;
  z-index: 109;
}

.home_full_width_tree {
  margin-top: -14px;
}

@media only screen and (max-width: 1700px) and (min-width: 1280px) {
  .home_tree {
    top: -360px;
  }
}
@media only screen and (max-width: 911px) and (min-width: 481px) {
  .home_tree {
    top: -470px;
  }
}
@media screen and (max-width: 480px) {
  .home_tree {
    top: -360px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 481px) {
  .home_full_width_tree {
    width: 90%;
    height: 1064px;
    left: 0px;
    position: absolute;
  }
  .what_we_think_position {
    margin-top: 0px;
    position: relative;
    z-index: 999;
  }
  .position_mob_what_we {
    padding-top: 134px;
  }
  #newscontent {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .position_mob_what_we {
    padding-top: 175px;
  }
}
.webina_thoght_inner {
  max-width: 283px;
  width: 100%;
  height: auto;
  top: 200px;
  position: absolute;
  z-index: 101;
  right: 340px;
}

@media screen and (max-width: 768px) {
  .webina_thoght {
    max-width: 283px;
    width: 100%;
    height: auto;
    right: 1%;
    left: inherit;
    bottom: -110px;
    position: absolute;
    z-index: 101;
  }
  .webina_thoght_inner {
    right: 31px !important;
  }
}
/*@media screen and (max-width:895px) {
    .webina_thoght, .webina_thoght_inner{
        display: none;
    }
}*/
/*Ishfaak Code Bigest Tabs--------------------------------------------------*/
/* @media only screen and (max-width: 989px) and (min-width: 768px){  */
/*Ishfaak Code--------------------------------------------------*/
/*Ishfaak Code--------------------------------------------------*/
/*@media only screen and (max-width: 989px) and (min-width: 768px){*/
/*Ishfaak Code--------------------------------------------------*/
/*Ishfaak Code--------------------------------------------------*/
/*Ishfaak Code--------------------------------------------------*/
/* Queries --------------------------------------------------------------------------------------*/
/*Ishfaak Code--------------------------------------------------*/
@media screen and (max-width: 480px) {
  h1 {
    font-size: 51px ​ !important;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 29px !important;
    line-height: 30px;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
  }
  .techno_left_block {
    width: 123px;
  }
  .lft_top_mob {
    margin-top: -5px;
  }
  .home_full_width_tree {
    width: 90%;
    height: 1064px;
    left: 0px;
    position: absolute;
  }
  .what_we_think_position {
    margin-top: 0px;
    position: relative;
    z-index: 999;
  }
  .ishfaak_geo_code_header_btom {
    bottom: 0px;
  }
}
/* Ishfaak Code-------------------------------------------------- */
.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "\f00c";
  color: #2ecc71;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
  content: "\f00d";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #d93378;
  color: #d93378;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

span.submit__error {
  color: #e74c3c;
  position: absolute;
  margin-top: -5px;
  margin-left: 100px;
}

span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  top: -1px;
  position: relative;
  margin-left: 20px;
}

.are_you_human {
  margin-bottom: 13px;
}

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42a0dd;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2c81ba;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active, .submit.enter-press, .submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}

.submit__overlay {
  height: 50px;
  width: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}

.alert-danger {
  color: red;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #fff;
}

.alert {
  color: red;
  background-color: #f8d7da;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: fixed;
  top: 149px;
  left: 0px;
  z-index: 999;
  right: 0px;
  max-width: 399px;
  width: 100%;
  margin: 0 auto;
}

.alert p {
  color: red !important;
  font-weight: bold;
}

.alert-success {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.alert-success p {
  color: #fff !important;
  font-weight: bold !important;
}/*# sourceMappingURL=styles.css.map */