/*
  Stylesheet CSS 
  Author: Softiconic - http://softiconic.com/
  Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*Reset CSS*/
html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
} 
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a{
	outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #009480;
} 
a:focus, a:hover {
    color: #009480;
    text-decoration: none;
    outline: none;
    outline: 0;
}
button {
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
} 
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
} 
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input{
	vertical-align: middle;
}
select{
	vertical-align: middle;
}
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
} 
button{
	cursor: pointer;
}
button:focus,input:focus,textarea,textarea:focus{
	outline: 0
} 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;font-family: 'Oswald', sans-serif;
}
li {
	list-style: none
}
p {
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
} 
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
} 

/* Header Section */ 
header {
    padding: 0;
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color: white;
}
/*Nav Menu*/
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img {
    height: 90px;
}
.navright i { 
    padding: 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	background-color: #ffe3ba;
    color: #ff9400;
} 
.navright i:hover {
    background-color: #ff9400;
	color: #ffffff;
} 
.dropdown-menu {
    padding: 0;
    margin: 0; 
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
} 
.navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    padding: 15px 0px 15px 35px;
    display: block !important;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    position: relative;
    text-transform: uppercase;
}
.mainmenu ul li ul li a {
    color: #222222;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
}
.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {
    color: #00937e;
    outline: 0;
}
.mainmenu ul li ul li a:hover{
	padding-left: 15px; 
} 
.navbar-light .navbar-toggler{
    padding: 0;
}
.navbar-light .navbar-toggler .fa-bars{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.only-mobile{
    display: none;
}
.only-desktop{
    display: block;
} 
.mainmenu .collapse ul > li:hover > a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #00937e;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background-color: #ffffff;
    border-top: 4px solid #00937e;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background-color: #ffffff
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background-color: #ffffff
}  
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 10px 0;
    min-height: 20px;
    width: 100%;
}
.mainmenu ul li a.dropdown-toggle::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px; 
    position: absolute;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
}
.mainmenu ul ul li a.dropdown-toggle::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
    right: 20px;
}
.mainmenu ul li.dropdown {
    margin-right: 10px;
}
.mainmenu ul ul li.dropdown {
    margin-right: 0px;
} 
/*Sticky Header*/
header.sticky {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.30);
	-o-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.30);
	-moz-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.30);
	-ms-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.30);
	box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.30); 
    animation: sticky_topfade .5s ease-in-out;
    height: auto;
    z-index: 555;
}
.sticky .navright i {
    background-color: #ffe3ba;
    color: #ff9400;
}
.sticky .navright i:hover {
    background-color: #ff9400;
	color: #ffffff;
} 
.sticky .navbar-default .navbar-nav > li > a, .sticky .mainmenu ul li a, .sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.44);
} 

/*---------------
	Bannerr Css
----------------*/
section.banner {
    width: 100%;
    float: left;
	position: relative;
}

.banner-element {
    position: absolute;
    top: 40%;
    left: 13%;
    z-index: 1;
}
.slider-text a {
    display: inline-block;
    background-color: rgb(0 153 136 / 0%);
    color: #fff;
    padding: 15px 50px;
    font-size: 16px;
    border: 2px solid #fff;
    margin-top: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
}
.slider-text a:hover { 
    color: #000;
    border: 2px solid #ffffff;
    background-color: #fff;
}
.slider-text h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 55px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.slider-text p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 30px;
}
.carousel-indicators li {
    /* box-sizing: content-box; */
    -ms-flex: 0 1 auto;
    /* flex: 0 1 auto; */
    width: 15px;
    height: 15px;
    margin-right: 8px;
    /* margin-left: 7px; */
    /* text-indent: -999999999999px; */
    cursor: pointer;
    /* background-clip: padding-box; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    /* transition: opacity .6s ease; */
    /* border-radius: 100%; */
    background-color: #ffffff;
    border: none;
    border-radius: 100%;
    /* margin-bottom: 36px; */
    /* float: left; */
}
.carousel-indicators {
    position: absolute;
    right: 40px;
    top: 40%;
	left: 92%; 
    width: 130px;
    margin: 0 auto;
    transform: rotate(90deg);
    border-radius: 25px;
    height: 37px;
}.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}
.carousel-caption {
    right: 15%;
    top: 325px;
    left: 13%;
    text-align: left;
}
 
/*---------------
	About Css
----------------*/
.donnay-header-bg {
    position: relative; 
    width: 100%;
    background-color: #009480;
}
.overlay-hder {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 200px 0;
}
.overlay-hder::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: -1;	
} 
.donnay-left-title h1 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.donnay-left-title h1::after {
    content: "";
    position: absolute;
    width: 138px;
    height: 5px;
  /*  background-image: url(../images/w-border.png); */
    top: 50%;
    /* left: 80%; */
}

.donnay-right-title {
    float: right;
	    position: relative;
	    top: 21px;
}

.donnay-right-title ul li {
    display: inline-block;
}
.donnay-right-title ul li::after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
}
.donnay-right-title ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
   font-family: 'Oswald', sans-serif; 
    padding: 0px 11px;
}
.donnay-right-title ul li:last-child::after {
    content: '';
}
.donnay-left-title ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    padding: 0px 7px 0px 0px;
    text-transform: capitalize;
    margin-top: 0;
}

/*-----------------
	Contact Us
-----------------*/
section.contact-us {
    padding: 80px 0px;
    width: 100%;
    float: left;
}
.heading-title h3 {
    font-size: 30px;
    font-weight: 600; 
    padding-bottom: 50px;
	position: relative;
	text-transform: capitalize;
}
.heading-title h3::after {
    content: "";
    position: absolute;
    width: 138px;
    height: 5px;
    background-image: url(../images/b-border.png);
    top: 20%; 
}

.section-form input[type="text"],.section-form input[type="email"],.section-form input[type="tel"] {
    margin-bottom: 25px;
    border-radius: 0;
    height: 60px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
	box-shadow: none;
	transition: ease-in-out, width .35s ease-in-out;
}
.ct h1::after {
    left: 65%;
}

.section-form select {
    width: 100%;
    height: 60px;
    padding: 0px 10px;
    border: 1px solid #dddd;
    color: #999;
    background-color: #fafafa;
	box-shadow: none
}
.section-form select option {
	font-size: 15px; 
}
.section-form input[type=text]:focus,.section-form input[type=email]:focus,.section-form input[type=tel]:focus,
.section-form textarea:focus{
  background-color: #f4fcff;
	border: 1px solid #32c5f5
}
.section-form textarea {
    width: 100%;
    /* margin: 30px 0px; */
    border: 1px solid #ddd;
    background-color: #fafafa;
    height: 200px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
}
.submit-btn {
    float: right;
}
.submit-btn input[type="submit"] {
    width: 166px;
    height: 50px;
    border: 1px solid transparent;
    background-color: #32c5f5;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
}
.submit-btn input[type="submit"]:hover{
	background-color: transparent;
	border: 1px solid #32c5f5;
	color: #32c5f5;
}
.section-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
	font-size: 16px
}
.section-form textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #8a8a8a;
	font-size: 16px;
}
.section-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
	font-size: 16px;
}
.section-form textarea:-moz-placeholder { /* Firefox 18- */
 color: #8a8a8a;
	font-size: 16px;
}

.section-form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
	font-size: 16px
}
 
/*--------------------
	Testimunial Css
--------------------*/
.testi h1::before {
    content: "";
    left: 72%;
}
.testi h1::after{
	content: "";
    left: 72%;
}
.testimunials {
    width: 100%;
    float: left;
    padding: 80px 0px 0 0px;
}
.testi-item {
    border: 1px solid #32c5f5;
    padding: 30px;
    position: relative; 
}
.colon {
    position: absolute;
    top: -30px;
    left: 35px;
    background-color: #32c5f5;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 64px;
    box-shadow: 0px 0px 16px #ffc2c2;
	
}
.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.itemsctesti {
    display: inline-block;
    padding: 40px 20px 20px 0px;
    margin: 0;
    width: 100%;
}
.testi-contents {
    padding-top: 40px;
}
.testi-cnt-three {
    position: relative;
    top: 70px;
}
.testi-cnt{
	position: relative;
    top: 40px;
}
.testi-titles {
    position: relative;
    left: 17%;
	 padding-left: 10px;
}
.testi-titles::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -64px;
    width: 55px;
    height: 2px;
    background-color: #32c5f5;
}
.testi-titles h5 {
    font-size: 16px;
    font-weight: 600;
}
.testi-titles p {
    font-size: 13px;
    font-style: italic;
}
.testi-contents p {
    color: #646464;
    font-style: italic;
    line-height: 28px;
} 
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00937e;
}
.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {
    color: #000000;
    outline: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fafafa;
}
.mainmenu ul li a.dropdown-toggle::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
}
.navbar-light .navbar-brand { 
    margin-right: 20px;
}
.sticky .navbar-light .navbar-nav .active>.nav-link, .sticky .navbar-light .navbar-nav .nav-link.active, .sticky .navbar-light .navbar-nav .nav-link.show, .sticky .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0, 0, 0);
}
.sticky .navbar-default .navbar-nav > li > a, .sticky .mainmenu ul li a, .sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
} 
 
.mt-50{
	margin-top: 50px;
} 
/*--------------
  Description Css
--------------*/
section.donnay-contents {
    width: 100%;
    float: left;
    padding: 80px 0px 0px;
}
.contnent-desc p {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
/*--------------
  Testimunial Css
--------------*/
section.donnay-testimunial {
    width: 100%;
    float: left;
	background-image: url("../images/testimunial-bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0px;
	text-align: center;
	    position: relative;
}
.top-icon {
    background-color: #32c5f5;
    display: inline-block;
    height: 90px;
    width: 90px;
    vertical-align: middle;
    border-radius: 100%;
    padding-top: 29px;
	margin-bottom: 50px;
}
.slider-content {
    padding-bottom: 40px;
}
.write-people h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	padding-bottom: 7px;
}
.slider-content p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
}
.write-people p {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}
.write-people {
    padding-bottom: 90px;
}

.overlay-testi::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    top: 0;
    left: 0;
    opacity: .4;
    z-index: 1;
    position: absolute;
}
.overlay-testi {
    position: relative;
    z-index: -1;
}
.banner-element {
    position: absolute;
    top: 30%;
    left: 9%;
    z-index: 1;
    width: 850px;
}
.emc {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 9;
    font-size: 14px;
    color: #32c5f5;
} 
 
/*//slider zoom effect*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
.scmen .leftsc {
    float: left;
}
.scmen .rightsc {
    float: left;
    margin-left: 150px;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #00937e;
    /* color: #fff; */
    text-align: center;
    /* font-size: 20px; */
    text-decoration: none;
    border-radius: 100%;
}
/*#back2Top:hover {
    background-color: #DDF;
	color: #000;
}*/
a#back2Top img {
    position: relative;
    top: 4px;
    width: 12px;
}
.carousel-inner .carousel-item{position: relative}
/*.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}*/

.carousel-inner .carousel-item:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
	content: '';
	left: 0;
	right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
   color: #000;
}
.navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00937e;
}

.draklogo{ display:none}
.sticky .lightlogo{ display: none}
.sticky .draklogo{ display: block}
header.sticky {
    padding: 5px 0; 
}
.donnay-left-title.ss h1:after{
	display: none;
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00937e;
	border-radius: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} 

/*------------------
	Footer Css
------------------*/

footer {
    width: 100%;
    float: left;
    padding: 25px 0px 33px;
    background-color: #222222;
    position: relative;
    /* z-index: -1; */
}
.map-shado {
    position: absolute;
    top: 0;
    background-position: center center;
    height: 450px;
     /* background-image: url(../images/map-shade.png); */
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    opacity: .3;
}
.footer-logo img {
    padding-bottom: 20px;
    width: 240px;
    margin-top: 26px;
}
.footer-logo p {
    color: #fff;
    font-size: 15px;
	    margin-bottom: 10px;
}
.footer-item h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
}
.footer-detail {
    padding-top: 70px;
}
.info-footer ul li a {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
}
.terms {
    padding-top: 70px;
}
.terms ul li a {
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    display: inline-block;
}

.terms ul li a:hover, .info-footer ul li a:hover {
    color: #00937e;
}
.footer-subs {
    position: relative;
}
.footer-item input.form-control {
    padding: 27.6px 30px;
    border: 0;
    border-radius: 27px;
    background-color: #444444;
    /* font-size: 16px; */
}
.footer-item input.submit-btns {
    position: absolute;
    right: 1px;
    top: 0;
    padding: 17px 35px;
    border-radius: 30px;
    border: 0;
    background-color: #00937e;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    cursor: pointer;
    letter-spacing: 1px;
}
.footer-item input.submit-btns:hover {
    background-color: #008ccf;
    color: #fff;
}
.footer-item a{
	color: #fff
}
.footer-item a:hover{
	color: #00937e
}
.footer-item input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-item input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer-item input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-item input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
	
}
.footer-item .form-control:focus {
    color: #fff;
    background-color: #6b6b6b; 
}
.social-part {
    width: 100%;
    float: left;
    padding-top: 25px;
    border-top: 1px solid #444444;
    margin-top: 45px;
}
.footer-item {
    padding-bottom: 35px;
}
.cpoyright p {
    color: #fff;
    font-size: 15px;
	    padding-top: 5px;
}
.footer-social-icons ul li {
    display: inline-block;
}
.footer-social-icons {
    float: right;
}
.footer-social-icons ul li a {
    display: inline-block;
    color: #000000;
    /* padding: 6px 10px; */
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 0px 15px;
    line-height: 37px;
}
.footer-social-icons ul li a:hover { 
    color: #fff; 
    background-color: #009480; 
}
.topbar {
    background-color: #000;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.topbar a{
	color: #fff
}
.topbar a:hover{
	color: #00937e
}
.topbar i {
    padding-right: 5px;
}
.top-contact {
    margin-left: 15px;
}
.emailtel {
    text-align: right;
} 
.sticky .topbar{
	display: none
}
.sticky .mainmenu { 
    padding: 0px 0; 
}
.sticky .navbar-brand img {
    height: 60px;
} 
.container {
    max-width: 1600px;
    padding: 0 100px;
}
.resumesc a {
    background-color: #009480;
    color: #fff !important; 
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: 40px;
    border-radius: 30px;
}
.resumesc a:hover {
    background-color: #000; 
}label {
    display: block; 
}
.eael-contact-form-7-wrapper input,.eael-contact-form-7-wrapper textarea{
	margin-top: 7px!important
}.eael-contact-form-7-wrapper textarea{ 
    height: 180px;
}.donnay-left-title h1 { 
    text-transform: uppercase; 
}