html,
body {
  height: 100%;
  width: 100%;
}

* {
  margin: 0 auto;
  padding: 0;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

div#cobranding {
  display: inline-block;
}

a#bottomRequestInfo {
  background: #ef742f;
  border: none;
  margin-left: -moz-calc(50% - 122px);
  margin-left: calc(50% - 122px);
}

ul.syllabusList {
  margin-top: -15px;
}

.strike {
  text-decoration: line-through;
}

img {
  border: none;
  max-width: 100%;
}

img#vipLogo {
  cursor: pointer;
  display: none;
}

img#signImg {
  margin-left: 32px;
}

img#empowerImg {
  margin-left: 30px;
  margin-top: 13px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

ul {
  list-style-position: inside;
}

ol {
  list-style-position: inside;
}

i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: var(--color-primary-primary);

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

table {
  font:
    12px "Poppins",
    sans-serif;
  color: #595656;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #595656;
}

#passwordResetMessage,
#passwordResetMessage td,
#passwordResetMessage th {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

/************************* site css here **************************/

#mc_embed_signup form {
  margin-left: -moz-calc(50% - 162px);
  margin-left: calc(50% - 162px);
}

#mc_embed_signup input.button {
  margin-left: 60px !important;
}

#loopingVid {
  max-width: 85%;
}

.oText {
  color: #fe7c32;
}

.attribShiftLeft {
  margin-right: 30px;
}

#enrollmentFee {
  line-height: 15px;
  margin-top: 35px;
  margin-bottom: 20px;
}

#enrollmentFeeLI {
  vertical-align: top;
  cursor: pointer;
}

.fontLarge {
  font-size: large;
}

.header {
  position: fixed;
  width: 100%;
  top: 31px;
  background: none;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  padding: 15px 0;
  z-index: 9999;
}

.header.sticky {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.logo {
  max-width: 500px;
  margin-left: 30px;
  margin-top: -5px;
  width: 100%;
  min-width: 125px;
}

input#affiliatePassword,
input#lastName {
  display: none !important;
}

.withChooseFI {
  display: inline-block;
}

.welcomeLogoChooseFI {
  margin-bottom: -2px;
}

.header-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-button {
  margin-right: 0;
  margin-left: auto;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  position: relative;
  z-index: 999;
}

.primary_button {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background: #d9d9d9;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 17px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 35px;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.header-button .primary_button ~ .primary_button,
.header-button .secondary_button {
  margin-left: 10px;
}

.primary_button:hover,
.primary_button:active,
.primary_button:focus {
  text-decoration: none !important;
  background: #fff !important;
  color: #ff7c32 !important;
  border-color: #ff7c32 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.secondary_button {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background: #fff;
  color: #ff7c32;
  text-transform: uppercase;
  padding: 17px 35px;
  border: 1px solid #ff7c32;
  border-radius: 35px;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.secondary_button:hover,
.secondary_button:active,
.secondary_button:focus {
  text-decoration: none !important;
  background: #ff7c32 !important;
  color: #fff !important;
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.header-menu {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  margin-left: 52px;
  margin-right: 0;
}

.collapse-button {
  top: 14px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
  padding: 7px;
  right: 0;
  z-index: 9999;
}

ul.slimmenu {
  display: none;
}

ul.slimmenu.collapsed {
  display: block;
  position: fixed;
  width: 40%;
  height: 100%;
  left: inherit;
  right: 0;
  top: 0;
  padding-top: 140px;
  background: -moz-linear-gradient(left, #626262 -0.21%, #6e6e6e 100%);
  background: -o-linear-gradient(left, #626262 -0.21%, #6e6e6e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-0.21%, #626262),
    to(#6e6e6e)
  );
  background: linear-gradient(90deg, #626262 -0.21%, #6e6e6e 100%);
  background: -moz-linear-gradient(90deg, #626262 -0.21%, #6e6e6e 100%);
}

ul.slimmenu.collapsed li a {
  color: #fff;
  border-bottom: none;
}

ul.slimmenu li a:hover,
ul.slimmenu li.active a {
  color: #ff7c32;
}

ul.slimmenu.collapsed li {
  padding-bottom: 10px;
}

.sec_one {
  position: relative;
  z-index: 1;
}

.sec_one img {
  width: 100%;
  margin-top: -80px;
}

.sec_one img ~ img {
  display: none;
}

.banner-contain {
  position: absolute;
  width: 100%;
  top: 230px;
  left: 0;
}

.banner-contain-text {
  position: absolute;
  width: 564px;
  top: 0;
  left: 20%;
}

.banner-contain-text h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #4a4a4a;
  margin: 25px 0 15px;
}

.banner-contain-text p {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black-primary);
  margin: 0 0 32px;
}

.banner-contain-text .btn.btn-info {
  background: rgb(235, 115, 47);
  background: -moz-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 115, 47, 1)),
    to(rgba(255, 124, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb732f', endColorstr='#ff7c32', GradientType=0);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  border: 1px solid transparent;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.banner-contain-text .btn.btn-info ~ .btn.btn-info {
  margin-left: 15px;
}

.banner-contain-text .btn.btn-info:hover,
.banner-contain-text .btn.btn-info:focus,
.banner-contain-text .btn.btn-info:active {
  background: rgba(225, 225, 225, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-color: #ff7c32;
  color: #ff7c32;
}

.sec_two {
  height: 30px;
  background: #f6f6f8;
  margin-top: 12px;
}

.sec_two h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4a4a4a;
  margin: 0;
}

.sec_three {
  margin-top: 15px;
  background: #f6f6f8;
}

.sec_three_icons ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 12.5px 0;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

.sec_three_icons ul li {
  list-style: none;
  margin: 0;
  position: relative;
}

.sec_three_icons ul li a {
  text-decoration: none;
  display: inline-block;
}

.sec_three_icons ul li a img {
  opacity: 1;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.sec_three_icons ul li img ~ img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.sec_three_icons ul li a:hover img {
  opacity: 0;
}

.sec_three_icons ul li a:hover img ~ img {
  opacity: 1;
}

.sec_four {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.sec_four_top h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #4a4a4a;
  margin: 0 0 10px;
}

.sec_four_top p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
  margin: 0;
  padding-right: 15px;
}

.sec_four_top_con {
  max-width: 71%;
  margin-left: 0;
}

.sec_four_bottom img.sec_four_bottom {
  width: 100%;
}

.sec_four_bottom {
  position: relative;
}

.sec_four_bottom_sec {
  width: 100%;
  position: absolute;
  top: 50px;
  height: 100%;
  display: block;
}

.sec_four_bottom_sec_pnl {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}

.sec_four_bottom_bxs {
  position: relative;
  margin: 115px 0 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_four_bottom_bx_01 {
  width: 220px;
  position: relative;
  left: 0;
  margin-left: 0;
  margin-top: 170px;
  margin-right: 0;
}

.sec_four_bottom_bx_01::before {
  width: 100%;
  right: 89%;
  top: 0;
  background: url(../images/line-one-set_one.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.sec_four_bottom_bx_02 {
  width: 200px;
  position: relative;
  left: 0;
  margin-left: 75px;
  margin-top: 33px;
  margin-right: 0;
}

.sec_four_bottom_bx_02::before {
  width: 108px;
  right: 94%;
  top: 78px;
  background: url(../images/line-one-set_two.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.sec_four_bottom_bx_03 {
  width: 190px;
  position: relative;
  left: 0;
  margin-left: 79px;
  margin-top: 114px;
  margin-right: 0;
}

.sec_four_bottom_bx_03::before {
  width: 120px;
  right: 88%;
  top: 27px;
  background: url(../images/line-one-set_three.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.sec_four_bottom_bx_03::after {
  width: 200px;
  left: 36%;
  top: 102px;
  background: url(../images/line-one-set_four.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.sec_four_bottom_bx_04 {
  width: 190px;
  position: relative;
  left: 0;
  margin-left: 66px;
  margin-top: 71px;
  margin-right: 0;
}

.sec_four_bottom_bx_04::before {
  width: 229px;
  left: 94%;
  bottom: 60%;
  background: url(../images/line-one-set_five.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.sec_four_bottom_bx_01 .icon_text_pnl {
  position: absolute;
  top: -100px;
}

.sec_four_bottom_bx_01 .icon_text_pnl ul {
  margin: 0;
  padding: 0;
}

.sec_four_bottom_bx_01 .icon_text_pnl ul li {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding-left: 60px;
  list-style: none;
}

.sec_four_bottom_bx_01 .icon_text_pnl ul li:before {
  width: 57px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/list-one.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_four_bottom_bx_02 .icon_text_pnl {
  position: absolute;
  top: -75px;
  width: 250px;
}

.sec_four_bottom_bx_02 .icon_text_pnl ul {
  margin: 0;
  padding: 0;
}

.sec_four_bottom_bx_02 .icon_text_pnl ul li {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding-left: 60px;
  list-style: none;
}

.sec_four_bottom_bx_02 .icon_text_pnl ul li:before {
  width: 57px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/list-two.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_four_bottom_bx_03 .icon_text_pnl {
  position: absolute;
  width: 270px;
  bottom: -26px;
  left: -50px;
  z-index: 99;
}

.sec_four_bottom_bx_03 .icon_text_pnl ul {
  margin: 0;
  padding: 0;
}

.sec_four_bottom_bx_03 .icon_text_pnl ul li {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding-left: 60px;
  list-style: none;
}

.sec_four_bottom_bx_03 .icon_text_pnl ul li:before {
  width: 49px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/list-three.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_four_bottom_bx_04 .icon_text_pnl {
  position: absolute;
  width: 270px;
  bottom: 42px;
  left: -14px;
}

.sec_four_bottom_bx_04 .icon_text_pnl ul {
  margin: 0;
  padding: 0;
}

.sec_four_bottom_bx_04 .icon_text_pnl ul li {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding-left: 60px;
  list-style: none;
}

.sec_four_bottom_bx_04 .icon_text_pnl ul li:before {
  width: 57px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/list-four.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_five {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeef2+0,edeef2+100 */
  background: #edeef2; /* Old browsers */
  background: -moz-linear-gradient(
    180deg,
    #edeef2 -36.17%,
    rgba(237, 238, 242, 0) 78.61%
  ); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -moz-linear-gradient(
    top,
    #edeef2 -36.17%,
    rgba(237, 238, 242, 0) 78.61%
  );
  background: -o-linear-gradient(
    top,
    #edeef2 -36.17%,
    rgba(237, 238, 242, 0) 78.61%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-36.17%, #edeef2),
    color-stop(78.61%, rgba(237, 238, 242, 0))
  );
  background: linear-gradient(
    180deg,
    #edeef2 -36.17%,
    rgba(237, 238, 242, 0) 78.61%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeef2', endColorstr='#edeef2', GradientType=0); /* IE6-9 */
  padding: 75px 0;
  border-bottom: 40px solid #f6f6f8;
}

.sec_five_heading.text-center {
  margin-bottom: 60px;
}

.sec_five_heading.text-center h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  color: #494949;
}

.sec_five_heading.text-center p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #494949;
}

.sec_five_heading.text-center .btn.btn-info {
  background: rgb(235, 115, 47);
  background: -moz-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 115, 47, 1)),
    to(rgba(255, 124, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb732f', endColorstr='#ff7c32', GradientType=0);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  margin-top: 25px;
  border: 1px solid transparent;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.sec_five_heading.text-center .btn.btn-info:hover,
.sec_five_heading.text-center .btn.btn-info:focus,
.sec_five_heading.text-center .btn.btn-info:active {
  background: rgba(225, 225, 225, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-color: #ff7c32;
  color: #ff7c32;
}

.sec_five_con_img {
  display: inline-block;
  border: 8px solid #fff;
  min-height: 240px;
  margin-bottom: 20px;
}

.sec_five_con_img img {
  max-height: 224px;
}

.sec_five_con h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ed661a;
}

.sec_five_con p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 0;
  padding: 0 20px;
}

.sec_six {
  border-bottom: 16px solid #f6f6f8;
  padding: 75px 0;
}

.sec_six_top {
  margin-bottom: 80px;
}

.sec_six_bottom_con.sec_six_bottom_con_top {
  margin-top: 0;
}

.sec_six_heading.text-center h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: initial;
  text-align: center;
  color: #4a4a4a;
}

.sec_six_heading.text-center p {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.sec_six_bottom_con p a {
  text-decoration: none;
  color: #494949;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.sec_six_bottom {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.sec_six_bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #787878;
  top: 160px;
  left: 0;
}

.sec_six_bottom_con ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.sec_six_bottom_con ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #787878;
  top: 160px;
  left: 0;
}

.sec_six_bottom_con ul li {
  width: 16%;
  text-align: center;
  list-style: none;
  position: relative;
  padding: 0 1%;
}

.sec_six_bottom_con ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  top: 156px;
  border: 1px solid #787878;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec_six_bottom_icon {
  height: 120px;
  line-height: 120px;
}

.sec_six_bottom_icon img {
  max-height: 100%;
}

.sec_six_bottom_con {
  margin-top: 80px;
}

.sec_six_bottom_con p {
  font-size: 18px;
  text-align: center;
  color: #494949;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.sec_seven {
  padding: 75px 0;
}

.sec_seven_heading h3 {
  font-family:
    Fira Sans,
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #4a4a4a;
}

.sec_seven_contain p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #494949;
  text-align: left;
}

.sec_seven_second.text-center {
  margin-top: 50px;
}

.sec_seven_second.text-center img {
  width: 100%;
}

.sec_seven_second.text-center p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #494949;
  margin: 40px auto 0;
}

.sec_seven_second.text-center p a {
  color: #494949;
  text-decoration: underline;
}

.sec_eight {
  background: rgba(237, 238, 242, 1);
  background: -moz-linear-gradient(
    top,
    #edeef2 0%,
    rgba(237, 238, 242, 0) 100%
  );
  background: -o-linear-gradient(top, #edeef2 0%, rgba(237, 238, 242, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#edeef2),
    to(rgba(237, 238, 242, 0))
  );
  background: linear-gradient(180deg, #edeef2 0%, rgba(237, 238, 242, 0) 100%);
  background: -moz-linear-gradient(
    180deg,
    #edeef2 0%,
    rgba(237, 238, 242, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    #edeef2 0%,
    rgba(237, 238, 242, 0) 100%
  );
  padding: 75px 0;
  border-bottom: 16px solid #f6f6f8;
}

.sec_eight_heading {
  text-align: center;
  margin-bottom: 60px;
}

.sec_eight_heading {
  text-align: center;
  margin-bottom: 60px;
}

.sec_eight_heading h3 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #4b4b4b;
}

.sec_eight_slider {
  width: 70%;
}

.sec_eight_slider_bx {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_eight_slider_bx_left {
  width: 190px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}

.sec_eight_slider_bx_right {
  width: -moz-calc(100% - 220px);
  width: calc(100% - 220px);
  margin-right: 0;
}

.sec_eight_slider_bx_right p {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 37px;
  color: #4b4b4b;
}

.sec_eight_slider_bx_right h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  color: #4b4b4b;
  text-align: right;
}

.sec_eight_bottom {
  overflow: hidden;
  position: relative;
}

.sec_eight_bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 141px;
  background: url(../images/testimonial__left.svg) no-repeat top left;
  display: block;
}

.sec_eight_bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/testimonial__right.svg) no-repeat bottom left;
  display: block;
  right: -82%;
  bottom: 0;
}

.sec_nine {
  padding: 75px 0;
  border-bottom: 67px solid #f6f6f8;
  overflow: hidden;
}

.sec_nine_top {
  width: 531px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.sec_nine_top h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  color: #4b4b4b;
  margin: 0;
}

.sec_nine_bottom {
  margin-top: 60px;
}

.sec_nine_bottom ul.sec_nine_bottom_sec {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_nine_bottom ul.sec_nine_bottom_sec li {
  width: 33.333%;
  list-style: none;
  padding: 0 5%;
}

.sec_nine_bottom ul.sec_nine_bottom_sec li .sec_nine_bottom_sec_img {
  position: relative;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:first-child
  .sec_nine_bottom_sec_img::before {
  content: "";
  width: 200px;
  background: url(../images/differents-line01.png) no-repeat top right;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  right: 91%;
  height: 100%;
  z-index: -1;
  display: block;
  top: -27px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:first-child
  .sec_nine_bottom_sec_text {
  margin-top: 75px;
}

.sec_nine_bottom_sec_text {
  text-align: center;
}

.sec_nine_bottom_sec_text h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #f77931;
}

.sec_nine_bottom_sec_text p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
}

.sec_nine_bottom ul.sec_nine_bottom_sec li:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:nth-child(2)
  .sec_nine_bottom_sec_img {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:nth-child(2)
  .sec_nine_bottom_sec_text {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:last-child
  .sec_nine_bottom_sec_text {
  margin-top: 75px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:nth-child(2)
  .sec_nine_bottom_sec_img::before {
  content: "";
  width: 172px;
  background: url(../images/differents-line02.png) no-repeat top right;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  right: 97%;
  height: 100%;
  z-index: 6;
  display: block;
  top: -28px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:last-child
  .sec_nine_bottom_sec_img::before {
  content: "";
  width: 164px;
  background: url(../images/differents-line03.png) no-repeat top right;
  -o-background-size: 106%;
  background-size: 106%;
  position: absolute;
  right: 80%;
  height: 100%;
  z-index: 6;
  display: block;
  bottom: -218px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:last-child
  .sec_nine_bottom_sec_img::after {
  content: "";
  width: 196px;
  background: url(../images/differents-line04.png) no-repeat top right;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 237px;
  height: 100%;
  z-index: 6;
  display: block;
  bottom: 25px;
}

.sec_ten {
  padding: 75px 0;
}

.sec_ten_con h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: initial;
  text-align: center;
  color: #4a4a4a;
}

.sec_ten_con p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #494949;
}

.sec_ten_tab {
  margin: 40px auto 10px;
  width: 530px;
}

.sec_ten_tab .nav.nav-tabs {
  margin-bottom: 15px;
  border-bottom: none;
}

.sec_ten_tab .nav.nav-tabs li {
  background: #f6f6f8;
  margin-left: 0;
  width: 49%;
}

.sec_ten_tab .nav.nav-tabs li:last-child {
  margin-right: 0;
  margin-left: inherit;
}

.sec_ten_tab .nav-tabs .nav-item.show .nav-link,
.sec_ten_tab .nav-tabs .nav-link.active {
  background: #f6f6f8;
  border: 1px solid #f6f6f8;
}

.sec_ten_tab .tab-content {
  background: #f6f6f8;
  padding: 40px 20px;
}

.sec_ten_tab .nav-tabs .nav-link:focus,
.sec_ten_tab .nav-tabs .nav-link:hover {
  border-color: #f6f6f8 #f6f6f8 #f6f6f8;
}

.contain_tab ul {
  margin: 0;
}

.contain_tab ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #4b4b4b;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}

.contain_tab ul li:last-child {
  padding-bottom: 0;
}

.tab-content .container.tab-pane {
  padding: 0;
}

.contain_tab ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
  background: #f77931;
}

.sec_ten_tab a.nav-link {
  padding: 18px 18px;
}

.sec_ten_tab a.nav-link h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  position: relative;
  margin: 0;
  color: #fe7c32;
}

.sec_ten_tab a.nav-link h3 sub {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  position: absolute;
  bottom: 6px;
}

.sec_ten_tab a.nav-link p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #4b4b4b;
  margin: 0;
}

.sec_ten_tab a.nav-link span {
  color: #fe7c32;
}

.sec_ten_tab_bx {
  margin: 0 auto 0;
  width: 530px;
  background: #f6f6f8;
  padding: 20px 20px;
}

.sec_ten_tab_bx ul {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.sec_ten_tab_bx ul li {
  list-style: none;
  margin-left: 0;
  width: 47%;
  text-align: center;
  position: relative;
}

.sec_ten_tab_bx ul li:last-child {
  margin-right: 0;
}

.sec_ten_tab_bx ul li:last-child::before {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: -23px;
  top: 17px;
}

.sec_ten_tab_bx ul li a {
  background: rgb(235, 115, 47);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 8px 0;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  margin-left: -moz-calc(50% + 12px);
  margin-left: calc(50% + 12px);
}

.sec_ten_tab_bx ul li:nth-child(2) a {
  background: #4b4b4b;
  box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
}

.sec_ten_tab_bx ul li:first-child a:hover {
  background: none;
  border-color: rgba(253, 123, 50, 0.65);
  color: #ff7c32;
}

.sec_ten_tab_bx ul li:nth-child(2) a:hover {
  background: none;
  border-color: rgba(75, 75, 75, 0.65);
  color: rgba(75, 75, 75, 1);
}

.sec_eleven {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+31,edeef2+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 31%,
    rgba(237, 238, 242, 1) 100%
  ); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 31%,
    rgba(237, 238, 242, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(31%, rgba(255, 255, 255, 1)),
    to(rgba(237, 238, 242, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 31%,
    rgba(237, 238, 242, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edeef2', GradientType=0); /* IE6-9 */
}

.sec_eleven_slider {
  padding-top: 75px;
}

.sec_eleven_slider h3 {
  margin: 0 0 20px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #4b4b4b;
}

.sec_eleven_slider_bx {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}

.sec_eleven_slider_bx .sec_eight_slider_bx_right {
  width: 100%;
  margin-right: 0;
}

.sec_eleven_slider_bx .sec_eight_slider_bx_right h4 {
  text-align: left;
}

.sec_eleven_bottom {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.sec_eleven_bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 95px;
  background: url(../images/arrow__left.svg) no-repeat top left;
  display: block;
  top: 160px;
}

.sec_eleven_bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/arrow_right.svg) no-repeat top left;
  display: block;
  right: -82%;
  top: 180px;
}

.sec_twelve {
  padding: 75px 0;
  text-align: center;
}

.sec_twelve_bx {
  width: 648px;
  max-width: 100%;
}

.sec_twelve_bx h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #4b4b4b;
  margin-bottom: 15px;
}

.sec_twelve_bx p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 36px;
  color: #4b4b4b;
}

.sec_twelve_bx_button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}

.primary_btn {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff7c32;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  display: inline-block;
  line-height: 48px;
  width: 201px;
  border: 1px solid transparent;
  margin: 0 10px;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.primary_btn:hover,
.primary_btn:focus,
.primary_btn:active {
  background: none;
  border-color: rgba(253, 123, 50, 0.65);
  color: #ff7c32;
  text-decoration: none;
}

.secondary_btn {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #4b4b4b;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
  border-radius: 71px;
  display: inline-block;
  line-height: 48px;
  width: 201px;
  border: 1px solid transparent;
  margin: 0 10px;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.secondary_btn:hover,
.secondary_btn:focus,
.secondary_btn:active {
  background: none;
  border-color: rgba(75, 75, 75, 0.65);
  color: rgba(75, 75, 75, 1);
  text-decoration: none;
}

.ft_top {
  background: #626262;
}

.ft_top_menu {
  margin: 0;
}

.ft_top_menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
}

.ft_top_menu ul li {
  list-style: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #ffffff;
}

.ft_top_menu ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  padding: 0px 5px;
}

.ft_top_menu ul li a:hover {
  color: #ff7c32;
}

.ft_bottom {
  padding: 10px 0 15px;
}

.ft_bottom_left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.ft_bottom_left p {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #4b4b4b;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 0;
}

.ft_bottom_left ul {
  margin: 0;
  padding: 0;
}

.ft_bottom_left li {
  list-style: none;
  display: inline-block;
}

.ft_bottom_mid {
  text-align: center;
}

.ft_bottom_mid p {
  margin: 15px 0 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #4b4b4b;
}

.ft_email p {
  margin: 0;
  text-align: right;
}

.ft_email p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: right;
  color: #4b4b4b;
}

.ft_email p a {
  line-height: 21px;
  text-align: right;
  color: #4b4b4b;
  text-decoration: none;
}

.ft_email p a:hover {
  color: #ed7330;
  text-decoration: none;
}

/********************** inner page **********************/

.inner_one_sec_one .banner-contain-text {
  width: 436px;
  top: 25px;
  max-width: 100%;
  left: 15px;
}

.inner_one_sec_two .sec_four_bottom_bx_04 .icon_text_pnl {
  bottom: 0;
}

.inner_one_sec_two .sec_four_top_con {
  max-width: 100%;
  margin-left: 0;
}

.sec_four.inner_one_sec_two {
  border-bottom: 65px solid #f6f6f8;
}

.sec_six.inner_one_sec_three {
  border-bottom: none;
}

.button_design.text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button_design.text-center .btn.btn-info {
  background: rgb(235, 115, 47);
  background: -moz-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 115, 47, 1)),
    to(rgba(255, 124, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb732f', endColorstr='#ff7c32', GradientType=0);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  width: 200px;
  height: auto;
  border: 1px solid transparent;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.button_design.text-center .btn.btn-info:hover,
.button_design.text-center .btn.btn-info:focus,
.button_design.text-center .btn.btn-info:active {
  background: rgba(225, 225, 225, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-color: #ff7c32;
  color: #ff7c32;
}

.inner_two_sec_one .banner-contain {
  top: 170px;
}

.inner_two_sec_one .banner-contain-text {
  position: absolute;
  width: 600px;
  top: 0;
  left: 50px;
  max-width: 90%;
}

.sec_four.inner_two_sec_two .sec_four_top_con {
  max-width: 100%;
  margin-left: 0;
}

.sec_six.inner_two_sec_three {
  border-top: 65px solid #f6f6f8;
  border-bottom: none;
}

.sec_eight.inner_two_sec_four {
  border-bottom: 50px solid #f6f6f8;
}

.sec_ten_con.text-center.sec_ten_tab {
  margin: 0 auto 25px;
}

.sec_ten.inner_two_sec_five .sec_ten_tab {
  margin: 0 auto 35px;
}

.sec_ten_tab_top ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sec_ten_tab_top ul li {
  list-style: none;
  width: 49%;
  margin-left: 0;
  background: rgba(237, 238, 242, 0.5);
  padding: 18px 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.sec_ten_tab_top ul li:last-child {
  margin-right: 0;
}

.sec_ten.inner_two_sec_five .sec_ten_tab ul li h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  position: relative;
  margin: 0;
  color: #fe7c32;
}

.sec_ten.inner_two_sec_five .sec_ten_tab ul li h3 sub {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  position: absolute;
  bottom: 6px;
  right: -70px;
}

.sec_ten.inner_two_sec_five .sec_ten_tab ul li p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #4b4b4b;
  margin: 0;
}

.sec_ten.inner_two_sec_five .sec_ten_tab ul li a.btn.btn-info {
  background: rgb(235, 115, 47);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 8px 0;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-color: rgb(235, 115, 47);

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.sec_ten.inner_two_sec_five .sec_ten_tab ul li a.btn.btn-info:hover,
.sec_ten.inner_two_sec_five .sec_ten_tab ul li a.btn.btn-info:active,
.sec_ten.inner_two_sec_five .sec_ten_tab ul li a.btn.btn-info:focus {
  background: none;
  border-color: rgba(253, 123, 50, 0.65);
  color: #ff7c32;
}

.tab-content-sec {
  background: rgba(237, 238, 242, 0.5);
  padding: 40px 18px 40px;
}

.tab-content-sec h4 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #4b4b4b;
  margin-bottom: 20px;
}

.sec_ten_tab .tab-content-sec ul {
  margin: 0;
}

.sec_ten_tab .tab-content-sec ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #4b4b4b;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

.sec_ten_tab .tab-content-sec ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
  background: #f77931;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_01 {
  width: 26%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_02 {
  width: 26%;
  margin-left: 8%;
  margin-top: 33px;
  margin-right: 0;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
  width: 26%;
  margin-left: 10%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_01::before {
  width: 100%;
  right: 94%;
  top: 0;
  background: url(../images/inner_two_icon_left_01.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
  width: 141px;
  right: 90%;
  top: 78px;
  background: url(../images/inner_two_icon_left_02.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03::before {
  width: 149px;
  right: 92%;
  top: 27px;
  background: url(../images/inner_two_icon_left_03.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
  width: 438px;
  left: 31%;
  top: 53px;
  background: url(../images/inner_two_icon_left_04.png) no-repeat top left;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl {
  position: relative;
  top: 0;
  margin-top: 25px;
  text-align: center;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #f77931;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
  text-align: center;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl {
  position: relative;
  top: 0;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #f77931;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
  text-align: center;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl {
  position: relative;
  width: auto;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin-top: 49px;
  text-align: center;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #f77931;
}

.inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
  text-align: center;
}

.sec_four_bottom.inner_two_sec_two_bottom .sec_four_bottom_bxs {
  margin-top: 30px;
}

.inner_three_sec_one .banner-contain {
  top: 170px;
}

.inner_three_sec_one .banner-contain-text {
  position: absolute;
  width: 480px;
  top: 0;
  left: 15px;
  max-width: 90%;
}

.sec_ex.inner_three_sec_two {
  padding: 65px 0 85px;
  position: relative;
  overflow: hidden;
}

.inner_three_sec_two_con {
  width: 90%;
}

.inner_three_sec_two_con ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.inner_three_sec_two_con ul li {
  list-style: none;
  margin: 0;
  position: relative;
}

.inner_three_sec_two_con ul li:first-child .round_img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.inner_three_sec_two_con ul li:first-child h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #4b4b4b;
}

.inner_three_sec_two_con ul li:first-child h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #4b4b4b;
  margin: 0;
  position: relative;
}

.inner_three_sec_two_con ul li:first-child h4::before {
  width: 7px;
  height: 7px;
  background: #4b4b4b;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: auto;
}

.inner_three_sec_two_con ul li:last-child h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
}

.inner_three_sec_two_con ul li:last-child h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #fe7c32;
}

.inner_three_sec_two_con ul li:last-child p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4b4b4b;
}

.inner_three_sec_two_con ul li:nth-child(2) h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #4b4b4b;
  margin-bottom: 0;
}

.inner_three_sec_two_con ul li:nth-child(2) p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #4b4b4b;
}

.inner_three_sec_two_con ul li:nth-child(2) .inner_three_sec_two_bx h3 {
  display: none;
}

.inner_three_sec_two_con ul li:nth-child(2) .inner_three_sec_two_bx ul {
  display: block;
}

.inner_three_sec_two_con ul li:nth-child(2) .inner_three_sec_two_bx ul li {
  width: 100%;
  background: none;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #4b4b4b;
  padding-top: 0;
}

.inner_three_sec_two_con
  ul
  li:nth-child(2)
  .inner_three_sec_two_bx
  ul
  li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
  background: #f77931;
}

.inner_three_sec_two_bx_button a {
  background: rgb(235, 115, 47);
  border-radius: 71px;
  font-style: normal;
  border: 1px solid rgb(235, 115, 47);
  font-weight: 600;
  font-size: 20px;
  padding: 9px 52px;
  margin: 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.inner_three_sec_two_bx_button a:hover,
.inner_three_sec_two_bx_button a:active,
.inner_three_sec_two_bx_button a:focus,
.inner_three_sec_four_bottom a:hover {
  background: none !important;
  border-color: rgba(253, 123, 50, 0.65) !important;
  color: #ff7c32 !important;
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65) !important;
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65) !important;
}

.inner_three_sec_two_bx_button a ~ a {
  margin-left: 30px;
  background: #4b4b4b;
  border: 1px solid #4b4b4b;
  box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(75, 75, 75, 0.65);
}

.inner_three_sec_two_bx_button a ~ a:hover {
  background: none;
  border-color: rgba(75, 75, 75, 0.65);
  color: rgba(75, 75, 75, 1);
}

.inner_three_sec_two_bx_button a ~ a::before {
  content: "Or";
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: -25px;
  top: 17px;
  color: #4b4b4b;
}

.inner_three_sec_two_bx_button.mob_show {
  display: none;
}

.sec_four.inner_three_sec_three .sec_four_bottom_bx_01 .icon_text_pnl {
  position: absolute;
  top: -122px;
}

.sec_five.inner_three_sec_four {
  border-bottom: none;
}

.sec_four_bottom.inner_three_sec_three .sec_four_bottom_bxs {
  margin-top: 0;
}

.sec_four.inner_three_sec_three {
  padding-top: 10px;
}

.sec_four.inner_three_sec_three .sec_four_bottom_bxs {
  margin-bottom: 0;
}

.sec_five.inner_three_sec_four .inner_three_sec_four_top {
  width: 832px;
  margin: 0 auto;
  max-width: 100%;
}

.sec_five.inner_three_sec_four .inner_three_sec_four_top h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: initial;
  text-align: center;
  color: #4a4a4a;
}

.sec_five.inner_three_sec_four .inner_three_sec_four_top p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #494949;
  line-height: 32px;
  padding: 0 18%;
}

.inner_three_sec_four_mid {
  width: 784px;
  margin: 41px auto 0;
  padding: 40px;
  max-width: 100%;
  background: rgba(237, 238, 242, 0.7);
}

.inner_three_sec_four_mid ul {
  margin: 0;
  padding: 0;
}

.inner_three_sec_four_mid ul li,
.inner_three_sec_two_bx ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #4b4b4b;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

.inner_three_sec_four_mid ul li::before,
.inner_three_sec_two_con ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}

.inner_three_sec_four_bottom {
  width: 784px;
  max-width: 100%;
}

.inner_three_sec_four_bottom ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.inner_three_sec_four_bottom ul li {
  width: 33%;
  margin-left: 0;
  margin-right: 2%;
  list-style: none;
  background: rgba(237, 238, 242, 0.7);
  padding: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.inner_three_sec_four_bottom ul li:last-child a.btn.btn-info {
  background: rgb(235, 115, 47);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  text-transform: uppercase;
  padding: 8px 0;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-color: rgb(235, 115, 47);
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.inner_three_sec_four_bottom ul li:last-child a.btn.btn-info:hover,
.inner_three_sec_four_bottom ul li:last-child a.btn.btn-info:active,
.inner_three_sec_four_bottom ul li:last-child a.btn.btn-info:focus {
  background: none;
  border-color: rgba(253, 123, 50, 0.65);
  color: #ff7c32;
}

.sec_four.inner_two_sec_two {
  padding-bottom: 0;
}

body.blog .header {
  background: #f6f6f8;
  top: 0;
}

.blog_sec {
  padding-top: 150px;
}

.blog_sec_heading {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

.blog_sec_heading h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #4a4a4a;
}

.blog_sec_heading p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #4a4a4a;
  padding: 0 10px;
}

.blog_con {
  padding-top: 40px;
}

.blog_con .grid-item {
  width: 48.5%;
}

.blog_con .grid-item a {
  text-decoration: none;
}

.blog_con_bx {
  background: rgba(237, 238, 242, 0.5);
  padding: 53px 32px;
  margin-bottom: 15px;
  position: relative;
}

.blog_con_icon {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 130px;
  text-align: center;
  line-height: 78px;
  padding-left: 25px;
}

.blog_con_bx h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #4a4a4a;
  margin-right: 60px;
  display: inline-block;
  position: relative;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.blog_con_bx h2::before {
  border: 1px dotted #4b4b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
}

.blog_con_bx h2 a {
  color: #4a4a4a;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.blog_con .grid-item:hover h2 {
  color: #ff7c32;
  text-decoration: none;
}

.blog_con_bx h2 a:hover {
  color: #ff7c32;
  text-decoration: none;
}

.blog_con_bx ul {
  margin: 15px 0 0;
  padding: 0;
}

.blog_con_bx ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

.blog_con_bx ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
  background: #f77931;
}

.blog_con_bx ul ul li:last-child {
  padding-bottom: 0;
}

.blog_sec_bottom {
  width: 533px;
  margin: 60px auto 70px;
  max-width: 100%;
  text-align: center;
}

.blog_sec_bottom h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #4a4a4a;
}

.blog_sec_bottom p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #4a4a4a;
  padding: 0 10px;
}

.blog_sec_bottom a.btn.btn-info {
  margin-top: 20px;
  background: rgb(235, 115, 47);
  background: -moz-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 115, 47, 1)),
    to(rgba(255, 124, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb732f', endColorstr='#ff7c32', GradientType=0);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  border: 1px solid transparent;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.blog_sec_bottom a.btn.btn-info:hover,
.blog_sec_bottom a.btn.btn-info:focus,
.blog_sec_bottom a.btn.btn-info:active {
  background: rgba(225, 225, 225, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-color: #ff7c32;
  color: #ff7c32;
}

.popup_full_width {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup_bg {
  position: relative;
  height: 100%;
}

.popup_bg:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

.popup_bg img {
  width: 100%;
  height: 100%;
}

.popup-content-bx {
  padding: 40px 56px;
  background: #ffffff;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.popup-content-cross {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup-content-heading h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #4a4a4a;
}

.popup-content-heading p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #4a4a4a;
}

.popup-content-heading p a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #4a4a4a;
  text-decoration: none;
  position: relative;
}

.popup-content-heading p a::before {
  border: 1px dotted #4b4b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
}

.popup-content-part {
  margin-top: 30px;
}

.popup-content-part label {
  display: none;
}

.popup-content-part .form-control {
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 44px;
  color: #4b4b4b;
  height: auto;
  padding: 8px 27px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.row.no-margin {
  margin: 0;
}

.popup-content-part .form-control:focus,
.popup-content-part .form-control:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.card_bx::after {
  clear: both;
  display: block;
  content: "";
}

.card_bx .checkbox-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-container .checkbox-label {
  display: block !important;
  margin: 0;
}

.input-title {
  clear: both;
  padding: 0;
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-right: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: inherit;
  color: #4b4b4b;
}

/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 21px;
  width: 21px;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 7px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #c9c9c9;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background: url(../images/check_img.png) no-repeat top 3px center;
  -o-background-size: 100%;
  background-size: 100%;
  opacity: 1;
  border: 1px solid #c9c9c9;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border-radius: 0;
}

.popup-content-part .form-group.text-center {
  margin-bottom: 0;
}

.popup-content-part .btn.btn-primary {
  margin: 20px 0 0;
  background: rgb(235, 115, 47);
  background: -moz-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 115, 47, 1)),
    to(rgba(255, 124, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 115, 47, 1) 0%,
    rgba(255, 124, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb732f', endColorstr='#ff7c32', GradientType=0);
  box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  -webkit-box-shadow: 0 4px 15px rgba(253, 123, 50, 0.65);
  border-radius: 71px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  border: 1px solid transparent;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

.popup-content-part .btn.btn-primary:hover,
.popup-content-part .btn.btn-primary:focus,
.popup-content-part .btn.btn-primary:active {
  background: rgba(225, 225, 225, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-color: #ff7c32;
  color: #ff7c32;
}

.form-group.text-center p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #4b4b4b;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}

.form-group.text-center a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #4b4b4b;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.form-group.text-center a::before {
  border: 1px dotted #4b4b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
}

.popup-content-part .col-lg-6 .form-group.text-center .btn.btn-primary {
  width: 100%;
  margin-top: 0;
}

.dotted_bottom a {
  position: relative;
}

.dotted_bottom a::before {
  border: 1px dotted #4b4b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
}

.header_menu_left {
  margin-right: 0;
}

.header_menu_left ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.header_menu_left ul li {
  list-style: none;
  padding: 0 14px;
}

.header_menu_left ul li:last-child {
  padding-right: 0;
}

.header_menu_left ul li a {
  display: block;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
  color: #4a4a4a;
  text-decoration: none;
  position: relative;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.header_menu_left ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #4a4a4a;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.header_menu_left ul li a:hover::before,
.header_menu_left ul li.active a::before {
  opacity: 1;
}

/******************** responsive css *****************/

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }

  ul.slimmenu.collapsed {
    width: 30%;
  }

  .banner-contain-text {
    width: 630px;
  }

  .banner-contain-text p {
    margin: 0 0 25px;
  }

  .banner-contain-text .btn.btn-info {
    width: 230px;
  }

  .sec_two h2 {
    font-size: 18px;
  }

  .sec_three_icons ul {
    padding: 10px 0;
  }

  .sec_four_bottom_bx_01 {
    width: 245px;
  }

  .sec_four_bottom_bx_01::before {
    top: -42px;
    right: 92%;
  }

  .sec_four_bottom_bx_02 {
    width: 311px;
  }

  .sec_four_bottom_bx_02::before {
    width: 150px;
    right: 82%;
    top: 84px;
  }

  .sec_four_bottom_bx_02 img {
    margin-left: 40px;
  }

  img#educateImg {
    margin-left: 90px;
  }

  .sec_four_bottom_bx_03 {
    width: 291px;
  }

  .sec_four_bottom_bx_03::before {
    width: 158px;
    right: 89%;
    top: 44px;
  }

  .sec_four_bottom_bx_03::after {
    width: 316px;
    left: 20%;
    top: 107px;
  }

  .sec_four_bottom_bx_04 {
    width: 240px;
  }

  .sec_four_bottom_bx_04::before {
    width: 311px;
    left: 93%;
    bottom: 78%;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl {
    margin-left: 45px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: -70px;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl {
    bottom: 24px;
    left: 4px;
  }

  .sec_five_heading.text-center h2 {
    font-size: 50px;
  }

  .sec_five_heading.text-center .btn.btn-info {
    width: 220px;
    font-size: 18px;
  }

  .sec_five_con h3 {
    font-size: 25px;
  }

  .sec_six_bottom_con p {
    font-size: 20px;
  }

  .sec_seven_heading h3 {
    font-size: 35px;
  }

  .sec_seven_second.text-center p {
    font-size: 20px;
  }

  .sec_eight_heading h3 {
    font-size: 50px;
  }

  .sec_nine_top {
    width: 600px;
  }

  .sec_nine_top h2 {
    font-size: 50px;
  }

  .sec_nine_bottom_sec_text h3 {
    font-size: 25px;
  }

  .sec_nine_bottom_sec_text p {
    font-size: 20px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::before {
    width: 230px;
    right: 90%;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::before {
    width: 187px;
    top: 10px;
    right: 98%;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img {
    margin-top: 70px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::before {
    right: 86%;
    bottom: -283px;
    width: 204px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::after {
    width: 196px;
    left: 333px;
    bottom: -7px;
  }

  .sec_nine {
    overflow: hidden;
  }

  .sec_ten_con h3 {
    font-size: 45px;
  }

  .sec_ten_tab a.nav-link h3 {
    font-size: 55px;
  }

  .sec_ten_tab a.nav-link h3 sub {
    font-size: 22px;
  }

  .sec_ten_tab a.nav-link p {
    font-size: 18px;
  }

  .sec_ten_tab a.nav-link {
    padding: 15px 10px;
  }

  .contain_tab ul li {
    font-size: 22px;
  }

  .sec_eleven_top_bx {
    width: 1024px;
  }

  .sec_eleven_slider h3 {
    font-size: 40px;
  }

  .sec_eleven_bottom::before {
    content: "";
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    background: url(../images/arrow__left.svg) no-repeat top left;
    display: block;
    top: 160px;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .sec_eleven_bottom::after {
    content: "";
    width: 400px;
    height: 100%;
    position: absolute;
    background: url(../images/arrow_right.svg) no-repeat top left;
    display: block;
    right: 0;
    top: 180px;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .sec_twelve_bx {
    width: 750px;
  }

  .sec_twelve_bx h3 {
    font-size: 50px;
  }

  .sec_twelve_bx p {
    font-size: 22px;
  }

  .sec_twelve_bx_button a {
    width: 220px;
  }

  .ft_bottom_mid p {
    font-size: 20px;
  }

  .ft_email p {
    font-size: 19px;
  }

  .inner_one_sec_two .sec_four_bottom_bx_04 .icon_text_pnl {
    bottom: 0;
    width: 313px;
    left: -23px;
  }

  .inner_two_sec_one .banner-contain-text {
    width: 700px;
    margin-left: 60px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01,
  .inner_two_sec_two_bottom .sec_four_bottom_bx_02,
  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
    width: 325px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 {
    margin-left: 15%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
    margin-left: 16%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
    width: 330px;
    right: 72%;
    top: 25px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::before {
    width: 255px;
    right: 90%;
    top: -29px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
    width: 638px;
    left: 22%;
    top: -44px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl,
  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl,
  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl {
    margin-top: 60px;
  }

  .sec_six_bottom_con ul li {
    padding: 0 32px;
  }

  ul.slimmenu li {
    padding: 0 25px;
  }

  ul.slimmenu li a {
    font-size: 20px;
  }

  .header_menu_left ul li a {
    font-size: 20px;
  }

  .header_menu_left ul li {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-contain-text {
    width: 725px;
  }

  .banner-contain-text h1 {
    font-size: 60px;
  }

  .sec_four_bottom_bx_01::before {
    top: -42px;
    right: 91%;
    width: 275px;
  }

  .sec_four_bottom_bx_04::before {
    left: 91%;
    bottom: 58%;
    width: 488px;
    height: 477px;
  }

  .sec_eight_bottom::before {
    right: 0;
  }

  .sec_eight_bottom::after {
    right: -78%;
    -o-background-size: 460px;
    background-size: 460px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::before {
    width: 365px;
    right: 91%;
    top: -74px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::after {
    width: 357px;
    left: 328px;
    bottom: 65px;
  }

  .sec_eleven_bottom::before {
    width: 530px;
  }

  .sec_eleven_bottom::after {
    width: 540px;
  }

  .sec_six_bottom::before {
    top: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-button .btn.btn-info {
    font-size: 14px;
    padding: 13px 18px;
  }

  .header-button {
    margin-left: auto;
  }

  ul.slimmenu li a {
    font-size: 19px;
  }

  .banner-contain-text {
    position: absolute;
    width: 465px;
    max-width: 100%;
    left: 20%;
  }

  .banner-contain-text h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .banner-contain {
    top: 190px;
  }

  .banner-contain-text p {
    font-size: 19px;
    line-height: 27px;
  }

  .banner-contain-text .btn.btn-info {
    font-size: 14px;
    width: 200px;
    line-height: 39px;
    height: 52px;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }

  .sec_four_bottom_bx_01 {
    width: 170px;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 170px;
    margin-right: 0;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl {
    position: absolute;
    top: -108px;
    width: 200px;
  }

  .sec_four_bottom_bx_02 {
    width: 170px;
  }

  .sec_four_bottom_bx_02::before {
    width: 101px;
    right: 94%;
    top: 78px;
  }

  .sec_four_bottom_bx_03 {
    width: 170px;
  }

  .sec_four_bottom_bx_03::before {
    width: 122px;
    right: 86%;
    top: 27px;
  }

  .sec_four_bottom_bx_03::after {
    width: 200px;
    left: 17%;
    top: 88px;
  }

  .sec_four_bottom_bx_04 {
    width: 170px;
    margin-left: 47px;
    margin-top: 84px;
  }

  .sec_four_bottom_bx_04::before {
    width: 229px;
    left: 93%;
    bottom: 76%;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: -52px;
    left: -85px;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl {
    bottom: 0;
    left: -24px;
  }

  .sec_six_bottom_con p {
    font-size: 16px;
  }

  .sec_eight_heading h3 {
    font-size: 35px;
  }

  .sec_eight_bottom::before {
    right: 250px;
  }

  .sec_eight_bottom::after {
    right: -86%;
  }

  .sec_nine_top h2 {
    font-size: 40px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::before {
    right: 93%;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::before {
    width: 185px;
    right: 96%;
    top: -59px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::before {
    right: 64%;
    bottom: -200px;
    -o-background-size: 100%;
    background-size: 100%;
    width: 185px;
  }

  .sec_eleven_slider h3 {
    font-size: 35px;
  }

  .sec_eleven_bottom::before {
    right: 240px;
  }

  .sec_eleven_bottom::after {
    right: -87%;
  }

  .sec_nine {
    overflow: hidden;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::after {
    left: 203px;
  }

  .inner_one_sec_two .sec_four_bottom_bx_01 .icon_text_pnl {
    width: 220px;
    left: -25px;
  }

  .inner_one_sec_two .sec_four_bottom_bx_04 .icon_text_pnl {
    bottom: -30px;
  }

  .inner_two_sec_one .banner-contain-text {
    position: absolute;
    width: 404px;
    top: 0;
    left: 50px;
    max-width: 90%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
    width: 119px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::before {
    width: 128px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
    width: 358px;
  }

  .inner_three_sec_two_bx_button a {
    padding: 15px 16px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) h2 {
    font-size: 45px;
  }

  .blog_con .grid-item {
    width: 47%;
  }

  ul.slimmenu li a {
    font-size: 18px;
  }

  ul.slimmenu li {
    padding: 0 10px;
  }

  .header_menu_left ul li {
    padding: 0 12px;
  }

  .header_menu_left ul li a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    top: 10px;
  }

  ul.slimmenu li {
    padding: 0 10px;
    margin: 0;
  }

  ul.slimmenu.collapsed {
    width: 50%;
  }

  .banner-contain {
    top: 115px;
  }

  .banner-contain-text {
    width: 369px;
  }

  .banner-contain-text h1 {
    font-size: 32px;
    line-height: 33px;
  }

  .banner-contain-text p {
    font-size: 17px;
    line-height: 22px;
  }

  .banner-contain-text .btn.btn-info {
    width: auto;
    height: auto;
    padding: 5px 20px;
  }

  .sec_three_icons ul li {
    list-style: none;
    margin: 0;
    width: 33%;
    text-align: center;
    padding-bottom: 10px;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl {
    left: -35px;
  }

  .sec_four_bottom_bx_01 {
    width: 122px;
  }

  .sec_four_bottom_bx_02 {
    width: 122px;
  }

  .sec_four_bottom_bx_03 {
    width: 122px;
  }

  .sec_four_bottom_bx_04 {
    width: 122px;
  }

  .sec_four_bottom_bx_02 {
    width: 122px;
    margin-top: 70px;
  }

  .sec_four_bottom_bx_02::before {
    width: 93px;
    right: 94%;
    top: 42px;
  }

  .sec_four_bottom_bx_03 {
    width: 122px;
    margin-top: 115px;
  }

  .sec_four_bottom_bx_03::before {
    width: 106px;
    right: 88%;
    top: 19px;
  }

  .sec_four_bottom_bx_03 img {
    margin-top: 20px;
  }

  .sec_four_bottom_bx_03::after {
    width: 163px;
    left: 17%;
    top: 78px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: -66px;
    left: -113px;
  }

  .sec_four_bottom_bx_04 {
    width: 122px;
    margin-top: 102px;
  }

  .sec_four_bottom_bx_04::before {
    width: 179px;
    left: 93%;
    bottom: 78%;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl {
    left: -97px;
    top: -66px;
    bottom: inherit;
  }

  .sec_five_con.text-center {
    margin-bottom: 40px;
  }

  .sec_six_bottom_con {
    margin-top: 60px;
    max-width: 500px;
  }

  .sec_six_bottom_con ul li {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .sec_six_bottom_icon {
    height: auto;
    line-height: 120px;
    margin-left: 0;
    width: 120px;
    text-align: center;
  }

  .sec_six_bottom::before {
    display: none;
  }

  .sec_six_bottom_con_top::before {
    width: 160px;
    height: 1px;
    background: #787878;
    content: "";
    position: absolute;
    top: 0;
  }

  .sec_six_bottom_con_top::after {
    width: 340px;
    height: 1px;
    background: #787878;
    content: "";
    position: absolute;
    bottom: 15px;
    margin-right: 111px;
    right: 0;
    max-width: 100%;
  }

  .sec_six_bottom_con ul {
    padding: 20px 0;
  }

  .sec_six_bottom_con ul::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 159px;
  }

  .sec_eight_slider {
    width: 80%;
  }

  .sec_eight_bottom::before {
    right: 300px;
  }

  .sec_eight_bottom::after {
    right: -89%;
  }

  .sec_eight_slider_bx_right p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    color: #4b4b4b;
  }

  .sec_six_bottom_con ul li .sec_six_bottom_con {
    margin: 0;
    max-width: inherit;
    width: 300px;
  }

  .sec_six_bottom_con p {
    font-size: 16px;
    margin: 0;
    text-align: left;
  }

  .sec_six_bottom_con ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: 0;
    border: 1px solid #787878;
    border-radius: 50%;
    left: 155px;
    right: inherit;
    margin: auto;
    top: 0;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec {
    max-width: 400px;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::before {
    right: 92%;
    width: 269px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::after {
    content: "";
    width: 239px;
    background: url(../images/differents-line01.png) no-repeat top right;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: inherit;
    height: 100%;
    z-index: -1;
    display: block;
    top: inherit;
    left: 99%;
    bottom: -192px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_text {
    margin-top: 42px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_text {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin-top: 42px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::after {
    content: "";
    width: 274px;
    background: url(../images/differents-line04.png) no-repeat top right;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 94%;
    height: 100%;
    z-index: 6;
    display: block;
    bottom: 25px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::before {
    content: "";
    width: 319px;
    background: url(../images/differents-line03.png) no-repeat top right;
    -o-background-size: 95%;
    background-size: 95%;
    position: absolute;
    right: 76%;
    height: 100%;
    z-index: 6;
    display: block;
    bottom: inherit;
    top: 308px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::before {
    content: "";
    right: 92%;
    width: 269px;
    background: url(../images/differents-line01.png) no-repeat top right;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    display: block;
    top: -27px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::after {
    content: "";
    width: 239px;
    background: url(../images/differents-line01.png) no-repeat top right;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: inherit;
    height: 100%;
    z-index: -1;
    display: block;
    top: inherit;
    left: 99%;
    bottom: -192px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_text {
    margin-top: 42px;
  }

  .sec_eleven_slider_bx {
    width: 489px;
    max-width: 100%;
    margin: 0 auto;
  }

  .ft_top_menu ul li {
    font-size: 16px;
  }

  .ft_bottom_left {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }

  .col-lg-4.ft_mid {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }

  .ft_email p {
    text-align: center;
    padding: 20px 0;
  }

  .inner_one_sec_one .banner-contain-text {
    width: 321px;
    top: 25px;
    max-width: 100%;
    left: 0;
  }

  .inner_two_sec_one .banner-contain {
    top: 120px;
  }

  .inner_two_sec_one .banner-contain-text {
    position: absolute;
    width: 300px;
    top: 0;
    left: 50px;
    max-width: 90%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
    width: 91px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::before {
    width: 99px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
    width: 320px;
    top: 32px;
  }

  .inner_three_sec_one .banner-contain-text {
    position: absolute;
    width: 310px;
    top: 0;
    left: 50px;
    max-width: 90%;
  }

  .inner_three_sec_one .banner-contain {
    top: 120px;
  }

  .banner-contain-text .btn.btn-info {
    width: auto;
    height: auto;
    padding: 2px 10px;
    font-size: 12px;
  }

  .inner_three_sec_two_con ul li:first-child {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    width: 200px;
    margin-right: 15px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) h2,
  .inner_three_sec_two_con ul li:nth-child(2) p {
    text-align: center;
  }

  .inner_three_sec_two_con ul {
    -ms-flex-align: inherit !important;
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
    -moz-box-align: inherit !important;
    align-items: inherit !important;
  }

  .inner_three_sec_two_bx {
    background: rgba(237, 238, 242, 0.7);
    padding: 20px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) .inner_three_sec_two_bx h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    display: block;
    color: #4b4b4b;
  }

  .inner_three_sec_two_con ul li:last-child {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inner_three_sec_two_con ul li:last-child h3 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin: 0;
    font-size: 60px;
  }

  .inner_three_sec_two_con ul li:last-child h4 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin: -5px 0 0 10px;
    font-weight: 600;
    font-size: 32px;
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    line-height: 36px;
  }

  .inner_three_sec_two_con ul li:last-child p {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    width: 100%;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .inner_three_sec_two_con .inner_three_sec_two_bx li {
    margin-bottom: 0 !important;
  }

  .inner_three_sec_two_bx_button.mob_show {
    display: block;
    background: #edeef2;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
  }

  .inner_three_sec_two_bx_button a ~ a::before {
    left: -28px;
  }

  .sec_four_bottom.inner_two_sec_two_bottom .sec_four_bottom_bxs {
    margin-top: 0;
  }

  .inner_three_sec_four_bottom ul li h3 {
    font-size: 38px;
    width: 90px;
  }

  .inner_three_sec_four_bottom ul li p {
    font-size: 17px;
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px);
  }

  .inner_three_sec_four_bottom ul li:last-child a.btn.btn-info {
    font-size: 12px;
    line-height: 29px;
  }

  .inner_three_sec_four_bottom p {
    padding: 0 20px;
    margin-top: 30px;
  }

  .blog_con .grid-item {
    width: 42%;
  }

  .blog_sec_heading h1 {
    font-size: 45px;
  }

  .blog_sec_bottom h2 {
    font-size: 38px;
  }

  .popup-content-heading h3 {
    font-size: 45px;
    line-height: 45px;
  }

  .sec_three_icons ul li img ~ img {
    left: 0;
    right: 0;
    margin: auto;
  }

  ul.slimmenu li {
    padding: 0 5px;
    margin: 0;
  }

  ul.slimmenu li a {
    font-size: 14px;
  }

  .header_menu_left {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_right .header-button a.primary_button {
    position: absolute;
    left: -73px;
  }

  .header_right .header-button a.btn ~ a.btn {
    display: block;
  }

  .header-button .btn.btn-info::before {
    width: 110%;
    height: 118%;
    background: #fff;
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    border-radius: 50px;
  }

  .header-button .btn.btn-info ~ .btn.btn-info::before {
    width: 97%;
    height: 110%;
    background: #fff;
    content: "";
    position: absolute;
    left: 7px;
    top: -2px;
    z-index: -1;
    border-radius: 50px;
  }

  .header-button .btn.btn-info:hover,
  .header-button .btn.btn-info:active,
  .header-button .btn.btn-info:focus {
    text-decoration: none !important;
    background: #ff7c32 !important;
    color: #fff !important;
    border-color: #d9d9d9 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .header_left {
    position: relative;
    z-index: 99;
    max-width: 250px;
    margin-left: 0;
  }

  .header_right {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .menu-collapser {
    height: auto;
    position: relative;
    z-index: 999;
  }

  .header-button {
    margin-left: auto;
    margin-right: 3px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    position: relative;
    z-index: 999;
  }

  .header-menu {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin-left: 35px;
  }

  .collapse-button {
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    padding: 7px;
    right: 0;
    z-index: 9999;
  }

  .header {
    top: 0;
  }

  .header-button .btn.btn-info {
    font-size: 14px;
    padding: 10px 16px;
  }

  ul.slimmenu.collapsed {
    position: fixed;
    width: 52%;
    height: 100%;
    left: inherit;
    right: 0;
    top: 45px;
    padding-top: 10px;
    background: -moz-linear-gradient(left, #626262 -0.21%, #6e6e6e 100%);
    background: -o-linear-gradient(left, #626262 -0.21%, #6e6e6e 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(-0.21%, #626262),
      to(#6e6e6e)
    );
    background: linear-gradient(90deg, #626262 -0.21%, #6e6e6e 100%);
    background: -moz-linear-gradient(90deg, #626262 -0.21%, #6e6e6e 100%);
  }

  body.loading.menu_open {
    overflow: hidden;
  }

  main.main {
    position: relative;
  }

  body.loading.menu_open main.main:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }

  ul.slimmenu.collapsed li a {
    color: #fff;
    font-size: 16px;
    border-bottom: none;
  }

  ul.slimmenu.collapsed li {
    padding-bottom: 10px;
  }

  .header {
    position: relative;
  }

  .header.sticky {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .banner-contain {
    top: 15px;
  }

  .sec_one img {
    padding-top: 55px;
  }

  .sec_three_icons ul {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }

  .sec_four_bottom_bxs {
    width: 410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: 75px;
  }

  .sec_four_bottom_bx_01 {
    width: 190px;
    margin-top: 0;
  }

  .sec_four_bottom_bx_01::before {
    width: 334px;
    right: -315px;
    top: -208px;
    background: url(../images/mob_right01.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 360px;
  }

  .sec_four_bottom_bx_01::after {
    width: 190px;
    right: -184px;
    top: 142px;
    background: url(../images/mob_right02.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 109px;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl {
    position: absolute;
    top: 65px;
    width: 200px;
    left: 240px !important;
  }

  .sec_four_bottom_bx_02 {
    width: 190px;
    margin-top: 39px;
    margin-left: 280px;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl {
    top: 25px;
    right: 200px;
  }

  .sec_four_bottom_bx_02::before {
    width: 220px;
    right: 97%;
    top: 112px;
    background: url(../images/mob_right03.png) no-repeat top left;
    -o-background-size: 104%;
    background-size: 104%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .sec_four_bottom_bx_03 {
    width: 210px;
    margin-top: -28px;
    margin-left: 21px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: 69px;
    left: 234px;
    width: 209px;
  }

  .sec_four_bottom_bx_03::before,
  .sec_four_bottom_bx_03::after {
    display: none;
  }

  .sec_four_bottom_bx_04 {
    width: 170px;
    margin-top: 0;
    margin-left: auto;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl {
    left: -258px;
    top: 45px;
    bottom: inherit;
  }

  .sec_four_bottom_bx_04::after {
    width: 170px;
    left: -47%;
    bottom: 49%;
    background: url(../images/mob_right04.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 148px;
  }

  .sec_four_bottom_bx_04::before {
    width: 53px;
    left: 94%;
    bottom: -120px;
    background: url(../images/mob_right05.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .sec_five_heading.text-center h2,
  .sec_six_heading.text-center h2,
  .sec_eight_heading h3,
  .sec_nine_top h2,
  .sec_ten_con h3,
  .sec_eleven_slider h3,
  .sec_twelve_bx h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .sec_five_heading.text-center p,
  .sec_six_heading.text-center p,
  .sec_five_con p,
  .sec_eight_slider_bx_right p,
  .sec_ten_con p,
  .sec_twelve_bx p {
    font-size: 18px;
    line-height: 28px;
  }

  .sec_five_heading.text-center .btn.btn-info {
    font-size: 15px;
    line-height: 30px;
    width: auto;
    height: auto;
  }

  .sec_six_bottom_con_top::after {
    width: 340px;
    height: 1px;
    background: #787878;
    content: "";
    position: absolute;
    bottom: 15px;
    margin-right: 111px;
    right: inherit;
    max-width: 100%;
    left: -moz-calc(100% - 361px);
    left: calc(100% - 361px);
  }

  .sec_eight_slider_bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .sec_eight_slider_bx_left {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 20px;
  }

  .sec_eight_slider_bx_right {
    width: 100%;
    margin-right: 0;
  }

  .sec_eight_slider_bx_right h4 {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .sec_eight_bottom::after {
    right: -78%;
    -o-background-size: 50%;
    background-size: 50%;
  }

  .sec_eight_bottom::before {
    right: 180px;
    -o-background-size: 50%;
    background-size: 50%;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec {
    max-width: 350px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::before {
    content: "";
    right: 76%;
    height: 100%;
    z-index: 6;
    top: 270px;
  }

  .sec_eleven_slider_bx {
    width: 320px;
  }

  .sec_eleven_bottom::before {
    right: 184px;
    -o-background-size: 50%;
    background-size: 50%;
  }

  .sec_eleven_bottom::after {
    right: -82%;
    -o-background-size: 50%;
    background-size: 50%;
  }

  .ft_top_menu ul li {
    font-size: 16px;
    width: 33%;
    padding-bottom: 5px;
  }

  .sec_four_top_con {
    max-width: 100%;
    margin-left: 0;
  }

  .sec_one img {
    display: none;
  }

  .sec_one img ~ img {
    display: block;
  }

  .header .row.align-items-center {
    position: relative;
  }

  /******************* inner page ******************/
  .inner_one_sec_one .banner-contain-text {
    width: 310px;
    top: 25px;
    max-width: 100%;
    left: 0;
  }

  .sec_one.inner_one_sec_one img ~ img {
    padding-left: 193px;
  }

  .menu_open .header_right {
    position: fixed;
    top: 25px;
    left: -18px;
  }

  .inner_two_sec_one .banner-contain {
    top: 40px;
  }

  .sec_one.inner_two_sec_one img {
    padding-top: 188px;
  }

  .inner_two_sec_one .banner-contain-text {
    left: 0;
  }

  .sec_four_bottom.inner_two_sec_two_bottom .sec_four_bottom_bxs {
    margin-top: 75px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 {
    width: 190px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01::before {
    width: 334px;
    right: -315px;
    top: -208px;
    background: url(../images/mob_right01.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 360px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 {
    width: 190px;
    margin-top: 39px;
    margin-left: 280px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
    width: 220px;
    right: 99%;
    top: 112px;
    background: url(../images/mob_right03.png) no-repeat top left;
    -o-background-size: 104%;
    background-size: 104%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
    width: 210px;
    margin-top: -28px;
    margin-left: 21px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
    width: 266px;
    top: 150px;
    background: url(../images/inner_two_icon_left_05.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    left: 97%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::before {
    display: none;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl {
    position: absolute;
    top: 60px;
    width: 220px;
    left: 240px !important;
    display: block;
    margin-top: -15px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl h3 {
    line-height: 16px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl {
    position: absolute;
    top: -35px;
    right: 233px;
    width: 250px;
    display: block;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl h3 {
    line-height: 16px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl {
    position: absolute;
    bottom: 0;
    left: 234px;
    width: 209px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl h3 {
    line-height: 16px;
  }

  .inner_three_sec_one .banner-contain {
    top: 40px;
  }

  .inner_three_sec_one img {
    padding-top: 188px;
  }

  .inner_three_sec_one .banner-contain-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 15px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) h2 {
    font-size: 39px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) p {
    font-size: 16px;
  }

  .inner_three_sec_two_con ul li:last-child h3 {
    font-size: 40px;
  }

  .inner_three_sec_two_con ul li:last-child h4 {
    margin: 0 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    line-height: 24px;
  }

  .sec_four.inner_three_sec_three .sec_four_bottom_bx_01 .icon_text_pnl {
    position: absolute;
    top: 67px;
  }

  .sec_five.inner_three_sec_four .inner_three_sec_four_top h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .sec_five.inner_three_sec_four .inner_three_sec_four_top p {
    font-size: 18px;
    line-height: 25px;
    padding: 0 8%;
  }

  .inner_three_sec_four_bottom ul li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    padding: 16px 10%;
  }

  .inner_three_sec_four_bottom ul li:nth-child(2) {
    margin-right: 0;
  }

  .inner_three_sec_four_bottom ul li:last-child {
    width: 100%;
    margin: 15px 0 0;
    padding: 16px 14%;
  }

  .inner_three_sec_four_bottom ul li h3 {
    font-size: 55px;
    width: 100%;
  }

  .inner_three_sec_four_bottom ul li p {
    font-size: 20px;
    width: 100%;
  }

  .inner_three_sec_four_bottom ul li:last-child a.btn.btn-info {
    font-size: 17px;
    text-transform: uppercase;
    padding: 14px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-color: rgb(235, 115, 47);
  }

  ul.slimmenu li a::before {
    display: none;
  }

  ul.slimmenu li a:hover,
  ul.slimmenu li.active a {
    color: #ff7c32;
  }

  .blog_sec {
    padding-top: 50px;
  }

  .blog_sec_heading h1 {
    font-size: 35px;
  }

  .blog_sec_bottom h2 {
    font-size: 32px;
  }

  .popup_bg {
    position: absolute;
    height: 100%;
    top: 0;
  }

  .popup-content-bx {
    position: relative;
    margin: 0 auto;
    padding: 40px 25px;
    top: 0;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    background: #ffffff;
    z-index: 99;
  }

  .popup_full_width {
    height: auto;
    padding: 0;
  }

  .popup-content-heading h3 {
    font-size: 39px;
    line-height: 40px;
  }

  .popup-content-heading p,
  .popup-content-heading p a {
    font-size: 18px;
  }

  .blog_con .grid-item {
    width: 100%;
  }

  .blog_con_bx h2 {
    font-size: 25px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 575px) {
  .header {
    top: 0;
    padding: 5px 0 15px;
  }

  .logo {
    max-width: 105px;
    margin-left: 0;
    padding-top: 15px;
  }

  .header-button .btn.btn-info {
    font-size: 11px;
    padding: 6px 6px;
  }

  .sec_one img {
    padding-top: 182px;
  }

  .banner-contain-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    right: 100%;
  }

  .banner-contain-text h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .banner-contain-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .banner-contain-text .btn.btn-info {
    padding: 5px 9px;
  }

  .sec_four_top h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .sec_four_top p {
    font-size: 14px;
    line-height: 24px;
  }

  .sec_four_bottom_bx_01 {
    width: 130px;
    margin-top: 0;
  }

  .sec_four_bottom_bx_01::before {
    width: 255px;
    right: -185%;
    top: -172px;
    height: 360px;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl {
    position: absolute;
    top: 44px;
    width: 160px;
    left: 130px !important;
  }

  .sec_four_bottom_bx_01::after {
    width: 122px;
    right: -119px;
    top: 102px;
    background: url(../images/mob_right02.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 109px;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl ul li::before {
    width: 35px;
  }

  .sec_four_bottom_bx_01 .icon_text_pnl ul li {
    font-size: 17px;
    line-height: 20px;
    padding-left: 40px;
  }

  .sec_four_bottom_bx_02 {
    width: 140px;
    margin-top: 39px;
    margin-left: inherit;
    margin-right: 0;
  }

  .sec_four_bottom_bx_02 {
    margin-top: 33px;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl {
    top: -2px;
    right: 146px;
    width: 160px;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl ul li::before {
    width: 35px;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl {
    top: 14px;
  }

  .sec_four_bottom_bx_02::before {
    width: 154px;
    right: 98%;
    top: 86px;
    background: url(../images/mob_right03.png) no-repeat top left;
    -o-background-size: 103%;
    background-size: 103%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .sec_four_bottom_bxs {
    width: 300px;
  }

  .sec_four_bottom_bx_02 .icon_text_pnl ul li {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #4a4a4a;
    padding-left: 40px;
    list-style: none;
  }

  .sec_four_bottom_bx_03 {
    width: 150px;
    margin-top: -28px;
    margin-left: -17px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: 53px;
    left: 145px;
    width: 160px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl ul li::before {
    width: 35px;
  }

  .sec_four_bottom_bx_03 .icon_text_pnl ul li {
    font-size: 15px;
    line-height: 20px;
    color: #4a4a4a;
    padding-left: 40px;
    list-style: none;
  }

  .sec_four_bottom_bx_04 {
    width: 130px;
    margin-top: -10px;
    margin-left: auto;
  }

  .sec_four_bottom_bx_04::after {
    width: 110px;
    left: -26%;
    bottom: 13%;
    background: url(../images/mob_right04.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 148px;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl {
    left: -158px;
    top: 39px;
    bottom: inherit;
    width: 162px;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl ul li::before {
    width: 35px;
  }

  .sec_four_bottom_bx_04 .icon_text_pnl ul li {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #4a4a4a;
    padding-left: 40px;
    list-style: none;
  }

  .sec_five_heading.text-center h2,
  .sec_six_heading.text-center h2,
  .sec_eight_heading h3,
  .sec_nine_top h2,
  .sec_ten_con h3,
  .sec_eleven_slider h3,
  .sec_twelve_bx h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .sec_four_bottom_bx_04::before {
    width: 53px;
    left: 75%;
    bottom: -113px;
    background: url(../images/mob_right05.png) no-repeat top left;
    -o-background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .sec_six_bottom_icon {
    width: 90px;
  }

  .sec_six_bottom_con ul li .sec_six_bottom_con {
    margin: 0;
    max-width: inherit;
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .sec_six_bottom_con {
    margin-top: 60px;
    max-width: inherit;
    width: 300px;
    position: relative;
  }

  .sec_six_bottom_con ul li::before {
    left: 100px;
  }

  .sec_six_bottom_con p a {
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }

  .sec_seven_heading h3 {
    font-size: 24px;
  }

  .sec_seven_contain p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #494949;
    text-align: left;
    line-height: 28px;
  }

  .sec_eight_bottom::before {
    right: 78px;
    -o-background-size: 50%;
    background-size: 50%;
  }

  .sec_ten_tab {
    margin: 40px auto 10px;
    width: 295px;
  }

  .sec_ten_tab a.nav-link h3 {
    font-size: 40px;
  }

  .sec_ten_tab a.nav-link p {
    font-size: 15px;
  }

  .contain_tab ul li {
    font-size: 18px;
  }

  .sec_ten_tab_bx ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .sec_ten_tab_bx {
    width: 295px;
  }

  .sec_ten_tab_bx ul li {
    width: 100%;
    margin: 0;
  }

  .sec_ten_tab_bx ul li:last-child {
    margin-right: 0;
    padding-top: 50px;
  }

  .sec_ten_tab_bx ul li:last-child::before {
    left: 0;
    right: 0;
  }

  .sec_twelve_bx_button a ~ a {
    margin-top: 45px;
    position: relative;
  }

  .sec_twelve_bx_button a ~ a::before {
    content: "Or";
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -45px;
    color: #4b4b4b;
    right: 0;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec {
    width: 300px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::before {
    right: 93%;
    width: 269px;
    top: -43px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_img::after {
    content: "";
    width: 239px;
    background: url(../images/differents-line01.png) no-repeat top right;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: inherit;
    height: 100%;
    z-index: -1;
    display: block;
    top: inherit;
    left: 99%;
    bottom: -119px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::after {
    width: 260px;
    left: 95%;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_img::before {
    content: "";
    right: 79%;
    height: 100%;
    z-index: 6;
    top: 226px;
    width: 232px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_img::after {
    left: 100%;
    bottom: -122px;
  }

  .sec_twelve_bx_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }

  .inner_one_sec_two .sec_four_bottom_bx_01 .icon_text_pnl {
    width: 160px;
    left: -25px;
  }

  .sec_one img ~ img {
    display: block;
    padding-top: 118px;
  }

  ul.slimmenu.collapsed {
    width: 70%;
    z-index: 2;
  }

  .menu_open .header_right {
    top: 0;
    left: 0;
    position: inherit;
  }

  ul.slimmenu.collapsed li {
    padding-left: 0;
  }

  ul.slimmenu.collapsed li a {
    font-size: 15px;
  }

  /****************** inner page *************************/
  .inner_one_sec_one .banner-contain-text {
    width: 310px;
    top: 25px;
    max-width: 90%;
    left: 15px;
    right: 15px;
  }

  .sec_one.inner_one_sec_one img ~ img {
    padding-top: 175px;
  }

  .inner_two_sec_one .banner-contain-text {
    position: absolute;
    width: 300px;
    top: 0;
    left: 19px;
    max-width: 90%;
  }

  .sec_ten_tab_top ul li {
    padding: 10px;
  }

  .sec_ten.inner_two_sec_five .sec_ten_tab ul li h3 {
    font-size: 35px;
  }

  .sec_ten.inner_two_sec_five .sec_ten_tab ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .sec_ten.inner_two_sec_five .sec_ten_tab ul li a.btn.btn-info {
    font-size: 13px;
    line-height: 40px;
  }

  .sec_ten_tab .tab-content-sec ul li {
    font-size: 18px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 {
    width: 130px;
    margin-top: 0;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 {
    width: 140px;
    margin-left: inherit;
    margin-right: 0;
    margin-top: 33px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
    width: 150px;
    margin-top: -28px;
    margin-left: -17px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl {
    width: 160px;
    left: -25px;
    top: 41px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl {
    width: 137px;
    left: 151px !important;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01::before {
    top: -233px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl h3 {
    line-height: 16px;
    font-size: 18px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_01 .icon_text_pnl p {
    font-size: 12px;
    line-height: 17px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 {
    margin-top: 28px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl {
    position: absolute;
    top: -26px;
    right: 140px;
    width: 160px;
    display: block;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02::before {
    width: 160px;
    right: 58%;
    top: 105px;
    background: url(../images/mob_right03.png) no-repeat top left;
    -o-background-size: 104%;
    background-size: 104%;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl h3 {
    line-height: 16px;
    font-size: 18px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_02 .icon_text_pnl p {
    font-size: 12px;
    line-height: 17px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 {
    width: 150px;
    margin-top: 0;
    margin-left: 0;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: 0;
    left: 145px;
    width: 146px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl h3 {
    line-height: 16px;
    font-size: 18px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03 .icon_text_pnl p {
    font-size: 12px;
    line-height: 17px;
  }

  .inner_two_sec_two_bottom .sec_four_bottom_bx_03::after {
    width: 163px;
    top: 128px;
    left: 97%;
  }

  .sec_one.inner_three_sec_one img ~ img {
    padding-top: 235px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) p {
    font-size: 15px;
  }

  .inner_three_sec_two_con ul li:nth-child(2) .inner_three_sec_two_bx ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .inner_three_sec_two_con {
    width: 100%;
  }

  .inner_three_sec_two_con ul li:first-child {
    width: 121px;
    margin-right: 15px;
  }

  .inner_three_sec_two_con ul li:last-child {
    width: -moz-calc(100% - 139px);
    width: calc(100% - 139px);
  }

  .inner_three_sec_two_con ul li:first-child .round_img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }

  .inner_three_sec_two_con ul li:first-child h3 {
    font-size: 16px;
    line-height: 34px;
  }

  .inner_three_sec_two_con ul li:first-child h4 {
    font-size: 13px;
    line-height: 30px;
  }

  .inner_three_sec_two_con ul li:last-child h3 {
    font-size: 40px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  .inner_three_sec_two_con ul li:last-child h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    line-height: 24px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }

  .inner_three_sec_two_con ul li:last-child p {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    width: 100%;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .inner_three_sec_two_bx_button a {
    width: 226px;
  }

  .inner_three_sec_two_bx_button a ~ a {
    margin-left: 0;
    margin-top: 30px;
  }

  .inner_three_sec_two_bx_button a ~ a::before {
    top: -26px;
    left: 0;
    right: 0;
  }

  .sec_four.inner_three_sec_three .sec_four_bottom_bx_01 .icon_text_pnl {
    top: 52px;
  }

  .sec_four.inner_three_sec_three .sec_four_bottom_bx_03 .icon_text_pnl {
    bottom: 29px;
  }

  .sec_five.inner_three_sec_four .inner_three_sec_four_top h3 {
    font-size: 26px;
    line-height: 33px;
  }

  .sec_five.inner_three_sec_four .inner_three_sec_four_top p {
    font-size: 14px;
    line-height: 25px;
    padding: 0;
  }

  .inner_three_sec_four_mid ul li {
    font-size: 18px;
  }

  .inner_three_sec_four_bottom ul li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    padding: 16px 4%;
  }

  .inner_three_sec_four_bottom ul li h3 {
    font-size: 46px;
    width: 100%;
  }

  .inner_three_sec_four_bottom ul li:last-child {
    width: 100%;
    margin: 15px 0 0;
    padding: 16px 7%;
  }

  .inner_three_sec_four_bottom ul li:last-child a.btn.btn-info {
    max-width: 250px;
  }

  .sec_four.inner_three_sec_three {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .header_right {
    top: 23px;
  }

  .blog_sec_heading h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .blog_sec_bottom h2 {
    font-size: 28px;
  }

  .blog_con_bx h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .blog_con_bx ul li {
    font-size: 16px;
  }

  .popup-content-heading h3 {
    font-size: 35px;
    line-height: 34px;
  }

  .popup-content-heading p,
  .popup-content-heading p a {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-content-heading p a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
  }

  .popup-content-heading p a::before {
    border: 0 dotted #4b4b4b;
  }

  .popup-content-part .form-control {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 26px;
  }

  .popup-content-bx {
    padding: 40px 10px;
  }

  .input-title {
    font-weight: 300;
    font-size: 16px;
  }

  .form-group.text-center a {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-content-cross {
    width: 30px;
  }

  .blog_con_bx h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .header_right {
    top: 23px;
    left: 0;
  }

  .header_right .header-button a.primary_button {
    position: absolute;
    left: -42px;
  }

  .header-menu {
    margin-left: 29px;
  }

  .header-button .btn.btn-info::before {
    width: 110%;
    height: 118%;
    background: #fff;
    content: "";
    position: absolute;
    left: -2px;
    top: -3px;
    z-index: -1;
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .sec_ten_tab_bx ul li a {
    margin-left: 0;
  }

  .header {
    top: 0;
    padding: 15px 0 15px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }

  .logo {
    max-width: 100%;
    padding-top: 0;
    margin: 0;
  }

  .logo img {
    margin: 0;
  }

  .header_left {
    position: relative;
    z-index: 99;
    max-width: 200px;
    margin-left: 0;
    float: left;
  }

  .header_right {
    top: 0;
    left: 0;
    position: relative;
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }

  .header_right .header-button a.primary_button {
    position: absolute;
    left: -60px;
  }

  .sec_three_icons ul li {
    list-style: none;
    margin: 0;
    width: 25%;
    text-align: center;
    padding-bottom: 0;
  }

  .sec_four,
  .sec_five,
  .sec_six,
  .sec_seven,
  .sec_eight,
  .sec_nine,
  .sec_ten,
  .sec_twelve {
    padding: 25px 0;
  }

  .sec_five_heading.text-center {
    margin-bottom: 25px;
  }

  .sec_five_heading.text-center .btn.btn-info {
    margin-top: 0;
  }

  .sec_five_con_img {
    margin-bottom: 15px;
  }

  .sec_five_con.text-center {
    margin-bottom: 0;
  }

  .sec_six_top {
    margin-bottom: 25px;
  }

  .sec_six_bottom_con {
    width: 90%;
    margin: 0 auto;
  }

  .sec_six_bottom_icon {
    width: 70px;
    line-height: 125px;
  }

  .sec_seven_second.text-center {
    margin-top: 0;
  }

  .sec_seven_second.text-center p {
    margin: 25px auto 0;
  }

  .sec_eight_heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .sec_eight_slider_bx_left {
    margin: 0 0 5px;
  }

  .sec_eight_slider_bx_left img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .sec_nine_bottom {
    margin-top: 25px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_text {
    margin-top: 25px;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec li {
    margin-bottom: 25px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:nth-child(2)
    .sec_nine_bottom_sec_text {
    margin-top: 25px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_text {
    margin-top: 25px;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec li:last-child {
    margin-bottom: 0;
  }

  .sec_nine_bottom ul.sec_nine_bottom_sec {
    margin-bottom: 0;
  }

  .sec_ten_tab {
    margin: 0 auto 0;
    width: 90%;
  }

  .sec_ten_tab_bx {
    width: 90%;
  }

  .sec_eleven_bottom {
    padding-bottom: 25px;
  }

  .sec_twelve_bx_button a ~ a::before {
    content: "Or";
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -23px;
    color: #4b4b4b;
    right: 0;
  }

  .sec_twelve_bx_button a ~ a {
    margin-top: 25px;
    position: relative;
  }

  .ft_top_menu ul li {
    width: 50%;
  }

  .ft_bottom {
    padding: 25px 0 15px;
  }
}

@media (max-width: 480px) {
  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 13px;
    margin: 4px auto;
    background-color: #4a4a4a;
    border-radius: 1px;
  }

  .collapse-button {
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    padding: 2px;
    right: 0;
    z-index: 9999;
  }

  .header_right {
    top: 0;
    left: 0;
    position: relative;
    width: calc(100% - 100px);
    padding-left: 0;
    padding-right: 5px;
  }

  .header-menu {
    margin-left: 18px;
  }

  .header_left {
    position: relative;
    z-index: 99;
    max-width: 100px;
    margin-left: 0;
    float: left;
    padding: 0 0 0 5px;
  }

  .logo img {
    margin: 0;
    width: 90%;
  }

  .header {
    top: 0;
    padding: 10px 0 10px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    height: 45px;
  }

  .header-button .btn.btn-info {
    font-size: 12px;
    padding: 0 10px;
    height: 25px;
    line-height: 24px;
  }

  .header-button .primary_button ~ .primary_button,
  .header-button .secondary_button {
    margin-left: 5px;
  }
}

#meetFelicity {
  margin-left: 30px;
  border-radius: 4px;
  width: 50%;
  display: none;
  vertical-align: top;
}

#meetFelicity i {
  color: #f57831;
}

a#tysonCVLink {
  padding: 0;
  background: none;
  color: #eb732f;
  border: none;
}

a#tysonCVLink:focus {
  box-shadow: none;
}

i#faqCaret {
  color: #f57831;
}

img#faqIcon {
  float: right;
}

div#mainPageLogo {
  margin-top: -7px;
}

a.btn.btn-info.orangeOval {
  background-color: #eb732f;
  border-color: #eb732f;
  border-radius: 40px;
  height: 60px;
  padding-top: 16px;
}

button.termly-cookie-preference-button {
  margin-top: 20px;
  margin-left: 30px;
}

a.btn.btn-info.orangeButton {
  background-color: #eb732f;
  border-color: #eb732f;
  border-radius: 20px;
}

#fortyFeaturesVid {
  margin-top: 20px;
  margin-left: 0;
  width: 70%;
}

.featuresList li {
  line-height: 2;
}

.featuresP {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 0;
}

div#fortyFeaturesVidMain {
  width: 70%;
}

div#trialSubBlurb {
  font-size: 12px;
  margin-top: 10px;
}

img#logo_clearview {
  width: 300px;
  max-width: 500px;
}

img#logo_riggsadvisors {
  max-width: 500px;
  width: 300px;
}

.extraBottomMargin {
  margin-bottom: 50px;
}

img#home-page-design {
  width: 80%;
}
