/*-----------------------------------------------------------------------------------
	    MOV_V7
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#F5F5F5;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/MOV_webpage_loader.mp4") no-repeat center center;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}

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

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-geometry-shapes::before{
	background: url("img/texture-geometry-shapes.png");
	background-size: 280px 280px;
}
.texture-geometry-shapes-2::before{
	background: url("img/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


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


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .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;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* 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;
}

.btn-sq{
	border-radius: 0px;
}

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




.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}


/* iFrame */

iframe{
	border:0;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:60px;
}
.gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-size:35px;
	font-weight:bold;
}
.h1text{
	font-size:55px;
	font-weight:700;
}
.btn-style{
	width:8.68%;
	border-radius:18px 18px 18px 18px;
}
.img-style{
	width:65px;
	margin-right:10px;
	margin-top:0px;
}
.divider-style{
	width:42.93%;
	background-color:transparent;
	border-color:#006FAD!important;
	padding-top:0px;
	padding-bottom:0px;
	float:none;
}
.row-style{
	width:100%;
	float:right;
}
.p-style{
	line-height:80px;
	margin-bottom:-5px;
	font-size:70px;
	width:100%;
	color:#FEFFFE!important;
}
.separator{
	color:#006FAD!important;
	font-size:1px;
	border-color:#0073AC!important;
	border-style:none;
	float:none;
}
.p-bloc-0-style{
	line-height:15px;
	margin-bottom:-10px;
	font-size:15px;
}
.btn-submit-style{
	font-weight:bold;
}
.container-div-style{
	width:100%;
}
.container-div-bloc-0-style{
	width:100%;
}
.whiteh3{
	color:#FEFFFE!important;
}
.h1-style{
	color:#000000!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #000000, #FFFFFF);
	font-size:28px;
}
.h1grade{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #006FAD, #00BAFF);
	color:transparent!important;
	font-weight:bold;
}
.welcomto{
	font-size:30px;
	color:#006FAD!important;
}
.p-4-style{
	font-size:26px;
	color:#FEFFFE!important;
	font-weight:bold;
	margin-top:-8px;
}
.close{
	background-color:transparent;
	color:transparent!important;
	border-color:rgba(0,0,0,0.0)!important;
}
.title{
	font-weight:bold;
	color:#006FAD!important;
}
.bold{
	font-weight:bold;
	text-align:center;
	color:#FEFFFE!important;
}
.p-5-style{
	letter-spacing:px;
	color:#006FAD!important;
}
.p-bloc-1-style{
	font-size:21px;
	width:61.32%;
	font-weight:bold;
	color:#FFFFFF!important;
}
.videoclosebutton{
	background-color:#006FAD;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:#FE304C!important;
}
.contactustext{
	font-size:16px;
	font-weight:bold;
}
.img-welcome-style{
	width:39px;
	margin-right:5px;
}
.textunderline{
	border-color:#006FAD!important;
	border-style:solid;
	color:#006FAD!important;
	border-width:0px 0px 2px 0px;
}
.link-style{
	width:46.84%;
	font-weight:bold;
}
.link-contact-us-style{
	width:55.26%;
	font-size:17px;
	color:#006FAD!important;
}
.big-numbers{
	font-size:50px;
	font-weight:800;
	color:#FFFFFF!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-color:transparent;
	background:linear-gradient(0deg, #000000, #FFFFFF);
}
.nav-toggle{
	color:#00A5D2!important;
}
.image-hover{
	box-shadow:0px 0px 0px #FE304C;
}
.image-hover:hover{
	box-shadow:-6px 6px 0px #006FAD;
}
.footer-text:hover{
	font-weight:900;
	text-align:center;
	font-size:60px;
	color:#FEFFFE!important;
}
.p-style:hover{
	;
}
.h3-bloc-3-style{
	font-size:20px;
	line-height:25px;
}
.columnimage1{
	background-image:url("img/Case%20Studies_telecommunication.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:transparent;
	background-size:auto 100%;
}
.case-studies-title{
	font-size:25px;
	font-weight:bold;
	color:#006FAD!important;
}
.cyan-border{
	border-style:solid;
	border-color:#5EE3FF!important;
	padding:45px 45px 45px 45px;
	border-width:25px 25px 25px 25px;
}
.p-case-studies-style{
	letter-spacing:px;
	text-indent:px;
	line-height:28px;
	width:100%;
}
.columnimage2{
	background-image:url("img/Case%20Studies_IT%20services.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:transparent;
	background-size:auto 100%;
}
.columnimage4{
	background-image:url("img/Case%20Studies_University.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:transparent;
	background-size:auto 100%;
}
.big-process-numbers{
	font-size:50px;
	font-weight:800;
	color:#FFFFFF!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-color:transparent;
	background:linear-gradient(0deg, #000000, #FFFFFF);
	margin-bottom:1%;
}
.process-sub-titles{
	font-weight:bold;
	color:#FFFFFF!important;
}
.img-clients-style{
	width:150px;
}
.blue-bg{
	background-color:#006FAD;
}
.h1grade-blue-bg{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #FFFFFF, #FFFFFF);
	color:transparent!important;
}
.red-bg{
	background-color:#FF304C;
}
.testa-top-margin{
	margin-top:30px;
}
.test-author{
	color:#FE304C!important;
	font-weight:bold;
}
.test-author:active{
}
.p-testamonial-style{
	width:58.97%;
	color:#2B153C!important;
	font-weight:bold;
	font-size:19px;
	line-height:22px;
}
.float-logos-right{
	float:right;
}
.top-margin-reduction{
	margin-top:-112px;
}
.nav-zindex{
	;
}
.display-none{
	display:none;
}
.btn-padding{
	padding-top:0px;
	margin-bottom:-30px;
	margin-left:0px;
	width:100%;
}
.padding-lightbox{
	margin:0px 0px 0px 0px;
}
.card-header-style{
	height:54px;
}
.p-37-style{
	color:#FEFFFE!important;
}
.h1-bloc-1-style{
	color:#FFFFFF!important;
	font-weight:bold;
}
.text-check{
	font-size:16px;
}
.para-blue{
	color:#006FAD!important;
	font-weight:bold;
}
.para-red{
	font-weight:bold;
	color:#FE304C!important;
}
.para-white{
	color:#FFFFFF!important;
}
.margin-add{
	margin-top:112px;
}
.welcome-margin{
	margin-top:-10px;
	margin-bottom:10px;
}
.h1-white{
	font-weight:bold;
	color:#FFFFFF!important;
}
.number-para{
	color:#FFFFFF!important;
	font-weight:bold;
}
.albert-margin{
	margin-top:50px;
}
.img-footer-style{
	width:80px;
}
.carousel-style{
	margin-right:-6px;
}
.item-height{
	max-height:300px;
	overflow:hidden;
	display:none;
	width:100%;
}
.para-black{
	color:#000000!important;
}
.p-52-style{
	line-height:20px;
}
.button-bg{
	background-color:#004871;
	box-shadow:4px 4px 0px #FE884C;
	color:#FFFFFF!important;
	font-weight:lighter;
}
.button-bg:hover{
	box-shadow:-4px -4px 0px #FE884C;
	background-color:#004771;
	opacity:1.0;
	font-weight:normal;
}
.btn-go-back-style{
	width:90.91%;
	padding-top:16px;
	padding-bottom:16px;
}
.p-52-style:hover{
	color:#000000!important;
}
.p-bloc-8-style{
	line-height:22px;
}
.p-53-style{
	width:100%;
}
.other-projects:hover{
	font-size:22px;
	font-weight:bold;
}
.h3-other-projects-style{
	font-size:22px;
	font-weight:bold;
	color:#006FAD!important;
}
.row-bloc-8-style{
	width:100%;
}
.card-style{
	width:100%;
}
.nav-float{
	float:initial;
	margin-top:0px;
}
.video-padding{
	margin-top:-30px;
}
.h3-style{
	font-size:18px;
}
.h1-welcome-to-style{
	line-height:45px;
	margin-bottom:10px;
}
.row-bloc-1-style{
	overflow:visible;
}
.vid-align{
	float:left;
	width:30%;
	display:block;
	overflow:hidden;
}
.row-117-style{
	width:100%;
}
.columnimage3{
	background-image:url("img/Case%20Studies_Professional%20Services.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:transparent;
	background-size:auto 100%;
}
.btn-go-back-style-half{
	width:40%;
	padding-top:16px;
	padding-bottom:16px;
}
.img-76-style{
	height:500px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-medium-persian-blue{
	background-color:#006FAD;
}
.bgc-white-smoke{
	background-color:#F5F5F5;
}

/* Text colour styles */

.tc-dark-jungle-green{
	color:#2B153C!important;
}
.tc-medium-persian-blue{
	color:#006FAD!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white-smoke{
	color:#F5F5F5!important;
}

/* Link colour styles */

.ltc-medium-persian-blue{
	color:#006FAD!important;
}
.ltc-medium-persian-blue:hover{
	color:#00598a!important;
}
.ltc-white-smoke{
	color:#F5F5F5!important;
}
.ltc-white-smoke:hover{
	color:#c4c4c4!important;
}

/* Icon colour styles */

.icon-medium-persian-blue{
	color:#006FAD!important;
	border-color:#006FAD!important;
}
.icon-awesome{
	color:#FF2C54!important;
	border-color:#FF2C54!important;
}
.icon-white-smoke{
	color:#F5F5F5!important;
	border-color:#F5F5F5!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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: 991px){
	.divider-style{
		width:67.46%;
	}
	.btn-style{
		width:13.04%;
	}
	.navbar-brand img{
		width:50px;
	}
	.welcome-h3{
		font-size:30px;
		text-align:center;
		font-weight:normal;
	}
	.h1-style{
	}
	.h1grade{
		background-clip:text!important;
		-webkit-background-clip:text!important;
		background:linear-gradient(90deg, #0086E0, #12C4EF);
		color:transparent!important;
	}
	.link-style{
		width:77.31%;
	}
	.link-contact-us-style{
		width:78.15%;
	}
	.big-numbers{
		font-size:40px;
		margin-bottom:0px;
	}
	.p-style:hover{
		text-align:center;
	}
	.p-style{
		width:100%;
	}
	.cyan-border{
		padding:20px 20px 20px 20px;
	}
	.columnimage1{
	}
	.reduce-case-text-margin{
		margin-top:-6%;
	}
	.img-case-studies-style{
		width:404px;
	}
	.big-process-numbers{
		font-size:40px;
		margin-bottom:0px;
	}
	.h1grade-blue-bg{
		background-clip:text!important;
		-webkit-background-clip:text!important;
		color:transparent!important;
	}
	.container-div-clients-style{
		float:right;
		width:93.8%;
	}
	.p-bloc-1-style{
		width:85.43%;
	}
	.p-testamonial-style{
		width:100%;
	}
	.float-logos-right{
		float:right;
	}
	.float-right{
		float:right;
	}
	.padding-lightbox{
	}
	.p-37-style{
		font-size:14px;
	}
	.h1-welcome-to-style{
		font-size:15px;
		line-height:35px;
	}
	.welcome-margin{
		font-size:30px;
		line-height:32px;
	}
	.welcomto{
		font-size:25px;
	}
	.h3-style{
		font-size:20px;
		line-height:0px;
	}
	.welcome-col-1-mar{
		margin-bottom:30px;
	}
	.link-case-studies-style{
		font-weight:bold;
	}
	.img-clients-style{
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.divider-style{
		width:90.11%;
	}
	.btn-style{
		width:19%;
	}
	.welcomto{
		font-size:25px;
	}
	.p-bloc-1-style{
		width:95.41%;
		font-size:19px;
	}
	.link-style{
		width:100%;
		font-size:12px;
		padding-top:2px;
		padding-bottom:2px;
	}
	.link-contact-us-style{
		width:100%;
		font-size:12px;
	}
	.img-welcome-style{
		width:39px;
	}
	.textunderline{
		border-color:#006FAD!important;
	}
	.h1-bloc-1-style{
		width:70.66%;
		font-size:32px;
	}
	.big-numbers{
		font-size:40px;
		margin-bottom:0px;
	}
	.p-style{
		font-size:42px;
	}
	.columnimage1{
		background-image:url("img/Case-Studies_telecommunication.png");
	}
	.reduce-case-text-margin{
		margin-top:-10%;
	}
	.big-process-numbers{
		font-size:40px;
		margin-bottom:0px;
	}
	.container-div-clients-style{
		width:95.41%;
		float:right;
	}
	.p-testamonial-style{
		width:100%;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.welcome-margin{
		margin-top:-15px;
	}
	.carousel-style{
		overflow:visible;
		float:none;
	}
	.item-height{
		min-height:300px;
		max-height:450px;
	}
	.h3-2-style{
		line-height:px;
	}
	.p-bloc-8-style:hover{
		font-weight:lighter;
	}
	.p-bloc-8-style{
		font-weight:lighter;
	}
	.h1grade{
		background:linear-gradient(90deg, #0086E0, #12AAEF);
	}
	.btn-go-back-style{
		width:100%;
	}
	.btn-go-back-style-half{
		width:100%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.row-style{
		width:100%;
	}
	.p-bloc-0-style{
		width:100%;
	}
	.p-style{
		width:100%;
		font-size:32px;
		line-height:50px;
	}
	.divider-style{
		width:91.3%;
		background-color:#006FAD;
	}
	.h1-style{
		font-size:25px;
	}
	.btn-style{
		width:32.08%;
	}
	.navbar-brand img{
		width:50px;
		height:66px;
	}
	.welcomto{
		font-size:18px;
	}
	.nav-toggle{
		background-color:#FF0035;
		background-clip:text!important;
		-webkit-background-clip:text!important;
		color:#0000C9!important;
	}
	.h1grade{
		font-size:25px;
	}
	.bold{
		font-size:20px;
		line-height:18px;
		text-align:right;
	}
	.p-bloc-1-style{
		width:100%;
		font-size:19px;
	}
	.link-contact-us-style{
		width:30.19%;
		font-size:13px;
	}
	.link-style{
		text-align:right;
	}
	.h1-bloc-1-style{
		width:100%;
		font-size:20px;
		line-height:22px;
	}
	.p-5-style{
		font-size:14px;
		width:100%;
	}
	.big-numbers{
		font-size:25px;
		margin-bottom:0px;
	}
	.h3-bloc-3-style{
		font-size:18px;
	}
	.columnimage1{
		background-image:url("img/Case-Studies_telecommunication.png");
	}
	.cyan-border{
		padding:10px 10px 10px 10px;
		border-width:15px 15px 15px 15px;
	}
	.reduce-case-text-margin{
		margin-top:-15%;
	}
	.big-process-numbers{
		font-size:25px;
		margin-bottom:0px;
	}
	.h1grade-blue-bg{
		font-size:25px;
	}
	.img-clients-style{
		width:122px;
	}
	.p-37-style{
		line-height:18px;
	}
	.container-div-clients-style{
		width:100%;
	}
	.container-div-testamonial-style{
		width:100%;
	}
	.container-div-bloc-0-style{
	}
	.test-author{
		color:#FE304C!important;
		font-weight:bold;
		font-size:13px;
		line-height:14px;
	}
	.carousel-style{
		overflow:visible;
	}
	.p-4-style{
		font-size:22px;
		margin-top:-6px;
	}
	.text-check{
		font-size:12px;
		margin-bottom:10px;
	}
	.margin-add{
		margin:112px 0px 0px 0px;
	}
	.welcome-margin{
		margin-top:-25px;
	}
	.p-case-studies-style{
		font-size:23px;
	}
	.img-footer-style{
		width:56px;
	}
	.p-testamonial-style{
		overflow:visible;
		display:inline-block;
		height:100%;
		font-size:16px;
		line-height:18px;
		font-weight:normal;
		width:100%;
	}
	.float-inner{
		min-height:330px;
		max-height:500px;
		display:block;
		float:none;
		margin-bottom:0px;
	}
	.item-height{
		min-height:300px;
	}
	.testa-top-margin{
		overflow:visible;
	}
	.h3-2-style{
		width:100%;
	}
	.h3-other-projects-style{
		font-size:18px;
		font-weight:bold;
		color:#006FAD!important;
	}
	.video-padding{
		;
	}
	.row-welcome-style{
		width:100%;
	}
	.max-height-welcome{
		max-height:70%;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

