@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
body a:hover{
	text-decoration:none;
}

.innerback{
	background:url(../img/innerback.jpg) no-repeat top/cover;
}
.container-fluid{
	width:100%;
	padding-right:0px;
	padding-left:0px;
	margin:0;
}

html, body {
    height: 100%;
    font-size: 16px;
    color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans Narrow', sans-serif;
	margin:0;
}

ul,label{
	margin:0;
	padding:0;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover{
	text-decoration:none;
}

body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}

.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}


.floatleft {
    float: left;
}
.floatright {
    float: right;
}
a:hover {
    color: #cee002;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.header-right{
	float: right;
}
/*===================================================== hedaer ===========================================================*/
@charset "utf-8";
/* CSS Document */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
@media (min-width: 768px) {

}
@media only screen and (max-width: 600px) {
      .navbar-center {
    position: absolute;
    left: 0%;
    transform: translatex(-0%);
	right: 0%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
      .navbar-center {
    position: absolute;
    left: 0%;
    transform: translatex(-0%);
	right: 0%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
      .navbar-center {
    position: absolute;
    left: 0%;
    transform: translatex(0%);
	right: 0%;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
      .navbar-center {
    position: absolute;
    left: 39%;
    transform: translatex(-39%);
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
      .navbar-center {
    position: absolute;
    left: 39%;
    transform: translatex(-39%);
  }
}
.navbar-fixed-top{
	background-color:rgba(255,255,255,0)  !important;
	font-family: "Montserrat", Sans-serif;
}
.navbar-brand{
	background-color:rgba(255,255,255,0)  !important;
	padding:0px;
	padding-left:40px;
	margin-top:-10px;
}
.navbar{
	font-family: "Montserrat", Sans-serif;
	font-size:20px;
	background-color:rgba(255,255,255,0)  !important;
	box-shadow:none;
	border-color:none;
}
.navbar ul{
	font-family: "Montserrat", Sans-serif;
	font-weight:500;
}
.dropdown-menu{
	float:right;
}
.navbar-right{
	padding-right:50px;
}
@media (min-width: 1024px) {
	.navbar ul.nav > li > a:hover,
	.navbar ul.nav > li > a:focus{
		color: #000;
	}
	.navbar ul.nav > li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: "\f0d7";
		margin-left: 5px;
		margin-top: 2px;
	}
	.navbar li.dropdown ul.dropdown-menu {
		-moz-box-shadow: 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 0px;
		-o-box-shadow: 0px 0px 0px;
		box-shadow: 0px 0px 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		padding: 0;
		width: 200px;
		background: #333;
		border: solid 1px #e0e0e0;
		border-top: solid 5px;
	}
	.navbar li.dropdown ul.dropdown-menu > li a:hover, 
	.navbar li.dropdown ul.dropdown-menu > li a:hover {
		
		background:#fff;
	}
	.navbar li.dropdown ul.dropdown-menu > li > a {
		padding: 10px 15px;
		border-bottom: solid 1px #eee;
		color: #fff;
	}
	.navbar li.dropdown ul.dropdown-menu > li:last-child > a {
		border-bottom: none;
	}
	.navbar ul.navbar-right li.dropdown ul.dropdown-menu li a {
		text-align: right;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		display: inline-block;
		float: none !important;
		margin: 0 !important;
	}
	.navbar .navbar-header {
		float: none;
		display: block;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	.navbar .navbar-toggle {
		display: inline-block;
		float: left;
		margin-right: -200px;
		margin-top: 10px;
	}
	.navbar .navbar-collapse {
		border: none;
		margin-bottom: 0;
	}
	.navbar .navbar-collapse.collapse {
		display: none !important;
	}
	.navbar .navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar .navbar-nav {
		float: none !important;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px -15px;
	}
	.navbar .navbar-nav > li {
		float: none;
		background:#fff;
	}
	.navbar li.dropdown a:before {
		font-family: 'FontAwesome';
		content: "\f105";
		float: right;
		font-size: 18px;
		margin-left: 10px;
	}
	.navbar li.dropdown.on > a:before {
		content: "\f107";
	}
	.navbar .navbar-nav > li > a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
		border-top: solid 1px #e0e0e0;
		margin-bottom: -1px;
		background:#fff;
	}
	.navbar .navbar-nav > li:first-child > a {
		border-top: none;
	}
	.navbar ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
		border-bottom: solid 1px #e0e0e0;
	}
	.navbar ul.nav li.dropdown li a {
		float: none !important;
		position: relative;
		display: block;
		width: 100%;
	}
	.navbar ul.nav li.dropdown ul.dropdown-menu {
		width: 100%;
		position: relative !important;
		background-color:#fff;
		float: none;
		border: none;
		padding: 0 0 0 15px !important;
		margin: 0 0 -1px 0 !important;
		-moz-box-shadow: 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 0px;
		-o-box-shadow: 0px 0px 0px;
		box-shadow: 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px;
		-o-border-radius: 0px 0px 0px;
		border-radius: 0px 0px 0px;
	}
	.navbar ul.nav li.dropdown ul.dropdown-menu > li > a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
		color: #fff;
	}
	.navbar ul.nav ul.dropdown-menu li a:hover, 
	.navbar ul.nav ul.dropdown-menu li a:focus {
		background-color: #2e2e2e;
		color: #fff;
	}
	.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
		float: none !important;
		left: 0;
		padding: 0 0 0 15px;
		position: relative;
		background: transparent;
		width: 100%;
	}
	.navbar ul.nav ul.dropdown-menu li.on > ul.dropdown-menu {
		display: inline-block;
		margin-top: -10px;
	}
	.navbar li ul.dropdown-menu li > a:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar .navbar-collapse {
		margin-left: 0;
	}
	.navbar ul.nav {
		margin-left: -15px;
	}
	.navbar ul.nav {
		border-top: solid 1px #000;
	}
}
@media (max-width: 991px) {
	.navbar{
		background-color:rgba(255,255,255,0)  !important;	
	}
	.navbar .navbar-toggle {
		float: right;
		margin-right: 0;
		background: #414141;
		border-radius: 0px;
		color: #fff;
		width: 40px;
	}
	.navbar .navbar-toggle:hover,
	.navbar .navbar-toggle:focus {
		background: #2e2e2e;
		border-radius: 0px;
		color: #fff;
	}
}
.navbar ul li > ul {
	border: none;
	background: none;
	border-bottom: 2px solid #414141;
	border-radius: 0;
	position: absolute;
	padding: 15px 0 0;
	top: 44px;
	width: 230px;
}
.navbar-nav  li a {
	text-transform: capitalize;
}
.navbar ul ul li {
	border-bottom: 1px solid #414141;
	display: block;
	background: #fff;
}
.navbar ul ul li a {
	display: block;
	margin: 0;
	color: #fff;
	background-color: #414141;
	position: relative;
	transition: .4s;
	border: none;
	font-size:16px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
.nav.navbar-nav {
	float: none;
}
.has-dropdown {
	position: absolute;
	z-index: 10;
	right: 0;
	right:0;
	top: 0;
	display: block;
	border-left: 1px solid #e0e0e0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	pointer-events: none;
	display: none;
}
.has-dropdown::before {
	content: "\f107";
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    left: 19px;
    top: 10px;
    display: block;
    font-size: 24px;
    z-index: 99;
}
@media (max-width: 1199px) {
	.navbar ul.nav > li > a {
		padding: 15px 22px;
	}
}
/*@media (max-width: 991px) {
	.has-dropdown {
		display: block;
	}
}*/
@media (max-width: 991px) {
	.has-dropdown {
		display: block;
	}
	.navbar ul li > ul {
		position: static;
		width: 100%;
		border: none;
		box-shadow: none;
		float: none;
		margin: 0;
		padding: 0
	}
	.navbar ul ul li {
		background: #000;
		border-bottom: 1px solid #414141;
	}
	.navbar ul ul li a {
		color: #fff;
		font-size:16px;
	}
	.navbar ul.nav > li > a {
		margin-bottom: 0;
		border-top: none;
	}
}
@media (min-width: 992px) {
	.navbar{
		background-color:rgba(255,255,255,0)  !important;
	}
	.navbar ul.nav > li > a {
		padding: 15px 9px;
		color: #fff;
		font-size: 18px;
		font-weight:600;
		padding-top:25px;
	}
	.navbar ul.nav > li > a:hover, .navbar ul.nav > li > a:focus { 
	color:#fff;
	}
	.navbar-nav > li:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	    color: #fff;
	    text-decoration: none;
	    background-color: #2e2e2e;
	}
	.navbar ul li > ul {
		border: none;
		background: none;
		border-radius: 0;
		position: absolute;
		padding: 15px 0 0;
		top: 60px;
		width: 230px;
		display: block;
		visibility: hidden;
		opacity: 0;	
}
	.navbar ul li:hover .dropdown-menu{
		transition: all 0.5s ease-in-out;
		opacity: 1;
		visibility: visible;
		top: 44px;
	}
}
.navbar .navbar-nav>li>a {
    color: #000;
}
.navbar .navbar-nav>li>a:hover , .navbar .navbar-nav>li>a:focus {
    color: #000;
}
.fixed-me{
    transition: all 1s ;
}
.fixed-me{
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
	margin-top: 0px;
   /* border-bottom: 3px solid #ccc !important;*/
    background-color:#999;
}
.drop-menu-img {
	display:inline-block;
}
.navbar ul li > ul {
	margin-right: -80px;
}
.navbar-fixed-top.scrolled {
  background-color: rgba(0,0,0,0.8) !important;
  transition: background-color 200ms linear;
  z-index:10000;
}

.navbar-fixed-top.scrolled .nav-link {
  color:#555;
}
/*===================================================== hedaer ===========================================================*/


/*===================================================== slider ===========================================================*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*===================================================== slider ===========================================================*/


/*===================================================== section1 ===========================================================*/
.section1  p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto;
	font-family: 'Roboto',sans-serif;
	color: #777;
	line-height:24px;
}
.section1{
	padding-top: 60px; padding-bottom: 60px;
}
.section1 .no-padding {
    padding: 0 !important;
	text-align:left;
}
.section1 .bg-light-gray {
    background-color: #fff;
}
.section1 .cover-background {
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 1199px)
.section1 .md-padding-70px-tb {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.section1 .padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
}
.section1 .padding-90px-tb {
    padding-top: 70px;
    padding-bottom: 90px;
}
.section1 .section-heading.left {
    text-align: left;
}

.section1 .section-heading.half {
    margin-bottom: 30px;
}
.section1 .section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.section1 .section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto;
	font-family: 'Open Sans',sans-serif;
	color: #6f6f6f;
	line-height:24px;
}
.section1 .margin-30px-bottom {
    margin-bottom: 30px;
}
.section1 .feature-box-06 {
    text-align: left;
    transition: all 0.5s ease 0s;
}
.section1 .feature-box-06 i {
    color: #ff5e14;
}
.section1 .margin-20px-bottom {
    margin-bottom: 20px;
}
.section1 .font-size36 {
    font-size: 36px;
    line-height: normal;
}
.section1 .margin-10px-bottom {
    margin-bottom: 10px;
}
.section1 .font-weight-600 {
    font-weight: 600;
}
.section1 .font-size14 {
    font-size: 14px;
    line-height: normal;
}
.section1 .text-uppercase {
    text-transform: uppercase!important;
}
.section1 .rs h4{
	font-family: 'Hind',sans-serif;
	text-transform:capitalize;
	font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: 0.5s;
    margin: 0;
    color: #061538;
    margin-bottom: 8px;
}
.section1 .feature-box-06 p {
    color: #6f6f6f;
}
.section1 .no-margin {
    margin: 0 !important;
}
.section1 .rs p{
	font-weight: 400;
    line-height: 24px;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
}
.section1 .margin-30px-top {
    margin-top: 30px;
}
.section1 .section-thumb {
    position: absolute;
    left: 0;
    top: 5px;
}
.section1 .section-body {
    position: relative;
    top: 0;
    display: inline-block;
}
.section1 .section-title .sub-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
	font-family: "Hind", sans-serif;
	color: #ff5e14;
}
.section1 .section-title .main-title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #061538;
}

.section1 .counter{
	padding-left: 20px;
}
.section1 .counter p{
    font-size: 24px;
    color: #061538;
	font-family: "Hind", sans-serif;
	font-weight: 500;
    line-height: 1.2;
}
.section1 .counter p span{
    font-size: 24px;
    color: #ff5e14;
	font-family: "Hind", sans-serif;
	font-weight: 600;
}
/*===================================================== section1 ===========================================================*/



/*===================================================== section2 ===========================================================*/
.section2{
	padding-top:80px; padding-bottom:80px;
	text-align:center;
	background:url(../images/section2back.jpg) no-repeat top/cover;
}
.section2 h2{
   	font-size: 28px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
	color:#000;
	text-align:center;
	margin-bottom: 10px;
}
.section2 h4{
    background: #fb6301;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.8px;
    margin: 0px;
    margin-bottom: 50px;
}
.section2 .blog-info {
    padding: 25px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	background:#fff;
	margin-right: 20px;
}
.section2 .post-date {
    height: 80px;
    width: 80px;
    background: #fb6301;
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    left: 15px;
    margin-top: -95px;
    padding-top: 15px;
    border: 4px #fff solid;
    border-radius: 10px;
}
.section2 .post-date {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.section2 .post-date span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.section2 .post-meta {
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px !important;
    text-align: left;
    padding-bottom: 10px;
}
.section2 .post-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #a7a7a7;
    text-transform: none;
    font-size: 13px;
}
.section2 .post-meta li i {
    padding-right: 10px;
}
.section2 .post-meta li a {
    margin-right: 5px;
    color: #fb6301;
    font-size: 13px;
}
.section2 h3 {
    line-height: 19px;
	font-size: 24px;
	font-weight:600;
	text-align:left;
	padding-left: 20px;
}
.section2 h3 a{
   	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
	color:#000;
	text-align:left;
}
.section2 p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #777;
	padding-left: 20px;
	padding-bottom: 20px;
}
/*===================================================== section2 ===========================================================*/



/*===================================================== section3 ===========================================================*/
.section3{
	background:url(../images/enquiry.jpg) no-repeat top/cover;
}
.section3 .form-bg{
  
}
.section3 form{
    font-family: 'Roboto', sans-serif;
}
.section3 .form-group .fa{
	coor:#ccc;
}
.section3 .form-horizontal .header{
    padding: 30px 25px;
    font-size: 30px;
    color: #333;
    text-align: center;
    text-transform:capitalize;
    border-radius: 3px 3px 0 0;
}
.section3 .form-horizontal .heading{
    font-size: 16px;
    color: #333;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
	font-weight:600;
}
.section3 .form-control{
	background: rgba(255,255,255,0.9);
}
.section3 .form-horizontal .form-content{
    padding: 25px;
    /*background: rgba(255,255,255,0.5);*/
	/*border:1px solid #fff;*/
}
.section3 .form-horizontal .form-control{
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border: 2px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
	box-shadow: 2px 2px 8px 2px #ced6db;
}
.section3 .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
}
.section3 .form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.section3 .form-horizontal textarea.form-control{
    resize: vertical;
    height: 100px;
}
.section3 .form-horizontal .btn{
    font-size: 18px;
    color: #4e4e4e;
    float: right;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 25px;
    transition: all 0.5s ease 0s;
	background:#fb6301;
}
.section3 .form-horizontal .btn:hover{
    background: #fb6301;
    border-color: #fb6301;
}
/*===================================================== section3 ===========================================================*/


/*===================================================== footer ===========================================================*/
.footer-logo {
	text-align: center;
}
.footer-sec {
	background:url(../images/footerback.jpg) no-repeat top/cover;
	padding-top: 170px;
	padding-bottom: 100px;
	position:relative;
	
    background: #292222;
}
.footer-menu {
	padding-bottom: 50px;
	padding-top: 70px;
	text-align:center;
}
.footer-menu li {
	display: inline-block;
	padding-right: 70px;
}
.footer-menu li:last-child{
	padding-right:0px;
}
.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;	
}
.footer-menu li a:hover{
	color:#e95615
}
.footer-short-desc {
	width: 455px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
.footer-copyright {
	text-align: center;
}
.footer-copyright span {
	color: #fff;
}
.footer-copyright span a{
	color:#fb6301;
}
.footer-shape {
	position: absolute;
	top: 0;
	height: 60px;
	width: 1px;
	background: #e95615;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.footer-shape::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #e95615;
	bottom: -24px;
	left: -1px;
	border-radius: 100%;
}
.footer-shape::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #e95615;
	bottom: -44px;
	left: -1px;
	border-radius: 100%;
}
/*===================================================== footer ===========================================================*/
