/*-----------------------------------------------------------------------------------
	    pdqwebdesign
        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-x: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;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") 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-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = 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;
}
.bg-repeat{
	background:repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* 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;
}
/* 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;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = 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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


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

/* iFrame */

iframe{
	border:0;
}


/* 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:"Montserrat";
	color:#344B59!important;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:150px;
}
h1{
	font-family:"Montserrat";
	font-weight:400;
	font-size:35px;
	color:#FFFFFF!important;
}
.img-style{
	width:300px;
}
.p-style{
	width:100%;
}
.h3-4-style{
	width:100%;
}
.card_padding{
	padding-top:15px;
	margin-top:15px;
	border-style:dotted;
	border-color:#B03F00!important;
	border-width:2px 2px 2px 2px;
}
.card_text{
	font-family:"Lato";
	font-weight:900;
	text-align:center;
	text-transform:none;
	line-height:25px;
	font-size:20px;
	color:#B03F00!important;
	letter-spacing:2px;
}
.img-5-style{
	width:115px;
}
.footer_text{
	font-family:"Lato";
	font-weight:400;
	color:#FFFFFF!important;
	text-align:center;
	font-size:16px;
	padding-top:0px;
}
.button_moreinfo{
	width:100%;
	height:0%;
	background-size:auto auto;
	padding-right:0px;
	padding-left:0px;
	font-size:16px;
	text-align:center;
	background-color:#DC641B;
	color:#FFFFFF!important;
	margin-top:20px;
}
.button_moreinfo:hover{
	background-color:#B03F00;
	color:#FFFFFF!important;
}
.list_item{
	padding-left:10px;
	font-family:"helvetica";
	font-weight:400;
	color:#005392!important;
	font-size:16px;
	text-transform:uppercase;
	background-position:center top;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:400;
	color:#005392!important;
}
h3{
	font-size:28px;
	color:#F2762E!important;
}
.button_moreinfo:active{
	color:#FFFFFF!important;
}
h4{
	color:#F1752E!important;
	font-size:24px;
	line-height:30px;
}
.reverse_subheads{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	font-size:26px;
	text-align:center;
	font-weight:bold;
	line-height:34px;
}
.navbar-brand{
	color:#000000!important;
}
h5{
	font-size:20px;
	line-height:28px;
	color:#334B5A!important;
}
.contact_links{
	font-family:"Montserrat";
	font-size:20px;
}
.link_email{
	padding-right:20px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
}
.p-bloc-17-style{
	width:84.56%;
}
.column_-left{
	float:none;
	overflow:visible;
	margin-right:0px;
	display:inline-block;
	margin-left:0px;
	padding-left:0px;
}
.img-dog-on-comput-style{
	width:388px;
}
.navbloc_shadow{
	box-shadow:0px 2px 5px rgba(0,0,0,0.20);
	opacity:1.0;
	margin-top:10px;
	float:none;
	overflow:visible;
}
.header_subheads{
	font-family:"Montserrat";
	text-align:center;
	color:#FFFFFF!important;
	font-size:22px;
}
.bloc-margin-bottom{
	margin-bottom:0px;
	border-style:solid;
	box-shadow:0px 1px 6px rgba(0,0,0,0.20);
	border-color:#C9AA7B!important;
	padding-top:15px;
	border-width:1px 1px 1px 1px;
}
.button_custportal{
	font-family:"Montserrat";
	font-size:16px;
	background-color:#DC641B;
	color:#FFFFFF!important;
	text-align:center;
	height:0%;
	padding-bottom:10px;
	margin-bottom:0px;
	margin-top:5px;
}
.button_custportal:hover{
	background-color:#B03F00;
}
.img_shadow{
	box-shadow:0px 1px 5px rgba(0,0,0,0.50);
}
.col_test{
	height:0px;
}
.col_addpad{
	padding-left:0px;
	margin-left:20px;
}
.headers_blue{
	font-family:"Montserrat";
	color:#D5D5D5!important;
	text-transform:uppercase;
	text-indent:50px;
}
.paragraph_white{
	color:#D5D5D5!important;
}
.col_margin{
	margin-top:25px;
	padding-top:40px;
}
.img-7-style{
	width:509px;
}
.img-cowbo-style{
	width:509px;
}
.img-6-style{
	width:509px;
}
.h4-margin-top{
	margin-top:0px;
}
.h4-bloc-18-margin-top{
	margin-top:1px;
}
.h4-domain-names-margin-top{
	margin-top:0px;
}
.h4-bloc-16-margin-top{
	margin-top:0px;
}
.h4-margin-bottom{
	margin-bottom:30px;
}
.headers_services{
	text-indent:10px;
	font-family:"Open Sans";
	font-weight:800;
	font-size:30px;
}
.img-directional-si-style{
	width:242px;
}
.list_pad{
	padding-left:3px;
}
.divider-style{
	width:30.84%;
}
.h4-style{
	width:100%;
}
.button_readytostart{
	font-family:"Montserrat";
	font-size:18px;
	color:#FFFFFF!important;
	text-align:center;
	background-size:auto auto;
	margin-right:0px;
	margin-left:0px;
	padding-right:15px;
	padding-left:15px;
	background-color:#DC641B;
	padding-bottom:5px;
	margin-bottom:30px;
	font-weight:600;
}
.button_readytostart:hover{
	background-color:#B03F00;
}
.row-margin-bottom{
	margin-bottom:30px;
}
.h1-bloc-1-style{
	width:100%;
}
.button_whymobile{
	font-family:"Montserrat";
	text-transform:uppercase;
	font-size:16px;
	color:#FEFFFF!important;
	background-color:#DC641B;
}
.button_whymobile:hover{
	background-color:#B03F00;
}
.h3-bloc-7-style{
	line-height:38px;
}
.row-margin-top{
	margin-top:20px;
}
.header3_script{
	font-family:"Berkshire Swash";
}
.h3-domain-names-style{
	font-family:Montserrat;
}
.heading3_white{
	color:#EAEAEA!important;
}
.navlinks{
	font-family:"Montserrat";
	font-size:16px;
	color:#334B5A!important;
	padding-right:0px;
	padding-left:0px;
	margin-right:5px;
	margin-left:0px;
	text-decoration:none;
	border-bottom-width:0px;
}
.navlinks:hover{
	color:#DC641B!important;
	font-weight:normal;
	text-decoration:underline!important;
	border-style:none;
	border-width:0px 0px 0px 0px;
}
.heading1_black{
	color:#000000!important;
	text-transform:uppercase;
	font-size:32px;
	padding-top:15px;
}
.heading3_black{
	color:#212121!important;
	font-size:30px;
	font-family:"Montserrat";
}
.hover:hover{
	;
}
.email_link_footer{
	color:#FFFFFF!important;
	font-family:"Montserrat";
	padding-top:0px;
	margin-top:30px;
	font-size:25px;
	text-align:center;
}
.email_link_footer:hover{
	color:#A9A9A9!important;
}
.hero_home{
	;
}
.header5_bold{
	font-weight:bold;
}
.hero_services{
	width:100vw;
	height:50vh;
}
.heads_services{
	font-size:35px;
}
.hero_contactus{
	;
}
.hero_otherservices{
	;
}
.hero_miscon{
	width:100vw;
	height:50vh;
}
.row-bloc-34-margin-top{
	margin-top:25px;
}
.bloc_addpadd{
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.bloc-0-margin-bottom{
	margin-bottom:15px;
}
.img-bloc-34-style{
	width:214px;
}
.img-tightro-style{
	width:540px;
}
.paragraph_bold_white{
	color:#FEFFFF!important;
	font-size:18px;
	font-weight:bold;
}
.icon_white{
	color:#D5D5D5!important;
	font-size:16px;
	text-shadow:0px 3px 1px #000000;
	box-shadow:0px 1px 5px #000000;
}
h2{
	font-family:"Montserrat";
	font-size:35px;
	color:#FEFFFF!important;
}
.h1-style{
	width:100%;
}
.img_round{
	;
}
h6{
	font-size:14px;
	color:#005392!important;
}
.readmore_icon{
	font-family:"Montserrat";
	font-size:15px;
	color:#E00020!important;
}
.icon_readmore{
	text-align:justify;
	background-position:left center;
	display:none;
	overflow:visible;
	float:right;
}
.icon_arrow{
	color:#42839F!important;
	text-align:center;
	margin-right:0px;
	float:none;
	padding:0px 0px 0px 0px;
}
.button_nostyle{
	background-color:#FFFFFF;
	background-position:center center;
	border-style:none;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-repeat:no-repeat;
	background-size:0px auto;
	color:#E00020!important;
}
.iconarrow{
	float:right;
	padding-top:3px;
	padding-right:0px;
	margin-right:0px;
	padding-left:10px;
	color:#FF0000!important;
}
.h6-style{
	line-height:24px;
}
.h6-bloc-44-style{
	line-height:24px;
}
.img-2-style{
	width:159px;
}
.callnow_phone{
	text-align:center;
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	margin-top:50px;
}
.button_calltoaction{
	text-align:center;
	color:#FFFFFF!important;
	background-color:#DC641B;
	margin-top:30px;
	float:none;
	font-size:18px;
	margin-right:0px;
	margin-left:0px;
	padding:5px 15px 5px 15px;
}
.button_calltoaction:hover{
	background-color:#B03F00;
}
.img-4-style{
	width:150px;
}
.footer_link{
	text-align:center;
	margin-top:60px;
	color:#DC641B!important;
	font-size:18px;
}
.footer_link:hover{
	color:#B03F00!important;
}
.footer_phone{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	font-size:25px;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
}
.col_addmargin{
	margin-bottom:15px;
}
.header3_white{
	font-family:"Lato";
	font-weight:300;
	font-size:40px;
	color:#CACACA!important;
}
.header3_white_bold{
	font-family:"Lato";
	font-weight:300;
	color:#CACACA!important;
	font-size:23px;
}
.blog_date{
	font-family:"Montserrat";
	color:#005392!important;
}
.blog_header{
	font-size:35px;
}
.blog_paragraph{
	color:#005392!important;
	font-family:"Montserrat";
	font-size:16px;
}
.h3-style{
	width:100%;
}
.img_leftpad{
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
}
.img-bloc-32-style{
	width:226px;
}
.img-19-style{
	width:164px;
}
.footer_phone:hover{
	color:#A9A9A9!important;
}
.row_addmargin{
	margin-bottom:0px;
	padding-bottom:25px;
}
.h3-bloc-1-style{
	font-size:35px;
}
.icon_spacing{
	padding-right:10px;
}

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

/* Background colour styles */

.bgc-outer-space{
	background-color:#424242;
}

/* Text colour styles */

.tc-outer-space{
	color:#424242!important;
}
.tc-mango-tango{
	color:#F78A3B!important;
}

/* Icon colour styles */

.icon-mango-tango{
	color:#F78A3B!important;
	border-color:#F78A3B!important;
}

/* Bloc image backgrounds */

.bg-card-coffee-cup-pdq{
	background-image:url("img/card-coffee-cup-pdq.jpg");
}
.bg-apple-business-computer-pdq{
	background-image:url("img/apple-business-computer_pdq.jpg");
}
.bg-grid-bg{
	background-image:url("img/grid-bg.png");
}
.bg-aged-antique-broken-699786-pdq{
	background-image:url("img/aged-antique-broken-699786_pdq.jpg");
}
.bg-squared-d-bg{
	background-image:url("img/squared-d-bg.png");
}
.bg-cust-portal-head{
	background-image:url("img/cust_portal_head.jpg");
}
.bg-dots-bg{
	background-image:url("img/dots-bg.png");
}
.bg-confused-women-pdq{
	background-image:url("img/confused_women_pdq.jpg");
}
.bg-cellphone-hand{
	background-image:url("img/cellphone_hand.jpg");
}
.bg-depositphotos-72024039-stock-photo-business-people-at-meeting{
	background-image:url("img/depositphotos_72024039-stock-photo-business-people-at-meeting.jpg");
}
.bg-services-banner{
	background-image:url("img/services_banner.jpg");
}
.bg-vintage-typewriter{
	background-image:url("img/vintage_typewriter.jpg");
}
.bg-tightrope-1500x1000{
	background-image:url("img/tightrope_1500x1000.jpg");
}



/* = 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){
	.hero_home{
		;
	}
	h1{
		font-size:30px;
	}
	.h1-bloc-1-style{
		;
	}
	.headers_services{
		text-indent:0px;
	}
	.heads_services{
		font-size:30px;
	}
	.hero_contactus{
		;
	}
	.bloc-margin-bottom{
		border-style:none;
		box-shadow:0px 0px 0px rgba(0,0,0,0.20);
	}
	.hero_otherservices{
		;
	}
	.hero_miscon{
		height:40vh;
	}
	.heading3_black{
		font-size:25px;
	}
	.img-tightro-style{
		width:617px;
	}
	h2{
		font-family:"Montserrat";
		font-size:30px;
	}
	h3{
		font-size:28px;
	}
	.p-margin-bottom{
		margin-bottom:40px;
	}
	.h3-style{
		font-size:26px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:28px;
	}
	.hero_home{
		;
	}
	.headers_services{
		text-align:left;
		text-indent:0px;
		font-size:30px;
	}
	.heads_services{
		font-size:25px;
	}
	.h4-margin-top{
		margin-top:10px;
	}
	.list_pad{
		padding-left:10px;
	}
	.hero_contactus{
		;
	}
	.row-margin-top{
		margin-top:20%;
	}
	.bloc-margin-bottom{
		box-shadow:0px 0px 0px rgba(0,0,0,0.20);
	}
	.hero_otherservices{
		;
	}
	.hero_head1_lesspad{
		padding-top:0px;
		margin-bottom:0px;
		margin-top:0px;
		float:none;
	}
	.col_addpad{
	}
	.col_otherservices{
		height:0vh;
	}
	.hero_miscon{
		height:30vh;
	}
	.heading1_black{
		font-size:25px;
	}
	.heading3_black{
		font-size:20px;
		margin-top:0px;
		padding-top:0px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	h2{
		font-size:28px;
	}
	.h1-bloc-1-style{
		margin-top:0px;
		margin-bottom:0px;
		display:inline-block;
	}
	h3{
		font-size:25px;
	}
	.container-div-margin-bottom{
		margin-bottom:10px;
	}
	.h2-style{
		font-size:26px;
	}
	.img_shadow{
		margin-bottom:15px;
	}
	.img-6-style{
		margin-bottom:15px;
	}
	.card-margin-bottom{
		margin-bottom:25px;
	}
	.h3-bloc-26-style{
		font-size:23px;
	}
	.h4-bloc-34-style{
		font-size:22px;
	}
	.h3-bloc-33-style{
		font-size:27px;
	}
	.h1-style{
		font-size:30px;
	}
	.h3-style{
		font-size:23px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h4-style{
		width:100%;
	}
	h1{
		font-size:25px;
	}
	.headers_services{
		font-size:25px;
		text-indent:15px;
	}
	.h4-bloc-18-margin-top{
		margin-top:10px;
	}
	.h4-bloc-16-margin-top{
		margin-top:10px;
	}
	.hero_contactus{
		;
	}
	.col_margin{
		padding-top:40px;
	}
	.hero_otherservices{
		;
	}
	.hero_miscon{
		height:20vh;
	}
	.heading3_black{
		padding-bottom:0px;
		margin-bottom:0px;
		padding-top:0px;
	}
	.hero_home{
		;
	}
	h2{
		font-size:24px;
	}
	.reverse_subheads{
		font-size:22px;
	}
	.h2-style{
		font-size:22px;
	}
	.h4-bloc-34-style{
		font-size:20px;
	}
	.h3-bloc-33-style{
		font-size:25px;
	}
	.h3-17-style{
		font-size:30px;
	}
	.h1-style{
		font-size:30px;
	}
	
}

