body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham';
  font-weight: normal;
}

.row-clr {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row-pad-clr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*Navbar*/

.navbar-brand {
	height: auto;
}

.pm-navbar-left {
	margin-top: 10px;
}

.pm-navbar-right {
	margin-top: 10px;
}

.pm-main-wrap {
	padding-top: 67px;
}

.pm-navbar {
	background-color: #fff;
	border: none;
}

.pm-navbar-left li {
	padding-left: 15px;
}

.pm-navbar-left li a {
	font-size: 16px;
	color: #231f20;
}

.pm-navbar-right li:first-child a {
	font-size: 16px;
	color: #363636 !important;
	text-transform: uppercase;
	font-weight: bold;
    font-style: normal;
}

.pm-navbar-right li:last-child a {
	font-size: 16px;
	color: #8f8f91 !important;
	text-transform: uppercase;
	font-weight: bold;
    font-style: normal;
}

.pm-active-nav a {
	border-bottom: 2px solid #f58220;
}

/*Main Banner*/
.pm-main-banner .main-img-home {
	width: 100%;	
	position: relative;
}

.pm-main-content-container {
	position: absolute;
    z-index: 100;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pm-main-wrap-form-inner {
	background-color: #fff;
	padding: 30px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 12px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 12px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 12px;
	-moz-box-shadow:    0px 0px 5px 2px #e0e1e3;
	-webkit-box-shadow: 0px 0px 5px 2px #e0e1e3;
	box-shadow:         0px 0px 5px 2px #e0e1e3;
}

.pm-main-wrap-form-inner h2 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.pm-main-wrap-form-inner h3 {
	margin: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
}

.pm-form {
	padding-top: 40px;
}

.pm-form label {
	font-weight: 500;
	font-style: normal;
	color: #231f20;
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pm-form .pm-input-field {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 18px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 18px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 18px;
	font-size: 16px;
	color: #707070;
	font-weight: normal;
    font-style: normal;
    /*border-color: #a6a6a6 !important;*/
    margin-bottom: 25px;
}

.pm-form .pm-input-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 16px;
	color: #707070;
}
.pm-form .pm-input-field::-moz-placeholder { /* Firefox 19+ */
	font-size: 16px;
	color: #707070;
}
.pm-form .pm-input-field:-ms-input-placeholder { /* IE 10+ */
	font-size: 16px;
	color: #707070;
}
.pm-form .pm-input-field:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
	color: #707070;
}
.pm-form select.pm-input-field{ 
    height: 36px;
}
.pm-form .checkbox label {
	text-transform: unset;
	color: #707070;
}

.pm-form .submit-btn {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 18px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 18px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 18px;
	background-color: #f58220;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 14px;
    padding: 6px 20px;
	border: none;
	text-transform: uppercase;
	outline: none;
}

.pm-signup-banner {
	position: relative;
	background-image: url('../images/signup-background.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 900px;
}

.pm-signup-container {
    position: relative;
    z-index: unset;
    top: 40px;
}

/*services wrap*/
.pm-services {
	background-color: #f58220;
	padding: 70px 0px;
}

.pm-services-container {
	float: none !important; 
	margin: 0 auto;
}

.pm-services-container h3 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 5px;
}

.pm-services-container h4 {
	margin: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.pm-services-container p {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.pm-btn-wrap {
	width: 40%;
	margin: 0 auto;
}

.submit-btn-services {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 18px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 18px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 18px;
	background-color: #fff;
	font-weight: 500;
	font-style: normal;
	color: #f58220;
	font-size: 14px;
    padding: 6px 20px;
	text-align: center;
	border: none;
	text-transform: uppercase;
	outline: none;
}

/*footer*/

footer {
	background-color: #32353b;
	padding: 20px 0px;
	padding-bottom: 10px;
}

footer h3 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 30px;
}

footer .pm-footer-nav {
	display: block;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #c6c6c6;
	padding-bottom: 10px;
	text-transform: capitalize;
	text-decoration: none;
}

footer .pm-social-ico {
	float: right;
	margin-left: 25px;
	color: #bdbec0;
}

footer .pm-social-ico i {
	color: #bdbec0;
}

footer hr {
	height: 1px;
	background-color: #a6a6a6;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 10px;
}

footer p {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #f3f3f3;
	text-transform: uppercase;
}

footer .pm-bot-nav {
	float: right;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #f3f3f3;
	text-transform: uppercase;
	margin-left: 25px;
	text-decoration: none;
}

.pm-explore {
	padding: 70px 0px;
}

.pm-explore h2 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	color: #231f20;
	padding-bottom: 50px;
}

.pm-explore h2 span{
	text-transform: uppercase;
}

.pm-explore h2 dfn {
	margin: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #f58220;
	text-transform: capitalize;
}

.pm-explore-box {
	background-color: #fff;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 15px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 15px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 15px;
	-moz-box-shadow:    3px 3px 5px 2px #eeeeee;
	-webkit-box-shadow: 3px 3px 5px 2px #eeeeee;
	box-shadow:         3px 3px 5px 2px #eeeeee;
	border: 1px solid #eeeeee;
}

.pm-explore-box  h3 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #231f20;
	text-align: center;
	text-transform: capitalize;
	padding: 30px 0px;
}

.pm-explore-box  img {
	width: 100%;
}

.pm-explore-box .pm-explore-box-desc {
	padding: 35px 10px 20px 10px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-bottom-right-radius: 15px;
  	-webkit-border-bottom-left-radius: 15px; 
	/* Firefox 1-3.6 */
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-bottomleft: 15px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.pm-explore-box .pm-explore-box-desc h4 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #010000;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.pm-explore-box .pm-explore-box-desc h5 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #010000;
	padding-bottom: 25px;
	padding-right: 20px;
}

.pm-explore-box .pm-explore-box-desc h6 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010000;
}

.pm-explore-box .pm-explore-box-desc p {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010000;
}

.pm-explore-box .pm-explore-box-desc p i {
	color: #fac08f;
}

.pm-exp-active h3 {
	color: #f58220;
}

.pm-exp-active .pm-explore-box-des {
	background-color: #f58220;
}

.pm-exp-active .pm-explore-box-desc {
	background-color: #f58220;
}

.pm-exp-active .pm-explore-box-desc h4 {
	color: #ffffff !important;
}

.pm-exp-active .pm-explore-box-desc h5 {
	color: #ffffff !important;
}

.pm-exp-active .pm-explore-box-desc h6 {
	color: #ffffff !important;
}

.pm-exp-active .pm-explore-box-desc p {
	color: #ffffff !important;
}

.pm-exp-active .pm-explore-box-desc p i{
	color: #ffffff !important;
}

/*service types*/

.pm-services-types {
	padding: 70px 0px;
}

.pm-services-types h2 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	color: #231f20;
	padding-bottom: 50px;
	padding-right: 20px;
	text-transform: uppercase;
}

.pm-services-types h2 dfn {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
}

.pm-service-offer-box {
	background-image: url('../images/serv-discount-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	min-height: 267px;
	background-color: #fff;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 15px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 15px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 15px;
}

.pm-service-offer-box h1 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color: #010000;
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
}

.pm-service-offer-box h2 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	color: #010000;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.pm-service-offer-box h3 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #010000;
	text-align: center;
}

.pm-service-offer-box h4 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #010000;
	text-align: center;
}

.pm-service-offer-box p {
	text-align: center;
	padding-top: 30px;
}

.pm-service-offer-box p .submit-btn-services {
	font-weight: 500;
	font-style: bold !important;
	font-size: 15px;
	color: #060000;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
}

.pm-service-type .pm-explore-box-desc h5 {
	padding-bottom: 5px;
}

.pm-service-type .pm-explore-box-desc h6 {
	padding-top: 25px;
}

.pm-service-type img {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-top-right-radius: 15px;
  	-webkit-border-top-left-radius: 15px; 
	/* Firefox 1-3.6 */
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-topleft: 15px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

/*testimonials*/
.pm-testimonials {
	padding: 60px 0px;
	background-image: url('../images/testi-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	/*background-attachment: fixed;*/
	min-height: 493px;
}

.pm-testi-container {
	position: relative;
}

.pm-testi-container h3 {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	text-align: left;
	border-left: 2px solid #fff;
	padding-left: 15px;
	margin-bottom: 50px;
}

.pm-testi-container h4 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	text-align: right;
	border-right: 2px solid #fff;
	padding-right: 15px;
	padding-left: 200px;
}

.pm-testi-box-desc {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #989da7;
}

.pm-testi-box-desc h5 {
	margin: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #010153;
	text-transform: capitalize;
}

.pm-testi-box-desc h5 i {
	color: #a6a7ab;
}

.pm-testi-box-desc h5 dfn {
	margin: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #010153;
	text-transform: uppercase;
}

.pm-testi-box-desc .pm-rating-col i {
	color: #ffb356;
	vertical-align: super;
	font-size: 12px;
}

.pm-testi-box-desc p {
   	margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: #010000;
}

.pm-pro-pic {
	float: right;
}

#testi-box-1 {
	position: absolute;
    z-index: 100;
    left: -35px;
    margin-top: 100px;
}

#testi-box-2 {
	position: absolute;
    z-index: 100;
    left: -330px;
    top: 100px;
}

#testi-box-3 {
	position: absolute;
    z-index: 100;
    left: -35px;
    bottom: -160%;
}

#testi-box-4 {
	position: absolute;
    z-index: 100;
    left: -35px;
    top: -100px;
}










/*Media Quries for Mobile Devices*/

@media (max-width: 767px) {
	.pm-navbar-left {
		margin-top: 0px;
	}

	.pm-navbar-right {
		margin-top: 0px;
	}

	.pm-navbar-left li {
		padding-left: 0px;
	}
	
	.pm-main-content-container {
        position: relative;
        top: 30px;
    }
        .pm-testi-box {
        position:relative !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        margin:0 auto !important;
    }
    .pm-testi-container h3 {
        font-size: 30px;
    }
	.pm-testi-container h4 {
	    padding-left:0px;
	    margin-bottom: 40px;
	}
	.pm-explore-box {
	    margin-bottom:15px;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
    .pm-btn-wrap {
        width: 60%;
    }
    .submit-btn-services:first-child {
        margin-bottom:15px;
    }
    .submit-btn-services:nth-child(2) {
        margin-left:9px;
    }

}
@media (max-width: 767px) and (orientation: landscape) {
    .pm-btn-wrap {
        width: 65%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.pm-navbar-left li {
		padding-left: 0px;
	}
	.pm-main-content-container {
	    top: 72px;
	}
	.pm-form {
        padding-top: 30px;
    }
    .pm-explore-box {
        margin-bottom:15px;
    }
    .pm-testi-box {
        position:relative !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        margin:0 auto !important;
    }
    .pm-testi-container h4 {
        margin-bottom: 20px;
    }
    .pm-btn-wrap {
        width: 61%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #testi-box-1 {
        position: absolute;
        z-index: 100;
        left: -140px;
        margin-top: 10px;
    }
    #testi-box-2 {
        position: absolute;
        z-index: 100;
        left: -330px;
        top: 137px;
    }
    #testi-box-3 {
        position: absolute;
        z-index: 100;
        left: -35px;
        bottom: -85%;
    }
    #testi-box-4 {
        position: absolute;
        z-index: 100;
        left: -35px;
        top: -100px;
    }
    .pm-btn-wrap {
        width: 45%;
    }
}

/*large screen*/

@media (min-width : 1824px) {

}
