/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #1d1d1d;
}


/*spacers*/

.my-1 {
    margin: 1rem 0;
}

.my-2 {
    margin: 2rem 0;
}

.my-3 {
    margin: 3rem 0;
}

.mx-1 {
    margin: 0 1rem;
}

.mx-2 {
    margin: 0 2rem;
}

.mx-3 {
    margin: 0 3rem;
}

.my-t1 {
    margin-top: 1rem;
}

.my-t2 {
    margin-top: 2rem;
}

.my-t3 {
    margin-top: 3rem;
}

.my-b1 {
    margin-bottom: 1rem;
}

.my-b2 {
    margin-bottom: 2rem;
}

.my-b3 {
    margin-bottom: 3rem;
}

.mx-l1 {
    margin-left: 1rem;
}

.mx-l2 {
    margin-left: 2rem;
}

.mx-l3 {
    margin-left: 3rem;
}

.mx-r1 {
    margin-right: 1rem;
}

.mx-r2 {
    margin-right: 2rem;
}

.mx-r3 {
    margin-right: 3rem;
}

.py-1 {
    padding: 1rem 0;
}

.py-2 {
    padding: 2rem 0;
}

.py-3 {
    padding: 3rem 0;
}

.py-4 {
    padding: 6rem 0;
}

.py-t1 {
    padding-top: 1rem;
}

.py-t2 {
    padding-top: 2rem;
}

.py-t3 {
    padding-top: 3rem;
}

.py-b1 {
    padding-bottom: 1rem;
}

.py-b2 {
    padding-bottom: 2rem;
}

.py-b3 {
    padding-bottom: 3rem;
}

.px-1 {
    padding: 0 1rem;
}

.px-2 {
    padding: 0 2rem;
}

.px-3 {
    padding: 0 3rem;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}


/*buttons*/

.btn,
.btn-large,
.btn-small,
.btn-flat {
    background-color: #ff530d;
    border-radius: 4px;
    text-transform: none;
    /*    font-size: 1rem;*/
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.btn:hover {
    background-color: #b53b09;
}


/*typography*/

.text-size-medium {
    font-size: 1.4rem;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000;
}

strong {
    font-weight: 700;
}

.normal {
    font-weight: normal;
}

.medium {
    font-weight: 500;
}

ul.bullets li {
    list-style-type: disc;
    margin-left: 18px;
}


/*top nav*/

nav ul a,
nav a {
    color: #1d1d1d;
}


/*flexbox*/

.v-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}


/*background pattern*/

.background-pattern {
    background-image: url(../assets/pattern-dots-orange.png);
    background-repeat: repeat-y;
    background-origin: content-box;
    background-position: 30%;
}


/*color*/

.cm-background-light {
    background-color: #fff9f5;
}

.cm-background-dark {
    background-color: #7a2400;
}

.cm-background-100 {
    background-color: #ff530d;
}

/*modal css starts*/

/*modal header css starts*/
.modal_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding: 0.8rem 1.5rem;
}
.modal_heading {
    font-size: 16px;
    font-weight: 600;
}
.modal .modal-close {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background: transparent;
    opacity: .5;
}
div#modal5 {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    max-height: 100%;
    top: 2% !important;
}

:focus {
    outline: none !important;
}
/*modal header css ends*/

/*form css*/

.modal-content {
    padding: 30px !important;
}

.schedule_form .row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.schedule_form .form-group {
    margin-bottom: 10px !important;
}

.schedule_form .form-control {
    background-color: #fff6f2 !important;
    border: 1px solid #ff7d48 !important;
    border-radius: 0% !important;
    padding-left: 3px !important;
   
}
.schedule_form input#inputEmail3 {
    box-shadow: none;
}
.schedule_form .col-form-label {

    font-weight: 700;
    color: #000000;
    font-size: 14px;
}


.submit_btn{
    display: flex;
    justify-content: flex-end;
}
.submit_btn a{
    padding: 8px 48px;
    font-weight: 900;
}
.text{
    display: none;
}
textarea {
    width: 100%;
    height: 9rem;
    padding: 0.5rem .75rem;

}
.modal .modal-footer {
    display: none;
}


/*defined colors*/
.text_orange {
    color: #ff9600;
}
.text-white {
    color: #fff!important;
}

:root{
    --orange__back:#ff9600;
    --blue__back:#1975d0;
    --green__back:#46a109;
    --red__back:#ff0024;
    --darkgreen__back:#0bba45;
    --gray__back:#e8e8e8;
    --darkgray__back:#747474;


}
.orange__back {
    background-color: var(--orange__back);
}

/*****scroll to top button css start*****/

a.cd-top{
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
        background: #ff530d;
    font-size:20px;
}
.js .cd-top:hover{
    background: #fff;
    color:#03a84e;
    border: 1px solid #03a84e;
}

.cd-top {
    position: fixed;
    bottom: 20px;   
    right: 20px;  
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}


.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1
} 
/*****scroll to top button css ends*****/

footer.page-footer.footer_gary.cm-background-100 {
    display: none;
}




/*****footer css starts*****/
footer {
    font-family: poppins,sans-serif;
    padding: 50px 0px;
    background: #f9f9f9;
}

.container_one {
    max-width: 1210px;
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 15px; */
}

.footer_box_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
/*box one*/

.footer_box_one {
    width: 40%;
    padding: 0px 15px;
}

.footer_para p {
    font-size: 16px;
    line-height: 32px;
}

.footer_link a {
    font-size: 16px;
    text-decoration: underline;
}
/*box one*/

/*box two*/

.footer_box_two {
    width: 40%;
    padding: 0px 15px;
}

    .footer_box_two h6 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: 60px
    }

    .footer_box_two ul {
        /* padding: 0px 30px 30px 60px; */
        padding: 0px 60px;
    }

.quick_links a {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.quick_links li {
    display: inline;
}

.quick_links a:after {
/*    content: "|";*/
}

.quick_links li:nth-child(3) a:after {
    display: none;
}

.quick_links li:nth-child(6) a:after {
    display: none;
}

/*box two*/

/*box three*/

.footer_box_three {
    width: 20%;
    padding: 0px 15px;
}

    .footer_box_three h6 {
        margin-bottom: 20px;
    }

.contact_us a {
    background-color: #ff530d !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 20px;
    display: inline-block
}
/*footer form css starts*/
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-group {
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.footer_form label {
    font-size: 14px !important;
    color: #000000 !important;
}

.footer_form input {
    border: 1px solid #bdbdbd !important;
    height: 2rem !important;
    padding-left: 3px !important;
    margin-left: -3px !important;
}

.footer_form textarea {
    width: 100%;
    height: 4rem;
    padding: 0.5rem .75rem;
    border: 1px solid #bdbdbd !important;
}

.send_button {
    display: flex;
    justify-content: flex-end;
}

    .send_button a {
        background-color: #ff530d !important;
        border-radius: 10px;
        padding: 10px 50px;
        font-size: 20px;
    }

@media screen and (max-width: 1210px) {
    .container_one {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1080px) {
    .footer_box_one, .footer_box_two, .footer_box_three {
        width: 50%;
    }

        .footer_box_three h6 {
            margin-top: 20px;
        }
}

@media screen and (max-width: 767px) {
    .footer_box_one, .footer_box_two, .footer_box_three {
        width: 100%;
    }

    .form-group.col-md-6 {
        width: 50%;
    }

    .footer_box_two h6 {
        margin-left: 0px;
    }

    .footer_box_two ul {
        padding-left: 0;
    }

    .footer_box_one {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .form-group.col-md-6 {
        width: 100%;
    }
}
/*footer form css ends*/

/*box three*/

/*****footer css ends*****/


@media screen and (max-width: 767px) {
    .row .col.s12 {
        margin-bottom: 10px;
    }
}

/*****popup css*****/
/****22 Oct changes***/

/*****footer css starts*****/
footer {
    font-family: poppins,sans-serif;
    padding: 50px 0px;
    background: #dcd9d9;
    position: relative;
}

    footer::after {
        content: "";
        background: url(../assets/pattern.png) center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 4%;
    }

.container_one {
    max-width: 1210px;
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 15px; */
}

.footer_box_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
/*box one*/

.footer_box_one {
    width: 40%;
    padding: 0px 15px;
}

.footer_logo {
    position: relative;
    /*z-index: 9999 !important;*/
}

.footer_para p {
    font-size: 16px;
    line-height: 32px;
}

.footer_link a {
    font-size: 16px;
    text-decoration: underline;
    display: none;
}
/*box one*/

/*box two*/

.footer_box_two {
    width: 40%;
    padding: 0px 15px;
}

    .footer_box_two h6 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: 60px
    }

    .footer_box_two ul {
        /* padding: 0px 30px 30px 60px; */
        padding: 0px 60px;
    }

.quick_links a {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.quick_links li {
    display: inline;
}

.quick_links a:after {
/*    content: "|";*/
}

.quick_links li:nth-child(3) a:after {
    display: none;
}

.quick_links li:nth-child(6) a:after {
    display: none;
}

/*box two*/

/*box three*/

.footer_box_three {
    width: 20%;
    padding: 0px 15px;
}

    .footer_box_three h6 {
        margin-bottom: 20px;
    }

.contact_us a {
    background-color: #ff530d !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    z-index: 99 !important;
}
/*footer form css starts*/
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-group {
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.footer_form label {
    font-size: 14px !important;
    color: #000000 !important;
}

.footer_form input {
    border: 1px solid #bdbdbd !important;
    height: 2rem !important;
    padding-left: 3px !important;
    margin-left: -3px !important;
}

.footer_form textarea {
    width: 100%;
    height: 4rem;
    padding: 0.5rem .75rem;
    border: 1px solid #bdbdbd !important;
}

.send_button {
    display: flex;
    justify-content: flex-end;
}

    .send_button a {
        background-color: #ff530d !important;
        border-radius: 10px;
        padding: 10px 50px;
        font-size: 20px;
    }

@media screen and (max-width: 1210px) {
    .container_one {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1080px) {
    .footer_box_one, .footer_box_two, .footer_box_three {
        width: 50%;
    }

        .footer_box_three h6 {
            margin-top: 20px;
        }
}

@media screen and (max-width: 767px) {
    .footer_box_one, .footer_box_two, .footer_box_three {
        width: 100%;
    }

    .form-group.col-md-6 {
        width: 50%;
    }

    .footer_box_two h6 {
        margin-left: 0px;
    }

    .footer_box_two ul {
        padding-left: 0;
    }

    .footer_box_one {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .form-group.col-md-6 {
        width: 100%;
    }
}
/*footer form css ends*/

/*box three*/

/*****footer css ends*****/


@media screen and (max-width: 767px) {
    .row .col.s12 {
        margin-bottom: 10px;
    }
}

/*****popup css*****/


/*owl css*/
#demos .owl-carousel .item {
    padding: 1rem;
    background: none;
}

.label {
    background-color: transparent !important;
}

ul {
    margin-left: 0 !important;
    line-height: inherit;
}

/*@media screen and (max-width: 1200px) {
    .explore_main_div2 {
        width: 100%;
    }
}*/

/**orange band**/
.cm-background-100 {
    background-color: #ff530d;
    padding: 40px 0px;
}

.explore_main_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expolore_h1_text {
    margin: 0px;
}

.explore_div_btn {
    margin-top: 0px;
}

.explore_main_div1 {
    margin-right: 50px;
}

/* @media screen and (max-width: 1291px) {
    .explore_main_div2 {
        width: 100%;
    }

    .explore_main_div {
        flex-wrap: wrap;
    }

    .explore_main_div1 {
        margin-right: 0px !important;
    }

    .expolore_h1_text {
        margin-bottom: 30px;
    }
} */

/**popup*/
.request_div {
    display: none;
}

/*header*/
.main_header_section {
    align-items: center;
}

.logo_div_section {
    width: auto;
    margin-right: 35px;
}

.menu_div_section {
    width: auto;
}

.sign_div_section {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
}



/****** 23oct ******/

/**for header**/
nav a.sidenav-trigger {
    display: none !important;
}

@media screen and (max-width: 1052px) {
    .main_header_section {
        flex-wrap: wrap;
    }

    .menu_div_section {
        margin-left: auto;
    }

    .sign_div_section {
        margin-left: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1052px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 1052px) {
    nav a.sidenav-trigger {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .logo_div_section {
        width: auto !important;
    }
}
/**for header**/

/**orange band to schedule a demo***/
.schedule_demo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expolore_h1_text_schedule {
    padding-bottom: 0px;
    margin-right: 50px;
}

.email_section_search {
    margin-top: 0px;
    width: auto;
}

@media only screen and (max-width: 768px) {
    .schedule_demo {
        flex-wrap: wrap;
    }

    .expolore_h1_text_schedule {
        padding-bottom: 20px;
        margin-right: 0px !important;
        width: 100%;
    }

    .email_section_search {
        width: 100%;
    }
}
/**orange band to schedule a demo***/

/**orange band do you want ***/
.container_box {
    width: 80%;
    margin: 0 auto;
}

.explore_main_div {
    justify-content: space-around;
}

@media screen and (max-width: 1190px) {
    .explore_main_div {
        justify-content: center;
    }

    .explore_main_div2 {
        width: 100%;
    }

    .explore_main_div {
        flex-wrap: wrap;
    }

    .explore_main_div1 {
        margin-right: 0px !important;
    }

    .expolore_h1_text {
        margin-bottom: 30px;
    }
}
/**orange band do you want ***/

/*footer {
    z-index: -9999 !important;
}*/


/**oct 26**/

.slider_three ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 10px !important;
    width: 10px !important;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
    border: 1px solid #ff530d;
}
.carousel .indicators .indicator-item.active {
    background-color: #ff530d;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0;
}
 .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

ul.slider_li_text_get_text {
    margin-top: 15px;
}
@media screen and (max-width: 767px){
/* .carousel {
    height: auto !important;
} */
}

/**29th oct**/
.footer_box_one {
    z-index: 9999 !important;
}
.footer_box_two {
    z-index: 9999 !important;
}
div#modal5 {
 
    z-index: 99999999999 !important;
}
a.cd-top {

    z-index: 999999999 !important;
}

/**30 oct**/
.request_div_btn {

    line-height: 0px !important;
 
}
.explore_div_btn {

    line-height: 0px !important;
   
}

.request_div_btn_powerful {
 
    line-height: 0px !important;

}
/**setup and host**/
.baseline{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

/**banner**/

.excellent_phr {
    font-size: 15px;

}

.name_sujith {

    font-size: 15px;
}