/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.11.11.1733738232
Updated: 2024-12-09 09:57:12

*/
main#main {
    padding: 0;
}
nav.collapse-enabled ul#menu-quick-links li:hover a,#menu-quick-links li.current-menu-item > a{
    background: transparent !important;
    border: 0 !important;
    color: #87E4DA !important;
}
nav.collapse-enabled ul#menu-quick-links li a{
	padding: 0 !important;
}
.footer_info .fusion-column.content-box-column {
    margin-bottom: 0 !important;
}
.footer_info .col.content-box-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 22px;
}
.footer_info .col.content-box-wrapper > div{
	margin-bottom: 0 !important;
}
.footer_info .col.content-box-wrapper a{
	color: #fff !important;
}
.footer_info .col.content-box-wrapper .content-box-heading{
	font-weight: 700 !important;
}
.footer_info .col.content-box-wrapper .content-container p a{
	font-weight: 400;
}
.footer_info .col.content-box-wrapper a:hover{
	color: #87E4DA !important;
}
.hero_row .fusion-column.content-box-column {
    max-width: 510px;
    margin: 0 auto !important;
}
.hero_row h1.content-box-heading {
    font-weight: 700;
    position: relative;
}
.hero_row h1.content-box-heading:after {
    position: absolute;
    content: 'TM';
    font-size: 20px;
    line-height: 36px;
}
.hero_row h2 {
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 54px !important;
    letter-spacing: 1px !important;
    color: #fff;
}
.border_text,.left_right_border p{
	position: relative;
}
.left_right_border p{
	width: fit-content;
	margin: 0 auto !important;
}
.left_right_border p:before,.left_right_border p:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 1px;
    background: #fff;
    bottom: 14px;
  }
  .left_right_border p:before{
  	left: -50px;
  }
.left_right_border p:after{
	right: -50px;
}

.border_text,.left_right_border-dark p{
	position: relative;
}
.left_right_border-dark p{
	width: fit-content;
	margin: 0 auto !important;
}
.left_right_border-dark p:before,.left_right_border-dark p:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 1px;
    background: #485d6a !important;
    bottom: 14px;
  }
  .left_right_border-dark p:before{
  	left: -50px;
  }
.left_right_border-dark p:after{
	right: -50px;
}

.border_text:after {
    position: absolute;
    content: '';
    width: 245px;
    background: #87E4DA;
    height: 2px;
    background-position: center;
    left: 50%;
    right: 0;
    bottom: -30px;
    transform: translateX(-50%);
}
.icon_box_row .fusion-content-boxes.content-boxes,.portfolio_row .fusion-content-boxes {
    display: flex;
    margin: 0 !important;
}
.icon_box_row .image {
    width: 141px;
    height: 141px;
    margin: 0 auto;
    background: #485D6A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 25px;
}
.icon_box_row .image img{
	margin-bottom: 0 !important;
}
.icon_box_row .fusion-column.content-box-column {
    margin-bottom: 0 !important;
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    max-width: 386px;
    min-height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 7px solid transparent;
}
.icon_box_row .fusion-column.content-box-column:hover,.portfolio_row .fusion-column.content-box-column:hover {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 7px solid #87E4DA;
}
.icon_box_row .content-container {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #485D6A !important;
    margin: 0 !important;
}
.contact_form .fusion-fullwidth {
    padding: 0;
}
.contact_form .fusion-form-checkbox label {
    color: #fff !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 23px !important;
    padding-left: 35px !important;
    margin-bottom: 25px !important;
}
.contact_form .fusion-form-checkbox label:before,.contact_box_form .fusion-form-checkbox label:before{
    height: 20px !important;
    top: 28% !important;
    min-width: 20px !important;
    background: #fff !important;
    border-radius: 3px !important;
    border:0 !important;
}
.contact_form .fusion-form-checkbox label:after,.contact_box_form .fusion-form-checkbox label:after{
    background: url(/wp-content/uploads/2024/12/chekc-icon.svg) no-repeat !important;
    background-size: 100% !important;
    width: 13px !important;
    height: 13px !important;
    top: 30% !important;
}
.contact_form input,.contact_form textarea{
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 14px !important;
    border-radius: 4px !important;
}
.fusion-form-submit-field button:hover {
    transition: 0.4s;
}
.contact_form input{
    height: 44px;
}
.contact_form input::placeholder,.contact_form textarea::placeholder{
    color: #6D6D6D !important;
}
.contact_form .fusion-form-field {
    margin: 0 !important;
}
.contact_form textarea{
    height: 100px !important;
    margin-bottom: 20px !important;
}
.fusion-alert.fusion-form-response-success {
    margin-top: 20px !important;
    padding: 15px !important;
}
/*---------------About-page-------------*/
.inner_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 24, 38, 0.4) 0%, rgb(0 24 38 / 80%) 100%);
}
.portfolio_row .fusion-column.content-box-column {
    background: #fff;
    padding: 10px 10px 50px 10px !important;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0 !important;
    border-bottom: 7px solid transparent;
}
/*.portfolio_row .fusion-column.content-box-column:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}*/
.portfolio_row p.content-box-heading {
    margin-top: 10px !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 27px !important;
}
.portfolio_row .content-container {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.portfolio_row .content-container {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 260px;
    margin: 0 auto !important;
}
.portfolio_row img {
    border-radius: 8px;
    height: 240px;
    width: 100%;
    margin-bottom: 30px !important;
}
.full_img img {
    width: 100% !important;
}
sup {
    font-size: 20px !important;
}
.services_offer p.content-box-heading {
    max-width: 340px;
    margin: 0 auto !important;
}
.services_offer .fusion-column.content-box-column {
    padding-bottom: 25px !important;
}
.contact_box_form .fusion-layout-column {
    margin-bottom: 15px;
}
.contact_box_form label {
    margin-bottom: 0 !important;
    font-weight: 500;
}
.contact_box_form textarea {
    min-height: 100px;
    margin-bottom: 20px !important;
}
.contact_box_form .fusion-form-checkbox label {
    padding-left: 33px !important;
    font-size: 14px !important;
    line-height: 23px !important;
    margin-bottom: 7px !important;
    font-weight: 400;
}
.contact_box_form .fusion-fullwidth {
    padding: 0 !important;
}
.contact_box_form .fusion-form-checkbox label:before{
    border: 1px solid #000 !important;
    min-width: 18px !important;
    height: 18px !important;
}
abbr.fusion-form-element-required {
    text-decoration: none !important;
}
.page-id-16 .help_form_sec,.menu_none {
    display: none !important;
}
/*---------------Responsive-------------*/
@media(max-width:1279px){
.w-100 img {
    max-width: 100%;
    min-height: 100%;
}
.header_menu_col a.fusion-button {
    margin-left: 20px !important;
    font-size: 13px !important;
}
#menu-primary-menu > li {
    margin-right: 0px !important;
}  
#menu-primary-menu > li a{
    font-size: 13px !important;
} 
}
@media(max-width:1024px){
body .header_menu_col button.awb-menu__m-toggle {
    padding: 10px !important;
}
ul#menu-primary-menu {
    margin-top: 20px;
}
#menu-primary-menu li a {
    min-height: 45px !important;
}
.header_menu_col .awb-menu.collapse-enabled li.current-menu-item>a{
    background: transparent !important;
    color: #fff !important;
}
.br-none{
    display: none;
}
.font-24 p {
    font-size: 18px !important;
    line-height: 30px;
}
.heading-30 h3 {
    font-size: 24px;
    line-height: 35px;
}
.portfolio_row .fusion-column.content-box-column {
    background: #fff;
    padding: 10px 10px 20px 10px !important;
}
}
@media(max-width: 880px){
.hero_row .fusion-column.content-box-column {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.font-30 div {
    font-size: 22px !important;
    line-height: 32px !important;
}
.portfolio_row .fusion-content-boxes{
    flex-wrap: wrap;
}
.portfolio_row img {
    width: 100%;
    height: 100%;
}
.portfolio_row .fusion-column.content-box-column{
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.icon_box_row .image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.icon_box_row .fusion-column.content-box-column {
    margin-right: 0px !important;
    margin-left: 15px;
    background: #fff;
    max-width: 100%;
    min-height: 300px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.icon_box_row .image img {
    margin-bottom: 0 !important;
    width: 60px;
    height: 60px !important;
}
h1.content-box-heading,.primary-heading h1  {
    font-size: 40px !important;
    line-height: 45px !important;
    padding-right: 30px !important;
}
.hero_row h1.content-box-heading:after,sup{
    font-size: 16px;
}
.hero_row h2,.secondry-heading h2 {
    font-size: 28px !important;
    line-height: 40px !important;
}
.icon_box_row .content-container {
    font-size: 16px;
    line-height: 24px;
}
}
@media(max-width:767px){
    .footer_heading {
    margin-bottom: 15px !important;
}
.footer_info .col.content-box-wrapper,.page-id-12 .portfolio_row img{
    margin-bottom: 10px !important;
}
ul#menu-quick-links li a {
    min-height: 35px !important;
}
.our_pipline_btn{
    margin-top: 0 !important;
}
.contact_box_form .fusion-layout-column {
    margin-bottom: 0px;
}
.hero_row h2{
    font-size: 24px !important;
    line-height: 30px !important;
}
.arcum_content .fusion-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 50px !important;
}
.menu_none{
    display: block !important;
}
.icon_box_row .fusion-content-boxes.content-boxes{
    flex-direction: column;
    row-gap: 25px;
}
.icon_box_row .fusion-column.content-box-column{
    margin: 0 !important;
    max-width: 100% !important;
}
a.fusion-button {
    padding: 15px 20px !important;
    font-size: 13px !important;
}
.font-24 p {
    font-size: 16px !important;
    line-height: 30px;
}

}
@media(max-width: 390px){
    .contact_form .fusion-form-checkbox label:before, .contact_box_form .fusion-form-checkbox label:before{
        top: 15% !important;
    }
}

/*--------------Customizer-Css--------------*/
.header_sec.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: all .6s ease-in-out;
    box-shadow: #87e4da4f 0px 2px 8px 0px;
    border-bottom: solid 1px #87E4DA;
    padding:5px 15px !important;
}
.header_sec{
        transition:all .6s ease-in-out;
}
.header_sec.scrolled img {
    max-width: 230px !important;
}
.benefit-list .image {
    width: 141px;
    height: 141px;
    background: #485D6A;
    border-radius: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.benefit-list .image img{
    margin:0 !important;
}
.benefit-list .heading.heading-with-icon {
    display: flex !important;
    margin: 0;
}
.benefit-list .content-container {
    line-height: 30px;
    padding-left: 180px !important;
    margin: -100px 0 0 0 !important;
}
.benefit-list .col.content-box-wrapper {
    padding: 50px;
      min-height:241px;
}
.pipeline-table tr td {
    border: 1px solid #CEE3F8 !important;
    padding: 24px !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    color: #000 !important;
}
.pipeline-table td.na_blue {
    color: #154277 !important;
    font-weight: 500 !important;
}
.pipeline-table tr td span.small {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #154277B0;
}
.pipeline-table table th {
    border: 1px solid #CEE3F81A !important;
    background: #485D6A !important;
    padding:20px 24px!important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 22.4px !important;
    text-align: center !important;
}
.pipeline-table tr:nth-child(2n) {
    background: #EBEBEC52;
}
.pipeline-table tr td:first-child{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    color:#000;
}
.pipeline-table tr th:first-child {
    opacity: 0;
    border: solid 1px #fff !important;
    border-bottom: solid 1px #CEE3F8 !important;
}
.process-info .content-container {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 15px !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.process-info .heading.heading-with-icon {
    margin: 0;
}
.process-info .heading.heading-with-icon img{
    margin-bottom: 20px !important;
}
@media(max-width:1024px){
.pipeline-table {
    width: 1100px;
}
    .table-col{
        overflow-x:scroll;
    }
}
@media(max-width:767px){
.header_sec.scrolled img {
    max-width: 100% !important;
}
.benefit-list .content-container {
    padding-left: 0 !important;
    margin: 10px 0 0 0 !important;
    text-align: center !important;
}
.benefit-list .heading.heading-with-icon {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
    .benefit-list .col.content-box-wrapper {
    padding: 35px 20px;
}
.benefit-list .image {
    width: 100px;
    height: 100px;
    margin: 0;
}
.benefit-list .image img {
    width: 50px;
}
.benefit-list h2.content-box-heading {
    text-align: center;
}
}