/*
Theme Name: Itswitch
Theme URI: https://itswitch.com.np
Description: ITSwitch Theme
Version:1.1
Author: Rajesh Raj Pathak
Author URI: https://rajeshp.com.np
*/
body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
a:hover, a:focus {
	text-decoration: none;
}
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom: rgba(255, 255, 255, 0.22) 1px solid;
	background: rgba(255, 255, 255, 0.56);
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
	padding: 10px 0;
}
.main-header .nav-item {
	margin: 0 0 0;
	position: relative;
	padding: 15px 15px;
	display: inline-block;
}
.main-header .nav-item:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #71d847;
	visibility: none;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.main-header .nav-item:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.main-header .navbar {
	padding: 0;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
.main-header .navbar-expand-lg .navbar-nav .active .nav-link {
	color: #000000;
}
.feature-block {
	padding: 80px 0;
}
.parallax {
	position: relative;
	z-index: 28;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.title-block {
	text-align: center;
}
.title-block h2 {
	color: #55565b;
	line-height: 50px;
	font-size: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.title-block h2 span {
	color: #3d8a1d;
}
.title-block hr {
	max-width: 60px;
	border: none;
	height: 2px;
	margin: 0 auto;
	background: #3d8a1d;
}
.title-block h5 {
	color: #454545;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 20px 0;
}
.card-wrap {
	background: #3d8a1d;
	position: relative;
	padding: 50px 15px;
	overflow: hidden;
	min-height: 260px;
	margin: 60px 0 0;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.subtitle-wrap {
}
.subtitle-wrap h3 {
	color: #fff;
	line-height: 36px;
	font-size: 29px;
	letter-spacing: 2px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	min-height: 80px;
}
.subtitle-wrap h3 span {
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.card-wrap p {
	color: #fff;
	line-height: 24px;
	margin: 20px 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.card-wrap i {
	color: rgba(255, 255, 255, 0.07);
	font-size: 200px;
	position: absolute;
	right: -40px;
	z-index: 1;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.card-desc {
	position: relative;
	z-index: 2;
}
.card-wrap.alt-col {
	background: rgb(78, 167, 41);
}
.card-wrap:hover {
	background: #296f0c;
}
.card-wrap:hover i {
	right: 50%;
	transform: translate(50%, 0)
}
.content-slot {
	position: relative;
	min-height: 600px;
}
.image-bg {
	background-image: url(img/Rectangle-6.jpg);
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.image-bg:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.48);
}
.content-holder {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.25);
	padding: 80px 30px;
	background: #fff;
	width: 60%;
	position: relative;
	transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	min-height: 410px;
}
.service-wrap {
}
.service-wrap .subtitle-wrap h3 {
	color: #3d8a1d;
}
.service-wrap .subtitle-wrap h3 a {
	color: #3d8a1d;
}
.service-wrap .subtitle-wrap h3 a:hover {
	color: #000;
}
.service-wrap .subtitle-wrap h3 span {
	background: #3d8a1d;
}
.service-wrap p {
	line-height: 24px;
	letter-spacing: 1px;
}
.service-wrap p a {
	color: #3d8a1d;
}
.service-wrap p a:hover {
	color: #0a2100;
}
.content-slot:nth-child(odd) .image-bg {
	left: auto;
	right: 0;
}
.service-block {
}
.image-bg1 {
	background-image: url(img/Rectangle-6-copy.jpg)
}
.image-bg2 {
	background-image: url(img/Rectangle-6-copy-2.jpg)
}
.image-bg3 {
	background-image: url(img/Rectangle-6-copy-3.jpg)
}
.testimonial-block {
	background-image: url(img/Rectangle-9.jpg);
	position: relative;
	padding: 100px 0;
}
.testimonial-block .title-block h2 {
	color: #fff;
}
.testimonial-block .title-block h2 span {
	color: #66d439;
}
.testimonial-block .title-block hr {
	background: #66d439;
}
.testimonial-block:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.70);
}
.testimonial-block .container {
	position: relative;
}
.testimonial-carousel {
}
.testiminaial-av {
	width: 166px;
	height: 166px;
	margin: 100px auto;
	border-radius: 50%;
	position: relative;
	border: rgba(255, 255, 255, 0.11) 1px solid;
	padding: 2px;
}
.testiminaial-av img {
	border-radius: 50%;
}
.testiminaial-av:after {
	position: absolute;
	font-family: 'fontawesome';
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	color: #3d8a1d;
	line-height: 46px;
	content: "\f10d";
	top: 100%;
	left: 0;
	background: #fff;
	margin: -40px 0 0;
}
.testimonial-desc {
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.testimonial-carousel .slick-dots li {
	width: 52px;
	height: 9px;
}
.testimonial-carousel .slick-dots li button {
	width: 52px;
	height: 9px;
	padding: 0;
	background: #fff;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.testimonial-carousel .slick-dots li.slick-active button, .testimonial-carousel .slick-dots li button:hover {
	background: #3d8a1d;
}
.testimonial-carousel .slick-dots li button:before {
	display: none;
}
.slick-slide:focus {
	outline: none;
}
.contact-block {
	background: #ebebeb;
	padding: 80px 0;
}
.contact-form {
	margin-top: 60px;
}
.contact-form .form-control {
	border: none;
	height: 45px;
	font-size: 14px;
	letter-spacing: 1px;
}
.contact-form .form-group {
	margin-bottom: 25px;
}
.contact-form button {
	background: #3d8a1d;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 15px 60px;
	border-radius: 4px;
	font-size: 36px;
	border: none;
	outline: none;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
	cursor: pointer;
}
.contact-form button i {
	font-size: 30px;
	margin-left: 5px;
	vertical-align: 2px;
}
.contact-form textarea.form-control {
	height: 180px;
}
.plan-block {
	padding: 80px 0;
}
.pricing-wrap {
	margin: 50px 0 0;
}
.main-footer {
	background: #040404;
	padding: 80px 0;
	line-height: 24px;
	color: #fff;
}
.footer-logo {
	margin: 0 0 20px;
}
.footer-nav {
}
.main-footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px;
}
.main-footer p {
	margin: 0;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
}
.footer-nav ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 0;
	color: #fff;
}
.footer-nav ul li a {
	color: #fff;
}
.footer-nav ul li a:hover {
	color: #3d8a1d;
}
.social-icons {
}
.social-icons ul {
	margin: 0;
	padding: 0;
}
.social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 15px 22px 0;
	color: #fff;
}
.social-icons ul li a {
	color: #3d8a1d;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #fff;
	line-height: 38px;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
}
.social-icons ul li a:hover {
	background: #3d8a1d;
	color: #fff;
}
.main-footer a {
	color: #fff;
}
.main-footer a:hover {
	color: #3d8a1d;
}
.address-wrap {
	padding: 20px 0 0;
}
.main-footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.27);
	margin: 30px 0;
}
.scroll-to-top {
	font-size: 20px;
	line-height: 27px;
	position: fixed;
	z-index: 33;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	background: #3d8a1d;
}
.main-header.sticky-nav {
	background: rgb(62, 139, 29);
	padding: 0;
}
.pricing-wrap {
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.pricing-wrap:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.25);
}
.pricing-wrap h3 {
	background: #444444;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0;
	letter-spacing: 2px;
	padding: 15px 0;
}
.pricing-wrap h4 {
	background: rgb(63, 63, 63);
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	margin: 0 0;
	letter-spacing: 2px;
	padding: 30px 0;
}
.gold-wrap.pricing-wrap h3 {
	background: #66b943;
}
.gold-wrap.pricing-wrap h4 {
	background: #3d8a1d;
}
.pricing-wrap p {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
	color: #3d8a1d;
}
.pricing-wrap ul {
	margin: 0;
	padding: 0;
}
.pricing-wrap ul li {
	list-style-type: none;
	display: block;
	margin: 0 20px;
	padding: 25px 0px;
	border-bottom: 1px solid #efefef;
}
.pricing-wrap ul li:last-child {
	border: none;
}
.inquiry-btn {
	margin: 20px 0 0px 0;
	padding: 20px 0 20px 0;
	background: #f9f9f9;
}
.inquiry-btn a {
	display: inline-block;
	padding: 15px 50px;
	color: #fff;
	background: #3f3f3f;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.contact-form button {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.inquiry-btn a:before, .inquiry-btn a:after, .contact-form button:before, .contact-form button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #075e2e;
	transition: 0.5s ease-in-out;
	z-index: -1;
}
.inquiry-btn a:before, .contact-form button:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.inquiry-btn a:after, .contact-form button:after {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.inquiry-btn a:hover:before, .contact-form button:hover:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inquiry-btn a:hover:after, .contact-form button:hover:after {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.hover-effect:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.content-slot:hover .hover-effect:after {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 50%;
	top: 50%;
}
.fade-effect {
	position: relative;
}
.fade-effect:before, .fade-effect:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.fade-effect:hover:before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 50%;
	top: 50%;
}
.fade-effect:hover:after {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	left: 51%;
	right: 50%;
}
.about-block {
	padding: 0 0 70px;
}
.about-desc {
	max-width: 900px;
	margin: 0 auto;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.breadcrumb {
	background : none;
	font-size: 14px;
}
.breadcrumb li, .breadcrumb-item.active {
	color: #fff;
}
.breadcrumb li a {
	color: #3e8b1d;
}
.breadcrumb li a:hover {
	color: #68a54f;
}
.content-block {
	padding: 100px 0;
}
.desc {
	line-height: 24px;
}
