/*
  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: 'ProximaNova-Regular';
  font-size:14px;
overflow-x: hidden;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('../fonts/IBMPlexSansCond.woff2') format('woff2'),
        url('../fonts/IBMPlexSansCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Extrabld';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	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 0 30px 0;
font-size: 16px;
line-height: 25px;
}




/*--------------------------------------------------------------
# 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;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.navbar {
    padding: .1rem 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{background-color:rgba(0,0,0,0.6);  right:0; float:right; text-transform:uppercase;}

.navbar-nav li a{padding:10px 15px !important; border-bottom:1px solid rgba(255,255,255,0.2); width:200px;}
.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:50px 0; background-image:url(../images/footer-overlay.png), url(../images/footer.jpg); 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: 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 */ padding-top: 120px;}


.top_left_box{padding-top: 120px; 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)}

.top_right_text_panel h2 strong{font-family: 'ProximaNova-Bold';}

.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-image: url(../images/bg-skyline.png); background-position: bottom center; background-size: 100% auto; background-repeat: no-repeat; width:100%; display: inline-block;}

.service_panel h2{font-size: 50px; text-transform: uppercase;  font-family: 'IBM Plex Sans Condensed'; margin-bottom: 20px; }


.service_panel_box{width:100%; padding: 0 15px 15px 0; position: relative; border-right:1px solid #6e6e6e;  border-bottom:1px solid #6e6e6e; 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; 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: 'ProximaNova-Bold'; position: relative; padding-left: 100px; margin-bottom: 15px; min-height: 65px; 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:#aeaeae; -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: 'ProximaNova-Bold';}


.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: 'IBM Plex Sans Condensed'; 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%;}

.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(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 */ 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(82,222,0); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(82,222,0,1) 4%, rgba(208,217,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(82,222,0,1) 4%,rgba(208,217,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(82,222,0,1) 4%,rgba(208,217,35,1) 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: 'IBM Plex Sans Condensed'; 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: 'ProximaNova-Bold'; }

.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: 'ProximaNova-Bold'; 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)}


footer{display: inline-block; background-color: #313131; padding: 50px 0; color:#a3a3a3;}

footer h3{font-size:20px; font-family: 'ProximaNova-Semibold'; 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;
    
}