/*-----------------------------------------------------------------------------------
	Radical International Ltd.
	About: A shiney new Blocs website.
	Author: Tom Butler
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.stat-bloc-text{
	font-size:44px;
	text-align:center;
	font-weight:bold;
}
.stat-bloc-sub-text{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}
.mountaindusk-hero-text-s{
	font-size:60px;
}
.mountaindusk-hero-text-sub-s{
	font-size:34px;
}
.lake-hero-text-s{
	font-size:60px;
}
.lake-hero-text-sub-s{
	font-size:34px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.bloc-1-h1{
	font-size:40px;
}
.bloc-2-h3{
	font-size: 30px;
}
.bloc-5-h4{
	font-size: 30px;
	font-family:Roboto;
}
.bloc-6-h4{
	font-size: 24px;
}
.bloc-7-h4{
	font-size: 24px;
}
.bloc-8-h4{
	font-size: 30px;
}
.bloc-divider-b-fill{
	fill:#97362E;
}
.fade{
	background-color:#000000;
	background:linear-gradient(0deg, #000000 36%, #790000 100%);
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
}
.h1-style{
	width:70.48%;
	font-size:40px;
	font-family:Roboto;
}
.row-style{
	width:100%;
	justify-content:center;
}
.p-style{
	width:100%;
	font-size:16px;
	font-family:Roboto;
}
.h4-style{
	width:100%;
	font-size:15px;
}
.img-style{
	width:510px;
	border-radius:0px 0px 0px 0px;
}
.p-1-style{
	font-size:16px;
	font-family:Roboto;
}
.h2-style{
	font-size:38px;
	font-family:Roboto;
}
.h3-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-bloc-5-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-7-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-cfd-modelling-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-9-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-10-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-11-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-12-style{
	font-size:20px;
	font-family:Roboto;
}
.navbar-brand img{
	width:40px;
	height:40px;
}
.h4-countries-style{
	font-size:15px;
}
.h4-projects-style{
	font-size:15px;
}
.h4-global-clients-style{
	font-size:15px;
}
.h3-13-style{
	font-size:20px;
}
.h3-14-style{
	font-size:20px;
}
.h3-36336-style{
	font-size:20px;
	font-family:Roboto;
}
.h3-18532-style{
	font-size:20px;
	font-family:Roboto;
}
.p-11-style{
	font-size:30px;
	font-family:Roboto;
	color:#FFFFFF!important;
}
.d{
	box-shadow:11px -7px 21px #444444;
}
.p-14-style{
	font-size:30px;
	font-family:Roboto;
}
.h3-15-style{
	font-size:20px;
}
.h3-16-style{
	font-size:20px;
}
.h3-17-style{
	font-size:20px;
}
.h3-6377-style{
	font-size:20px;
}
.h3-35119-style{
	font-size:20px;
}
.p-28312-style{
	font-size:30px;
	color:#FFFFFF!important;
}
.h3-2053-style{
	font-size:20px;
}
.img-office-01-style{
	width:435px;
}
.h3-bloc-9-style{
	font-family:Roboto;
	font-size:25px;
}
.h3-bloc-8-style{
	font-family:Roboto;
	font-size:25px;
}
.h3-18-style{
	font-size:25px;
}
.p-bloc-8-style{
	width:100%;
}
.height{
	margin-top:70px;
}
.p-20-style{
	font-size:25px;
	font-family:Roboto;
}
.move{
	margin-top:30px;
}
.move1{
	padding-top:40px;
}
.img-bloc-9-style{
	width:442px;
}
.img-6-style{
	width:442px;
}
.move3{
	padding-top:70px;
}
.p-bloc-9-style{
	font-family:Roboto;
}
.p-21-style{
	font-family:Roboto;
}
.p-bloc-10-style{
	font-family:Roboto;
}
.circle{
	border-style:solid;
	line-height:6px;
	padding:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.p-25-style{
	font-size:25px;
}
.p-27-style{
	font-size:20px;
}
.p-bloc-12-style{
	font-size:10px;
}
.h3-bloc-2-style{
	font-family:Roboto;
}
.h3-500--style{
	font-family:Roboto;
}
.h3-3-style{
	font-family:Roboto;
}
.h3-4-style{
	font-family:Roboto;
}
.top{
	padding-top:50px;
}
.img-bloc-8-style{
	width:503px;
	padding-top:70px;
}
.class{
	padding-top:50px;
}
.h3-8505-style{
	font-family:Roboto;
	font-size:20px;
}
.p-35471-style{
	font-family:Roboto;
}
.p-23301-style{
	font-family:Roboto;
}
.h3-28221-style{
	font-size:20px;
}
.pic{
	padding-top:20px;
}
.p-29859-style{
	font-family:Roboto;
}
.p-3230-style{
	font-family:Roboto;
}
.p-41617-style{
	font-family:Roboto;
}
.p-17-style{
	font-family:Roboto;
}
.bg{
	background-color:rgba(0,0,0,0.42);
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-burnt-umber{
	background-color:#97362E;
}
.bgc-olive-drab-7{
	background-color:#333333;
}
.bgc-onyx{
	background-color:#000030;
}
.bgc-burnt-umber-2{
	background-color:#8C342D;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-burnt-umber{
	color:#8C342D!important;
}

/* Button colour styles */

.btn-burnt-umber{
	background:#8C342D;
	color:#FFFFFF!important;
}
.btn-burnt-umber:hover{
	background:#702a24!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-RIL-20website-20bg2{
	background-image:url("img/RIL%20website%20bg2.jpg");
}
.bg-RIL-20website-20bg3{
	background-image:url("img/RIL%20website%20bg3.jpg");
}
.bg-m-ashraful-alam-bZ7-8fUmXdk-unsplash{
	background-image:url("img/m-ashraful-alam-bZ7-8fUmXdk-unsplash.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}
.phonewrapper .phline {
	  display: block;
	  position: relative;
	  cursor: pointer}  .phonewrapper .fa {
	  display: inline;
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  vertical-align: text-top;
	  color: #616161;
	  text-shadow: 1px 1px 2px #989898}  .phonewrapper .phtext {
	  display: inline;
	  position: relative;
	  margin-left: .25em;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .phonewrapper .left {
	  text-align: left}  .phonewrapper .center {
	  text-align: center}  .phonewrapper .right {
	  text-align: right} 

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}
@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h1-style{
		font-size:18px;
		width:98.89%;
	}
	.h2-style{
		font-size:16px;
	}
	.p-1-style{
		font-size:13px;
	}
	.h4-global-clients-style{
		font-size:13px;
	}
	.h4-projects-style{
		font-size:13px;
	}
	.h4-countries-style{
		font-size:13px;
	}
	.h4-style{
		font-size:13px;
	}
	.h3-bloc-2-style{
		font-size:16px;
	}
	.h3-500--style{
		font-size:16px;
	}
	.h3-3-style{
		font-size:16px;
	}
	.h3-4-style{
		font-size:16px;
	}
	.p-style{
		font-size:13px;
	}
	.bloc-5-h4{
		font-size:16px;
	}
	.h3-style{
		font-size:16px;
	}
	.p-bloc-5-style{
		font-size:13px;
	}
	.h3-bloc-5-style{
		font-size:16px;
	}
	.p-4-style{
		font-size:13px;
	}
	.h3-7-style{
		font-size:16px;
	}
	.p-5-style{
		font-size:13px;
	}
	.h3-cfd-modelling-style{
		font-size:16px;
	}
	.p-6-style{
		font-size:13px;
	}
	.h3-9-style{
		font-size:16px;
	}
	.p-7-style{
		font-size:13px;
	}
	.h3-10-style{
		font-size:16px;
	}
	.p-8-style{
		font-size:13px;
	}
	.h3-11-style{
		font-size:16px;
	}
	.p-9-style{
		font-size:13px;
	}
	.h3-12-style{
		font-size:16px;
	}
	.p-10-style{
		font-size:13px;
	}
	.icon{
		margin-top:-10px;
	}
	.p-11-style{
		font-size:17px;
	}
	.h3-36336-style{
		opacity:0.6;
		font-size:16px;
	}
	.p-12-style{
		font-size:13px;
	}
	.h3-18532-style{
		font-size:16px;
	}
	.p-13-style{
		font-size:13px;
	}
	.p-28312-style{
		font-size:17px;
	}
	.h3-6377-style{
		font-size:16px;
	}
	.p-bloc-6-style{
		font-size:13px;
	}
	.h3-35119-style{
		font-size:16px;
	}
	.p-16-style{
		font-size:13px;
	}
	.bloc-8-h4{
		font-size:17px;
		font-family:Roboto;
	}
	.h3-18-style{
		font-size:16px;
		font-family:Roboto;
	}
	.p-bloc-8-style{
		font-size:13px;
	}
	.h3-bloc-8-style{
		font-size:17px;
		margin-top:15px;
	}
	.p-19-style{
		font-size:13px;
		font-family:Roboto;
	}
	.p-20-style{
		font-size:16px;
	}
	.p-21-style{
		font-size:13px;
	}
	.p-bloc-9-style{
		font-size:13px;
	}
	.p-22-style{
		font-size:13px;
	}
	.p-18-style{
		font-size:13px;
		font-family:Roboto;
	}
	.p-26-style{
		font-size:13px;
	}
	.p-25-style{
		font-size:17px;
	}
	.p-bloc-11-style{
		font-size:13px;
	}
	.p-bloc-12-style{
		font-size:8px;
	}
	.footer{
		padding-top:5px;
	}
	.top{
	}
	.pic{
		padding-top:25px;
	}
	.card1{
		padding-bottom:20px;
	}
	.h3-13-style{
		font-size:17px;
		font-family:Roboto;
	}
	.h3-14-style{
		font-family:Roboto;
		font-size:16px;
	}
	.h3-15-style{
		font-family:Roboto;
		font-size:16px;
	}
	.h3-16-style{
		font-size:17px;
		font-family:Roboto;
	}
	.h3-17-style{
		font-size:16px;
		font-family:Roboto;
	}
	.h3-25113-style{
		font-family:Roboto;
		font-size:16px;
	}
	.h3-19-style{
		font-family:Roboto;
		font-size:16px;
	}
	.img-3-style{
		width:254px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Roboto";
	}
	.p-15-style{
		font-size:13px;
	}
	.p-14-style{
		font-size:13px;
	}
	.p-13-bloc-6-style{
		font-size:13px;
	}
	.p-12-bloc-6-style{
		font-size:13px;
	}
	.p-11-bloc-6-style{
		font-size:13px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

