/*===========================
    1. Theme default css
===========================*/


@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');



@font-face {
    font-family:campton-light;
    src: url(../fonts/campton-light.ttf);
}

@font-face {
    font-family:campton-semibold;
    src: url(../fonts/campton-semibold.ttf);
}

@font-face {
    font-family:campton-book;
    src: url(../fonts/campton-book.ttf);
}

@font-face {
    font-family:campton-light;
    src: url(../fonts/campton-light.ttf);
}



 body {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-style: normal;
  position: relative;
}
img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}





a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span,
a{
    display: inline-block;
}


h1, h2, h3, h4, h5, h6 {
	font-family: campton-semibold;

  background-image: linear-gradient(82deg, #2d8580, #113f3c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0px;
}

h1 {
	font-weight: 500;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #69727c;
	margin: 0px;
}

.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}




/*===========================
   Header area css start
===========================*/
.header-aera{
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.header-aera.sticky {
	position: fixed;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 15px 0;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.1);
}

.navbar-brand img {
	max-width: 190px;
	width: 100%;
}

.header-aera .navbar {
	padding: 0;
}

.header-aera {
	padding: 50px 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
}
.moretext {
  display: none;
}

.navbar-nav li a {
  font-size: 17px;
  color: #113f3c;
  font-family: campton-light;
  padding-right: 30px;position: relative;
}

.navbar-nav li a:after {
  position: absolute;
  left: 0;
  width: 0;
  height: 10px;
  background: #cce2e1;
  content: "";
  bottom: 0;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}
.navbar-nav li a.active:after ,
.navbar-nav li a:hover:after {
  width: 100%;
}

.navbar-nav li {
	margin-left: 46px;
}

.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background: #ddd;
	display: block;
	margin: 7px 0;position: relative;-webkit-transition: .4s;
    transition: .4s;
}



.navbar-toggler.active .toggler-icon:nth-child(1) {

    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.navbar-toggler.active .toggler-icon:nth-child(2) {

    opacity: 0;

}

.navbar-toggler.active .toggler-icon:nth-child(3) {
	top: -9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}




/*===========================
   Header area css end
===========================*/








/*===========================
    Hero area css start
===========================*/




.hero-left-content h1 {
  font-size: 68px;
  font-weight: bold;
}
.hero-left-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
	margin-top: 37px;
}


.header-aera-wrp {
  position: relative;
}
.big-sp-img {
  position: absolute;
  right: 0;
  width: 1116px;
  height: 820px;
}
.hero-area {
	padding: 41px 0px;
	padding-top: 175px;
}
.down-btl {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 70px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  cursor: pointer;
}
.hero-img {
  position: relative;
}
.down-btl span {
  display: block;
  height: 63px;
  line-height: 63px;
  font-size: 15px;
}
.down-btl span:nth-child(2) {
  background: #a08e6b;
  color: #fff;
  font-size: 25px;
}
/*===========================
    Hero area css end
===========================*/



/*===========================
    Next level area css start
===========================*/



.next-level-top-section-content h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.next-level-top-section-content p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
  max-width: 820px;
}
.next-level-top-section-content {
  padding: 150px 0;
}
.next-lavel-content-area .next-level-top-section-content {
  padding: 0 0 150px;
}

.news-letter-form {
  background: #ebf4f4;
  padding: 100px;
}
.single-fileds input {
	width: 100%;
	padding: 14px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #cee2e2;
}
.single-fileds button {
  width: 100%;
}
.single-fileds {
  position: relative;
  margin-top: 31px;
}

.new-letter-form-inner button {
	width: 100%;
	text-align: left;
	padding: 14px;
	no: ;
	border: none;
	-webkit-box-sizing: ;
	box-sizing: ;
	-webkit-box-shadow: 0 2px 4px 0 rgba(154, 137, 118, 0.2);
	box-shadow: 0 2px 4px 0 rgba(154, 137, 118, 0.2);
	background-image: linear-gradient(262deg, #113f3c, #2d8580);
	color: #fff;
	position: relative;
	font-family: campton-book;
}
.new-letter-form-inner button i {
	float: right;
	font-size: 37px;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sub-btn {
	margin-top: 80px;
}


.form-inner-main .input-container {
  width: 100%;
  position: relative;
  top: 50px;
  margin-bottom: 25px;
}

.form-inner-main label {
	color: #69727c;
	position: absolute;
	cursor: text;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	left: 0;
	bottom: -15px;
	font-weight: 300;
}
.form-inner-main input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: none;
  border-bottom: 1px solid #CCC;
  background-color: transparent;

}


.form-inner-main .animation label {
	-webkit-transform: translateY(-45px);
	transform: translateY(-45px);
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
}

.form-inner-main .animation-color label {
  color: #28a2a2;
}

.new-letter-area {
	position: relative;
	padding-bottom: 150px;
}
.new-letter-area:after {
  position: absolute;
  left: 0;
  width: 50%;
 background-image: url(../images/newsletter.png);
  content: "";
  height: 100%;
  top: 0;
  z-index: -1;
    background-size: cover;
    background-position: center center;
}
.news-letter-btm-contnet .next-level-top-section-content h1 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 28px;
}

.new-letter-area-wrp .big-sp-img {
  right: auto;
  left: 0;
  top: 215px;
  width: 1201px;
  z-index: -1;
}
.new-letter-area-wrp {
  position: relative;
}

.single-features h2 {
  font-size: 26px;
}
.single-features p {
	margin: 24px 0;
	min-height: 135px;
}
.sub-btn button {
	-webkit-transition: .3s;
	transition: .3s;
}
.sub-btn button:hover {
	background: linear-gradient(262deg, #2d8580, #113f3c);cursor: pointer;
}
.right-video-img {
	width: 54%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin-top: 72px;
	background: #2c8580;
	z-index: -1;
}

.single-features p span.text-more {
  display: none;
}
.single-features.para-full p span.text-more {
  display: inline;
}

.single-team-item p span.text-more {
  display: none;
}
.single-team-item .para-full p span.text-more {
  display: inline;
}


.right-video-img video {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.see-more-btn {
  color: #2d8580;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
.see-more-btn:after {
  poa: ;
  position: absolute;
  left: 0;
  width: 100%;
  height: 12px;
  background: #cce2e1;
  content: "";
  bottom: -1px;
  z-index: -1;
}


#worldmap svg {background:rgb(44,133,128);border-radius: 200px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);}
.land {fill: rgb(119,218,211);}
#worldmap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.see-more-btn i {
  font-size: 23px;
  font-weight: bold;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 8px;
}

.container {
	max-width: 1200px;
}



/*===========================
     Advis css start
===========================*/



.tem-ad-text {
  background: #ebf4f4;
  padding: 72px;
  width: 50%;
}
.tem-adv-list li {
  list-style: none;
  color: #2d8580;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
}
.tem-adv-list li span {
  position: absolute;
  left: 0;
  top: 0;
}
.tem-ad-text h1 {
  marign-b: ma;
  margin-bottom: 26px;
}
.tem-adv-list li:last-child {
  margin: 0;
}
.advis-tem-area {
	padding-bottom: 200px;
}

.tem-ad-text-wrp {
  position: relative;
}
.adv-img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 85px;
  width: 56%;
  z-index: -1;
}


/*===========================
      Advis css end
===========================*/



/*===========================
      News feed css start
===========================*/




.news-feed-content p {
  font-size: 18px;
  color: #113f3c;
  font-weight: 300;
  line-height: 27px;
  margin: 20px 0;
}
.news-feed-content span {
  color: #a69471;
  font-size: 16px;
  font-family: campton-semibold;
}
.signle-news-feed img {
  width: 100%;
}
.see-all-btn {
  text-align: right;
  color: ;
}
.see-all-btn a {
	color: #a69471;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
}
.see-all-btn a i {
  margin-left: 10px;
  font-size: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.news-feed-area {
	padding-bottom: 20px;
}


/*===========================
      News feed css end
===========================*/




/*===========================
      Agency area css start
===========================*/



.single-agnc-text p {
	font-weight: 300;
	line-height: 35px;
	font-size: 17px;
}

.agency-aera {
  padding-top: 130px;
}

.agency-aera .see-more-btn::after {
  background: #ede9e2;
}
.agency-aera .see-more-btn {
  color: #a69471;
  margint: ;
  margin-top: 44px;
}

.contact-btm-wrp .news-letter-form {
  width: 50%;
}

.contact-btm-wrp {
  position: relative;
}
.contact-btm-wrp img.contact-img {
  position: absolute;
  right: 0;
  empty-cells: ;
  width: 50%;
  border: ;
  bottom: 0;
}

.new-letter-form-inner textarea {
  width: 100%;
  border: none;
  resize: none;
  height: 158px;
  border-bottom: 1px solid #cee2e2;
  background: transparent;
  margin-top: 44px;
  color: #69727c;
  font-weight: 300;
}
.contact-area {
	padding-top: 150px;
}

.contact-area.contact-page {
  padding-top: 0px;
  margin-top: -190px;
}

.contact-page .contact-details {
  margin-top: 150px;
  width: 100%;
}

.contact-page .contact-details p,
.contact-page .contact-details a {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px
}

.contact-page .contact-btm-wrp .news-letter-form {
  width: 100%;
}


/*===========================
      Agency area css end
===========================*/


/*===========================
     Footer css start
===========================*/



.footer-widget-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-footer-widget {
  margin-bottom: 50px;
}
.contact-footer-widget h4 {
  color: #69727c !important;
  font-size: 15px;
  background-image: linear-gradient(82deg, #69727c, #69727c);
  margin-bottom: 14px;
}
.contact-footer-widget p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  color: #2d8580;
}
.single-footer-widget {
	max-width: 33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
}
.single-footer-widget h4 {
  color: #69727c !important;
  font-size: 15px;
  background-image: linear-gradient(82deg, #69727c, #69727c);
  margin-bottom: 14px;
}
.single-footer-widget ul li a {
  color: #2d8580;
  font-weight: 300;
  line-height: 30px;
}
.wdget-content ul li a {
  position: relative;
}
.wdget-content ul li a span {
  position: absolute;
  left: 0;
  top: -3px;
}
.wdget-content.socail-links ul li a {
  padding-left: 27px;
}
.wdget-content ul li a span img {
  width: ;
  max-width: 18px;
}



.footer-aera {
  border-top: 1px solid #ebf4f4;
  padding: 110px 0;
  margin-top: -57px;
  padding-top: 140px;
}

/*===========================
    Footer css end
===========================*/


/*===========================
    Team page css start
===========================*/

.teamimg{
    max-width: 72px;
}

.our-team-area .section-title h1 {
	font-size: 70px;
	margin-bottom: 99px;
	margin-top: 150px;
}
.tem-title {
}
.our-team-area {
  padding-top: 116px;
}

.auth-content h4 {
  font-family: campton-light;
  margin-bottom: 15px;
}
.auth-content h4 span {
	display: block;
	color: #69727c !important;
	font-size: 14px;
  margin-top: 8px;
	background-image: none !important;
	-webkit-text-fill-color: #69727c;
}
.auth-img {
  margin-bottom: 10px;
}
.auth-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
}
.single-team-item .see-more-btn {
  margin-top: 20px;
}
.tem-title {
	margin-bottom: 35px;
}

.single-team-item .see-more-btn::after {
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: #e4e2da;
}
.single-team-item:hover .see-more-btn::after {
  width: 100%;
}

.action-link a {
  background: #ebf4f4;
  display: block;
  font-family: campton-light;
  color: #2d8580;
  padding: 26px 26px;
  font-size: 19px;
  position: relative;
}
.action-link a span {
  display: block;
  font-size: 15px;
  color: #69727c;
  -webkit-text-fill-color: #69727c;
}
a {
}
.action-link a i {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.our-team-area {
  position: relative;
}
.bg-sp {
	position: absolute;
	left: 121px;
	bottom: -223px;
	width: 988px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
/*===========================
    Team page css end
===========================*/

/*===========================
      Legal css start
===========================*/

.legal-area .section-title h1 {
  margin-bottom: 50px;
}

.legal-area .section-title p {
  font-weight: 300;
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 10px;
}

.legal-content {
  margin: 40px 0 130px;
}

.legal-content h3 {
  margin: 30px 0 15px;
}

.legal-content p {
  font-weight: 300;
  line-height: 35px;
  font-size: 17px;
  margin-bottom: 10px;
}

.legal-content p a {
  display: inline-block;
  font-weight: 500;
  width: auto;
  line-height: 35px;
  font-size: 17px;
  margin-bottom: 10px;
  color: #2D8580;
}

.legal-content p a:hover {
  text-decoration: underline;
}

.cookie-container {
  background-color: #ebf4f4;
  bottom: 0;
  margin-bottom: 0px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin: 0 auto;
  padding: 5px 0;
}

.credit {
  display: inline-block;
  font-size: 13px;
}

.cookie-container p {
  margin: 7px 0 0;
  line-height: 20px;
}

.cookie-container a {
  color: #2D8580;
}

.cookie-container a:hover {
  text-decoration: underline;
}

#cookie_directive_container .btn {
  background: #2D8580;
  padding: 8px 25px;
  color: #ebf4f4 !important;
  border: 0px solid #2D8580;
  border-radius: 2px;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 15px;
}

#cookie_directive_container .btn:hover {
  background: #212529;
  text-decoration: none;
}

/*===========================
      Legal css end
===========================*/
