@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;	
}

body {
	margin:0;
	padding:0;
    font-family: 'Poppins', sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}

.img2{
	width:100%;
	display:block;
	padding:2%;
}

.v_a_img{
	vertical-align:middle;
}

.bg_clr22 {
    background-color: #f6f6f6;
}

.nav_top_main {
    width: 100%;
    margin: 0%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color:#FFFFFF;
  z-index:999;
  opacity:none;
  border-bottom:1px solid #e7e7e7;
}

/*----------------------------------------
Header
----------------------------------------*/
.top_main{
	width:100%;
	border-bottom:0.5px solid #ededed;
}
.top{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.top2{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.logo {
    width: 194px;
    float: left;
    margin: 0.5% 1% 0.5% 1%;
}

.top_link2{
	text-decoration: none;
	color: #000;
}

.navbar {
	width: 288px;
	float: right;
}

.search_icon {
    width: 5%;
    float: right;
    padding-top: 1.8%;
    padding-left: 20px;
}

i.fa.fa-search {
    color: #fff;
}

.brd_left{
	border-left: 1px solid #fff;
	min-height: 58px;
}


.red-bg {
    background-color: #282d95;
}

.top_mar_left {
    margin-left: 3%;
}
.top_left {
    width: 10%;
    margin: 0.8% 1% 0% 1%;
    float: right;
}

.call_em{
	width:400px;
	float:left;
	margin:1% 0.5% 1%;
}

.call{
	width:170px;
	float:left;
}

.email{
	width:220px;
	float:left;
}
.call_em_txt{
	font-family:'Poppins', sans-serif;
	color:#000;
	font-size:14px;
}

.call_em_txt .fa{
	font-size:16px !important;
	color:#1FBBEB;
}

.s_icon {
    width:150px;
    float: right;
    margin: 1% 1% 0.5%;
}

.s_icon .fa {
    font-size:16px !important;
	color:#555555;
}

.top_link {
    color: #000;
    text-decoration: none;
}

.top_left i.fa {
    color: #fff;
    font-size: 18px;
}

.icon_text {
    width: 60%;
    float: left;
    margin: 1%;
}

.icon_text p {
   font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0% 0% 1%;
    line-height: 160%;
}

.icon_text p span{
	font-size: 16px;
	font-weight: 700;
}

.icon_text2 p span{
	font-size: 16px;
	font-weight: 700;
}

.logo_right {
    width: 62%;
    float: right;
    padding-top: 1.5%;
}
.rgt_col_sm2 {
    width: 35%;
    margin: 2% 1% 1%;
    float: left;
}

.icon {
    width: 16%;
    float: left;
    margin: 1% 0% 1% 1%;
}

.icon_text {
    width: 60%;
    float: left;
    margin: 1%;
}

.icon_text2 {
    width: 60%;
    float: left;
    margin: 1%;
}

.icon_text2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 2% 0% 1% 2%;
    line-height: 160%;
}

.icon_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 0% 0% 1% 2%;
}

.rgt_col_sm3 {
    width: 32%;
    margin: 2% 1% 1%;
    float: left;
}

/*----------------------------------
Front Page
-----------------------------------*/
.banner{
	width:100%;
}
		
/*------------------------------
Welcome 
------------------------------*/
.brd_right{
	border-right: 1px solid #fff;
	padding-right: 2%;
}

.w_col_sm88{
	width: 54%;
	float: left;
	margin: 1% 1% 1% 1%;
}

.w_col_sm8{
	width: 40%;
	float: left;
	margin: 1%;
}

.welcome p{
    font-size: 16px;
    font-weight:400;
    color: #555;
    text-align: justify;
    padding:1%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    margin-bottom:2%;
}

.w_link{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.welcome22 h1{
	font-size:28px;
    font-weight: 600;
    color: #a1238f;
    text-align: center;
    padding:0% 1% 0% 1%;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 150%;
}

.welcome22 p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    margin-bottom: 3%;
}

.welcome h1{
	font-size:35px;
    font-weight: 600;
    color:#1FBBEB;
    text-align: justify;
    padding:1% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.welcome h1 span{
	color: #a1238f;
}

.welcome h2{
	font-size:22px;
    font-weight:600;
    color: #1FBBEB;
    padding:2% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
}

.shdw2 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.welcome2 h1{
	font-size:20px;
    font-weight: 600;
    color: #000;
    text-align: justify;
    padding:0% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.welcome3 h2{
	font-size:18px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    padding:0% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.welcome3 h1{
	font-size:18px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    padding:0% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.w_bg2{
	background-color: #a1238f;
	padding: 2%;
	width: 55%;
}

.bg5{
    background-color:#1dbce4;
    padding:3% 0%;
}

.welcome23 p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

/*-----------------------------------------
Counter
------------------------------------------*/

.counter_bg{
	background-color: #fff;
    padding: 2% 0%;
}

i.fa.fa-star {
    color: #a1238f;
    font-size: 30px;
    margin-bottom: 3%;
}

i.fa.fa-users {
    color: #a1238f;
    font-size: 30px;
    margin-bottom: 3%;
}

i.fa.fa-smile-o {
    color: #a1238f;
    font-size: 30px;
    margin-bottom: 3%;
}

i.fa.fa-thumbs-up {
    color: #a1238f;
    font-size: 30px;
    margin-bottom: 3%;
}

.counter_shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.counter h1{
	font-size:25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding:0% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.text h1{
	font-size:20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding:0% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    margin-bottom: 2%;
}

.text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.mission_bg{
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 3%;
}

.counter h1 span{
    color: #0085ca;
}

.center{
	text-align: center;
}

.icon_span {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin-top: 3%;
    line-height: 150%;
    text-transform: uppercase;
}

.count_txt {
    font-size: 18px;
    font-weight: 500;
    color: #a1238f;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 3%;
    line-height: 150%;
    text-transform: uppercase;
}

.client h1 {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	padding:1% 1% 0%;
	text-transform: uppercase;
}

.line{
	width:50px;
	background-color:#FFFFFF;
	height:4px;
	margin:0% 1%;
}

.client p {
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-size: 15px;
    font-weight:500;
    text-align: justify;
	line-height:150%;
	padding:1%;
}

.logo_brd {
    border: 1px solid #d3d3d3;
}

.more h1{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: justify;
	line-height:120%;
}

.more p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight:400;
    text-align: justify;
	line-height:130%;
}

/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.srv_bg{
	/*background-image: url(../images/service_bg.jpg);*/
	background-color:#176BE1;
	background-size: cover;
	padding: 1% 0%;
}

.srv_col_sm2{
	width: 31%;
	float: left;
	margin: 1%;
}

.srv_col_sm22{
	width: 65%;
	float: left;
	margin: 1%;
}

.srv_brd{
	border-left: 2px solid #000;
}


.srv_brd_bot{
	border: 1px solid #5c2777;
	width: 10%;
	margin: 1% auto;
}

.services h1{
	font-size:25px;
    font-weight: 600;
    color: #a1238f;
    text-align: center;
    padding:1% 0% 0% 0%;
    font-family: 'Poppins', sans-serif;
    line-height: 130%;
    text-transform: uppercase;
}

.services p{
	font-size:15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding:0% 0% 2% 0%;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
}

.srv_icon{
	width: 10%;
	float: left;
	margin: 1%;
	padding-top: 13%;
}

.srv_text p{
	font-size:15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.srv_text h1{
	font-size:18px;
	font-weight: 600;
	color: #0f58c5;
	text-align: left;
	padding: 1%;
	font-family: 'Poppins', sans-serif;
	line-height: 130%;
}

.srv_brd2 {
    background-color: #fff;
    padding:1.5%;
}


.why_us p{
	font-size:15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1% 1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.why_us h1{
	font-size:27px;
    font-weight:600;
    color: #1FBBEB;
    text-align: left;
    padding: 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 130%;
}




/*------------------------------------------
Printing Services
-------------------------------------------*/
.main_heading h1 {
	font-size: 25px;
	font-weight: 600;
	color: #0f58c5;
	text-align: justify;
	padding: 1% 1% 0% 1%;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.brd4{
	border:1px dashed #e7e7e7;
}

.printing_srv p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 0% 1% 0% 1%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;  
}

.printing_srv h2{
	font-size:20px;
	font-weight:600;
	color: #000066;
	text-align: justify;
	padding: 0% 1% 0% 1%;
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
}

.gallery_col_sm3{
    width: 31%;
    margin: 1%;
    float: left;
}

.gallery h1{
   font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    background-color: #1dbce4;
    text-transform: capitalize;
    padding: 2% 0%; 
    margin-top: -1%; 
}

.gallery p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:2%;
	background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
	min-height: 115px;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.cont_txt h3{
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    font-weight:600;
    padding:1% 1% 1%;
    color:#78483c;
}
.cont_col_sm3{
    width:31%;
    float:left;
    margin:1%;
    border:1px solid #e9e9e9;
    background-color:#f3f3f3;
    min-height:162px;
}
.cont_pdg_sm3{
    padding:1% 1.5%;
}
.con_heading h2{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight:600;
    padding:2% 1% 0%;
}
.con_hedng_h1{
    font-family: 'Poppins', sans-serif;
    color: #b80403;
    font-size: 15px;
    font-weight:600;
    padding:1% 1% 1%;
}

.cont_icn {
    width:20px;
    float:left;
    margin:0.5% 3% 0% 1%;  
}
.cont_icn i {
    font-size:20px;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align:left;
}

/*--------------------------------------------------------------
Zoom img
--------------------------------------------------------------*/
.column {
    display: inline-block;
    text-align: center;
}

figure {
    overflow: hidden;
    margin:0%;
    padding:0%;
}

a p {
    color: black;
    margin-top: 8px;
    font-family: 'Open Sans' , Sans-Serif;
}

a:hover {
    text-decoration: none;
}

.column img {
    display: block;
    height: auto;
} 

.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} 

.col_sm11{
    width:70%;
    margin:0 auto;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:90%;
	margin:0 auto;
	max-width:1400px;
}

.contener2{
	width:90%;
	max-width:1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 25%;
}

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}

.col_sm3{
	width: 31%;
	float: left;
	margin: 1%; 
}

.col_sm4{
	width: 23%;
	float: left;
	margin: 1%;
}

.col_sm5{
	width:10%;
	float: left;
	margin: 1%;
}

.col_sm8{
	width:28%;
	float: left;
	margin: 1%;
}
.col_sm88{
	width:68%;
	float: left;
	margin: 1%;
}
.col2_sm8{
	width:40%;
	float: left;
	margin: 1%;
}
.col2_sm88{
	width:55%;
	float: right;
	margin: 1%;
}
.col_sm9{
	width:28%;
	float: left;
	margin: 1%;
}
.col_sm99{
	width:68%;
	float: left;
	margin: 1%;
}

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#000;
	text-decoration:none;
}
a.link:visited {
	color:#000;
	text-decoration:none;
}
a.link:hover {
	color:#000;
	text-decoration:none;
}
a.link:active {
	color:#000;
	text-decoration:none;
}

a.link2:link {
	color:#fff;
	text-decoration:none;
}
a.link2:visited {
	color:#fff;
	text-decoration:none;
}
a.link2:hover {
	color:#fff;
	text-decoration:none;
}
a.link2:active {
	color:#f15757;
	text-decoration:none;
}

/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#03b3e4;
}
.bg_clr3{
	background-color:#f5f5f5;
}

.bg_clr4{
	background-color:#78483c;
}

.bullet2 ul {
    list-style-type:disc;
	margin-left:5%;
}
.bullet2 ul li{	
	font-family: 'Poppins', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:15px;	
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 1%;	
}

.bullet3 ul {
    list-style:disc;
	margin-left:0%;
	
}
.bullet3 ul li{	
	font-family: 'Poppins', sans-serif;
	color: #fff;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 3%;	
}

.bullet4 ul {
    list-style-type: none;
	margin-left:-2%;
}

.bullet4 ul li::before {
    content: "\f058";
	font-family: "Font Awesome 5 Free";
	color:#1FBBEB;
	font-size:20px;
	padding-right:2%;
}

.bullet4 ul li{	
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size:16px;	
	margin:2% 0%;
	line-height:150%;
	text-align:justify;
	margin:2% 1% 2% 3%;	
	color:#444;
}

.view_all2 {
    width: 150px;
    float: none;
    margin:7% auto 0%;
}

.btn2 {
    width: 100%;
    padding: 8% 12%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border:3px solid #fff;
	border-radius: 5px;
	letter-spacing:1px;
}

.btn2:hover{
	background-color: #0ea4ca;
	border:3px solid #0ea4ca;
	color: #fff;
}

.btn2_link{
	text-decoration: none;
}

.srv_view_all2 {
    width: 130px;
    float: none;
    margin: 4% auto;
}

.srv_btn2 {
    width: 100%;
    padding: 7% 2% 7% 5%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: #5c2777;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #5c2777;
    text-transform: uppercase;
}

.srv_btn2:hover{
	background-color: #a1238f;
	border: 1px solid #a1238f;
	color: #fff;
}

.btn3_link{
	text-decoration: none;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_icon{
	width:51px;
	float:none;
	margin:1% auto;
}
.form_bg {
    background-color:#f2f5f8;
    padding: 2% 0% 2% 0%;
}

.fomr_col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.con_map{
    width: 50%;
    margin: 1% auto;
    border: 1px solid #d3d3d3;
    padding: 1%;
}

.contact h1{
    font-size:30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 3%;
    text-transform: uppercase;
    text-align: center;
}

.form h1{
    font-size:20px;
    font-weight: 600;
    color: #999;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4%;
    text-transform: capitalize;
    text-align: center;
}

.form p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    text-align: center;
}

.form p b{
    font-weight:600;
}

.con_brd{
    border-top: 1px solid #ccc;
}

.con_brd_right{
    border-right: 1px solid #ccc;
}

.ftr_txt{
    color:#212529;
    font-size:14px;
    text-decoration: none !important;
}

.f2_link2{
    text-decoration: none;
    color: #212529;
}

.form p span{
    text-decoration: underline;
}

.absolute{
    position: absolute;
}

.ftr_mar_top {
    margin-top: 0%;
    z-index: 999999999;
    position: relative;
}

.ftr_txt1{
    color:#fff;
    font-size: 15px;
    padding: 2.5% 1%;
    font-family: 'Poppins', sans-serif;
}

.ftr_txt2{
    float: right;
}


.f_link{
    color: #000;
    text-decoration: none;
}

/* ------------------------------------------
top arrow
------------------------------------------ */
.top_arrow{
	width:35px;
	height:50px;
	position:fixed;
	right:2%;
	bottom:2%;
	transition-duration: 1s;
	background-image:url('../images/top-b.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:35px;
	height:50px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:2%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
}



@media only screen and (max-width:1125px){
.top {
    width: 100%;
    margin: 0 auto;
}
.contener {
    width: 100%;
    margin: 0 auto;
}

.contener2 {
    width: 100%;
    margin: 0 auto;
}
}


@media only screen and (max-width:1000px){
.w_col_sm8{
    width: 98%;
    float: none;
    margin: 1% auto;
}

.w_col_sm88{
    width: 98%;
    float: left;
    margin: 1% 1% 1% 1%;
}

.cont_col_sm3 {
    width: 98%;
    float: none;
    margin: 1% auto;
    border: 1px solid #e9e9e9;
    background-color: #f3f3f3;
    min-height: 135px;
}
}


@media only screen and (max-width:900px){
.s_icon {
    float: left;
    margin: 2% 1% 2%;
}

.col_sm2 {
    width: 98%;
}
.col_sm3{
    width: 98%;
    float: none;
    margin: 1% auto;
}
.fomr_col_sm3{
    width: 98%;
    float: left;
    margin: 1%;
}
.con_brd_right{
    border-right: none;
}
.form h1 {
    margin-bottom: 1%;
}

.form p {
    margin-bottom: 3%;
}

.col_sm88{
	width:98%;
}

.col_sm8{
	width:98%;
}

.more h1 {
    text-align: center;
}
.more p {
    text-align: center;
}

.view_all2 {
    margin: 2% auto 1%;
}
}


@media only screen and (max-width:800px){
.col_sm4 {
    width: 48%;
}

.gallery_col_sm3 {
    width: 48%;
}

.navbar {
    width: 57%;
    float: left;
    margin: 0% 0% 0% 43%;
}

.logo {
	width: 194px;
    float: none;
    margin: 3% auto 0.5%;
}

.w_bg2 {
    width: 100%;
}
}


@media only screen and (max-width:600px){
.col_sm4 {
    width: 98%;
    float: none;
    margin: 1% auto;
}
}


@media only screen and (max-width:550px){
.gallery_col_sm3 {
    width: 98%;
    margin: 1% auto;
    float: none;
}
}


@media only screen and (max-width:410px){
.call_em {
    width: 300px;
}
.call {
    margin: 1%;
}
.email {
    margin: 1%;
}
}
