font family*/
@font-face{
	font-family: GothamBold;
	src: url('../fonts/GothamBold.ttf');
}
@font-face{
	font-family: GothamLight;
	src: url('../fonts/GothamLight.ttf');
}
@font-face{
	font-family: GothamMedium;
	src: url('../fonts/GothamMedium.ttf');
}

:root{
	--f1: GothamBold;
	--f2: GothamLight;
	--f3: GothamMedium;
	--cl: #4368b1;
	--cl2: #323232;
	--cl3: #fff;
	--cl4: #18284a;
	--cl5: #48a2d9;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: var(--f3);
	margin: 0;
	color: var(--cl2);
}
body p, .verity-col span{
	font-family: var(--f2);
	font-weight: 600;
}
a, a:hover{
	text-decoration: unset;
}
button, button:hover, input, textarea, select{
	outline: unset;
	border: unset;
}
input, textarea, select{
	outline: unset !important;
	box-shadow: unset !important;
}
ul{
	padding: 0;
	list-style: none;
}
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
.fixed-header{
	background-color: var(--cl4);
}
.fixed-header nav{
	width: 1170px;
	margin: 0 auto;
}
.fixed-header nav .navbar-nav .nav-link{
	color: var(--cl3);
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.custom-btn{
	text-transform: uppercase;
	text-align: center;
	background-color: var(--cl);
	color: var(--cl3);
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	margin: 20px 0 0;
}
.custom-btn:hover{
	color: var(--cl3);
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 1200px;
	}
}
/*header start*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header nav{
	width: 1170px;
	margin: 0 auto;
	justify-content: space-between !important;
}
.home-sliderSection{
	background-image: url(../img/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.navbar-brand{
	width: 100px;
}
.navbar-nav .nav-link {
    color: var(--cl2);
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px !important;
}
.navbar-nav .nav-item.active .nav-link{
	color: var(--cl);
}
/*header end*/

/*slider start*/
.first-section{
	padding-top: 150px !important;
}
.slider-outer{
	align-items: center;
	padding: 15px 0 80px;
}
.slider-content{
	margin-top: 50px;
}
.slider-content h1{
	font-weight: bold;
	color: var(--cl);
	font-family: var(--f3);
	font-size: 40px;
}
.slider-content span{
	font-size: 26px;
    font-family: var(--f2);
    margin: 5px 0;
    display: inline-block;
}
/*slider end*/

/*services section start*/
.services-section{
	background-color: var(--cl);
	padding: 130px 0;
}
.service-heading{
	text-align: center;
	color: var(--cl3);
}
.service-heading h2{
	font-size: 40px;
}
.service-heading p{
	color: var(--cl5);
}
.servicesImg-outer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-top: 60px;
}
.services-col{
	width: 22%;
	color: var(--cl3);
	text-transform: uppercase;
}
.services-col img{
	width: 40%;
	margin: 0 0 10px;
}
/*services section end*/

/*verity-section start*/
.verity-section{
	background-color: var(--cl3);
}
.verity-section .service-heading{
	color: var(--cl);
}
.verity-section .service-heading span {
    font-size: 25px;
    font-family: var(--f2);
    font-weight: 500;
    display: block;
}
.center-img{
	text-align: center;
    margin: 70px auto 25px;
    width: 100%;
}
.jbm-content .jbm-innercontent, .verity-col p{
	text-align: center;
    color: var(--cl);
}
.verity-col p{
	margin: 13px 0;
}
.verity-col span {
    text-transform: none;
    color: var(--cl2);
    margin: 10px 0;
    display: block;
}
.last-contentjbm{
	margin: 35px 0 0;
}
.camunda-services{
	text-align: center;
	margin: 60px 0 0;
}
.camunda-services p{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.camunda-services p span{
	margin: 0 5px;
	color: var(--cl);
}
.cmd-outer, .cmd-col{
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cmd-col{
	width: 30%;
}
.cmd-img {
    width: 25%;
}
.cmd-content {
    width: 70%;
}
.cmd-col h5{
	text-transform: uppercase;
	color: var(--cl);
	margin-bottom: 7px;
}
/*verity-section end*/

/*robotic section start*/
.robotic-outer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.robotic-details{
	width: 50%;
}
.robotic-details h2{
	margin-bottom: 20px;
}
.robotic-details span{
	display: block;
	text-align: left;
	color: var(--cl2);
	margin: 15px 0;
}
.robotic-details span a{
	color: var(--cl3);
}
/*robotic section end*/

/*consulting section start*/
.consulting-title{
	color: var(--cl2) !important;
	margin: 5px;
}
.consulting-outer{
	flex-wrap: wrap;
	column-gap: 60px;
	justify-content: unset;
	width: 85%;
	margin: 0px auto 0;
}
.consulting-col{
	background-color: #f4f4f4;
	width: 27%;
	margin-top: 50px;
	padding: 15px;
	color: var(--cl);
}
/*consulting section end*/

/*find out start section*/
.find-outer{
	background-color: #f4f8ff;
	padding: 50px 0;
}
.find-inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.find-col{
	width: 45%;
	text-align: center;
}
.find-col img{
	width: 16%;
	margin: 0 0 20px;
}
.find-col h3{
	font-family: var(--f2);
	color: var(--cl);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.find-col a{
	border: 2px solid var(--cl);
    padding: 5px 15px;
    display: block;
    width: 40%;
    margin: 16px auto;
    text-transform: uppercase;
    color: var(--cl2);
}
/*find out end section*/

/*contact us section start*/
.contact-usOuter form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 55px 0 0;
}
.contact-usOuter .form-col{
	width: 48%;
}
.contact-usOuter .form-col input, .contact-usOuter .form-col textarea{
	padding: 22px 15px;
	margin-top: 15px;
	border-radius: unset;
}
textarea.form-control{
	height: 91%;
}
.form-colSec{
	width: 100%;
	text-align: right;
}
.form-colSec a{
	padding: 8px 50px;
}
/*contact us section end*/

/*footer start*/
footer{
	background-color: var(--cl4);
	color: var(--cl3);
	padding: 50px 0;
	border-bottom: 1px solid var(--cl3);
	font-weight: 400;
	font-family: var(--f2);
}
.footer-outer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-colSec{
	width: 24%;
}
.footer-colSec li{
	margin: 15px 0;
}
.footer-colSec li{
	width: 100%;
}
.footer-colSec a{
	color: var(--cl3);
}
.footer-colSec span {
    display: block;
    width: 35px;
    float: left;
}
.border-seprater{
	width: 1px;
    background-color: #4d5b7a;
    height: 150px;
}
.footer-colThird h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.footer-colThird ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35%;
}
.footer-colThird img{
	width: 35px;
}
/*footer end*/

