@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 15px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #565656;
	line-height:24px;
	overflow-x: hidden;
	background-color: #ffffff;
}
@font-face {
	font-family: "Poppins";
	src: url(fonts/Poppins-Regular.otf) format("opentype");
}
@font-face {
	font-family: "Pathway Gothic";
	src: url(fonts/PathwayGothicOne-Regular.ttf) format("truetype");
}

a {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #aacd44;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	padding: 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=number], input[type=url], select {
	padding: 5px;
	background-color:#ffffff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 42px;
	width: 100%;
	text-indent: 5px;
	border:solid 1px #cccccc;
	box-shadow: none;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border: 1px dashed #0290cf;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea {
	width: 100%;
	padding: 5px;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-indent: 7px;
}

::-webkit-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-moz-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

::-moz-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-ms-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}
input[type="submit"], input[type="button"], .button, button, .btn-default {
	text-align: center;
	background-color:transparent;
	color: #aacd44;
	padding: 8px 25px;
	border: solid 2px #aacd44;
	border-radius: 25px;
	text-transform:uppercase;
	transition: .8s ease;
}
input[type="submit"]:hover, input[type="button"]:hover, .button:hover, .button.active:focus, .button.active:hover, button:hover, .btn-default:hover {
	color: #ffffff;
	background-color: #aacd44;
	border: solid 2px #aacd44;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #0290cf;
	border-color: #0290cf;
}
.btn-default.focus, .btn-default:focus {
	background-color: #090c7f;
	color: #ffffff;
}
.btn {
	border-radius: 0px;
}
button {
	border: none;
	outline: none;
}
p {
	line-height: 25px;
}
strong {
	font-weight: 600;
	color: #141414;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight: bold;
	font-size: 15px;
}
.blacklink {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
.blacklink:hover {
	color: #f4a137;
	text-decoration: none;
}
.white-font {
	color: #FFFFFF;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.marging-top {
	margin-top: 25px;
}
.marging-bottom {
	margin-bottom: 25px;
}
.widget-title {
	font-size: 38px;
	line-height: normal;
	margin-bottom: 15px;
	text-transform:uppercase;
	
}
.widget-title span {
	color: #ff6c26;
}

.tag-line{
    line-height: 26px;
	text-transform:uppercase;
}
.title-line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 28px;
	margin-bottom: 20px;
}
.center-line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 33px;
}
h3.widget-title {
	font-size: 28px !important;
	margin-bottom: 15px !important;
}

/*=====start header===*/
.header-top {
	background-color: #e6e7e3;
	padding: 4px;
	border-bottom: 1px solid #ddd
}
.hdtop-left
{
	float:left;
	width:65%;
	display:inline-block;
}
.hdtop-right
{
	float:left;
	width:35%;
	display:inline-block;
}
.hdtop-right ul
{
	float:right;
	padding-right:115px;
	}
.header-top ul li {
	float: left;
}
.hdtop-left li
{
	padding-left: 32px;
    margin-right: 26px;
	font-size:13px;
	}
.hdtop-right ul li
{
	margin-right:7px;
} 

.hdtop-right ul li a
{
	width:25px;
	height:25px;
	float:left;
	color:#3486b1;
} 
.htphone
{
	background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
	}
.htemail
{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}	
.header {
	width:100%;
	height:auto;
	padding: 0px 0px;
	z-index:100;
	position:relative;
}
.header-left {
    float: left;
    height: auto;
    width: 88%;
}
.header-right {
    float: left;
    height: auto;
    width: 12%;
	
}
.header-right a
{
	color:#ffffff;
	}
.blk
{
	float: right;
    background-color: #012b72;
    padding: 35px 0px 8px;
    text-align: center;
    width: 110px;
    text-transform: uppercase;
    position: relative;
    margin-top: -40px;
}
.blk:after {
       bottom: -50px;
    right: 0;
    left: 0;
   position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 50px solid #012b72;
    display: block;
    z-index: 100;
}
.blk span
{
	border-top:double 1px #ffffff;
	padding-top:8px;
	}
.header-menu {
	height: auto;
	width: 100%;
	padding:5px 0px;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
}
.sticky {
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}


/*===========start banner============*/

.banner {
	margin-top:-35px;
}
.banner img{
	width:100%;
	height:auto;
}
.tp-shadow1 {
	box-shadow: none !important;
}

section {
	width: 100%;
	height: auto;
	padding: 45px 0px 45px 0px;
}
.home .entry-title-bg {
	display: none;
}
.home .entry-title
{
	display:none;
	}


.graybg
{
	background-color:#f5f5f5;
	}
/*================start section 1====================*/



.prd-box {
width: 100%;
height: auto;
background-color: #f3f3f3;
position:relative;
overflow: hidden;
}

.prdpic img
{
	width:100%;
	height:auto;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	}
.prdpic img:hover
{
	 -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display:block;
	}	
.prd-detail
{
	width:40%;
	position:absolute;
	bottom:0;
	top:0;
	background-color:rgba(0,0,0,0.5);
	}
.prd-left
{
	left:0;
}
.prd-right
{
	right:0;
}
.prd-left .prd-icon
{
	float:right;
	margin-right: -45px;
}
.prd-right .prd-icon
{
	float:left;
	margin-left: -45px;
}
.prd-left h3
{
	float:left;
}
.prd-info
{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}

.prd-icon
{
	width:90px;
	height:90px;
	background-color:#ffffff;
	text-align:center;
	line-height:90px;
	border-radius:100%;
	}
.prd-box:hover .prd-icon
{
	background-color:#aacd44;
}
.prd-icon img
{
	width:60px;
	height:60px;
	}	
.prd-info h3
{
    padding-left: 45px;
    text-align: center;
    margin-bottom: 0px !important;
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
	}
.prd-box a
{
	color:#ffffff;
}	
.prd-box a:hover
{
	color:#aacd44;
}
		
.prd-box p
{
	margin:0px !important;
	}
/*========start section 2================*/
.serbox
{
	background-color:#ffffff;
	}
.serbox-left
{
	width:50%;
	display:inline-block;
	float:left;
	}
.serbox-right
{
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left:-65px;
	margin-top:39px;
    background-color: #ffffff;
	box-shadow: 0 0 13px rgba(0,0,0,0.1);
	}
	
.serpic
{
	vertical-align:top;
}
.serpic img
{
	width:100%;
}
.sercont
{
	vertical-align:middle;
	padding:30px 25px;
}



/*=========home project=======*/
.prj-sec, .prj-pic, .prj-pic img
{
	width:100%;
	height:auto;
	text-align:center;
}
.prj-sec
{
	text-transform:uppercase;
	font-size: 16px;
}
.prj-pic 
{
	overflow:hidden;
margin-bottom:10px;
	}
.prj-pic img
{
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prj-pic img:hover
{
-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display:block;
}


/*======client logo details page=====*/
.clientbgd
{
	background: #f6f6f6;
	}

.client-logod
{
	text-align:center;
	margin:30px 0px 25px 30px !important;
}

.client-logod li
{
	display:inline-block;
	width: 13%;
	margin:1%;
}


/*======client logo home page=====*/
.clientbg
{
	background: linear-gradient(90deg, #fcfcfc 50%, #f6f6f6 50%);
	}

.client-logo
{
	text-align:center;
	margin:30px 0px 25px 30px !important;
}

.client-logo li
{
	display:inline-block;
	width: 30%;
	margin:1%;
}


/*========start foooter====================*/
.footer-top
{
	background-color: #3486b1;
    color: #ffffff;
	padding:15px 0px;
	font-size:14px;
}

.fttop-left
{
	width:60%;
	float:left;
	display:inline-block;
	vertical-align:middle;
}
.fttop-right
{
	float:right;
	display:inline-block;
	vertical-align:middle;
}
.fttop-right ul {
	text-align: center;
	margin-top: 2px;
}
.fttop-right ul li {
	display: inline-block;
	margin: 6px 5px;
}
.woocommerce  .fttop-right .button {
	padding: 13px 25px;
	border-radius: 25px;
	color:#ffffff;
	font-weight:normal;
	}
.fttop-right .button {
color:#ffffff;
float: left;
border: solid 2px #aacd44 !important;
}

.fdwn, .woocommerce .fdwn{
	background: #3486b1 url(../images/downloads.png) no-repeat !important;
	background-position: 21px center !important;
    padding-left: 50px !important;
}
.fdpone, .woocommerce .fdpone{
	background:#3486b1 url(../images/call.png) no-repeat !important;
	 background-position: 21px center !important;
    padding-left: 50px !important;  
}
.fdwn:hover, .woocommerce .fdwn:hover{
	background: #aacd44  url(../images/downloads.png) no-repeat !important;
	 background-position: 21px center !important;
	 color:#ffffff !important;
}
.fdpone:hover, .woocommerce .fdpone:hover{
	background:#aacd44  url(../images/call.png) no-repeat !important;
	 background-position: 21px center !important;
	 color:#ffffff !important;
}

.footer-top span, .footer-top .widget 
{
	float:left;
	}
.footer-top span
{
	margin-right:10px;
	padding-top: 18px;
	}
.footer-top .widget
{
	width:70%;
	margin-top: -7px;
	}

.footer {
	background:url(../images/footerbg.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
	font-size:14px;
}
.footerbg {
	background-color:rgba(0,0,0,0.9);
	padding: 55px 0px 0px 0px;
}
.footer .widget {
	width:25%;
	float:left;
	margin-bottom: 40px;
	padding-right:45px;
	
}
.footer .widget h2{
font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
	margin-bottom:25px;
	}


.footer .widget p {
	line-height:20px;
	margin-bottom:10px;
}	

.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #aacd44;
}

.footer .menu
{
	width:100%;
}
.footer .menu li
{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.fadd li
{
	width:100%;
	height:auto;
	display:table;
	margin-bottom:10px !important;
}
.fadd li .fadd-left
{
	width:35px;
	display:table-cell;
}
.fadd li .fadd-right
{
	display:table-cell;
}

.copyright {
    width: 100%;
    float: left;
	font-size:14px;
	text-align:center;
	padding:30px 0px;
	border-top:solid 1px #ffffff;
}

/*end footer*/

/*================ start inner page ====================*/

.page .post-thumbnail
{
	display:none;
}


.page-margin {
	margin-top: 35px;
	margin-bottom: 25px;
}

.innerbanner {
	width: 100%;
	height: auto;
	position:relative;

}


.innnerpic img {
	width: 100%;
	height: auto;
	/*max-height:200px;*/

}

.innerbanner .page-title {
	color: #ffffff !important;
	background-color: rgba(1, 98, 175, 0.7);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top:8%;
}
.entry-title-bg .page-title {
	color: #ffffff !important;
	background-color: rgba(0,0,0, 0.8);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top:8%;
	text-transform:uppercase;
}

.entry-title-bg {
	background-image:url(../images/page-title-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
	width:100%;
	height:300px;

}
.cat-title h1 {
	font-size: 28px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.page-title {
	color: #ffffff;
	line-height:35px;
	text-align:center;
}
.page-title h1{
		font-size: 50px;
}
.page .entry-header .entry-title
{
	display:none;
}
/*================ start breadcrumb ====================*/
.breadcrumb-container {
	margin-top: 5px;
}
.breadcrumb-container.theme5 a
{
	line-height:normal;
	}
.entry-content p {
	margin: 0 0 23px 0;
	line-height: 26px;
}
.panel-left {
	width: 72%;
	float: left;
	margin-right: 3%;
}
.panel-right {
	width: 25%;
	float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 10px;
}
.entry-content .widget-title {
	margin-bottom: 15px;
}
.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom: 20px;
}
.entry-content .ul-list {
	margin-left: 0px;
}
.entry-content .ul-list li {
	padding-left: 30px;
	background-position: left 5px;
	background-image: url(../images/yellow-arrow.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li {
	margin-bottom: 5px;
}
.entry-content ol li a, .entry-content ul li a {
	color: #1d1d1d;
}
.entry-content ol li a:hover, .entry-content ul li a:hover {
	color: #ce271e;
}
.ul-part li {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.entry-content input, .entry-content textarea, .entry-content select {
	margin-bottom: 15px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.panel-default {
	border: 1px solid #1badbe;
}
.panel-default .panel-heading {
	background-color: #1badbe;
	font-size: 17px;
	color: #FFFFFF;
}
/*================ start category page ====================*/



.post {
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	float: left;
}
.post .post-thumbnail img {
	width: 100%;
	margin-bottom: 5px;
}
.post .entry-title {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.post .entry-title a {
	color:#000000;
}
.post .entry-title a:hover {
	color:#04347d;
}
.post .entry-meta {
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 15px 20px 17px 20px;
	border: 1px solid #eee;
}
.post .entry-meta .fa  {
	color: #fc7700;
	display: inline-block;
	padding: 0 8px 0 0;
	font-size: 13px;
	font-weight: 500;
}
.post .entry-date, .post .byline, .post .comments-link, .post .cat-links, .post .edit-link {
	margin-right: 14px;
}
.post .entry-meta a {
	color: #000000;
}
.post .entry-meta a:hover {
	color: #04347d;
}
.post-no
{
	display:none;
	
	}
.pagination
{
	width:100%;
	height:auto;
	float:left;
	}
.pagination .page-numbers
{
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #04347d;
    background-color: #fff;
    border: 1px solid #dee2e6;
	
	
}
.post-navigation 
{
	float:left;
	width:100%;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.post-navigation .nav-links a
{
	float:left;
	width:50%;
} 
.comments-area
{
	float:left;
	width:100%;
	height:auto;
	}
.comments-title, .comment-reply-title
{
	font-size:20px;
	margin-bottom:20px !important;
	}	
.comment-form p {
	margin-bottom: 5px !important;
}
.comment-form-comment textarea {
	height: 70px;
}
.comment-list {
	margin-bottom: 30px !important;
	margin-left: 0px !important;
	list-style: none
}
.comment-list .comment-body {
	background: #f5f5f5;
	line-height: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
}
.comment-meta .comment-author, .comment-meta .comment-metadata, .comment-meta .comment-awaiting-moderation {
	margin-bottom: 10px;
}
.comment-meta .comment-author .avatar {
	margin-right: 10px;
}
.comment-meta .comment-awaiting-moderation {
	font-style: italic;
}
/*================ end category page ====================*/



/*================ start sidebar ====================*/

.panel-right .widget {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.panel-right.widget p {
	margin-bottom: 15px;
}
.panel-right .widget .widget-title {
	background-color: #0162af;
	width: 100%;
	font-size: 19px !important;
	color: #fff;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform:inherit;
	font-weight:normal;
}
.panel-right .widget ul {
}
.panel-right .widget ul li {
	/*list-style: none;
	color: #002e5b;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	width: 100%;
	height: auto;
	float: left;*/
}
.panel-right .widget ul li a {
	/*color: #000000;
	padding: 8px 0px 8px 25px;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ddd;
	background-position: left 12px;*/
}
.panel-right .rpwe-title
{
	font-size:15px !important;
}
.panel-right .rpwe-title a
{
	color:#000000;
}
.panel-right .rpwe-title a:hover
{
	color:#04347d;
}





/*=======about us =========*/

.imgbox img {
    width: 100%;
    border: 3px solid #aacd44;
    background: #FFF;
    -webkit-box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #3486b1;
    -moz-box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #3486b1;
    box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #3486b1;
}
.abtinfo
{
	padding: 45px 12%;
    text-align: center;
	}

.about-tag
{
	background-image: url(../images/parallaz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding: 100px 0px 100px 0px;
}

.abtag-des
{
	width:45%;
	float:right;
	background: rgba(52,134,177,0.9);
	/*background-color: #012b72;*/
	color: #ffffff;
	padding: 45px;
	font-size:18px;
	font-style:italic;
	border: 3px solid #aacd44;
	box-shadow: 9px 9px 0 -3px #fff, 9px 9px 0 0 #3486b1;
	}
.abtag-des p
{
	line-height: 30px !important;
	}	
.vpsect
{
	background-image: url(../images/valini-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.vprt-info
{
	position: relative;
    padding: 50px 70px 50px 50px;
    background: rgba(255,255,255,0.90);
    width: 60%;
}

.vprt-info .curves-outer {
    position: absolute;
    right: -80px;
    top: 0px;
    width: 80px;
    height: 100%;
    overflow: hidden;
}
.vprt-info .upper-curve {
    position: absolute;
    left: -55px;
    top: 0px;
    width: 100px;
    height: 55%;
    background: rgba(255,255,255,0.90);
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    -o-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    transform: rotate(165deg);
}
.vprt-info .lower-curve {
    position: absolute;
    left: -55px;
    bottom: 0px;
    width: 100px;
    height: 55%;
    background: rgba(255,255,255,0.90);
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    -o-transform: rotate(-165deg);
    -moz-transform: rotate(-165deg);
    transform: rotate(-165deg);
}
.abtclt 
{
	margin-bottom:-25px;
	}
/*====legal page====*/
.certf
{
	text-align:center;
}

.certf h4
{
	color:#aacd44;
}
.certf p
{
	margin-bottom:0px;
}


/*====product page====*/
.prdcat-box, .prdcat-pic, .prdcat-title, .prdcat-title a
{
	width:100%;
	height:auto;
	float:left;
}

.prdcat-box
{
	background: #fff;
    box-shadow: 4px 5px 13px 0 rgba(226,226,226,0.8);
}
.prdcat-pic 
{
	overflow:hidden;
	}
.prdcat-pic img
{
	width:100%;
	height:auto;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	}
.prdcat-pic img:hover
{
	 -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display:block;
	}	
.prdcat-title
{
	background: #3486b1 url(../images/arrow.png) no-repeat 95% center;
	font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
	padding:10px 15px;
}
.prdcat-box:hover .prdcat-title
{
	background: #aacd44 url(../images/arrow.png) no-repeat 95% center;
	}
.prdcat-title a
{
	color:#ffffff;
	}
.prdcat-box p
{
	margin:0px;
	padding:0px;
	}


/*====project page====*/
.prjbox, .prjpic, .prjpic img, .prj-title, .prj-title a 
{
	width:100%;
	height:auto;
	}

.prj-title a 
{
	background-color: rgba(52,134,177,0.8);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
   padding: 8px 10px 10px 10px;
	float:left;
	}

.prj-title a:hover
{
	background-color: #aacd44;
}
.prjbox
{
	position:relative;
	overflow:hidden;
	}
.prj-title
{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	}	
.prjpic img
{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prjpic img:hover
{
	 -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display:block;
}
/*===========contact page=================*/

.google-map
{
	margin-bottom:-25px;
}
.google-map p
{
	margin:0px;
	line-height:none;
}
.contact-box
{
background-color: #fff;
border: 1px solid #ced4da;
margin-bottom: 20px;
padding: 20px;
box-shadow: 0 5px 5px 0 #d9d9da;
border-radius: 12px;
min-height: 225px;
text-align:center;
}
.conticon
{
	width:85px;
	height:85px;
	line-height:85px;
	font-size:25px;
	background-color:#3486b1;
	color:#ffffff;
	border-radius:50%;
	margin:0px auto 15px auto;
	}
.contact-box:hover .conticon
{
	background-color:#aacd44;
	}	
.contact-box h4
{
	font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-box p
{
	margin-bottom:0px;
	}
.contact-form
{
	background-color:#f3f3f3;
	margin-top:-35px;
	padding:45px 0px 10px 0px;
	}
.contact-form textarea
{
	height:212px;
}
.contact-form input[type="submit"]
{
	margin:auto;
	display:table;
	width:300px;
}

/*=====Bulk Enquiry====	*/
.blkenq
{
	width:60%;
	margin:auto;
	display:table;
	    background-color: #fff;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    box-shadow: 0 5px 5px 0 #d9d9da;
    border-radius: 8px;
	}
.blkenq .widget-title
{
    padding: 15px;
    background: url(../images/heading-bg.png) repeat-x left bottom;
    line-height: normal;
    color: #ffffff;
	 border-radius: 8px 8px 0px 0px;
}
.blkenq .widget-title h2
{
	font-size:25px;
}
.blkenq .widget-title h4
{
	font-size:16px;
}
.blkenq  form
{
	padding:15px 30px;
	}