/* 	CSS Document 
 
	Project:		www.oneteamitsolutions.com
	Version:		1.0
	Last change:	06.10.16 [Created]
	Assigned to:	Hussain IT Solutions (Dev)	

	Designed & Handcrafted by Hussain IT Solutions
***************************************************************************

	[ I N D E X ]

	1.  Color Guide
	2.  HTML and Body Styles
	3.  Heading Styles
	4.  Anchor Styles
	5.  Generic Styles
	6.  Header Styles
	7.  Menu Styles
	8. 	Banner Styles (Carousal)
	9. 	welcome Styles
	10. Lead-ins Styles
	11. BPO Styles
	12. Web Design Styles
	13. Software Testing Styles
	14. Pre Footer Styles
	15. Footer Styles
	16. Inner Page Styles
	

/*	Variables
***************************************************************************/
/*	1. Color Guide
***************************************************************************
	Headings		: #b2398a
	Links hover		: #f7b40e
	Button hover	: #ed4b4f
	Text			: #232323


/*	2. HTML and Body Styles
***************************************************************************/
body {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	color: #232323;
	overflow-x: hidden;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*	3. Heading Styles
***************************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #b2398a;
	font-family: "RobotoCondensed-Bold";
	text-transform: uppercase;
}
h2 {
	font-size: 40px;
	margin-bottom: 60px;
	margin-top: 80px;
	text-align: center;
}
h3 {
	font-family: 'RobotoCondensed-Bold';
	font-size: 30px;
	text-align: center;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
/*	4. Anchor Styles
***************************************************************************/
a, a:link {
	color:#f34c49;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#f34c49;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #fff;
}
/*	5. Generic Styles
***************************************************************************/
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-left {
	padding-left: 0;
}
.no-gutter-right {
	padding-right: 0;
}
ul, ol {
	float: left;
	margin: 0 0 17px 30px;
	padding: 0;
	text-align:left;	
}
.inner-content ul, .inner-content ol {
	float: left;
	margin: 0 0 17px 30px;
}
ul, .inner-content ul {
	margin-left:40px;
}
.inner-content ul {
	margin: 0 0 25px 15px;
	width:100%;
}
.inner-content ul li, .inner-content ol li,
ul li, ol li  {
	float: left;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 3px;
	width: 100%;
}
ul li, .inner-content ul li {
	list-style-image:url(../images/arrow_icon.png);
}
.bpo ul li {
	color:#b2398a;
}
P {
	font-size: 14px;
	margin-bottom:24px;
}
.enquire-btn, .read-more-btn {
	background: #b2398a;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	transition: all 0.2s ease-in;
	width: 155px;
}
.enquire-btn {
	margin-left: 9px;
	margin-top: 14px;
	padding: 7px 12px;
}
.read-more-btn a, .bpo .read-more a {
	background: #b2398a;	
	color: #fff;
	display: block;
	font-family: 'RobotoCondensed-Bold';
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 8px 21px;
	text-shadow:none;
	text-transform: uppercase;
}
.read-more-btn a:hover, 
.enquire-btn:hover, 
.bpo .read-more a:hover {
	background-color: #ed4b4f;
	color: #fff;
}
.read-more {
	margin-top: 27px;
}
.read-more a {
	color: #FFF;
	font-family: 'RobotoCondensed-Bold';
	font-weight: bold;
	text-transform: uppercase;
}
.read-more a:hover {
	color: #f34c49;
}
img {
	display:block;
	max-width:100%;
	height:auto;
}
/* overy lay styles */
.hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.sidebar .hovereffect {
	cursor: pointer;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* grayscale styles */
.grayscale:hover {
	filter: grayscale(100%);
	transition: all 0.2s ease-in 0s;
}
/*	6. Header Styles
***************************************************************************/
.container-fluid.top {
	padding-top: 53px;
	position: absolute;
	top: 0;
	width: 100%;
}
.container-fluid.top .container {
	width: 1140px !important;
}
.header {
	background: #FFF;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	-ms-opacity: 0.85;
	-o-opacity: 0.85;
	padding: 30px;
	position: relative;
	height: 130px;
	z-index: 1;
}
.logo {
	margin-top:5px;
}
.logo img {
	height:auto;
}
.header .info {
	color: #000;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 16%;
}
.call {
	font-family: 'RobotoCondensed-Regular';
	float: left;
	margin-right: 25px;
	text-transform: capitalize;
	width: 37%;
}
.header .info span {
	float: left;
	height:90px;
}
.header .info img {
	margin: 10px 15px 0 0;
}
.header .info p {
	font-size: 16px;
	float: left;
}
.email {
	font-family: 'RobotoCondensed-Regular';
	float: left;
	text-transform: capitalize;
}
.header .info a {
	color: #1e3a69;
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
.header .info a:hover {
	color: #b2398a;
}
/* 7. Menu Styles
***************************************************************************/
.slicknav_menu {
	display: none;
}
#menu ul {
	display: none;
}
@media screen and (max-width: 40em) {
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
}
.nav.navbar-nav {
	padding-left: 13px;
}
.navbar-default ul.menu {
	margin: 19px 0 0 15px;
}
.menu li {
	float: left;
	list-style:none;
	margin:0;
	position:relative;
	width:auto;
}
.navbar {
	min-height: 62px;
}
.navbar {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
.navbar-default {
	background-color: #000 !important;
	border-color: transparent !important;
}
.navbar-collapse {
	padding-left: 0 !important;
}
.menu li a {
	color: #fff !important;
	font-family: 'RobotoCondensed-Regular';
	font-size:18px;
	padding: 20px 26px 20px 0;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.menu li a:hover {
	color: #f7b40e !important;
	transition: all 0.5s ease 0s;
}
.menu li.current-menu-item a {
	background: transparent;
	color: #f7b40e !important;
}
.menu-header-menu-container ul ul {
	display: none;
	position: absolute;
	left:-40px;
	top:42px;
	width: 165px;
}
.menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
.menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin:0;
	width: 100%;
}
.menu ul.sub-menu li > a {
	background: #000 !important;
	color: #FFF !important;
	display: block;
	font-size: 16px;
	padding:10px 22px !important;
	transition: all ease 0.5s;
}
.menu ul li > a:hover, .menu ul.sub-menu li.current-menu-item > a {
	color: #f7b40e !important;
	-webkit-transition: ease-in 0.5s;
	-moz-transition: ease-in 0.5s;
	-o-transition: ease-in 0.5s;
	-ms-transition: ease-in 0.5s;
	transition: ease-in 0.5s;
}
.enquiry-here {
	display:none;
	float: right;
	margin: -62px 0 0 0;
	position: relative;
	text-align: center;
	width: 232px;
}
.enquiry-here a {
	background: #a2357e;
	color: #fff !important;
	display: block;
	font-family: 'RobotoCondensed-Bold';
	font-size:20px;
	font-weight: bold;
	padding: 16.5px !important;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.enquiry-here a:hover {
	background: #eb4a4e;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.25s;
	transition: ease-in 0.2s;
}
/* 8. Banner Styles
***************************************************************************/
.slick-wrap {
	position: relative;
	top: 0;
	width: 100%;
}
.slick-wrap .slick-slider .slide {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 677px;
	height: auto;
}
.slick-caption {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	top: 375px;
	width: 100%;
}
.slide .heading {
	color: #FFF;
	font-family: "RobotoCondensed-Bold";
	font-size: 40px;
	line-height: 60px;
	margin: 0 0 20px 0;
	text-align: center;
	text-shadow: 1px 2px 1px #3c3b3b;
	text-transform: none;
	width: 100%;
}
.slick-caption p {
	color: #FFF;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 37px;
	padding: 0 20%;
	text-shadow: 2px 1px 0 #3c3b3b;
}
.slick-caption .read-more-btn {
	margin: 0 auto;
	padding: 0;
}
/* 9. Welccme Styles
***************************************************************************/
.welcome {
	margin: 0;
	padding-top: 53px;
	text-align: center;
}
.welcome h2 {
	color: #b2398a;
	font-size: 36px;
	font-weight: bold;
	line-height:45px;
	margin: 0 0 22px 0;
}
.welcome img {
	margin: 0 auto;
}
/* 10. Leads Styles
***************************************************************************/
.leads h3 {
	color: #232323;
	font-family: 'RobotoCondensed-Bold';
	text-transform: capitalize;
}
.leads p, .bpo p {
	font-family: 'Roboto-Regular';
	font-size: 14px;
	word-wrap:break-word;
}
.leads .thumbnail {
	border: 0 none;
	border-radius: 0;
	margin-bottom:0;
}
.leads .thumbnail .caption {
	padding: 30px 0 0 0;
}
.leads .thumbnail img {
	border: 1px solid #9d9b9b;
	width: 100%;
}
.leads .read-more {
	margin-top: 17px;
}
.leads .read-more a {
	color: #f34c49;
	font-size: 16px;
}
.leads .read-more a:hover {
	color: #b2398a;
}
/* 11. BPO Styles
***************************************************************************/
.bpo-wrap {
	margin-top:20px;
}
.bpo-img {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height:550px;
	height: auto;
}
.bpo {
	background-repeat: no-repeat;
	background-size: cover;
	padding:45px 40px 0 40px;
	position: relative;
	min-height:550px;
	height: auto;
}
.bpo p {
	margin-bottom:20px;
}
.bpo ul {
	width:100%;
}
.bpo .read-more {
	float:left;
	margin-top:0;
}
.bpo .read-more a {
	background-color:#ed4b4f;
}
.bpo .read-more a:hover {
	background-color:#b2398a;
}
.bpo h3 {
	line-height:35px;
	margin: 0 0 26px;
	text-align: left;
	text-transform: uppercase;
}
/* 12. Web Design Styles
***************************************************************************/
.web-design {
	padding: 54px 0;
	text-align: center;
}
.web-design h3 {
	font-size: 40px;
	margin: 0 0 22px 0;
}
.web-design p {
	margin-bottom: 37px;
}
.web-design img {
	margin:0 auto;
}
.web-design .read-more-btn {
	margin: 46px auto 12px auto;
}
/* 13. Software Testing Styles
***************************************************************************/
.software-testing {
	background: #f34c49;
	padding:50px 0 57px 0;
	text-align: center;
}
.software-testing h3 {
	color:#FFF;
	line-height:35px;
	margin:0 0 22px 0;
}
.software-testing p {
	color: #FFF;
	margin-bottom:12px;
}
.software-testing .text-left p {
	color: #FFF;
	font-size: 14px;
	line-height:22px;
	margin-bottom:30px;
}
.software-testing .test-row {
	margin-bottom:45px;
}
.software-testing h4 {
	color: #f7b40e;
	font-family: 'Roboto-Regular';
	font-size: 17px;
	line-height: 25px;
	margin-bottom:20px;
	text-align: left;
}
.software-testing img {
	margin: 0 auto;
}
.software-testing .read-more-btn {
	float: left;
	margin-top:68px;
}
.software-testing .read-more-btn a {
	background: #f34c49;
}
.software-testing .read-more-btn a:hover {
	background: #f7aa14;
}
/* 14. Pre-Footer Styles
***************************************************************************/
.pre-footer {
	background-image: url(../images/prefooter.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding: 77px 0 45px 0;
}
.pre-footer h4 {
	color: #f7b40e;
	font-family: 'RobotoCondensed-Regular';
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 46px;
	text-transform: uppercase;
}
.pre-footer p {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 18px;
}
.social-icons a {
	color: #FFF !important;
}
.social-icons a:hover {
	color: #f7b40e !important;
}
.social-icons .fa {
	font-size: 33px;
	margin-right: 18px;
	transition: all 0.2s ease-in-out;
}
.social-icons .fa:hover {
	transform: scale(1.2);
}
.pre-footer .testimonials .slick-slider {
	margin-top: -11px;
}
.pre-footer .testimonials img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto 15px auto;
	height: auto;
}
.pre-footer .testimonials p {
	font-style: italic;
	padding-right: 30px;
}
.pre-footer .testimonials .alignright {
	font-style: normal;
	margin-bottom: 17px;
}
/* 15. Footer Styles
***************************************************************************/
footer {
	background: #000;
	font-size: 13px;
	padding: 49px 0;
	height: auto;
}
footer p {
	color: #FFF !important;
	font-size: 13px !important;
	margin-bottom: 0 !important;
}
footer p a {
	font-size: 13px !important;
	text-transform: capitalize !important;
}
footer .menu {
	margin: 0;
}
footer .menu li {
	line-height: 18px;
}
footer .menu li::after {
	color: #FFF;
	content: " | ";
	margin-right: 7px;
}
footer .menu li:last-child::after {
	content: " ";
}
footer .menu li > a {
	color: #FFF !important;
	font-size: 13px;
	margin-right: 4px;
	padding: 0;
	text-transform: capitalize;
}
footer .menu li a:hover {
	margin-left: 0;
}
footer .alignright {
	float: right;
	margin-top: 12px;
}
footer .alignright a {
	color:#f7b40e;
}
footer .alignright a:hover {
	color:#f34c49;
}
/* 16. Inner Styles
***************************************************************************/
.slick-wrap .slick-slider .slide.inner-banner {
	min-height: 450px;
}
.slide.inner-banner h1 {
	margin:-10px 0 14px;
}
.inner-banner .slick-caption {
	top: 292px;
}
.content-wrap {
	margin-top:50px;
	margin-bottom:65px;
}
.inner-content img {
	float: left;
	margin: 0 33px 25px 0;
}
.inner-content p {
	font-size: 14px;
	width: 100%;
}
.inner-content .paragraph {
	width: 64%;
}
.inner-content h1, .inner-content h2, .inner-content h3, .inner-content h4, .inner-content h5 {
	margin: 20px 0;
	text-transform: capitalize;
	width: 100%;
}
.inner-content h1 {
	margin: 0 0 25px 0;
	font-size: 30px;
}
.inner-content h2 {
	font-size: 28px;
	text-align: left;
}
.inner-content h3 {
	font-size: 26px;
	text-align: left;
	text-transform: capitalize;
}
.inner-content a:hover {
	color:#a2357e;
}
.sidebar h2 {
	color: #232323;
	font-size: 30px;
	margin: 0 0 33px 0;
	text-align: center;
}
.sidebar h4 {
	color: #f7b40e;
	font-size: 24px;
	margin: 20px 0 15px 0;
	text-align: center;
	text-transform: capitalize;
}
.sidebar img {
	border: 1px solid #9d9b9b;
}
/* Contact */
.col-md-9.contact-form {
	padding-right: 10%;
}
.contact .form-group {
	float: left;
	width: 49%;
}
.wpcf7-form-control-wrap {
	height: 70px;
}
.contact .form-control {
	border: 1px solid #9d9d9d;
	border-radius:0;
	box-shadow: none;
	color: #9d9d9d;
}
.contact .form-control:focus {
	border: 1px solid #f7b40e;
}
.contact .form-group input {
	height: 50px;
}
.contact .form-group textarea {
	border: 1px solid #9d9d9;
	resize: none;
	height: 215px;
}
.contact .form-group.message, .contact .input-group, .form-group.message .input-group {
	width: 100%;
}
.contact .wpcf7-submit {
	float:left;
	font-family: 'RobotoCondensed-Bold';
	padding: 7px;
	text-transform: uppercase;
	width: 97px;
}
.contact .wpcf7-submit:hover {
	background-color: #ed4b4f;
}
div.wpcf7-validation-errors {
	color:#FF0000;
	border: 0 none;
	margin:20px 0;
	padding: 0;
}
div.wpcf7-mail-sent-ok {
	color:#398f14;
	border: 0 none;
	margin:20px 0;
	padding: 0;
}
span.wpcf7-not-valid-tip {
	position: relative;
	height: auto;
}
.contact legend, .contact h3 {
	border: 0;
	color: #232323;
	font-family: 'RobotoCondensed-Bold';
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
	text-transform: none;
}
.contact legend {
	margin: 17px 0 21px 0;
}
.contact .wpcf7-form p {
	margin-bottom:0;
}
.contact fieldset {
	margin-bottom:10px;
}
.contact iframe {
	border: 1px solid #9d9d9d !important;
	width: 100%;
	height: 450px;
}
/* Contact Sidebar */
.contact address {
	margin-top: 39px;
}
.contact h5 {
	color: #f7b40e;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 3px 0;
	text-transform: uppercase;
}
.contact address p {
	font-family: 'Roboto-Regular';
	margin-bottom:9px;
}
.contact address a {
	color: #f34c49;
}
.contact address a:hover {
	color: #a2357e;
}
.contact .social-icons {
	float: left;
	margin-top: 14px;
}
.contact .social-icons a {
	color: #f34c49 !important;
}
.contact .social-icons a:hover {
	color: #a2357e !important;
}
.contact .social-icons .fa {
	margin-right: 16px;
}
.detail-page h1 {
	margin-bottom: 30px;
}
.detail-page img {
	float: left;
	margin: 0 29px 10px 0;
}
.detail-page p {
	float: none;
	margin-bottom: 29px;
}
.page-not-found h1 {
	color: #b2398a;
	font-size: 250px;
	line-height: 40px;
	margin: 120px 0 90px 0;
	text-align: center;
	text-shadow: 1px 2px 1px #9c9c9c;
}
.page-not-found h2 {
	color: #f7b40e;
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:8px;
}
.page-not-found h3 {
	color: #232323;
	font-family: 'Roboto-Regular';
	font-size: 30px;
	line-height: 35px;
	margin: 10px 0 45px 0;
	padding: 0 14%;
	text-align: center;
	text-transform: none;
}
.page-not-found .error-btns {
	margin: 0 auto;
	width: 350px;
}
.error-btns .read-more-btn {
	float:left;
	text-align: center;
	width: 165px;
}
.error-btns .read-more-btn a {
	background-color: #f34c49;
	font-family: 'Roboto-Regular';
	font-size: 19px;
	font-weight: normal;
}
.error-btns .read-more-btn a:hover {
	background-color: #b2398a;
	color:#FFF;
}
.sitemap a {
	color:#f34c49;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.sitemap a:hover,
.sitemap li.current_page_item a {
	color:#a2357e;
	padding-left:5px;
}
.back-to-top {
	background:#f7aa14 !important;
	border: 1px solid #FFF !important;
	border-radius: 50%;
	bottom:55px;
	color:#FFF !important;
	cursor: pointer;
	display: none;
	position: fixed;
	right:15px;
	width: 50px;
	height: 50px;	
}
.back-to-top:hover {
	background:#f7aa14 !important;
	border: 1px solid #FFF !important;
}
.back-to-top .glyphicon {
	top:4px;
}
