/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	ITRUST PRO TEMPLATE
	Version     :	1.0
	Last Change : 	06/03/2019
	Primary Use :   ITRUST PRO TEMPLATE

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION	
		4.BUTTON
		5.HEADER
		6.SERVICES
		7.PORTFOLIO
		8.JOB LOCATION
		9.CONTACT US
		10.OUR TESTIMONIAL
		11.FOOTER
		12.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [white]
	Theme Color        :#2AA9B9 [Bluish Green]	
	Main Heading Color :#212529 [Dark Gray]	
	Content Color      :#898989 [Light Gray]

=================================================================================================================================*/
/*=============================
============= TYPOGRAPHY =========================================================================
	
	Heading: font-family: 'Roboto', sans-serif;
	Body:    font-family: 'Roboto', sans-serif;

=================================================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


body {
    background: #ffffff;
    color: #898989;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
	margin: 0 auto;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1 {
    color: #212529;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 68px;
}
h2 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 45px;
}
h3 {
    color: #212529;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 36px;
}
h4 {
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
}
h5 {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
}
h6 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
}
p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
a:hover,
a {
	color: inherit;
	text-decoration: none;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.column-center {
	float: none;
	margin: 0 auto;
}
.parallax {
    background-attachment: fixed;
}
/* SAFARI CLASS */
.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
/* IMAGE RESPONSIVE STYLE */
img {
    vertical-align: middle;
    border-style: none;
}
.image-responsive {
	max-width: 100%;
	height: auto;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/* TEXT CENTER STYLE */
.text-center {
	text-align: center;
}

/* SVG ICON COLOR STYLE */
svg {
	vertical-align: middle !important;
}
svg rect, 
svg path,
svg polygon,
svg circle,
svg ellipse,
svg polyline,
svg line   {
 fill:#d8726B;
}
/*========================================== 1.GLOBAL CSS END ===========================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-1-bg {
    background-color: #ffffff;
}
.section-2-bg {
    background-color: #f6f6f6;
}
.section-3-bg {
    background-color: #ecf0f9;
}
.heading-div-1 {
	padding-bottom: 40px;
}
.row-space {
	padding-bottom: 30px;
}
.row-space1 {
	padding-bottom: 60px;
}
.content-top10 {
    padding-top: 10px;
}
.content-top15 {
    padding-top: 15px;
}
.content-top20 {
	padding-top: 20px;
}
.content-top30 {
	padding-top: 30px;
}
.content-bottom20 {
    padding-bottom: 20px;
}
.content-bottom15 {
    padding-bottom: 15px;
}
.content-bottom10 {
    padding-bottom: 10px;
}
.underline-ul {
	margin-top: 5px;
	line-height: 3px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
.uline-img {
    line-height: 3px;
    height: 3px;
    margin-top: 10px;
}
.dis-in-block-middle {
    display: inline-block;
	 vertical-align: middle;
}
.dis-in-block-top {
    display: inline-block;
	 vertical-align: top;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.ls {
	letter-spacing: 1px;
}
.icon-width {
	width: 45px;
}
.fa.fa-icon {
	color: #2AA9B9;
	font-size: 25px;
}
.intro-content {
	color: #2AA9B9;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.intro-content-color {
	color: #d8726B;
}
/* Padding left and right */
.pad-lef-ri-20 {
	padding-left: 20px;
	padding-right: 20px;
}
/* Padding Top */
.pad-top-5 {
	padding-top: 5px;
}
.pad-top-10 {
	padding-top: 10px;
}
/* Padding Bottom */
.pad-bot-10 {
	padding-bottom: 10px;
}
/* Padding left */
.pad-left-5 {
	padding-left: 5px;
}
.pad-left-10 {
	padding-left: 10px;
}
.pad-left-15 {
	padding-left: 15px;
}
.pad-left-20 {
	padding-left: 20px;
}
.pad-left-30 {
	padding-left: 30px;
}
/* Margin Top */
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-20 {
	margin-top: 20px;
}
/* Margin Bottom */
.mar-bot-10 {
	margin-bottom: 10px;
}
.mar-bot-20 {
	margin-bottom: 20px;
}
.mar-bot-30 {
	margin-bottom: 30px;
}
.mar-bot-40 {
	margin-bottom: 40px;
}
.header-logo-icon {
	width: 150px;
}
/*========================================== 2.COMMON CSS END ===========================================*/

/*========================================== 3.NAVIGATION START ===========================================*/
.fixed-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.toggle-icon {
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar {
    border: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}
.topbar.navbar-default {
    background-image: none !important;
    border: none !important;
    box-shadow: none;
}
.topbar.navbar-expand-lg,
.navbar-expand-lg {
	padding: 10px 0;
}
.navbar-default {
    background-color: rgba(34,34,34,0.1) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-default.simple-menu1 {
    background-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-default.simple-menu2 {
    background-color: rgba(255,255,255) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-default.fixed-header {
    background-color: rgba(255,255,255,1) !important;
}
.navbar-nav.nav {
	padding-bottom: 28px;
	padding-top: 27px;
	padding-left: 0;
	margin: 0;
}
.navbar-nav > li > a {
    color: #252129 !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav > li > a:hover {
    color: #2AA9B9 !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.simple-menu2 .navbar-nav > li > a:hover {
    color: #d8726B !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav > li {
	display: flex;
	position: relative;
}
.navbar-nav > li,
.navbar-nav > li > a {
    color: #ffffff;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 15px;
}
.simple-menu2 .navbar-nav > li:first-child:before,
.navbar-nav > li:first-child:before {
	padding-right: 0px;
    content: "";
}
.navbar-nav > li:before {
	padding-right: 10px;
    color: #2AA9B9;
    content: "/\00a0";
	position: absolute;
	top: 0px;
	left: -2px;
}
.simple-menu2 .navbar-nav > li:before {
	padding-right: 10px;
    color: #d8726B;
    content: "/\00a0";
	position: absolute;
	top: 0px;
	left: -2px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.logo-image {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}
.logo-image img {
	height: 100px;
}
.navbar-collapse {
	float: right;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#ffffff !important;
} 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0rem;
    padding-right: 0rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	padding-left: 15px;
    padding-right: 15px;
}

/*========================================== 3.NAVIGATION END ===========================================*/

/*========================================== 4.BUTTON START ===========================================*/

.btn.subscribe-btn {
	border: 1px solid transparent !important;
	border-radius: 0 5px 5px 0 !important;
}
.btn.subscribe-btn,
.btn.btn-1 {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	outline: none;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn.subscribe-btn,
.btn.btn-1 {
	background: #2AA9B9;
	color:#ffffff;
}
.btn.btn-2 {
	background: #d8726B !important;
	color:#ffffff;
}
.btn.subscribe-btn:hover {
	border-left: 1px solid #2AA9B9 !important;
	background: #ffffff;
	color: #2AA9B9;
}
.btn.btn-1:before,
.btn.btn-1:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #0A8999; /* onhover background color */
	z-index: -1;
	transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
	-ms-transform: translate3D(0,-100%,0);
	-webkit-transform: translate3D(0,-100%,0);
	-moz-transform: translate3D(0,-100%,0);
	-o-transform: translate3D(0,-100%,0);
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn.btn-2:before,
.btn.btn-2:after{
	
	background: #f0cfc4 !important; /* onhover background color */
	
}
.btn.btn-2:before{
	background: #d8726B; /* button default background color */
	z-index: -2;
	transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
}
.btn.btn-1:before{
	background: #2AA9B9; /* button default background color */
	z-index: -2;
	transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
}
.btn.btn-1:hover span{
    color:#ffffff;
	z-index:99999;
	position:relative;
}
.btn.btn-1:hover:after{
	transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	-webkit-transition: all .5s; 
	transition: all .5s;
	z-index:1;
}
.btn-top {
    margin-top: 25px;
}

/*========================================== 4.BUTTON END ===========================================*/

/*========================================== 5.HEADER START ===========================================*/

/* Demo 5 */

.heading5-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.header5-bgimage {
    background-image: url("https://assets.itrustpro.com/kennel/assets/portal/reviewpage.jpg");
	border-bottom:3px solid #510393;
}

.header5-content-bg {
	background-color: #ffffff;
	box-shadow: 0px 1px 12px #cccccc;
	border-radius: 5px;
	padding: 68px 30px;
}
.header5-bgimage .header-div-1 h1 {
    color: #333333;
    font-size:40px;
    font-weight:500;
    letter-spacing:1px;
    line-height:50px;
    font-family: 'Roboto', sans-serif;
	
}
.header5-bgimage h3 {
	color: #333333;
}
.header5-bgimage .sub-title {
    color: #d8726B;
    font-size:18px;
    font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
    margin: 0px auto 35px;
    font-family: 'Roboto', sans-serif;
	
}
.header5-bgimage .header-content {
    color: #666666;
    font-weight: 400;
	letter-spacing: 1px;
    margin: 20px auto 0;
}
.header5-bgimage .header-list{
    font-size: 16px;
    color: #d8726b;
    font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	padding-left: 0px;
}

.header-ul li {
	padding-bottom: 15px;
}
.header-ul li:last-child {
	padding-bottom: 0px;
}

/*========================================== 5.HEADER END ===========================================*/

/*========================================== 6.SERVICES START ===========================================*/

/* Demo-5 */
.services-div-d5 {
    border: 1px solid #dddddd;
    padding: 40px 20px;
}
.services-div-d5:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.services-div-cen-d5 {
	border: 1px solid #dddddd; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 40px 20px;
}
.services-div-cen-d5:hover {
    border: 1px solid #dddddd; 
     box-shadow: none	
}

.services-div-d5 h4 a {
    color: #333333;
}
.services-top-space {
    margin-top: 30px;
}
/*========================================== 6.SERVICES END ===========================================*/

/*========================================== 7.PORTFOLIO START ===========================================*/

.gallery-space {
    padding-bottom: 4px;
}
.gallery-space-2 {
    padding-bottom: 30px;
}
.gallery-pad {
	padding-left: 2px;
	padding-right: 2px;
}
.gal-top-space {
	display: table;
	margin: 25px auto 0;
}
.gallery-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery-inner .gallery-caption {
    position: absolute;
    top: 0;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-inner:hover .gallery-caption {
    opacity: 1;
}
.gallery-inner .gallery-caption:before {
    content: '+';
	color: #d8726B;
    display: block;
    background: rgba(255, 255, 255, 0.8);
	font-family: sans-serif;
    outline-offset: 1px;
    position: absolute;
    width: 20%;
    height: 20%;
	font-size: 40px;
    line-height: 60px;
    left: 0;
	right:0;
	margin:0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
	-moz-outline-radius: 50% !important;
	
}
.gallery-inner:hover .gallery-caption:before {
    opacity: 1;
    height:60px;
    width:60px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-outline-radius: 50% !important;
}
.gallery-inner img {
    border-radius: 0px;
}

/*========================================== 7.PORTFOLIO END ===========================================*/

/*========================================== 8.JOB LOCATION START ===========================================*/


/* Demo 5 */

/* 3-COLUMN */
.job-5col {
	padding: 20px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	width: 90%;
    margin: 0 auto;
}
.mar-top-con {
	margin-top: 120px;
}
.job-loc-icon-d5 {
	background-color: #f0cfc4;
	padding: 20px;
	margin-top: 10px;
	position: absolute;
	top: 29%;
	text-align: center;
	width: 95%;
	left: 14px;
}
.job-loc-3icon-d5 {
	top: 28%;
	left: 8px;
}
.loc-area-d5 {
	color: #d8726B;
	font-size: 14px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-weight: 500;
}

/*========================================== 8.JOB LOCATION END ===========================================*/

/*========================================== 9.CONTACT US START ===========================================*/

/* Demo-5 */
.get-touch-col-d5 {
	background-color: #f2f2f2;
	padding: 20px;
	box-shadow: 0px 1px 6px #666666;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.get-touch-col-d5 p span {
	font-weight: 500;
}
.cont-icon {
	background-color: #eeeeee;
	width: 64px;
	height: 64px;
	padding: 16px;
	border-radius: 50%;
	margin: 0 auto;
}
/*========================================== 9.CONTACT US END ===========================================*/

/*========================================== 10.OUR TESTIMONIAL START ===========================================*/

/* Demo 5 */
.test-col-d5 {
    background-color: #f7f7f7;
    margin: 20px;
    padding: 20px;
}
.test-col-d5:after {
    background-color: #d8726B;
    color: #fff;
    content: ",,";
    display: block;
    font-family: sans-serif;
    font-size: 60px;
	letter-spacing: -6px;
    height: 40px;
    right: 20px;
    line-height: 1px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 40px;
}
.test-col-d5 .testimonial-name {
    color: #d8726B !important;
	font-family: 'Roboto', serif;
    font-size: 14px;
	font-style: italic;
	font-weight: 500;
    letter-spacing: 1px;
	margin-top: 5px;
}
/*========================================== 10.OUR TESTIMONIAL END ===========================================*/

/*========================================== 11.FOOTER START ===========================================*/

.footer-bg {
    background-color: #3b105d;
}
.footer-bg-1 {
    background-color: #3b105d;
}
.footer-copyright {
	color: #eeeeee;
	letter-spacing: 1px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.footer-copyright a:hover {
	color: #ffffff;
}
.iifr {
	display: none;
	height: 0;
}

/*========================================== 11.FOOTER END ===========================================*/

/*========================================== 12.MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-col-img,
	.services-col-content {
		float: none;
	}
	.services-col-content {
		margin-top: 20px;
		width: 100%;
	}
	.services-col-img {
		width: 80px;
	}
	.header-sub-head {
		padding-top: 40px;
	}
	
	.header3-content-bg {
		padding: 40px 30px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-toggler {
		background-color: #2AA9B9;
	}
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.navbar-nav > li {
		padding: 8px 0;
	}
    .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
    .nav {
        float: none;
		width: 100%;
    }
	.navbar-header {
		position: absolute;
		right: 0;
		top: -60px;
	}
	.navbar-nav.nav {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.logo-image {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.simple-menu2 .navbar-nav > li::before {
		content: "";
		padding-right: 0;
	}
	.navbar-collapse {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.toggle-icon {
		display: block;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 23px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.close {
		display: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.open {
		display: block;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.res-block {
		display: block !important;
		margin-top: 10px;
	}
	.res-top30 {
		margin-top: 30px;
	}
	.res-top20 {
		margin-top: 30px !important;
	}
	.top-space60,
	.res-pad-top30 {
		padding-top: 30px !important;
	}
	.res-mar-center {
		margin: 0 auto;
	}
	.res-gal-space {
		padding-bottom: 30px;
	}
	.services-col-even {
		background-color: #fefefe;
	}
	.job2-1col,
	.job-1col {
		width: 100%;
	}
	/* Demo-2 */
	.header3-bg div,
	.header2-bg div {
		display: block;
	}
	.header-sub-head {
		padding-top: 0px;
	}
	.header-bottom {
		padding-bottom: 30px;
	}
	.header-logo-icon {
		width: 130px;
	}
	.header3-bgimage .sub-title,
	.header2-bgimage .sub-title {
		margin: 20px auto 5px 0;
	}
	.get-touch-col {
		min-height: unset;
	}
	.width-center,
	.width-right,
	.width-right1,
	.width-left {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.header3-form-bg,
	.header3-content-bg {
		padding: 30px;
	}
	.job-loc-3icon-d5 {
		top: 35%;
		left: 14px;
	}
	.job-loc-3icon-d5-res {
		top: 28%;
        left: 8px;
	}
	.job-loc-3icon-d5-res2 {
		top: 24%;
	}
	.job-loc-icon-d5-res1 {
		margin-top: 0;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.copyright-img {
    width: 55%;
}
	.container {
		max-width: 100%;
	}
	.res-pad-top30-1 {
		padding-top: 30px;
	}
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading-div-1 {
		padding-bottom: 30px;
	}
	.job-3col,
	.job-2col,
	.job-1col {
		padding: 0 20px 30px;
	}
	
	.header3-content-bg,
	.header3-bg,
	.header3-form-bg,
	.header2-bg,
	.header2-form-bg,
	.testimonial-div {
		padding: 30px 20px;
		width: 100%;
	}
	.header3-bgimage .heading3-padding,
	.header2-bgimage .heading2-padding,
	.header-bgimage .heading-padding {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.screenshot-img,
	.res-center {
		text-align: center;
	}
	.header3-form-head h5,
	.header2-form-head h5,
	.header-form-head h5 {
		margin-bottom: 20px;
	}	
	.header5-bgimage .header-div-1 h1,
	h1,
	.header-bgimage .header-div-1 h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.header5-bgimage .sub-title
	h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.header-bgimage .header-location {
		font-size: 18px;
		line-height: 28px;
	}
	.intro-content {
		font-size: 14px;
		line-height: 24px;
	}
	h2 {
		font-size: 24px;
		line-height: 34px;
	}
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.job-loc-icon-d5-res1 {
		margin-top: 10px;
	}
	.job-loc-3icon-d5-res2 {
		top: 35%;
	}
	.job-loc-3icon-d5-res21 {
		top: 30%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 680px) {
	.header-ul li {
		display: block;
		padding-left: 0px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 575px) {
	.services-col-content {
		width: 74%;
	}
	.res-top30-1 {
		margin-top: 30px;
	}
	.testimonial-img {
		left: 20px;
		top: -40px;
	}
	.testimonial-col {
		padding: 80px 20px 30px 20px;
	}
	.job-loc-3icon-d5-res2 {
		top: 30%;
	}
	.job-loc-3icon-d5-res21 {
		top: 25%;
		left: 11px;
	}
	.job-loc-icon-d5-res1 {
		top: 25%;
	}
	.header-ul li .hide-res{
		display: none;
	}
	.header-ul li .res-pad-left-0 {
		padding-left: 0;
	}
	.job-loc-3icon-d5-res {
		top: 31%;
		left: 11px;
	}
	.job-loc-3icon-d5 {
		top: 37%;
		left: 14px;
	}
	.job-loc-3icon-d5-res2 {
		top: 34%;
	}
	.job-loc-3icon-d5-res21 {
		top: 28%;
		left: 13px;
	}
	.job-loc-icon-d5-res1 {
		top: 29%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
	.services-col-content {
		width: 69%;
	}
	.client-img ul li {
		display: block;
	}
	.client-img ul li:first-child {
		width: 130px;
	}
	.client-img ul li:last-child {
		margin-top: 20px;
	}
	.logo-image img {
		width: 100%;
		height: auto;
		max-width: 80%;
	}
	.navbar-header {
		top: -53px;
	}
	.toggle-icon {
		top: 15px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 413px) {
	.services-col-img,
	.services-col-content {
		float: none;
	}
	.services-col-content {
		margin-top: 20px;
		width: 100%;
	}
	.services-col-img {
		width: 80px;
	}
}
/* SAFARI MENU ISSUES*/
@media only screen and (min-width: 992px){
	/*safari Browser*/
	.valign-menu .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	} 
	.valign-menu .menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}
/*========================================== 12.MEDIA QUERIES END ===========================================*/

.min-height-62 {
	min-height: 65.2vh;
}