/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

Element {
}

.Orgn_sec2 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
* {
  box-sizing: border-box;
}

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  width: 100%;
  float: left;
}

.b_wrap_org {
  width: 876px;
  margin: 0 auto;
}

.block {
  float: left;
  width: 100%;
}

.in_four_col .col {
  float: left !important;
  width: 23.5%;
  margin-right: 2%;
}

.in_four_col .col:last-child {
  margin-right: 0;
}
.b_wrap_org .col:nth-child(2) {
  float: right;
}
.in_four_col .col {
  float: left !important;
  width: 23.5%;
  margin-right: 2%;
}
.b_wrap_org .col {
  width: 49.5%;
  float: left;
}
.Align_cent {
  text-align: center;
}

Element {
  width: 25%;
  vertical-align: top;
}
.in_four_col .col:last-child {
  margin-right: 0;
}
.b_wrap_org .col:nth-child(2) {
  float: right;
}
.in_four_col .col {
  float: left !important;
  width: 23.5%;
  margin-right: 2%;
}
.b_wrap_org .col {
  width: 49.5%;
  float: left;
}
.Align_cent {
  text-align: center;
}
* {
  box-sizing: border-box;
}