/*-------------------------------------------------------------------------------------
Theme Name: Mountain IT (MIT) Solutions
Theme URI:  www.mountainitconsulting.com
Version:    1.0
Author: www.chandu4u.com
-------------------------------------------------------------------------------------*/
/*----------------------------------
 01.1 SLIDER STYLE
----------------------------------*/

.slider-option, .slider-option .swiper-container {
	height: 100%;
}
.slider-option .swiper-container .swiper-slide {
	position: relative;
}
.main-slider-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-size: 13px;
	background: none;
	color: #fff;
	font-size: 25px;
	/*padding-left:11px;*/
    
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
 transition: .2s ease-in;
}
.main-slider-btn:hover {
	width: 60px;
	height: 60px;
}
.slider-option .swiper-pagination {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
}
.slider-option .swiper-pagination span {
	width: 30px;
	height: 30px;
	display: inline-block;
}
/*................................
 01.1.1 banner-content
................................*/
.slider-option .swiper-container .swiper-slide .banner-content {
	position: absolute;
	bottom: 20%;
}
.slider-option .swiper-container .swiper-slide .banner-content h1 {
	color: #fff;
	text-transform: capitalize;
}
.slider-option .swiper-container .swiper-slide .banner-content h1 span {
	font-weight: 100;
}
.slider-option .swiper-container .swiper-slide .banner-content .main-photo-btn {
	margin-top: 30px;
}
/*----------------------------------
 01.2 TESTIMONIAL SECTION
----------------------------------*/

.testimonial {
	padding:40px 0 30px 0;
}
.testimonial-inner {
	text-align: center;
	border: 1px solid #243771;
	border-radius: 10px;
	overflow: hidden;
}
.testimonial-inner .testimonial-body {
	padding:30px 15px;
}
.testimonial-inner .testimonial-footer {
	background: #243771;
	padding: 10px 0;
}
.testimonial-inner .testimonial-footer p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.testimonial-inner .testimonial-footer p span.small {
	display: block;
	font-weight:500;
	color: #eee;
	font-size:12px;
	font-style:italic;
}
.testimonial-wrapper .testimonial-slider {
	padding: 0px 0 60px;
}
.testimonial-slider .swiper-pagination-bullet-active {
	background: #000;
}
/*==================================
    02.INNER PAGES GENERAL
====================================*/

.image-banner {
	height: 100%
}
.img-banner {
	background: url("../images/banner-01.jpg") no-repeat center top / cover;
	height: 100%;
	margin: 0px 100px;
}
.banner-img-content h1, .img-banner h1 {
	color: #fff;
	margin-bottom: 20px;
	font-size:36px;
	font-weight:600;
}
.img-banner .simple-img-content h1 {
	margin-top: 50px;
}
.img-banner h1 span {
	font-weight: 200;
}
.banner-img-content {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.banner-img-content p {
	color: #fff;
	margin-bottom: 20px;
	font-size:16px;
	font-weight:normal;
}
/*==================================
    03.HOME-ABOUT SECTION
====================================*/

/*----------------------------------
 03.1 ABOUT-CENTER-PAGE
----------------------------------*/
.center-img>img {
	width: 50%;
	margin: 0 auto;
}
.no-shadow {
	box-shadow: none;
}
/*----------------------------------
 03.2 ABOUT-COUNTER
----------------------------------*/

.no-shadow .counter-item {
	border-right: 1px solid #ccc;
}
.counter-wrapper.no-shadow .col-sm-3:last-child .counter-item {
	border-right: 0px;
}
/*==================================
    04. TYPING BANNER PAGE
====================================*/

.type-wrap {
	margin-top: 100px;
}
.type-wrap h1 {
	display: inline-block;
	color: #fff;
}
span#typed {
	font-size: 50px;
	color: #fff;
	font-weight: 200;
	padding-left: 10px;
}
.type-banner {
	background: url("../images/banner.jpg") no-repeat center / cover;
	height: 100%;
}
.banner-para p {
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
}
.banner-para p span {
	display: block;
}
/*----------------------------------
 04.1 SERVICE SECTION
----------------------------------*/

.service {
	background: #053074;
	padding: 40px 0;
}
.service p {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
	color:#fff;
}
.service h5 {
	color:#fff;
	font-size: 18px;
}
.type-counter {
	margin: 100px 0;
}
/*----------------------------------
 06.2 ABOUT-MODERN
----------------------------------*/

.about-modern {
	padding: 100px 0 0;
}
.wrapper-about {
}
.video-img-sec {
	width: 50%;
	float: left;
	background: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../images/about-side.jpg") no-repeat center / cover;
	position: relative;
}
.video-img-sec .play-btn {
	left: 0;
	right: 0;
	margin: -20px auto 0;
	cursor: pointer;
}
.video-des-sec {
	width: 50%;
	float: left;
	padding: 50px;
	background: #fbfbfb;
}
.with-shadow {
	box-shadow: 16px 21px 38px 0px #ccc
}
/*==================================
   21.404
  ==================================*/

.error-page {
	background: url("../images/404.jpg") center / cover;
	display: flex;
	align-items: center;
}
.extra-font h1 {
	font-size: 200px;
	color: #000;
}
/*==================================
  23. COMPONENT PAGE
==================================*/

.light-box-wrapper {
	text-align: center;
}
.light-box-wrapper li {
	display: inline-block;
}
.light-box-wrapper li a {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
}
/*==================================
  24. TYPOGRAPHY PAGE
==================================*/

.inline-tags {
	width: 20%;
	float: left;
}
.inline-demo {
	width: 80%;
	float: left;
}
.inline-wrapper {
	padding: 10px 0;
}
.dropdown-menu {
	min-width:180px;
}
.dropdown-menu > li > a {
	font-size:12px !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	color:#2296d4 !important;
}
.navbar-right .dropdown-menu {
	right: 0;
	left: 0;
}
/* Our Service area css
============================================================================================ */
.gray_bg {
	background: #f4f4f4;
}
.our_service_area {
	padding:40px 0 60px 0px;
}
.our_service_area.our_white_service {
	background: #fff;
}
.our_service_area.our_white_service .section_title {
	padding-bottom: 17px;
}
.our_service_area .section_title {
	padding-bottom:30px;
	text-align:center;
}
.service_inner {
	margin-bottom: -30px;
	overflow: hidden;
}
.service_item {
	padding: 34px 15px 34px 24px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.service_item .media .media-left {
	padding-right: 20px;
	position: relative;
	margin:0;
}
.service_item .media .media-left img + img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.service_item .media .media-body h4 {
	font-size: 14px;
	color: #242424;
	letter-spacing: .32px;
	font-weight: 500;
	line-height:normal;
}
.service_item .media .media-body p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .32px;
	color: #898989;
	font-weight: 400;
	padding-bottom: 15px;
}
.service_item .media .media-body {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .32px;
	color: #898989;
	font-weight: 400;
	padding-bottom:5px;
}
.service_item .media .media-body .more_link {
	font-size: 14px;
	padding-top:20px;
}
.service_item:hover {
	background: #053074;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.38);
	cursor:pointer;
}
.service_item:hover .media .media-left img {
	opacity: 0;
}
.service_item:hover .media .media-left img + img {
	opacity: 1;
}
.service_item:hover .media .media-body h4 {
	color: #fff;
}
.service_item:hover .media .media-body p {
	color: #99a7b6;
}
.more_link {
	font-weight: bold;
	letter-spacing: .384px;
	color: #21a2db;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.more_link:hover {
	text-decoration: none;
	color: #21a2db;
}
.our_service_area .single-service-part {
	background-color: #fff;
	border:1px solid #e6e4e4;
	margin-bottom: 30px;
	padding:30px 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	cursor:pointer;
}
.our_service_area .single-service-part h3 {
	color:#053074;
	font-size:20px;
	margin-bottom:5px;
}
.our_service_area .single-service-part:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.12);
}
.bold-heading {
	padding: 0 0 20px;
	text-align: center;
}
.bold-heading h2 {
	border-bottom: 1px solid #cccccc;
	color: #1a1a1a;
	display: inline-block;
	font-size: 30px;
	font-weight:600;
	padding-bottom:10px;
	position: relative;
	margin-bottom:20px;
}
.bold-heading h2::before {
 border-bottom: 5px solid #1497db;
 bottom: 0;
 content: "";
 left: 0;
 margin: auto;
 position: absolute;
 right: 0;
 top: 0;
 width: 50px;
}
.bold-heading h2 span {
	font-weight:normal;
}
/* End Our Service area css
============================================================================================ */

/* Resources area css
============================================================================================ */
.resources_area {
	padding:40px 0 50px 0px;
}
.resources_area h5 {
	margin-bottom:5px;
	font-size:16px;
}
.resources_area span.date {
	color:#e22323;
}
.resources_area p {
	line-height:normal;
}
.btn-primary {
	background-color:transparent;
	color: #243771;
	border:2px solid #243771;
	border-radius:0px;
}
.btn-primary:hover {
	color: #fff;
	background-color: #243771;
	border-color: #243771;
}
/* End Resources area css
============================================================================================ */
/* Helpline Area css
============================================================================================ */
.helpline_area {
	background: url(../images/help-line-bg.jpg) no-repeat scroll center center;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding: 100px 0px;
}
.helpline_area:before {
	content: "";
	background: rgba(48, 46, 60, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.helpline_area h6 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	opacity: .7;
	letter-spacing: .32px;
	font-weight:600;
}
.helpline_area h4 {
	font-size: 28px;
	color: #f4f4f4;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	letter-spacing: .84px;
	text-transform: uppercase;
	padding: 10px 0px 15px 0px;
}
.helpline_area p {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 24px;
	color: #f4f4f4;
	letter-spacing: .36px;
	max-width: 580px;
	padding-bottom:10px;
}
.helpline_area .contact_d {
	color: #2296d4;
	font-size:26px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	letter-spacing: .6px;
	position: relative;
	margin-right: 65px;
	vertical-align: middle;
}

.helpline_area .contact_d:before {
	content: "";
	position: absolute;
	right: -32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.helpline_area .contact_d a + a {
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	vertical-align: top;
	margin-right: 0px;
}
.helpline_area .contact_d a + a:before {
	display: none;
}
.helpline_area .info-email a {
	color:#fff;
	font-size:16px;
}
.helpline_area .info-email a:hover {
	color:#ccc;
	font-size:16px;
}
/* End Helpline Area css
============================================================================================ */

/* TechVestments area css
============================================================================================ */
.tech_vestments_area {
	padding:40px 0;
}
.tech_vestments_area p {
	line-height:normal;
	text-align:center;
}
.tech_vestments_area .col-md-2 {
	width: auto;
}
.no-paddingLeft {
	padding-left:0px;
}
.no-paddingRight {
	padding-left:0px;
}
/* End TechVestments area css
============================================================================================ */

/* Clients area css
============================================================================================ */
.client_list {
	padding:10px 0px;
	border-top:1px solid #eee;
}
.partners_list {
	padding:40px 0px 10px 0px;
}
.partners_list .col-md-2 {
	width: auto;
}
/* End Clients area css
============================================================================================ */


/* Footer Area css
============================================================================================ */
.footer_area {
	background: #29282e;
	padding:50px 0 0 0;
}
.footer_widget {
	padding-bottom: 50px;
}
.f_title {
	padding-bottom: 25px;
}
.f_title h3 {
	font-size: 16px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	opacity: .6;
	letter-spacing: .32px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 18px;
}
.f_title h3:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #2296d4;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.about_widget img {
	max-width: 100%;
}
.about_widget p {
	font-size: 14px;
	line-height: 21px;
	color: #ababab;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: .48px;
	padding: 25px 0px 15px 0px;
}
.about_widget .f_r_link {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #2296d4;
}
.about_widget .f_r_link:hover {
	text-decoration: underline;
}
.f_social {
	margin-top:20px;
}
.f_social li {
	display: inline-block;
	margin-right: 22px;
}
.f_social li a {
	color: #7c7c7c;
	font-size: 22px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.f_social li:last-child {
	margin-right: 0px;
}
.f_social li:hover a {
	color: #2296d4;
}
.link_widget ul li {
	margin-bottom: 10px;
}
.link_widget ul li a {
	font-size: 13px;
	color: #ababab;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: .32px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.link_widget ul li:last-child {
	margin-bottom: 0px;
}
.link_widget ul li:hover a {
	color: #2296d4;
}
.contact_widget .contact_inner .media {
	margin-top: 15px;
}
.contact_widget .contact_inner .media:first-child {
	margin-top: 0px;
}
.contact_widget .contact_inner .media .media-left {
	padding-right:15px;
}
.contact_widget .contact_inner .media .media-left i {
	font-size:18px;
	color: #ababab;
	padding-top:4px;
}
.contact_widget .contact_inner .media .media-body h4 {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color: #ababab;
	letter-spacing: .32px;
}
.contact_widget .contact_inner .media .media-body p {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #ababab;
	letter-spacing: .32px;
	line-height: 24px;
}
.contact_widget .contact_inner .media .media-body a {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #ababab;
	letter-spacing: .32px;
	line-height: 24px;
}
 .contact_widget .contact_inner .media:nth-child(2) .media-body a {
 color: #787878;
 font-size: 14px;
 font-weight: bold;
 font-family: 'Titillium Web', sans-serif;
}
.footer_copyright .footer_copyright_inner {
	overflow: hidden;
	clear: both;
	background: #212025;
}
.footer_copyright {
	overflow: hidden;
	clear: both;
	background:#212025;
	padding:10px 0 2px 0;
	margin-top:40px;
}
.footer_copyright p {
	font-size: 12px;
	color: #989898;
	letter-spacing: .32px;
}
.scroll-to-top {
	bottom: 30px;
	position: fixed;
	right: 10px;
	z-index: 999999;
	text-indent:-999999px;
}
a.scrollertop {
	background-image:url(../images/back-top.png);
	background-color: #333;
	background-position:center center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	display: block;
	height:30px;
	width:30px;
}
.pagehding-about {
	background-image: url("../images/about-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	background-size: cover;
}
.pagehding-careers {
	background-image: url("../images/careers.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	background-size: cover;
}
.pagehding-latest-thinking {
	background-image: url("../images/latest-thinking-banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	background-size: cover;
}
.pagehding-contact {
	background-image: url("../images/contact.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	background-size: cover;
}
.pagehding-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-heading h1 {
	color: #fff;
	font-size: 32px;
	margin:100px 0 20px 0;
	text-align: center;
	font-weight:600;
	font-family: 'Titillium Web', sans-serif;
}
.page-heading ul {
	text-align: center;
	margin-top: 10px;
}
.page-heading li {
	display: inline-block;
	position: relative;
	padding: 0px 14px;
}
.page-heading li a {
	color: #fff;
}
.page-heading li:last-child a {
	color: #fab909;
}
.page-heading li::before {
 content: "/";
 height: 60%;
 position: absolute;
 right: -5px;
 top:0px;
color:#fff;
}
.page-heading li:last-child::before {
display:none
}
.innerpages {
	padding:50px 0 30px 0px;
}
.innerpages .bold-heading {
	text-align:inherit;
}
.innerpages .bold-heading h4 {
	line-height:normal;
	padding-bottom:10px;
}
.about-block {
	background: #f4f4f4;
	padding:50px 0;
}
.about-block h5 {
	font-size:21px;
	padding:5px 0;
}
.main-header .navbar-default.navbar-transparent ul.nav li.active a {
	color:#ff2525 !important;
}
nav.navbar.bootsnav ul.nav li.active > a {
	color:#ff2525 !important;
}