/*!
 * Common CSS files
 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Mulish', sans-serif;
	color: #3e3e3e;
	font-size:18px;
}
.contentContainer {
	padding: 90px 0 90px 0;
	position: relative;
}
.imgResponsive {
	width: 100%;
}
a {
	color: #141414;
}
a:hover {
	text-decoration: none;
	color: #8d8d8d;
}
.postionRelative {
	position: relative;
}
.clearfix {
	clear: both;
}
canvas {
	display: block;
	vertical-align: bottom;
}
.flexCol {
	display:flex;
}
.paddingLR210 {
	padding-left: 210px;
	padding-right: 210px;
}
.paddingRight30 {
	padding-right: 30px;
}
/*----------------------------- Color & Backgrounds ------------------------------------------*/
.text-orange {
	color: #f59032;
}
.text-green {
	color: #39b67a;
}
.text-blue {
	color: #2e6b7c;
}
.pinkBg {
	background: #fef5f2;
}
.background01 {
	background: url(../images/what-we-do-bg.jpg) no-repeat center center;
    background-size: cover;
}
.background01 h2, .background01 p {
	color: #ffffff;
}
.background03 {
    background: url(../images/background-01.jpg) no-repeat left top;
    background-size: cover;
}
.listing01 {
	margin:10px 0 20px 20px;
}
.listing01 li {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #3e3e3e;
	padding: 2px 0 7px 0;
}
/*----------------------------- Heading & Buttons ------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #f59032;
}

h1 {
	font-size:42px;
	font-weight:700;
	line-height: 50px;
}
h2 {
	font-size: 38px;
	font-weight: 400;
	padding: 0 0 11px 0;
	line-height: 50px;
}
h2.lineAfter:after {
    content: "";
    display: block;
    padding: 15px 0 0 2px;
    border-bottom: 4px solid #cccccc;
    max-width: 94px;
    margin: 0 0 12px 0px;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	padding: 5px 0 7px 0;
	margin: 0;
	color:#27687a;
}
h3:after {
    content: "";
    display: block;
    padding: 15px 0 0 2px;
    border-bottom: 4px solid #39b67a;
    max-width: 94px;
    margin: 0 0 12px 0px;
}
h4 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
}
h5 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	padding: 0px 0 7px 0;
	margin: 0;
}
p {
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 19px;
	color: #3e3e3e;
}

.listing01 {
	margin-bottom:20px;
}
.customBtn01 {
    background: #ff9709;
    padding: 17px 20px 17px 20px;
    color: #ffffff;
	font-size: 18px;
	font-weight: 700;
    position: relative;
    border-radius: 50px;
	margin: 30px 0 10px 0px;
	min-width: 195px;
	display:inline-block;
	text-align: center;
}
.customBtn01:hover {
	background: #27687a;
	color: #ffffff;
}
.shadowBox {
	border-radius: 12px;
	box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	background-color: #ffffff;
}
/*----------------------------- Navigation Block ------------------------------------------*/
header {
	padding: 21px 15px 0 15px;
}
.navbar-brand {
	padding:0px;
}
.navbar {
	padding: 0px;
}
a.nav-link {
	font-size: 17px;
	color: #ffffff;
	margin: 38px 11px;
	padding: 0px !important;
	font-weight: 600;
}
a.nav-link:hover {
	color: #ff9709;
}
.navbar li.nav-item.active a {
	color: #ff9709;
}
.navbar-toggler-icon {
	display: block;
	width: 25px;
	height: 1px;
	border: 1px solid #ffffff;
	margin: 6px 0px;
}
.navbar-nav li:last-of-type .nav-link {
    background: #ff9709;
    padding: 13px 28px 14px 28px !important;
    color: #ffffff;
	font-size: 17px;
	font-weight: 800;
    position: relative;
    border-radius: 50px;
	margin: 24px 0 0 11px !important;
}
.navbar-nav li.active:last-of-type .nav-link {
    color: #ffffff;
}
.navbar-nav li:last-of-type .nav-link:hover {
	 background: #27687a;
}
/*----------------------------- Banner Block ------------------------------------------*/
.topOuter {
    background: url(../images/banner-image-digility.jpg) no-repeat 50px top;
    background-size: cover;
	overflow: hidden;
    width: 100%;
    position: relative;
	margin-bottom: 0px;
}
.topBannerBg {
	background: url(../images/banner-digility.png) no-repeat right bottom;
	background-size: cover;
}
.bannerText {
	padding: 156px 0 190px 0;
}
.bannerText h1 {
    font-size: 40px;
    line-height: 50px;
    color: #2e6b7c;
    font-weight: 800;
}
.bannerText h1 span {
	display: block;
}
.bannerText p {
	padding: 9px 0 12px 3px;
}
.bannerText h1:after {
    content: "";
    display: block;
    padding: 31px 0 0 2px;
    border-bottom: 4px solid #cccccc;
    max-width: 94px;
    margin: 0 0 19px 3px;
}
.aboutContent {
	max-width: 840px;
	margin: 0px auto;
}
.aboutContent p {
	font-size: 20px;
}
.imageThumb {
	overflow: hidden;
	width: auto;
	border-radius: 8px;
	box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	display: inline-block;
	max-width: 473px;
}
.courseList {
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
}
.courseListing .courseList:last-of-type {
	border-bottom: 0px solid #e5e5e5;
}
ul.twoColList {
    width: 100%;
    -webkit-columns: 360px;
    -moz-columns: 360px;
    columns: 360px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	margin-left: 20px;
}
ul.twoColList li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	font-size: 18px;
	line-height: 26px;
	color: #3e3e3e;
	padding: 0 0 9px 0;
}
.whatWeDoContent {
    text-align: justify;
	padding-right: 25px;
}
.whatWeDoThumb {
    border: 1px solid #8dcead;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    padding: 12px;
	margin: 80px 0 20px 0;
}
.whatWeDoThumb img, .ourApproachBlock .imageThumb img {
    border-radius: 50%;
    width: 100%;
}
.ourApproachBlock {
	padding: 22px;
	margin: 22px 0;
}
.ourApproachBlock h4 {
	font-size: 17px;
	color: #3e3e3e;
	line-height: 22px;
	text-align: left;
}
.ourApproachBlock p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.ourApproachBlock .imageThumb {
	border: 1px solid #fdead8;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    padding: 6px;
	box-shadow: none;
	max-width: 211px;
	margin-bottom: 10px;
}
.iconList li {
	list-style-type: none;
	background: url(../images/star-icon-blue.png) no-repeat left top;
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #3e3e3e;
	padding: 0 0 0 82px !important;
	min-height: 63px;
	margin-bottom: 30px;
}
.iconList li:nth-child(even) {
  background: url(../images/star-icon-green.png) no-repeat left top;
}
/*----------------------------- Footer ------------------------------------------*/
footer {
	padding: 25px 0 25px 0;
	color: #ffffff;
	background: #27687a;
}
.copyRight {
	font-size: 15px;
	color: #ffffff;
	padding-top: 5px;
}

/*----------------------------- Responsive ------------------------------------------*/
@media (max-width: 1365px) {
	.topOuter {
		background: url(../images/banner-image-digility.jpg) no-repeat right top;
		background-size: cover;
	}
	.topBannerBg {
		background: url(../images/banner-digility.png) no-repeat left bottom;
		background-size: cover;
	}
	.bannerText {
		padding: 107px 0 124px 0;
	}
}
@media (max-width: 1199px) {
	.topOuter {
		background: url(../images/banner-image-digility.jpg) no-repeat left top;
		background-size: cover;
	}
	.topBannerBg {
		background: url(../images/banner-digility.png) no-repeat left bottom;
		background-size: cover;
	}
	.bannerText {
		padding: 70px 0 91px 0;
	}
	.paddingLR210 {
		padding-left: 110px;
		padding-right: 110px;
	}
	.bannerText h1 {
		max-width: 523px;
	}
	
}
@media (max-width: 1244px) {
	.navbar-nav li:last-of-type .nav-link {
		padding: 13px 17px 14px 17px !important;
		font-size: 16px;
	}
	a.nav-link {
		margin: 38px 10px;
	}
}
@media (max-width: 1199px) {
	.navbar .container, .navbar-toggler {
		position: relative;
	}
	.navbar-toggler {
		position: relative;
		min-height: 40px;
	}
    .navbar-collapse {
        position: fixed;
        top: 110px;
        left: 0;
        padding: 0px 0 0 0;
        width: 100%;
        height: 100%;
		background-color: #377b8e;
		z-index: 5;
    }
	.navbar-toggler span {
	   display: block;
	   -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   -o-transform: rotate(0deg);
	   transform: rotate(0deg);
	   position: relative;
	   left: 0;
	   opacity: 1;
	}
	.navbar-toggler span:nth-child(1),
	.navbar-toggler span:nth-child(3) {
	   -webkit-transition: transform .35s ease-in-out;
	   -moz-transition: transform .35s ease-in-out;
	   -o-transition: transform .35s ease-in-out;
	   transition: transform .35s ease-in-out;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(1) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(2) {
		height: 12px;
		visibility: hidden;
		background-color: transparent;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(3) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	a.nav-link {
		font-size: 21px;
		color: #ffffff;
		font-weight: 700;
		margin: 0px auto;
		display: inline-block;
	}
	a.nav-link {
		margin: 15px 30px !important;
		font-size: 18px;
		display: block;
	}
	ul.navbar-nav.ml-auto {
		margin-top: 19px;
	}
	.navbar-nav li:last-of-type .nav-link {
		margin: 10px 30px 28px 30px !important;
		font-size: 17px;
	}
	
	.navbar-toggler {
		background-color: #ff9709;
		border: 1px solid #ff9709;
	}
}
@media (max-width: 991px) {
	.bannerText h1 {
		padding-top: 0px;
		font-size: 34px;
		line-height: 40px;
	}
	.paddingLR210 {
		padding-left: 60px;
		padding-right: 60px;
	}
	h2 {
		font-size: 34px;
		line-height: 41px;
	}
	.bannerText {
		padding: 70px 0 67px 0;
	}
	.bannerText p {
		font-size: 18px;
	}
	.navbar-brand {
		max-width: 300px;
	}
}
@media (max-width: 820px) {
	
	
	.topBannerBg {
		background: url(../images/banner-digility.png) no-repeat -40px bottom;
		background-size: cover;
	}
	
}

@media (max-width: 767px) {
	
	.paddingLR210 {
		padding: 0 20px;
	}
	.topBannerBg {
		background: none;
	}
	.topOuter:before {
		content: ' ';
		  display: block;
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  opacity: 0.9;
		  background-color: #fff;
	}
	div#homeBanner {
		position: relative;
		z-index: 3;
		text-align: center;
	}
	div#homeBanner span {
		display: inline-block;
	}
	.bannerText h1:after {
		margin: 0px auto;
	}
	.bannerText h1 {
		font-size: 33px;
		line-height: 39px;
	}
	.bannerText p {
		font-size: 20px;
	}
	.bannerText {
		padding: 70px 0 51px 0;
	}
	.imageThumb {
		margin-bottom: 20px;
	}
	ul.twoColList {
		margin-bottom: 0px;
	}
	.col-md-6.text-right {
		text-align: left !important;
	}
	.col-md-4.p-0 {
		padding: 0px 15px !important;
	}
	.whatWeDoContent {
		text-align: justify;
		padding-right: 0px;
	}
	.whatWeDoThumb {
		margin: 0px 0 20px 0;
	}
}
@media (max-width: 398px) {
	.navbar-brand {
		max-width: 245px;
	}
}
@media (max-width: 574px) {
	
}
