/*  Theme Name: softer - SaaS & Software Html5 Landing Page
    Author: Saptavarana
    Version: 1.0.0
    Created:October 2018
    File Description:Main Css file of the template
*/


/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT
6.SERVICES
7.CTA
8.WORK PROCESS
9.FEATURES
10.PORTFOLIO
11.TESTIMONIAL
12.PRICING PLAN
13.GREAT PEOPLE
14.OUR MERCHANT
15. FAQ
16.CONTACT US
17.FOOTER
18.RESPONSIVE
19.NAVBAR BRAND
20.MAP


*****************/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*=================
    01.BASIC
===================*/

@font-face {
    font-family: 'SourceHanSansSC';
    src: url('../fonts/SourceHanSansSC/SourceHanSansSC-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SourceHanSansSC';
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SourceHanSansSC';
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    font-size: 15px;
    line-height: 1.6;
}


/*FONT SIZE*/

.size5 {
    font-size: 5px;
}

.size6 {
    font-size: 6px;
}

.size7 {
    font-size: 7px;
}

.size8 {
    font-size: 8px;
}

.size9 {
    font-size: 9px;
}

.size10 {
    font-size: 10px;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 32px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.size38 {
    font-size: 38px;
}

.size40 {
    font-size: 40px;
}

.size42 {
    font-size: 42px;
}

.size44 {
    font-size: 44px;
}

.size46 {
    font-size: 46px;
}

.size48 {
    font-size: 48px;
}

.size50 {
    font-size: 50px;
}

.size55 {
    font-size: 55px;
}

.size56 {
    font-size: 56px;
}

.size60 {
    font-size: 60px;
}

.size70 {
    font-size: 70px;
}

.size80 {
    font-size: 80px;
}

.size90 {
    font-size: 90px;
}

.size100 {
    font-size: 100px;
}

.size120 {
    font-size: 120px;
}

.size130 {
    font-size: 130px;
}

.size140 {
    font-size: 140px;
}

.size150 {
    font-size: 150px;
}

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


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(42, 44, 46, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.section_title_all h3 {
    text-transform: capitalize;
    font-weight: 500;
}

.section_subtitle {
    /*max-width: 550px;*/
}

.section_tag {
    letter-spacing: 4px;
    font-size: 14px;
}

.section_icons i {
    font-size: 34px;
    background-color: #F99F22;
    color: #ffffff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.text_custom {
    color: #F99F22;
}

.bg_custom_color {
    background-color: #F99F22 !important;
}

.bg_custom_light {
    background-color: #EDAB00 !important;
}

.btn {
    padding: 13px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: capitalize;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #F99F22;
    background-color: #F99F22;
    font-weight: 700;
    border-radius: 4px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open>.dropdown-toggle.btn_custom {
    color: #f3f3f3;
    background-color: #4e1a93;
    border-color: #4e1a93;
}

.btn_outline {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: 700;
    border-radius: 4px;
}

.btn1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn1:hover span {
  padding-right: 25px;
}

.btn1:hover span:after {
  opacity: 1;
  right: 0;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open>.dropdown-toggle.btn_outline {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #F99F22;
}

.btn_rounded {
    border-radius: 30px;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.btn_small {
    padding: 10px 14px;
}

.navbar-brand span {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}

.navbar_btn {
    color: #ffffff;
    background-color: #F99F22;
    border-color: #F99F22;
    padding: 9px 28px;
    font-size: 12px;
    transition: all 0.5s;
    letter-spacing: 2px;
    font-weight: 500;
    box-shadow: none !important;
    text-transform: capitalize;
    outline: none !important;
}


.tag {
}

.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----------------	
	 Titles wrap
   ---------------- */
.tilesWrap {
	padding: 0;
	margin: 50px auto;
	margin-top:0;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 30%;
	min-width: 200px;
	max-width: 500px;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	min-height: 25vh;
	background: white;
	border: none;
	text-align: left;
	 box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
	
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}

.tilesWrap li h3 {
	font-size: 20px;
	color: #b7b7b7;
	margin-bottom: 5px;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);
}



/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
    color: #656565;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 500;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 26px;
}

.stickyadd.custom_nav_menu {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #F99F22 !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* Image Fade-in */
.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*Fade-in Txt*/
.fade-in-text {
  display: inline-block;
  color: black;
  animation: fadeIn linear 5s;
  -webkit-animation: fadeIn linear 5s;
  -moz-animation: fadeIn linear 5s;
  -o-animation: fadeIn linear 5s;
  -ms-animation: fadeIn linear 5s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}



/*================
    04.HOME
==================*/

.bg_home_cover {
    background-image: url(../images/bg_home_main.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    /*  background-attachment: fixed;*/
}

.home_title {
    font-size: 38px;
    line-height: 1.2;
    max-width: 390px;
    font-weight: normal;
}

.home_title .special_tag {
    color: #F99F22;
    font-weight: 700;
}

.home_subtitle {
    color: #dadada;
    max-width: 400px;
    line-height: 1.8;
}

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

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}


/*-----------------
    HOME - 4
------------------*/

.bg_home_cover_four {
    background-image: url(../images/bg_home_4.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*------------------
    HOME - 5
-------------------*/

.home_clip_path {
    background-color: #F8F0FF;
}


/*=================
    0.5  ABOUT
===================*/

.about_icon i {
    font-size: 30px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 35px;
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.2);
}

.about_detail_link a {
    font-size: 14px;
    color: #F99F22;
    letter-spacing: 2px;
    font-weight: 500;
}

.about_content_box_all {
    padding: 30px;
}

.under_box_shadow {
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    border-radius: 15px;
    background-color: #ffffff;
}

.special_tag {
    color: #F99F22;
    font-weight: 700;
}


/*====================
   0.6 SERVICES
=====================*/

.business_services_boxes {
    border: 1px dotted #e7e7e7;
    border-radius: 10px;
}

.business_services_boxes .business_services_icon i {
    font-size: 44px;
}

.business_services_content p {
    line-height: 1.6;
}

.services_content_box {
    padding: 40px;
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
}

.services_content_box .services_icon i {
    font-size: 30px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 35px;
}

.services_detail .services_desc {
    line-height: 1.8;
}


/*===================
    0.7  CTA
====================*/

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}


/*-------------------
    VIDEO CTA
--------------------*/

.all_section_heading_details {
    color: #dadada;
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}


/*====================
  08. WORK PROCESS
====================*/

.work_process_box span {
    float: left;
    margin-right: 20px;
    font-size: 24px;
}

.work_process_details {
    overflow: hidden;
}


/*=========================
    0.9 FEATURES
==========================*/

.features_box_content {
    max-width: 450px;
}

.features_box_content i {
    font-size: 42px;
    text-align: center;
    color: #F99F22;
    overflow: hidden;
}

.feauters-subtitle {
    line-height: 1.6;
}

.more_feature_boxes .more_feature_icon i {
    height: 70px;
    text-align: center;
    width: 70px;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
    line-height: 70px;
}

.bg_first_features {
    background-color: #F7E306;
}

.bg_second_features {
    background-color: #F99F22;
}

.bg_third_features {
    background-color: #E69021;
}

.bg_four_features {
    background-color: #CE5598;
}


/*=====================
  10.  PORTFOLIO
======================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 8px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    /* margin-top: 5px; */
}

.work_menu a.active,
.work_menu a:hover {
    background-color: #F99F22;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

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

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 22px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(20, 20, 20, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}


/*=====================
   11. TESTIMONIAL
======================*/

.bg-client-pattern {
    background-image: url(../images/bg-client-pattern.png);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.client_box_img img {
    max-width: 80px;
}

.clients_name h5 {
    font-size: 16px;
}

.client-icons i {
    font-size: 32px;
}

.client_quote i {
    font-size: 48px;
    position: absolute;
    left: 0px;
    top: 50%;
    right: 63%;
    color: #F99F22 !important;
    transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 7px;
    margin: 20px 5px;
    border: 1px solid #F99F22;
    background-color: #F99F22;
    opacity: 0.4;
}


/*====================
  12. PRICING PLAN
=====================*/

.pricing_plan_box {
    padding: 40px;
    border-radius: 10px
}

.list_price_features {
    padding: 20px 40px;
}

.list_price_features p {
    margin-bottom: 10px;
}

.price_tag_heading span {
    font-size: 14px;
    font-weight: bold;
}

.price_tag_heading h2 {
    font-size: 52px;
}

.pricing_plan_box.active {
    background-color: #F99F22;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


/*====================
  13. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 150px;
    width: auto !important;
}

.merchant-grid div {
    display: grid;
    grid-template-columns: calc(20% - 5px) calc(20% - 5px) calc(20% - 5px) calc(20% - 5px) calc(20% - 5px);
    grid-column-gap: 8px;
    grid-row-gap: 10px;
}

@media (max-width: 820px) {
    .logo_img img {
        max-height: 120px;
        width: auto !important;
    }
    .merchant-grid div {
        display: grid;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        grid-column-gap: 8px;
        grid-row-gap: 10px;
    }
}

.factscircle {
    width: 90px;
    height: 90px;
    background: #F99F22;
    border-radius: 100%;
    padding-top: 20px;
}

.factscircle i {
    font-size: 34px;
}

.factscircle2 {
    width: 90px;
    height: 90px;
    background: transparent;
    border: 3px solid #F99F22;
    border-radius: 100%;
    padding-top: 28px;
}

.factscircle2 i {
    font-size: 24px;
    color: white;
}


/*=====================
    14. OUR MERCHANT
======================*/

.merchant_box {
    width: 350px;
    height: 318px;
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.merchant_box img {
    margin: auto;
    width: 190px;
    height: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*=====================
    15. FAQ
======================*/
.filterDiv {
  color: black;
  line-height: 10px;
  text-align: center;
  display: none;
}

.show {
  display: block;
}

.faq_container {
  margin-top: 20px;
  overflow: hidden;
	margin-left:20px;
 
}

/* FAQ buttons */
.faq_btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}


.faq_btn:hover {
   text-decoration:none;
}

/*btn_effect*/
.effect {
  color: #FFF;
  border: 4px solid #FFD16F;
  box-shadow:0px 0px 0px 1px #FFD16F inset;
  background-color: #F99F22;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect:hover {
  border: 4px solid #F99F22;
  background-color: #FFD16F;
  color: #333;
  box-shadow:0px 0px 0px 4px #EEE inset;
}

/*btn_text*/
.effect span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect:hover span{
  letter-spacing: 0.13em;
  color: #333;
}

/*highlight*/
.effect:after {
  background: #FFF;
  border: 0px solid #F99F22;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.effect:hover:after {
  background: #FFF;
  border: 20px solid #F99F22;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}



.fit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fit {
  margin: 0 ;
  padding: 0;
  background: #fff;
  color: #4d5974;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.contain {
  
  padding: 10px;
  width:100%;
}

.accordion h5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: black;
  font-size: 1.15rem;
  font-weight: 400;
  line-height:1.7;
  border-bottom: 1px solid #e5e5e5;
}
.accordion h5:hover,
.accordion h5:hover::after {
  cursor: pointer;
  color: #F99F22;
}

.accordion h5.active {
  color: #F99F22;
  border-bottom: 1px solid #F99F22;
}
.accordion h5::after {
  font-family: 'Ionicons';
  content: '\f3d0';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #F99F22;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.accordion h5.active::after {
  font-family: 'Ionicons';
  content: '\f3d8';
  color: #F99F22;
  
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
.accordion .content p {
  font-size: 1rem;
 
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}




/*=====================
    16. CONTACT US
======================*/

.com_logo_here img {
    max-width: 130px;
}

.business_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}

.business_form_custom .form-control {
    height: 50px;
    font-size: 14px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #F99F22 !important;
    box-shadow: none;
    outline: 0;
}

.contact_social_icons ul li a {
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.71);
    color: #F99F22;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}

.contact_social_icons ul li a:hover {
    color: #fff !important;
    background-color: #F99F22;
}

.contact_social_icons ul li a:hover {
    color: #1ba974;
}


/*==================
    17.FOOTER
====================*/

.bg_footer {
    background-color: #2e3234;
}

.footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu_list li::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

.footer_menu_list li:last-child:after {
    content: "";
    margin: 0px;
}

.footer_alt_cpy {
    color: #6c757d;
}

a.policy_link {
    color: #a7a9ac;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

a.policy_link:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}


/*=====================
    18. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 32px;
    }
    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }
    .custom_nav_menu .navbar-nav li.active a {
        color: #F99F22 !important;
    }
    .custom_nav_menu>.container {
        width: 90%;
    }
    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }
    .custom_nav_menu .logo .logo-light {
        display: none;
    }
    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 125px 0px;
    }
    .pricing_plan_box {
        padding: 30px;
    }
    .home_half_cover {
        padding: 125px 0 130px 0;
    }
    .contact_social_icons ul li a {
        width: 36px;
        height: 35px;
        line-height: 36px;
        font-size: 16px;
    }
    .home_clip_path {
        clip-path: none;
    }
    .work_flow_soft {
        font-size: 22px;
    }
}


/*=====================
    19. NAVBAR BRAND
=======================*/

.navbar-brand {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
}

.navbar-brand span {
    font-weight: 900;
}

.custom_nav_menu .navbar-brand span {
    color: #ee6123;
    background: #f9a237;
    background: -moz-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f9a237), color-stop(100%, #ee6123));
    background: -webkit-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -o-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -ms-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -webkit-linear-gradient(315deg, #f9a237 0%, #ee6123 100%);
    background: -o-linear-gradient(315deg, #f9a237 0%, #ee6123 100%);
    background: linear-gradient(135deg, #f9a237 0%, #ee6123 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9a237', endColorstr='#ee6123', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_nav_menu.scrolled .navbar-brand span {
    color: #ee6123;
    background: #f9a237;
    background: -moz-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f9a237), color-stop(100%, #ee6123));
    background: -webkit-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -o-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -ms-linear-gradient(-45deg, #f9a237 0%, #ee6123 100%);
    background: -webkit-linear-gradient(315deg, #f9a237 0%, #ee6123 100%);
    background: -o-linear-gradient(315deg, #f9a237 0%, #ee6123 100%);
    background: linear-gradient(135deg, #f9a237 0%, #ee6123 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9a237', endColorstr='#ee6123', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*=====================
    20. MAP
=======================*/

#map {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    min-height: 230px;
    min-width: 300px;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@media (max-width: 380px) {
    #map {
        min-width: 200px;
    }
}