@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-synthesis: style;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

h1 {
	font-size: 55px;
	line-height: 55px;
}
h2 {
	font-size: 50px;
	line-height: 50px;
}
h3 {
	font-size: 40px;
	line-height: 40px;
}

h4 {
	font-size: 30px;
	line-height: 30px;
}

h5 {
	font-size: 26px;
	line-height: 26px;
}

h6 {
	font-size: 22px;
	line-height: 22px;
}

p {
	font-size: 16px;
	line-height: 18px;
}

/* Buttons Start */
.btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	padding: 25px 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #ffffff;
	outline: none;
}

.btn-black {
	background-color: #000000;
}

.btn-black:focus {
	color: #ffffff;
	background-color: #000000;
}

.btn-black:hover,
.btn-black:focus {
	color: #ffffff;
	background-color: #3bd7f0;
}
/* Buttons End */


/* Section Seprater Start */
.section-seprater {
	position: relative;
}

.section-seprater:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 777px;
	background-color: #737373;
}

.section-seprater:last-child:before {
	display: none;
}
/* Section Seprater End */

/* Common Form Start */
.common-form .form-group {
	margin: 0 0 35px;
}

.common-form .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	border-bottom: 2px solid #282828;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #111111;
	float: none;
	vertical-align: middle;
	padding: 0;
	height: 50px;
	resize: none;
}

.common-form textarea.form-control {
	height: 135px;
}

.common-form .form-control:focus {
	border-color: #3bd7f0;
}

.common-form .form-control::-webkit-input-placeholder { color: #111111; text-transform: capitalize; }
.common-form .form-control::-moz-placeholder { color: #111111; text-transform: capitalize; }
.common-form .form-control:-ms-input-placeholder { color: #111111; text-transform: capitalize; }
.common-form .form-control:-o-placeholder { color: #111111; text-transform: capitalize; }

.common-form .form-group.error .form-control {
	border-color: #ff0000;
}

.common-form span.common-form-msg {
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0;
	/* padding: 5px 10px;
	border: 1px solid transparent; */
	text-transform: capitalize;
}

.common-form span.common-form-msg.error-msg {
	color: #D8000C;
	/* border-color: #ff0000; */
}

.common-form span.common-form-msg.form-error-msg {
	color: #D8000C;
	padding: 15px;
	background-color: #FFD2D2;
	/* border-color: #ff0000; */
}

.common-form span.common-form-msg.form-success-msg {
	color: #4F8A10;
	padding: 15px;
	background-color: #DFF2BF;
	/* border-color: #4F8A10; */
}
/* Common Form End */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0; */
	padding: 78px 100px;
	background-color: #000000;
}

.header .logo a {
	display: inline-block;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*========== Banner Section Start ==========*/
.banner-section {
	background-color: #000000;
	padding: 178px 0 258px;
}

.banner-section .banner-title {
	padding: 0 15px 0 345px;
	position: relative;
}

.banner-section .banner-title h1,
.banner-section .banner-title h2,
.banner-section .banner-title h3,
.banner-section .banner-title h4,
.banner-section .banner-title h5,
.banner-section .banner-title h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 128px;
	line-height: 111px;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0 0 20px;
}

.banner-section .banner-title h1 span,
.banner-section .banner-title h2 span,
.banner-section .banner-title h3 span,
.banner-section .banner-title h4 span,
.banner-section .banner-title h5 span,
.banner-section .banner-title h6 span {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 0 0 -30px;
}

.banner-section .banner-title h1 span.sky-square,
.banner-section .banner-title h2 span.sky-square,
.banner-section .banner-title h3 span.sky-square,
.banner-section .banner-title h4 span.sky-square,
.banner-section .banner-title h5 span.sky-square,
.banner-section .banner-title h6 span.sky-square {
	background-color: #3bd7f0;
}

.banner-section .banner-title h1 span.yellow-square,
.banner-section .banner-title h2 span.yellow-square,
.banner-section .banner-title h3 span.yellow-square,
.banner-section .banner-title h4 span.yellow-square,
.banner-section .banner-title h5 span.yellow-square,
.banner-section .banner-title h6 span.yellow-square {
	background-color: #fbed95;
}

.banner-section .banner-title h1 img,
.banner-section .banner-title h2 img,
.banner-section .banner-title h3 img,
.banner-section .banner-title h4 img,
.banner-section .banner-title h5 img,
.banner-section .banner-title h6 img {
	display: inline-block;
	vertical-align: baseline;
}

.banner-section .banner-title span.company-nm,
.banner-section .banner-title a.company-nm {
	text-decoration: none;
	position: absolute;
	left: 0;
	width: 345px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 15px 5px 68px;
	border-bottom: 1px solid #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	text-transform: capitalize;
}

.banner-section .banner-title a.company-nm:hover {
	color: #3bd7f0;
}
/*========== Banner Section End ==========*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* Capstick Service Section Start */
.capstick-service-section {
	padding: 170px 0 120px;
}

.capstick-service-section .row {
	margin: 0 -20px;
}

.capstick-service-section [class^=col-] {
	padding: 0 20px;
}

.capstick-service-section .service-info-block .title {
	padding: 0 0 5px;
}

.capstick-service-section .service-info-block .title h1,
.capstick-service-section .service-info-block .title h2,
.capstick-service-section .service-info-block .title h3,
.capstick-service-section .service-info-block .title h4,
.capstick-service-section .service-info-block .title h5,
.capstick-service-section .service-info-block .title h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}

.capstick-service-section .service-info-block .title h1 span,
.capstick-service-section .service-info-block .title h2 span,
.capstick-service-section .service-info-block .title h3 span,
.capstick-service-section .service-info-block .title h4 span,
.capstick-service-section .service-info-block .title h5 span,
.capstick-service-section .service-info-block .title h6 span {
	display: inline-block;
	font-weight: 800;
}

.capstick-service-section .service-info-block .detail {
	position: relative;
	padding-left: 13px;
	height: 187px;
}

.capstick-service-section .service-info-block .detail:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	height: 100%;
	background-color: #3bd7f0;
}

.capstick-service-section .service-info-block .detail p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #111111;
}
/* Capstick Service Section End */

/* Brain Info Tech Section Start */
.brain-info-tech-section {
	padding: 100px 0;
}

.brain-info-tech-section .brain-info-title {
	padding: 0 0 20px;
}

.brain-info-tech-section .brain-info-title h1,
.brain-info-tech-section .brain-info-title h2,
.brain-info-tech-section .brain-info-title h3,
.brain-info-tech-section .brain-info-title h4,
.brain-info-tech-section .brain-info-title h5,
.brain-info-tech-section .brain-info-title h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 51px;
	color: #111111;
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 35px;
	position: relative;
}

.brain-info-tech-section .brain-info-title h1:before,
.brain-info-tech-section .brain-info-title h2:before,
.brain-info-tech-section .brain-info-title h3:before,
.brain-info-tech-section .brain-info-title h4:before,
.brain-info-tech-section .brain-info-title h5:before,
.brain-info-tech-section .brain-info-title h6:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 48px;
	background-color: #3bd7f0;
}

.brain-info-tech-section .brain-info-title h1 span,
.brain-info-tech-section .brain-info-title h2 span,
.brain-info-tech-section .brain-info-title h3 span,
.brain-info-tech-section .brain-info-title h4 span,
.brain-info-tech-section .brain-info-title h5 span,
.brain-info-tech-section .brain-info-title h6 span {
	display: block;
}

.brain-info-tech-section .brain-info-tech-content .brain-info-left p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: #111111;
}

.brain-info-tech-section .brain-info-tech-content .brain-info-block {
	padding: 0 0 30px;
}

.brain-info-tech-section .brain-info-tech-content .brain-info-block:last-child {
	padding-bottom: 0;
}

.brain-info-tech-section .brain-info-tech-content .info-title {
	padding: 0 0 10px;
}

.brain-info-tech-section .brain-info-tech-content .info-title h1,
.brain-info-tech-section .brain-info-tech-content .info-title h2,
.brain-info-tech-section .brain-info-tech-content .info-title h3,
.brain-info-tech-section .brain-info-tech-content .info-title h4,
.brain-info-tech-section .brain-info-tech-content .info-title h5,
.brain-info-tech-section .brain-info-tech-content .info-title h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	background-color: #000000;
	padding: 10px 12px;
	margin: 0;
	position: relative;
}

.brain-info-tech-section .brain-info-tech-content .info-title h1:before,
.brain-info-tech-section .brain-info-tech-content .info-title h2:before,
.brain-info-tech-section .brain-info-tech-content .info-title h3:before,
.brain-info-tech-section .brain-info-tech-content .info-title h4:before,
.brain-info-tech-section .brain-info-tech-content .info-title h5:before,
.brain-info-tech-section .brain-info-tech-content .info-title h6:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;
	background-color: #3bd7f0;
}

.brain-info-tech-section .brain-info-tech-content .brain-info-block p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #111111;
}

.brain-info-tech-section .brain-info-tech-content a.learn-more, 
.brain-info-tech-section .brain-info-tech-content span.learn-more {
	text-decoration: none;
	display: inline-block;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	padding: 10px 0 0;
}

.brain-info-tech-section .brain-info-tech-content a.learn-more:hover {
	color: #3bd7f0;
}

.brain-info-tech-section .brain-info-tech-content span.learn-more a {
	text-decoration: none;
	display: inline-block;
	color: #000000;
}

.brain-info-tech-section .brain-info-tech-content span.learn-more a:hover {
	color: #3bd7f0;
}
/* Brain Info Tech Section End */

/* Get In Touch Section Start */
.get-in-touch-section {
	padding: 72px 0 68px;
}

.get-in-touch-section .get-in-touch-title {
	padding: 0 0 33px;
}

.get-in-touch-section .get-in-touch-title h1,
.get-in-touch-section .get-in-touch-title h2,
.get-in-touch-section .get-in-touch-title h3,
.get-in-touch-section .get-in-touch-title h4,
.get-in-touch-section .get-in-touch-title h5,
.get-in-touch-section .get-in-touch-title h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 52;
	line-height: 51px;
	color: #111111;
	text-transform: capitalize;
	margin: 0;
}

.get-in-touch-section .get-in-touch-links ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.get-in-touch-section .get-in-touch-links ul li {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	color: #000000;
}

.get-in-touch-section .get-in-touch-links ul li:last-child {
	padding-bottom: 0;
}

.get-in-touch-section .get-in-touch-links ul li i {
	padding-right: 10px;
}

.get-in-touch-section .get-in-touch-links ul li a {
	text-decoration: none;
	color: #000000;
}

.get-in-touch-section .get-in-touch-links ul li a:hover {
	color: #3bd7f0;
}
/* Get In Touch Section End */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #181818;
	padding: 35px 0;
	text-align: center;
}

.footer p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #f2f2f2;
	margin: 0;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
