/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #000;
    color: #666666;
    font-family: Titillium Web;
    font-size: 14px;
    overflow-x: hidden;
}


@font-face {
    font-family: 'Titillium Web';
    src: url('https://fonts.googleapis.com/css?family=Titillium+Web');
    font-weight: 800;
    font-style: normal;
}

a {
    color: #18d26e;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #18d36e;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 10px 30px 0;
    font-size: 16px;
    line-height: 25px;
}

h2,
h3,
h5 {
    color: white;
}

p {
    text-align: justify;
    color: white;
    font-size: 18px;
    line-height: 1.6;
}

.nav li {
    text-align: justify;
    color: white;
}

li {
    text-align: justify;
    color: white;
    font-size: 16px;
    line-height: 1.6;
}

.cta {
    text-align: left;
    margin-top: 20px;
}

.cta a {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.cta a:hover {
    background: #0056b3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
    position: absolute;
    z-index: 99;
    top: 0;
}

.header_afterscroll {
    background-color: #000000;
}

.header_afterscroll .top_mobile_number {

    margin-left: 0px;
}

.header_afterscroll a img {
    width: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.logo img {
    max-width: 100%;
    height: auto;
    width: 200px;
    float: left;
    line-height: 100px;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.navbar {
    padding: .6rem 2rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}


.navbar-brand img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    display: inline-block;
}

.navbar-nav {
    right: 0;
    float: right;
    text-transform: uppercase;
}

/*.navbar-nav li a{ border-bottom:1px solid rgba(255,255,255,0.2);}*/
.header_afterscroll .navbar-nav {
    width: 100% !important;
}

.header_afterscroll .navbar-nav li a {
    width: 100% !important;
    text-align: center;
}

.grey_panel {
    background-color: #262022;
}



footer {
    padding: 10px 0;
    background-image: url(../images/footer-overlay.html), url(../images/footer.html);
    background-size: cover, cover;
    background-position: center;
    float: left;
    width: 100%;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}



.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #818181;
    background-color: #f7eb3d;
}

.sidenav .active {
    color: #818181;
    background-color: #f7eb3d;
}

.sidenav a:first-child {
    background-color: transparent;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}



.top_right_box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d923+0,52de00+100 */
    background-color: orange;
    /* Old browsers */
    /* background: -moz-linear-gradient(-45deg, rgba(208,217,35,1) 0%, rgba(82,222,0,1) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg, rgba(208,217,35,1) 0%,rgba(82,222,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg, rgba(208,217,35,1) 0%,rgba(82,222,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d923', endColorstr='#52de00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding-top: 120px;
}


.top_left_box {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}

.top_mobile_number {
    color: #FFF;
    font-size: 22px;
    margin-left: -360px;
}

.top_left_box .carousel-inner {
    width: calc(100% + 140px);
    margin-right: 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.top_left_box .carousel-item img {
    width: 100%;
}


.top_right_text_panel {
    width: 100%;
    padding: 0 25px 0 150px;
    color: #FFF;
    font-size: 15px;
    margin: 50px 0;
}

.top_right_text_panel h2 {
    font-size: 55px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    margin-top: -100px;
}

.top_right_text_panel h2 strong {
    font-family: 'Titillium Web';
}

.top_right_text_panel p {
    display: inline-block;
    margin: 25px 0;
}

.top_right_text_panel a {
    display: inline-block;
    background-color: #313131;
    padding: 10px 20px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 70px;
}

.top_right_text_panel a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.top_right_text_panel a:hover {
    background-color: #000;
}

#carouselExampleIndicators {
    cursor: pointer;
}

.service_panel {
    padding: 60px 0;
    color: #FFF;
    background-color: purple;
    width: 100%;
    display: inline-block;
}

.service_panel22 {
    padding: 10px 0;
    color: #FFF;
    background-color: linear-gradient(135deg, rgba(208, 217, 35, 1) 0%, rgba(82, 222, 0, 1) 100%);
    width: 100%;
    display: inline-block;
    text-align: center;
}

.service_panel h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    margin-bottom: 20px;
}


.service_panel_box {
    width: 100%;
    padding: 10px 0px 0px 12px;
    ;
    position: relative;
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    margin: 40px 0
}

.service_panel_box:hover {
    filter: hue-rotate(30deg);
}

.service_panel_box .more {
    position: absolute;
    bottom: -8px;
    left: 0;
    color: #FFF;
    font-size: 20px;
    background-color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    padding-right: 10px;
}

.service_panel_box:hover .more {
    color: #98e00e;
}

.service_panel_box h3 {
    font-size: 22px;
    font-family: 'Titillium Web';
    position: relative;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: normal
}

.service_panel_box h3 img {
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}


.service_panel_box:hover h3 img {
    transform: scale(1.2)
}


.service_panel_box p {
    color: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.service_panel_box:hover p {
    color: #FFF;
}


.score_panel {
    float: left;
    width: 100%;
    background-image: url(../images/score-background.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding: 50px 0;
}

.score_panel_box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4 - 4px);
    padding: 20px;
    color: #505050;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Titillium Web';
}


.score_panel_box h3 {
    color: #000;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 0.9em;
}



.score_panel_box:nth-child(1) {
    margin-top: 20%;
}

.score_panel_box:nth-child(2) {
    margin-top: 22%;
}

.score_panel_box:nth-child(3) {
    margin-top: 13%;
}

.score_panel_box:nth-child(4) {
    margin-top: 14%;
}


.industries_panel {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 1.00)
}

.industries_panel h2 {
    font-size: 50px;
    font-family: 'Titillium Web';
    color: #000;
}

.industries_panel h2 span {
    font-weight: bold;
    background-color: #f7eb3d;
    padding: 8px;
    margin-right: 10px
}



.item_carrsel_wrapper {
    width: calc(100% + 70px);
    margin: 30px -35px;
    display: inline-block
}


.item_carrsel_box {
    width: calc(100% - 24px);
    margin: 12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.item_carrsel_box:hover {
    transform: scale(1.06)
}


.item_carrsel_box img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 180px;
}

.item_carrsel_box article {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 12px 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 20px;
    z-index: 2;
    text-align: center;
}



.whychoose_panel {
    display: inline-block;
    width: 100%;
}

.whychoose_left_box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d923+0,52de00+100 */
    background: rgb(106 106 95);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(106 106 95) 0%, rgba(61 66 59) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(106 106 95) 0%, rgba(61 66 59) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(106 106 95) 0%, rgba(61 66 59) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d923', endColorstr='#52de00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 100px 0 50px;
    color: #FFF;
}


.whychoose_left_box:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52de00+4,d0d923+100 */
    background: rgb(61 66 59);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(61 66 59) 4%, rgba(106 106 95) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(61 66 59) 4%, rgba(106 106 95) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(61 66 59) 4%, rgba(106 106 95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52de00', endColorstr='#d0d923', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


.whychoose_left_box h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}


.whychoose_left_box_matter {
    position: relative;
    margin: 25px 0;
    padding-right: 80px;
    padding-left: 150px;
    display: inline-block;
}

.whychoose_left_box_matter h3 {
    font-size: 35px;
    font-family: 'Titillium Web';
}

.whychoose_left_box_matter p {
    display: inline-block;
    margin: 0px 0;
}

.whychoose_left_box_matter img {
    position: absolute;
    left: 20px;
    top: 0px
}


.whychoose_right_box img {
    width: calc(100% + 73px);
    margin: 80px -13px 0px -60px
}


.callus_panel {
    width: 100%;
    display: inline-block;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 50px 0 0;
    direction: rtl;
}




.callus_panel_left {
    display: inline-block;
    vertical-align: bottom;
    width: 48%;
    text-align: left;
}

.callus_panel_left img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    max-width: 445px;
}


.callus_panel_right {
    display: inline-block;
    vertical-align: bottom;
    width: calc(52% - 8px);
    text-align: left;
    padding: 0 20px 50px 0;
    direction: ltr;
}


.callus_panel_right input[type=text],
.callus_panel_right input[type=email] {
    width: 100%;
    background-color: transparent;
    padding: 15px 0;
    border-bottom: 1px solid rgba(150, 150, 150, 1.00);
    color: #FFF;
    border-width: 0 0 1px 0;
    outline: none;
    margin-top: 10px;
}

.callus_panel_right input[type=file] {
    margin-top: 15px
}

.callus_panel_right_captcha {
    margin-top: 15px;
    display: inline-block;
}


.callus_panel_right input[type=submit] {
    display: inline-block;
    padding: 15px 30px;
    background-color: #f7eb3d;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    outline: none;
    border: none;
    border-radius: 80px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}


.callus_panel_right input[type=submit]:hover {
    background-color: #54de01;
    color: #FFF;
}


.callus_panel_right h3 {
    font-size: 50px;
    font-family: 'Titillium Web';
    color: #FFF;
}

.callus_panel_right h3 span {
    color: #f7eb3d;
}


.callus_panel_right h4 {
    font-size: 30px;
    color: #FFF;
}


.sponsor_panel {
    width: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.sponsor_panel img {
    padding: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}


.sponsor_panel img:hover {
    transform: scale(1.08)
}


colr {

    background-color: 106 106 95;
}

footer {
    display: inline-block;
    background-color: #313131;
    color: #a3a3a3;
}

footer h3 {
    font-size: 20px;
    font-family: 'Titillium Web';
    color: #FFF;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}


footer ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #a3a3a3;
    display: inline-block;
    padding: 3px 0
}

footer ul li a:hover {
    color: #ffef50;
}


.footer_testi {
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    background-image: url(../images/inverted-comma.png), url(../images/inverted-comma-l.png);
    background-repeat: no-repeat;
    background-position: right bottom, left top;
    margin: 10px 0
}

.footer_testi p {
    display: block;
    color: #fff;
    margin-bottom: 0;
}

.footer_testi p span {
    color: #ffef50;
}


.footer_send_box {
    display: inline-block;
    margin: 30px 0 0 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFF;
}

.footer_send_box input[type=email] {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 53px);
    background-color: transparent;
    border: none;
    padding: 10px;
    outline: none;
}


.footer_send_box input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 49px;
    border: none;
    background-image: url(../images/send-icon.jpg);
    cursor: pointer;
    color: transparent;
}


.footer_social_panel {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.footer_social_panel a {
    color: #a3a3a3;
}

.footer_social_panel a:hover {
    color: #ffef50;
}

.footer_social_panel a i {
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


.footer_bottom {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    color: #FFF;
}

.footer_bottom span {
    color: #ffef50;
    display: inline-block;
}



.about_us_panel {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d923+0,52de00+100 */
    background: rgb(208, 217, 35);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(208, 217, 35, 1) 0%, rgba(82, 222, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(208, 217, 35, 1) 0%, rgba(82, 222, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(208, 217, 35, 1) 0%, rgba(82, 222, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d923', endColorstr='#52de00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin-top: 80px;
    text-align: center;
    padding: 20px;
}


.about_us_panel img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}


.about_us_matter_cont {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    padding: 20px
}

.about_us_matter_cont p {
    font-size: 15px;
    font-family: 'Noticia Text', serif;
}

.serviceCont {
    padding: 15px;
    background: #d2d1d136;
    margin-bottom: 15px;
    border-left: 4px solid #15c9d4;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 5px #cccccc;
}

.tabList .table-striped {
    margin-bottom: 35px;
}

.table .table {
    background-color: #fff;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tabList .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e4e4e4 !important;
}

.tabList .table-bordered>tbody>tr>td,
.tabList .table-bordered>tbody>tr>th,
.tabList .table-bordered>tfoot>tr>td,
.tabList .table-bordered>tfoot>tr>th,
.tabList .table-bordered>thead>tr>td,
.tabList .table-bordered>thead>tr>th {
    border: 1px solid #dcdcdc;
}

.enquiry_form {
    margin: 5px;
}

.enquiry_form button {
    margin-left: 45%;
    background-color: #e2e2e2d1;

}

.enquiry_form label {
    font-size: 16px;
    font-weight: 600;

}

.enquiry_form button:hover {
    margin-left: 45%;
    background-color: #FFF;

}

.box1 {
    box-shadow: 5px 5px 0 orange;
    background: #00cc67;
    color: white;
}

.box2 {
    box-shadow: 5px 5px 0 orange;
    background: orange;
    color: white;
}

.callus_panel_right2 {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    padding: 0 20px 50px 0;
    direction: ltr;
}

.titlebar {
    background: white;
    height: 60px;
}

.setting {
    margin-top: 1%;
    color: black;
}

.top_right_box2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d923+0,52de00+100 */
    background-color: #1b1b1f;
    /* Old browsers */
    /* background: -moz-linear-gradient(-45deg, rgba(208,217,35,1) 0%, rgba(82,222,0,1) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg, rgba(208,217,35,1) 0%,rgba(82,222,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg, rgba(208,217,35,1) 0%,rgba(82,222,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d923', endColorstr='#52de00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding-top: 20px;
}

.top_left_box22 {
    z-index: 2;
    margin-left: -2%;
}