@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf');
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto-Regular', sans-serif !important;
}

img {
    max-width: 100%;
}

.chartTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.chartLebal {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
}

.chartLegent {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}

.bg-dorange {
    background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
}


.headerBox {
    padding: 0;
}

.headerBox img {
    max-width: 100%;
}

.clr-blue {
    color: rgba(177, 73, 0, 1);
}

.content1 {
    margin-top: 10px;
    padding: 20px;
    text-align: justify;
}

.content1 h4 {
    font-size: 17px;
    padding: 10px;
    font-weight: 600;
}

.content1 p {
    font-size: 15px;
    line-height: 18px;
}

.content {
    margin-top: 10px;
    padding: 5px;
    text-align: left;
    background: #ce6d2805;
    border-radius: 10px;
    border: 2px solid #ce6d2857;
    min-height: 350px;
    font-size: 13px;
}

.content h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}

.content a.btn {
    margin-top: 100px;
    position: relative;
    padding: 15px 27px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    white-space: nowrap;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}

.content a.btn-primary {
    color: #fff;
    background-color: #f36371;
    border-color: #f36371;
}

.content a:hover.btn-primary {
    color: #fff;
    background-color: rgba(177, 73, 0, 1);
    border-color: rgba(177, 73, 0, 1);
}

hr {
    padding: 2px;
    margin: 2px;
}

table {
    font-size: 14px;
    border-radius: 5px;
}

table>tr {
    padding: 2px;
    margin: 2px;
}

table tr td,
table tr th {
    padding: 3px;
    margin: 2px;
}

table.leftAlign tr th {
    background: rgba(177, 73, 0, 1);
    color: #fff;
}

table.leftAlign tr td,
table.leftAlign tr th {
    text-align: left;
}

table.leftAlign-cl-1 tr td:nth-child(1) {
    text-align: left;
}

table.leftAlign-cl-2 tr td:nth-child(2) {
    text-align: left;
}

table.leftAlign-cl-3 tr td:nth-child(3) {
    text-align: left;
}

table.leftAlign-cl-4 tr td:nth-child(4) {
    text-align: left;
}

table.leftAlign-cl-5 tr td:nth-child(5) {
    text-align: left;
}

table.leftAlign-cl-6 tr td:nth-child(6) {
    text-align: left;
}

table.leftAlign-cl-7 tr td:nth-child(7) {
    text-align: left;
}

table.leftAlign-cl-8 tr td:nth-child(8) {
    text-align: left;
}

table.leftAlign-cl-9 tr td:nth-child(9) {
    text-align: left;
}

table.leftAlign-cl-10 tr td:nth-child(10) {
    text-align: left;
}

table.leftAlign-cl-11 tr td:nth-child(11) {
    text-align: left;
}

table.leftAlign-cl-11 tr td:nth-child(12) {
    text-align: left;
}

table.centerAlign tr th {
    background: rgba(177, 73, 0, 1);
    color: #fff;
}

table.centerAlign tr td,
table.centerAlign tr th {
    text-align: center;
}

table.centerAlign-cl-1 tr td:nth-child(1) {
    text-align: center;
}

table.centerAlign-cl-2 tr td:nth-child(2) {
    text-align: center;
}

table.centerAlign-cl-3 tr td:nth-child(3) {
    text-align: center;
}

table.centerAlign-cl-4 tr td:nth-child(4) {
    text-align: center;
}

table.centerAlign-cl-5 tr td:nth-child(5) {
    text-align: center;
}

table.centerAlign-cl-6 tr td:nth-child(6) {
    text-align: center;
}

table.centerAlign-cl-7 tr td:nth-child(7) {
    text-align: center;
}

table.centerAlign-cl-8 tr td:nth-child(8) {
    text-align: center;
}

table.centerAlign-cl-9 tr td:nth-child(9) {
    text-align: center;
}

table.centerAlign-cl-10 tr td:nth-child(10) {
    text-align: center;
}

table.centerAlign-cl-11 tr td:nth-child(11) {
    text-align: center;
}

table.centerAlign-cl-12 tr td:nth-child(12) {
    text-align: center;
}

table.rightAlign tr th {
    background: rgba(177, 73, 0, 1);
    color: #fff;
}

table.rightAlign tr td,
table.rightAlign tr th {
    text-align: right;
}

table.rightAlign-cl-1 tr td:nth-child(1) {
    text-align: right;
}

table.rightAlign-cl-2 tr td:nth-child(2) {
    text-align: right;
}

table.rightAlign-cl-3 tr td:nth-child(3) {
    text-align: right;
}

table.rightAlign-cl-4 tr td:nth-child(4) {
    text-align: right;
}

table.rightAlign-cl-5 tr td:nth-child(5) {
    text-align: right;
}

table.rightAlign-cl-6 tr td:nth-child(6) {
    text-align: right;
}

table.rightAlign-cl-7 tr td:nth-child(7) {
    text-align: right;
}

table.rightAlign-cl-8 tr td:nth-child(8) {
    text-align: right;
}

table.rightAlign-cl-9 tr td:nth-child(9) {
    text-align: right;
}

table.rightAlign-cl-10 tr td:nth-child(10) {
    text-align: right;
}

table.rightAlign-cl-11 tr td:nth-child(11) {
    text-align: right;
}

table.rightAlign-cl-11 tr td:nth-child(12) {
    text-align: right;
}

.footer {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.footerBox {
    padding: 5px 10px;
    background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgb(0 163 216) 78.6%);
    color: #fff;
    line-height: 17px;
    border-radius: 0 0px 10px 10px;
}

.main-menu {
    display: block;
    position: relative;
    background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
    border-radius: 10px;
}

.container-menu {
    width: 100%;
    margin: 0 auto;
}

.main-menu:before,
.main-menu:after {
    display: table;
    line-height: 0;
    content: "";
}

.core-menu {
    text-align: left;
    font: normal normal normal .9em/.9 Roboto, sans-serif;
    overflow: hidden;
    margin: 0px;
}

.core-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.core-menu li a {
    display: inline-block;
    padding: 1em;
    color: #fff;
    text-decoration: none;
}

.core-menu li a:hover {
    background: rgba(206, 109, 40, 1)
}

li span.toggle {
    padding-left: 1em;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 11px/.9 FontAwesome;
}

.dropdown {
    position: absolute;
    width: 230px;
    background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
    text-align: left;
    display: none;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

.dropdown li {
    display: block;
    position:relative;
}

.dropdown li a {
    display: block;
    text-decoration: none;
}

.dropdown2 {
    position: absolute;
    width: 230px;
    background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
    text-align: left;
    display: none;
    right: -100%;
    top: 0;
    margin: 0px;
    padding: 0px;
}

.dropdown2 li {
    display: block;
}

.dropdown2 li a {
    display: block;
    text-decoration: none;
}

li span.toggle2 {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.toggle2:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
}

.hamburger-menu {
    padding: 1em;
    display: none;
    font: normal normal normal 16px/1 Roboto;
    text-transform: uppercase;
}

@media (max-width:720px) {
    .main-menu {
        height: 50px;
    }
    .container-menu {
        width: 100%;
    }
    .navigation {
        float: left;
        display: block;
        width: 100%;
    }
    .core-menu {
        float: right;
        width: 100%;
        background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
        margin: auto;
        display: none;
    }
    .core-menu li {
        width: 100%;
        display: block;
    }
    .core-menu li a {
        display: block;
        margin: auto;
    }
    .hamburger-menu {
        display: block;
        text-align: center;
        padding-right: 60px;
        float: none;
        width: 100%;
    }
    .burger-1,
    .burger-2,
    .burger-3 {
        display: block;
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        right: 0;
        margin-right: 25px;
        background: #fff;
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }
    .burger-1 {
        top: 15px;
    }
    .burger-2 {
        top: 23px;
    }
    .burger-3 {
        top: 31px;
    }
    .burger-1.open,
    .burger-2.open,
    .burger-3.open {
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        transform-origin: 50% 50%;
    }
    .burger-1.open {
        top: 25px;
        width: 23px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .burger-2.open {
        opacity: 0;
    }
    .burger-3.open {
        top: 25px;
        width: 23px;
        transform: rotate(-45deg);
    }
    .dropdown {
        width: 100%;
        background-image: linear-gradient( 171.8deg, rgba(206, 109, 40, 1) 13.5%, rgba(177, 73, 0, 1) 78.6%);
        text-align: center;
        position: relative;
    }
    .dropdown2 {
        right: 0;
        top: 0;
        width: 100%;
        position: relative;
        padding: 0 20px;
    }
}


/*Start Accordian CSS*/

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.accordion-container>h4 {
    text-align: left;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f8fcfd;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #6ea601;
    color: #fff;
}

.contentBox {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.contentBox p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}


/*End Accordian CSS*/


/*Start Contact US Page CSS*/

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 75px;
    text-align: center;
    border-radius: 40px;
    background-color: #6ea601;
}

.side-icon-box .side-icon i {
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.side-icon-box .side-icon img {
    max-width: 100%;
    height: auto;
}


/*End Contact US Page CSS*/

@media screen and (max-width:991px) {
    .content {
        margin-top: 10px;
        font-size: 13px;
    }
    .content a.btn {
        margin-top: 50px;
        position: relative;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 14px;
        border-radius: 5px;
        white-space: nowrap;
        border-width: 2px;
        transition: .3s;
        backface-visibility: hidden;
    }
    .footer {
        font-size: 11px;
    }
}

.panel.panel-default {
    border: 1px solid #f7e6dd;
    margin-bottom: 10px;
}

.panel-heading {
    background: #ce6d28;
    color:#fff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
}

.panel-body {
    padding: 10px 20px;
    background: #ffffff;
}

.counter {
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.counter .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    vertical-align: middle;
    width: 33.0%;
    height: 100%;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: 3px solid #ce6d28;
    background: #ffede08a;
    border-radius: 20px;
    transition: 0.3s;
    min-height: 128px;
}

.counter .item:hover {
    border-radius: 20px;
    transition: 0.3s;
}

.counter .item i {
    color: #ce6d28;
    font-size: 2em;
    /* text-shadow: 1px 1px 1px #ccc; */
}

.counter .item p.number {
    color: rgba(0, 0, 0, 1.0);
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #333; */
    padding: 5px 0;
    margin: 0;
}

.counter .item p.label {
    color: rgba(0, 0, 0, 1.0);
    font-size: 15px;
    /* text-shadow: 1px 1px 1px #333; */
    margin: 0;
    padding: 0;
    line-height: 18px;
}

 .tilesBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
}

.bgclr-red {
    background: #ed3c43;
}

.bgclr-orange {
    background: #ff7e00;
}

.bgclr-blue {
    background: #396cb0;
}
.bgclr-yellow {
    background: #fde364;
}
.bgclr-green {
    background: #a3ce33;
}

.bgclr-black {
    background: #3b3b3b;
}

.bgclr-pink {
    background: #e90079;
}

.tilesBox .iconBox img {
    max-width: 100%;
}

.tilesBox .numberBox {
    font-size: 30px;
}

.tilesBox .textBox h3 {
    font-size: 24px;
}

.tilesBox .textBox p {
    font-size: 18px;
}