@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
 @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #e38c1b;
}
a:hover {
  text-decoration: none;
  color: #cf7b0e;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
p {
/* font-family: arial;*/

}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
}
.contactInfo h5 {
  color: #fff;
  margin-left: 25px;
  font-size: 18px;
}
.contactInfo h5 a {
  color: #fff;
}
.contactInfo h5 span {
  color: #fff;
  padding-right: 10px;
}
h5.phone span {
  font-size: 18px;
  font-weight: bold;
}
h5.phone {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
h5.phone a {
  color: #ffffff;
  display: inline-block;
  line-height: 42px;
  margin-right: 30px;
}
ul.links {
  float: right;
  margin-bottom: 15px;
}
.links li {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  border-right: 2px solid #fff;
  color: #fff;
  display: inline-block;
}
.links li:last-child {
  border-right: 0px solid #fff;
}
.links li a {
  color: #fff;
}
.contactInfo {
  float: right;
  display: flex;
}
.subsCribes .form-control {
  border-radius: 4px 0 0 4px;
  border-radius: 50px 0 0 50px;
  background-color: transparent;
  border-right: 0;
  padding: 8px 20px;
  border-color: #fff;
}
.subsCribes input[type="email"] {
  width: 246px;
}
 .subsCribes input[type="email"]::-webkit-input-placeholder { /* Edge */
 color: #fff;
}
 .subsCribes input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
 .subsCribes input[type="email"]::placeholder {
 color: #fff;
}
.btn-info {
  border-radius: 0 50px 50px 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00aeef', GradientType=0 );
  padding: 8px 21px;
  border: 1px solid #fff;
  border-left: 0;
}
.socialIcon a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 24px;
}
.bannerArea {
  position: relative;
}
.bannerArea img {
  width: 100%;
}
.bannercaption {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 44%;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #fff;
  z-index: 999;
}
.bannercaption h1 {
  font-size: 120px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
}
.bannercaption h2 {
  font-size: 63px;
  margin: 10px 0 50px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}
.bannercaption ul li a {
  border: 2px solid #fff;
  color: #fff;
  width: auto;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 39px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 2px;
  font-family: 'Anton', sans-serif;
  position: relative;
}
/*.bannercaption ul li a:before {
  content: "";
  width: 263px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: -290px;
  margin-top: -25px;
}
.bannercaption ul li a:after {
  content: "";
  width: 263px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: -290px;
  margin-top: -25px;
} */
.heading {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  color: #2d2d30;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
section.welcomeSec {
  width: 100%;
  display: inline-block;
  margin: 50px auto;
}
section.welcomeSec h3 {
  color: #2d2d30;
  line-height: 18px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
}
.heading:before {
  content: "";
  background: #000;
  width: 360px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0px auto 0;
}
.heading:after {
  content: "";
  background: #000;
  width: 86px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -2px auto 0;
}
.countigPart {
  background: url(../images/patternbg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}
.countBox h3 {
  font-size: 66px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2d2d30;
  margin-bottom: 30px;
  position: relative;
}
.countBox h3:before {
  content: "";
  background-color: #2d2d30;
  height: 4px;
  width: 67px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 100%;
  margin-top: 10px;
}
.countBox h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2d2d30;
}
section.leadershipTraining {
  background: rgb(45,44,48);
  background: -moz-radial-gradient(center, ellipse cover, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
  background: radial-gradient(ellipse at center, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2c30', endColorstr='#0a1435', GradientType=1 );
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 54px 0 0px;
  position: relative;
}
.leadershipTraining h2 {
  text-align: left;
  color: #fff;
}
.leadershipContent {
  padding-bottom: 30px;
}
.leadershipTraining .heading:before {
  margin: 0;
  background-color: #fff;
}
.leadershipTraining .heading:after {
  margin: -2px 0 0;
  background-color: #fff;
}
.leadershipTraining p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
}
section.leadershipTraining:before {
  content: "";
  background: url(../images/team.png) no-repeat 0 0;
  height: 385px;
  width: 670px;
  position: absolute;
  right: 0;
  bottom: 0px;
}
section.signUpNewsletter {
  width: 100%;
  margin: 50px auto;
}
.rgtContent h2 {
  text-align: left;
}
.rgtContent .heading:before {
  margin: 0;
}
.rgtContent .heading:after {
  margin: -2px 0 0;
}
.rgtContent p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}
.rgtContent h4 {
  font-weight: bold;
  color: #9e005d;
  margin-bottom: 20px;
}
.rgtContent h4 {
  font-weight: bold;
  color: #9e005d;
  font-size: 20px;
  margin-bottom: 20px;
}
.rgtContent a {
  background: rgb(255,243,225);
  background: -moz-linear-gradient(top, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
  background: linear-gradient(to bottom, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e1', endColorstr='#fcb54d', GradientType=0 );
  border: 4px solid #ffaf3a;
  margin: 0px auto;
  border-radius: 50px;
  padding: 14px 50px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  box-shadow: 0 -6px 0 -1px #c08c40 inset;
}
.whyLeadership {
  background: url(../images/leadership.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}
.leadershipInnerBg {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 40px 0;
  border-radius: 35px;
}
.whyLeadership .heading:after, .whyLeadership .heading:before {
  background-color: #fff;
}
.whyLeadership h2 {
  color: #fff;
}
.whyLeadershipListing li {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.whyLeadershipListing li:before {
  content: "\f046";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.blogSection {
  background: url(../images/patternbg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}
.blogBox {
  margin-top: 30px;
}

.blogBox img{
  height: 196px;
  object-fit: cover;
  width: 100%;
}

.blogTxt {
  text-align: center;
  background-color: #071236;
  padding: 37px 0;
  color: #fff;
  border-radius: 0 0 40px 40px;
  font-size: 18px;
  min-height: 123px;
}
.blogTxt a {
  color: #fff;
}
section.ourAwards {
  background-color: #ededed;
  padding: 50px 0;
  width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e79c3b;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 4px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 1px solid #2b2e38;
}
button.owl-dot {
  outline: none;
}
section.awardSection {
  background: rgb(45,44,48);
  background: -moz-radial-gradient(center, ellipse cover, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
  background: radial-gradient(ellipse at center, rgba(45,44,48,1) 1%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 50%, rgba(10,20,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2c30', endColorstr='#0a1435', GradientType=1 );
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.awardContent p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
}
.awardSection .heading:after, .awardSection .heading:before {
  background-color: #fff;
}
.awardSection h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
section.leadershipForm {
  background-color: #e3eaf4;
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.formPart {
  background: url(../images/formbg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding: 40px 0px 30px;
  border-radius: 50px;
}
.leadershipForm h2 {
  font-size: 23px;
  color: #2d2d30;
  text-align: center;
  font-weight: 500;
}
.formPart .form-control {
  padding: 14px 20px;
  border-radius: 0;
  color: #000;
  border-color: #b1bcce;
  margin-bottom: 10px;
}
.formPart .form-control:focus {
  box-shadow: none;
  border-color: #a6adb7;
}
.formPart input.btn {
  background: rgb(255,243,225);
  background: -moz-linear-gradient(top, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
  background: linear-gradient(to bottom, rgba(255,243,225,1) 0%, rgba(252,181,77,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e1', endColorstr='#fcb54d', GradientType=0 );
  border: 4px solid #ffaf3a;
  margin: 0px auto;
  border-radius: 50px;
  padding: 14px 50px;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #000;
  font-weight: bold;
  box-shadow: 0 -6px 0 -1px #c08c40 inset;
}
.footertop {
  background-color: #2d2d30;
  width: 100%;
  padding: 50px 0;
}
.fb_iframe_widget iframe {
  position: absolute;
  height: 400px !important;
}
.footerBottom {
  background-color: #000000;
  padding: 20px 0;
}
.footerBottom p {
  font-size: 14px;
  color: #fff;
}
.footerBottom p a {
  text-decoration: underline;
}
.footerBox h3 {
  font-size: 25px;
  color: #e1e1e1;
  margin: 20px 0 20px;
  font-weight: bold;
}
.footerBox p {
  font-size: 16px;
  color: #e1e1e1;
  margin-bottom: 15px;
  font-weight: 300;
}
.footerBox a {
  color: #fff;
}
.footerBox p span {
  float: left;
  padding-right: 10px;
}
.footerBox p span i.fa.fa-map-marker {
  margin-bottom: 20px;
}
.socialIcon a {
  font-size: 20px;
}
.socialIcon a:first-child {
  padding-left: 0;
}
.newsLetter .form-control {
  border: 0;
  border-radius: 0;
  padding: 12px 12px;
}
.newsLetter .cusBtn {
  border: 0;
  border-radius: 0;
  padding: 12px 34px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,174,239,1) 47%, rgba(0,174,239,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00aeef', GradientType=0 );
}
.footerBox ul li {
  color: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  padding: 10px 0;
  font-size: 16px;
}
.footerBox ul li:last-child {
  border-bottom: 0;
}
.footerBox ul li a {
  color: #fff;
}
.bookMeeting {
  background-color: #e38c1b;
  display: inline-block;
  padding: 25px 0px 25px 12px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 100%;
  border-radius: 15px 0px 0px 15px;
  right: 0;
  border-right: 12px solid #fff;
}
.bookMeeting a {
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 28px;
  border-right-color: transparent;
  border-radius: 4px 0 0 4px;
}
.bookMeeting a i.fa.fa-calendar {
  margin-right: 10px;
}
input.form-control.send {
  background-color: #e38c1b;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  border: 1px solid #c37613;
}
form.bookMeetingForm .form-group {
  margin-bottom: 25px;
}
form.bookMeetingForm .form-control {
  padding: 10px 20px;
}
form.bookMeetingForm .form-control:focus {
  border-color: #c37613;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#SubscribeModal .modal-content{
      background-color: #0c5d69;
}


/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
.whiteBx h3 {
  font-size: 22px;
}
.whiteBx p {
  font-size: 16px;
}
.awardimages img {
  margin: 0 3px;
}
.newsLetter .form-control {
  width: 57%;
}
.fb_iframe_widget {
  width: 100% !important;
}
.fb_iframe_widget span {
  width: 100% !important;
}
iframe {
  width: 100% !important;
}
.logoBrand .itemBx {
  text-align: center;
  margin: 0px auto;
}
.heading {
  font-size: 26px;
}
.bannercaption h1 {
  font-size: 60px;
}
.bannercaption h2 {
  font-size: 40px;
}
.subsCribes input[type="email"] {
  width: 182px;
}
}



/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
.contactInfo h5 {
  margin-left: 12px;
  font-size: 15px !important;
}
.socialIcon a {
  padding: 0 2px;
  font-size: 16px;
}
.bannercaption {
  width: 64%;
}
.bookMeeting a {
  padding: 9px 12px;
}
.bookMeeting {
  padding: 19px 0px 19px 9px;
  font-size: 20px;
}
.bannercaption h2 {
  font-size: 41px;
  margin-bottom: 22px;
}
.bannerArea::before {
  height: 98.5%;
}
.desPart ul li::before {
  margin-left: 0;
  padding-right: 8px;
}
.desPart ul li {
  line-height: 21px;
  font-size: 15px;
  color: #000;
  padding-bottom: 5px;
}
.workplace {
  text-align: center;
}
.btnGet {
  display: table;
  margin: 20px auto 0 !important;
  text-align: center;
}
.whiteBx p {
  font-size: 15px;
  line-height: 26px;
}
.awardimages img {
  margin: 0 3px 20px;
  width: 100%;
}
.blogBox img {
  width: 100%;
}
.newsLetter .form-control {
  width: 100%;
}
.fb_iframe_widget iframe, .fb_iframe_widget span {
  height: 320px !important;
}
.footerBox {
  margin-top: 20px;
}
.logo {
  margin: 0px auto 20px;
  text-align: center;
}
.links li {
  font-size: 16px;
}
.bannercaption ul li a::before, .bannercaption ul li a::after {
  display: none;
}
.bannercaption h1 {
  font-size: 50px;
}
.subsCribes input[type="email"] {
  width: 108px;
}
.formPart {
  padding: 40px 30px 30px;
}
}



/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
.contactInfo h5 {
  font-size: 20px !important;
  text-align: center;
  margin: 0 auto !important;
}
header {
  position: relative;
  background-color: #0f0c0b;
}
.socialIcon.float-right {
  float: none !important;
  margin: 20px auto 0;
  text-align: center;
}
.socialIcon a {
  padding: 0 6px;
  font-size: 20px;
}
.bannercaption h1 {
  font-size: 42px;
  margin-bottom: 0;
}
.bannercaption h2 {
  font-size: 34px;
  line-height: 20px;
}
.bannercaption {
  width: 100%;
  top: 25%;
}
.singalImg img {
  width: 100%;
  margin-bottom: 30px;
}
.footerBottom {
  text-align: center;
}
.footerBottom .float-left, .footerBottom .float-right {
  float: none!important;
  text-align: center;
}
.bookMeeting {
  margin-top: 18px;
}
section.leadershipTraining::before {
  display: none;
}
.leadershipInnerBg {
  padding: 40px 30px;
}
.blogTxt {
  min-height: auto;
}
.awardSection img {
  width: 100%;
  margin-bottom: 20px;
}
.formPart {
  padding: 40px 30px 30px;
}
ul.links {
  float: none;
  margin: 0px auto;
  text-align: center;
}
.contactInfo {
  display: block !important;
  float: none;
}
.subsCribes input[type="email"] {
  width: 100%;
}
}



/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
.contactInfo {
  display: inherit !important;
}
.contactInfo h5 {
  margin-bottom: 20px;
}
.bannercaption {
  visibility: hidden;
}
.bannerArea::before {
  height: 96%;
}
.newsLetter .form-control {
  width: 57%;
}
.itemBx {
  margin-bottom: 20px !important;
}
.heading::before {
  width: 100%;
}
.awardimages {
  display: inherit !important;
}
.awardimages img {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.bigBx {
  margin-top: 20px;
}
.whyLeadershipListing li {
  font-size: 15px;
}
.links li {
  font-size: 14px;
  padding: 0 5px;
  line-height: 18px;
}
.heading {
  font-size: 20px;
}
}
/*========================banner===================================*/
.banner {
	position: relative;
	background-size: cover;
	z-index: 9;
}
/*.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 76, 118, 0.55);
} */ 

#owldemo1 .item {  height: 100vh;  background-position:top center; background-repeat:no-repeat; background-size:cover; }
#item1{ background-image: url('/images/banner1.jpg'); }
#item2{ background-image: url('/images/banner2.jpg'); }
#item3{ background-image: url('/images/banner3.jpg'); }



.caption {
	text-shadow: none;
	width: 75%;
	position: absolute;
	color: #f8f8f8;
	text-align: center;
	top: 35%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 2%;
}
.caption h1 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Anton', sans-serif;
}
.caption h2 {
	color: #f8f8f8;
	max-width: 95%;
	margin: 20px auto;
	line-height: 26px;
	font-size: 18px;
	font-family: 'Anton', sans-serif;
}

@media (max-width: 767.98px) {
	#owldemo1 .item {  height: 62vh; }
	.caption h1 { font-size:24px; }
	.caption h2 { font-size:20px; }
	.caption { width:95%; }
}

@media (max-width: 547.98px) {
	.caption h1 { font-size:20px; }
	.caption h2 { font-size:18px; }
}

.caption ul li a {
  border: 2px solid #fff;
  color: #fff;
  width: auto;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 39px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 2px;
  font-family: 'Anton', sans-serif;
  position: relative;
}
/* .caption ul li a:before {
  content: "";
  width: 263px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: -290px;
  margin-top: -25px;
}
.caption ul li a:after {
  content: "";
  width: 263px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: -290px;
  margin-top: -25px;
} */





/*
.caption a {
	background: transparent;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	//box-shadow: 0 0 5px #514a31;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-size: 16px;
	border: 2px solid #ffff;
	border-radius: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.caption a:hover {
	background: #1abf27;
	border: 2px solid #1abf27;
	color: #ffffff;
}
*/
.caption .btn-subscribe{
    background: #1abe27;
    color: #fff;
	font-weight: 500;
	text-transform: uppercase;
    padding: 7px 20px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-size: 16px;	
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.caption .btn-subscribe:hover{
    background: #1d4c76;
    color: #fff;
}



#owldemo1 .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
}

/*
#owldemo1 .owl-dot.active span, #owldemo1 .owl-dot:hover span {
	background: #6bf977;
}
#owldemo1 .owl-dot span {
	width: 8px;
	height: 16px;
	background: #1abf27;
}
#owldemo1 .owl-dot span {
	border-radius: 50%;
}
*/