/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

::placeholder {
	color: #00000c !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #00000c !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #00000c !important;
  }

  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,400;1,600;1,700;1,800;1,900&display=swap');

  @font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
::selection {
	color: #fff;
	background: #00c2e5;
}
::-moz-selection {
	color:#fff;
	background:#00c2e5;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 28px;
	color: #3f3f3f;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Graphik';
	color: #101934;
}
h1 {
	font-family: 'Graphik';
	font-weight: 700;
	font-style: normal;
	font-size: 4.5rem;
	line-height: 80px;
	color: #fff;
	margin-bottom: 60px;
	text-transform: uppercase;
	width: 480px;
}
h1 span{
	color: #44b85b;
	border-bottom: solid 2px #44b85b;
	display: inline-block;
}
h2 {
	font-family: 'Graphik';
	font-weight: bold;
	font-style: normal;
	font-size:3.25rem;
	line-height:65px;
	color: #273236;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: 'Graphik';
	font-weight: bold;
	font-style: normal;
	font-size: 21px;
	line-height: 28px;
	color: #273236;
	background-color: inherit;
	padding: 0;
	margin: 0 0 10px 0;
}
h4 {
	font-family: 'Graphik';
	font-weight: 700;
	font-style: normal;
	font-size: 27px;
	line-height: 35px;
	color: #fff;
	background-color: inherit;
	padding: 0;
	margin: 0;
}

h5 {
	font-family: 'Graphik';
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 39px;
	color: #383838;
	background-color: inherit;
	padding: 0 7px 0 20px;
	margin: 0 0 45px 0;
	border-left: solid 8px #018cd1;
}

h6 {
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #31363c;
	padding: 0;
	margin: 0;
}
b{
	color: #44b85b;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.03em;
}
p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3f3f3f;
	font-size: 17px;
	line-height: 27px;
	padding: 0;
	margin: 0;
}
p a {
	color: #3f3f3f;
}
p a:hover {
	color: #3f3f3f;
}

.btn {
	border: none;
}
.btn-primary {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #fff !important;
	background-color: #0183c9 !important;
	text-transform:capitalize;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	border: none;
	padding: 18px 35px;
	margin: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
}
.btn-primary:focus {
	color: #fff !important;
	background-color: #0183c9 !important;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
	box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
}
.btn-primary:visited {
	color: #fff !important;
	background-color: #0183c9 !important;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
	box-shadow: -1px 7px 15px 0px rgba(34,0,64,0.23);
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #0183c9 !important;
	outline: none !important;
	border: none !important;
}
.btn-primary svg{
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}
.btn-secondary {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	background-color: #ef661b;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	border: none;
	padding: 22px 60px;
	margin: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
}
.btn-secondary:focus {
	color: #fff !important;
	background-color: #ef661b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
}
.btn-secondary:visited {
	color: #fff !important;
	background-color: #ef661b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	-moz-box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
	box-shadow: 0px 0px 0px 0px rgba(34,0,64,0.23);
}
.btn-secondary:hover {
	color: #fff !important;
	background-color: #ef661b;
	outline: none !important;
	border: none !important;
}
a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
button:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: auto;
	/*  transition: all 0.5s;*/
	z-index: 9;
	margin: 0px auto;
}
#header #logo {
	float: left;
	margin: 10px 0px;
}
#header #logo h1 {
	font-size: 36px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}
#logoMobile{
	display: none;
}
#header .booknow{
	float: right;
	margin-top: 46px;
	margin-left: 50px;
}

@media (max-width: 768px) {
#header #logo h1 {
	font-size: 28px;
	margin-top: 0;
}

}
/*#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

#navbg {
    margin-top: 0; 
}
.nav-sec {
	width:100%;
	margin-top: 99px;
}
/*.nav-sec .container {
	max-width:1195px;
}*/

.nav-menu, .nav-menu * {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
	margin-left: 0;
}
.nav-menu ul li:hover > ul{
	display: block;
	margin-left: 10px;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 1px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
	position: relative;
	padding:0;
	margin-right: 0;
}

 @media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-style:normal;
	font-weight:600;
	font-size: 18px;
	line-height: 60px;
	text-transform: capitalize;
	outline: none;
	letter-spacing: 0.05em;
	/*border-bottom: solid 4px #002144;*/

}
.nav-menu a:hover {
	color: #000;
	/*border-bottom: solid 4px #44b85b;*/
}
.nav-menu li:hover > a {
	color: #000;
	/*border-bottom: solid 4px #44b85b;*/
}
/*.nav-menu > li:last-child  a {
    padding-left:20px;
	padding-right:0px;
}*/
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 0 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	margin-left: 0;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 4px;
	color: #000000;
	transition: 0.3s;
	display: block;
	font-size: 17px;
	line-height: 22px;
	text-transform: none;
	width: 100%;
	border-bottom: 0px !important;
}
.nav-menu ul li:last-child a {
	border-bottom:0px;	
}
.nav-menu ul li:hover > a {
	color: #0683cc;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
#mobile-nav-toggle i.fa.fa-times {
	color: #fff;
}
@media (max-width: 991px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 9999;
	background: #fff;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	padding: 10px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
	font-size:14px;
}
/*#mobile-nav ul li li:last-child {
	border-bottom: 0px;
}*/
#mobile-nav ul li li a {
	color: #fff;
	padding: 10px 22px 0px 15px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff;
}
#mobile-nav ul .menu-item-active {
	color: #fff;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}



#header #hright {
	float: right;
	margin-left: 0;
}
#header .btn-secondary{
	margin-top: 24px;
	float: right;
}



/* ============ header title =========== */
.home-banner {
	width: 100%;
	overflow: hidden;
	background: url(../images/bannerBg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 90px 0px;
}
.sliderimg{
	width: 60%;
	float: right;
	text-align: right;
	margin-right: 0;
}
.sliderimg img{
	width: 100%;
	float: right;
}
.home-banner  .btn-primary{
	padding: 24px 70px;
}
.home-banner .container{
	display: flex;
	align-items: center;
}
.sliderInfo{
	width: 40%;
	float: left;
}
.sliderInfo h1{
	text-align: left;
	margin-bottom: 30px;
}
.sliderInfo p{
	color: #fff;
	font-size: 28px;
	margin-bottom: 80px;
	line-height: 35px;
}

.carousel-control-prev-icon {
	background: url(../images/arow.svg) 0 bottom no-repeat;
	width: 60px !important;
	height: 80px !important;
	transform: rotate(180deg);
	opacity: 1 !important;
}
.carousel-control-next-icon {
	background: url(../images/arow.svg) 0 0 no-repeat;
	width: 60px !important;
	height: 80px !important;
	opacity: 1 !important;
}
.carousel-control-prev {
    width: 10%;
    opacity: 1;
}
.carousel-control-next {
    width: 10%;
    opacity: 1;
}

/* ============ header title =========== */

.titlegap70{
	padding-bottom: 70px;
}
.secgap{
	padding-top: 70px;
	padding-bottom: 90px;
}

.about-outer{
    display: flex;
	width: 100%;
}
.aboutInfo{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 30px;
}
.about-outer h2{
	margin-bottom: 30px;
}
.aboutInfo .btn-secondary{
	width: 220px;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
}
.about-outer p{
	font-size: 20px;
	margin-bottom: 25px;
}

.servicesOuter{
    display: flex;
	width: 100%;
	background: #f5f7f8;
	padding: 100px 0px;
	position: relative;
}
.servicesOuter:before{
	content:"";
	position: absolute;
	width: 627px;
	height: 484px;
	background: url(../images/servicesPattern.png) 0 0 no-repeat;
	left: 0;
	top:150px;
}
.servicesOuter:after{
	content:"";
	position: absolute;
	width: 367px;
	height: 368px;
	background: url(../images/servicesPattern2.png) 0 0 no-repeat;
	right: 0;
	bottom:0;
}
.servicesOuter h2{
	text-align: center;
}
.servicesBox{
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.06);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
}
.serviceIcon{
	width: 106px;
	float: left;
	position: relative;
}
.serviceIcon:before{
	content:"";
	position: absolute;
	width: 4px;
	height: 72px;
	background: #00a4f4;
	left: -30px;
}
.serviceInfo{
	width: calc(100% - 106px);
	float: right;
}
.serviceInfo p{
	margin-bottom: 10px;
}
.serviceInfo a{
	font-size: 15px;
	color: #ef661b;
	font-family: 'Graphik';
    font-weight: 600;
	font-style: normal;
	position: relative;
}
.serviceInfo a:after{
	content:"";
	position: absolute;
	width: 9px;
	height: 10px;
	background: url(../images/readMoreArow.png) 0 0 no-repeat;
	right: -18px;
	top:3px;
}




.easySteps{
    display: flex;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	background: url(../images/stepBG.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.stepCol{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.easySteps h2{
	text-align: center;
	color: #fff;
}
.stepCol h4{
	margin-top: 50px;
	display: block;
}
.stepCircle{
	width: 170px;
	height: 170px;
	border:  solid 2px #70a0c1;
	background: #014778;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.number{
	position: absolute;
	bottom: -24px;
	width: 38px;
	height: 38px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ef501b;
	font-family: 'Graphik';
    font-weight: 600;
	font-style: normal;
}
.easySteps .col-lg-3:after{
	content: "";
	position: absolute;
	width: 163px;
	height: 2px;
	background: url(../images/dashBorder.png) 0 0 no-repeat;
	right: -100px;
	top: 86px;
}
.easySteps .col-lg-3:last-child:after{
	display:  none !important;
}

.repositoryOuter{
	display: flex;
	width: 100%;
	padding: 100px 0px 30px 0px;
	position: relative;
	/*background: url(../images/bottomBg.png) 0 bottom no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.repositoryRow{
	border-bottom: dashed 2px #ededed;
	padding-bottom: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.repositoryOuter .btn-secondary{
	margin-top: 30px;
	float: left;
	padding: 14px 40px;
}
.list{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.list p{
	font-size: 20px;
}
.repositoryRow a{
	font-size: 15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 12px;
	display: inline-block;
	background-color: #00a4f4;
	color: #fff;
	margin-bottom: 5px;
}
.repositoryRow a:hover{
	color: #fff;
	background-color: #ef661b;
}
.repositoryImg{
	position: absolute;
	margin: 80px 0 0 30px;
}
.onlyText a{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3f3f3f;
	font-size: 20px;
	line-height: 27px;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	display: inline-block;
	background-color: inherit;
	text-decoration: underline;
}
.onlyText a:hover{
	color: #ef661b;
	background-color: inherit;
	text-decoration: underline !important;
}

.testimonials-outer {
    display: flex;
	width: 100%;
	display: none;
}
.testimonials-outer.secgap {
	padding-bottom: 0px;
}

.testimonials-outer h2{
    text-align:center
}
.testimonials-outer .owl-item{
	padding: 20px;
}
.testimonials-outer .item{
	padding: 20px;
	text-align: center;
}
.test-col p{
	width: 760px;
	margin: auto;
	font-size: 20px;
	line-height: 30px;
}
.test-col h6{
	font-family: 'Graphik';
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-top: 6px;
	font-weight: 700;
	margin-top: 40px;
}
.quote-sec{
	width: 60px;
	height: 60px;
	background: #0486cc;
	-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	margin: auto;
	margin-bottom: 40px;
}

.testimonials-outer .owl-carousel .owl-nav.disabled {
    display: block;
	position: absolute;
	top: calc(100% - 50%);
	width: 100%;
}
.testimonials-outer .owl-prev{
	position: absolute;
	left: 0;
}
.testimonials-outer .owl-next span{
	font-size: 0px;
}
.testimonials-outer .owl-next span::after{
	content: "";
	width: 45px;
	background: url(../images/arow2.svg) no-repeat;
	height: 15px;
	position: absolute;
	right: -50px;
}
.testimonials-outer .owl-prev span{
	font-size: 0px;
}
.testimonials-outer .owl-prev span::after{
	content: "";
	width: 45px;
	background: url(../images/arow2.svg) no-repeat;
	height: 15px;
	position: absolute;
	transform: rotate(180deg);
	left: -50px;
}
.testimonials-outer .owl-next{
	position: absolute;
	right: 0;
}
.testimonials-outer .owl-two .owl-item{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.testimonials-outer .owl-theme .owl-nav {
    display: none;
}
.testimonials-outer .owl-theme .owl-dots {
    margin-top:10px;
}
.testimonials-outer .owl-theme .owl-dots .owl-dot.active span{
	background-color: #fe5e00;
}
.testimonials-outer .owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
}





.footer-sec {
	background: url(../images/footerBg.gif) 0 0 repeat;
	padding: 100px 0 30px 0;
	display: flex;
	color: #31363c;
	font-weight: 600;
	margin-top: 60px;
}
.footer-sec h4{
	color: #31363c;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 2.5rem;
	font-weight: 600;
}
.footer-sec p{
	color: #31363c;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 600;
}
.footer-sec ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}
.footer-sec ul li {
	font-size: 1.5rem;
	font-style: normal;
	font-size:16px;
	line-height:22px;
	color: #31363c;
	padding:0 0 0 0;
	margin:0 0 15px 0;
	font-weight: 600;
}
.footer-sec ul li a{
	color: #31363c;
}
.footer-sec ul li a:hover{
	color: #31363c;
}
.footer-sec ul.social {
	padding:0 0 0 0;
	margin:0 0 0 40px;
	list-style-type:none;
}
.footer-sec ul.social li {
	width: 42px;
	height: 42px;
	background-color: #0375bf;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
}
.footer-sec ul.social li a{
	color: #fff;
	display: block;
	font-size: 1.4rem;
}
.footer-sec ul.social li a:hover{
	color: #fff;
}
.contactDetails{
	float: right;
}
.footer-bottom{
	margin-top: 50px;
	border-top: solid 1px;
	border-color: #eaeced;
	padding-top: 40px;
}
.footer-bottom p{
	color: #31363c;
	font-weight: 400;
}
.designby p{
	text-align: right;
	font-size: 14px;
	opacity: calc(0.5);
}
.footerMid{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footerMid img{
	margin-bottom: 40px;
}

/* ============ footer =========== */
.innerBanner{
	padding: 20px 0px;
}
.innerBanner h1{
	margin-bottom: 0;
}

.innerBanner .sliderInfo{
	width: 60%;
}
.innerBanner .sliderimg{
	width: 40%;
}
.aboutInner-outer{
	width: 100%;
	display: flex;
	padding-top: 100px;
}
.aboutInner-outer p{
	margin-bottom: 30px;
}

.servicesInnerOuter{
	width: 100%;
	padding-top: 0;
}
.firstRow{
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 40px 0px 80px 0px;
}
.firstRow:nth-child(even) {
	background:#f5f5f5;
}
.firstRow:nth-child(odd) {background: #fff}
.firstRow:last-child{padding-bottom: 40px;}

.servicesInfo p{
	margin-bottom: 20px;

}

.repositoryInnerOuter{
	width: 100%;
	display: flex;
	padding-top: 100px;
}



