@charset "utf-8";
@font-face {
   font-family: Poppins;
   src: url(../../assets/font/Poppins-Regular.ttf);
}
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
	font-size: 14px !important;
}
a{
	color: rgba(144,144,144,1);
}
a:hover{
	text-decoration: none;
	color: #58A5A3;
}
h1,h2,h3,h4,h5,h6{
	text-transform:uppercase;
}
h2, .h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 100;
    color: #5A5A5A;
	padding-top:100px;
}
h5,.h5{
	font-size: 1.15rem;
}
p{
	color:#6a6a6a;
}
.nav-link{
	color:#000;
text-transform:uppercase;
}
.nav-link:hover, .nav-link.active{
	text-decoration: none;
	color: #58A5A3;
}

.nav-freelancer{
	background: #58A5A3;
    border-radius: 20px;
	text-align: center;
}
.mob-sign{
	display:none;
}
.nav-freelancer a span{
	color:#fff;
	
}
.dropdown-menu {
	border:none;
	margin: 1.2rem 0 0;
	border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #58A5A3;
}


 .collapse ul > li:hover > a{color: #58A5A3;}


.banner{
    background-image: url(../../assets/image/banner.png);
    height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
	color:#fff;
	text-shadow: 0px 0px 0px #fff, 0 0 20px #fff, 0 0 5px #fff;
	margin-top: 56px;
	padding-top:100px;
}
.banner p{
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
}
.banner h1{
	text-transform: uppercase;
    font-size: 4.5rem;
    font-weight: 600;
}
.banner h3{
    font-weight:100;
	font-size: 2.2rem;
}
.gray-circle{
	    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.161));
    background: #f3f3f3;
    height: 200px;
    border-radius: 50%;
    top: 15px;
    /* position: relative; */
    text-align: center;
    width: 200px;
	margin: 15px auto;
}
.gray-circle img{
	top: 50px;
    position: relative;
}
.gray_bg{
	background-image: url(../../assets/image/gray-bg.png);
    background-color: #FAFAFA;
    padding: 70px 30px;
    background-position: 50%;
	text-align:center;
	margin-top: -30px;
	background-repeat:no-repeat;
	
	transition:0.5s;
}
.gray_bg h5{
	font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 600;
	
	transition:0.5s;
}
.gray_bg:hover{
	background-color:#01207A;
    padding: 70px 30px;
    background-position: 50%;
	text-align:center;
	background-repeat: repeat-y;
	color:#fff;
	transition:0.5s;
}
.gray_bg:hover .btn-primary, .service_bg:hover .btn-primary{
	color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 25px !important;
}
/* service */
.service-circle{
	filter:drop-shadow(50px 10px 30px rgba(0, 0, 0, 0.161));
    background: #f3f3f3;
    height: 200px;
    border-radius: 50%;
    top: 30px;
    position: absolute;
    text-align: center;
    width: 200px;
    left: 0px;
}
.service-circle img{
	top: 50px;
    position: relative;
	margin:0 auto;
}
.service_bg{
	background-image: url(../../assets/image/services-bg.png);
    background-color: #FAFAFA;
    padding: 50px 30px;
    background-position: 50%;
    text-align: left;
    margin-left: 80px;
    padding-left: 120px;
	background-repeat:no-repeat;
	float:left;
	
	transition:0.5s;
}
.service_bg h5 {
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 600;
	transition: 0.5s;
}
.service_bg:hover{
	background-color:#01207A;
	color:#fff;
	transition: 0.5s;
}
.service_bg:hover p,.service_bg:hover h5{
	transition: 0.5s;
	color:#fff;
}
.service_bg button{
	float:right;
	clear:both;
	transition: 0.5s;
}

#mixedSlider,#mixedSlider1,#mixedSlider2,#mixedSlider3 {
  position: relative;
}
#mixedSlider .MS-content,#mixedSlider1  .MS-content,#mixedSlider2  .MS-content, #mixedSlider3  .MS-content{
  white-space: nowrap;
  overflow: hidden;
}
#mixedSlider .MS-content .item,#mixedSlider1  .MS-content .item ,#mixedSlider2  .MS-content .item , #mixedSlider3  .MS-content .item  {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
}
.MS-controls{
    text-align: center;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  #mixedSlider .MS-content .item ,#mixedSlider1  .MS-content .item,#mixedSlider2  .MS-content .item,,#mixedSlider3  .MS-content .item{
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle ,#mixedSlider1   .MS-content .item .imgTitle,#mixedSlider2  .MS-content .item .imgTitle,#mixedSlider3  .MS-content .item .imgTitle{
  position: relative;
}

#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button,#mixedSlider1 .MS-controls button ,#mixedSlider2 .MS-controls button,#mixedSlider3 .MS-controls button {
  
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 20px;
  color: rgba(229,229,229,1);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover,#mixedSlider1  .MS-controls button:hover,#mixedSlider2  .MS-controls button:hover ,#mixedSlider3  .MS-controls button:hover {
  color: rgba(2,40,124,1);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button,#mixedSlider1  .MS-controls button ,#mixedSlider2  .MS-controls button ,#mixedSlider3  .MS-controls button{
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button,#mixedSlider1  .MS-controls button ,#mixedSlider2  .MS-controls button ,#mixedSlider3  .MS-controls button  {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left,#mixedSlider1 .MS-controls .MS-left,#mixedSlider2 .MS-controls .MS-left,#mixedSlider3 .MS-controls .MS-left   {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left ,#mixedSlider1  .MS-controls .MS-left,#mixedSlider2  .MS-controls .MS-left,#mixedSlider3  .MS-controls .MS-left{
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
/* end service home page */
.community{
    background-image: url(../../assets/image/community.png);
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
	color:#fff;
	padding: 70px 0px;
}
.get-recommendation{
    background-image: url(../../assets/image/get-started.png);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
	color:#fff;
	padding: 60px 0px;
}
.get-recommendation h5{
	text-transform:uppercase;
	font-weight:bold;
}
.videos_newsbg{
    background-image: url(../../assets/image/videos_newsbg.png);
    background-repeat: no-repeat;
	padding: 20px;
	float:left;
}
.videos_newsbg h5{
	text-transform:uppercase;
	font-weight:bold;
}
.videos_newsbg button{
	float:right;
	clear:both;
}
.customer .service-circle img{
	top:0;
}
.customer .customer_bg h5{
	color:#58A5A3;
}
.customer .customer_bg .desigination{
	color:#01207A;
	font-weight:bold;
}
.customer_bg{
	background-image: url(../../assets/image/service_bg.png);
    background-color: #FAFAFA;
    padding: 50px 30px;
    background-position: -22px;
    text-align: left;
    margin-left: 80px;
    padding-left: 120px;
	background-repeat:no-repeat;
	float:left;
}

/* contact page */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000000;
    content: "/";
}
.contact-details{
	background-color: #ffffff;
    /* background-image: linear-gradient(to right, #11998e , #01207a); */
    color: #000;
    padding: 20px;
    position: absolute;
    right: 15%;
    width: 300px;
	filter:drop-shadow(50px 10px 30px rgba(0, 0, 0, 0.161))
}

.form-control,.contact .form-control{
	font-size:13px
}

/* who we are page */
.who_we_are{
    background-image: url(../../assets/image/who_we_are.png);
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    text-shadow: 0px 0px 0px #fff, 0 0 20px #fff, 0 0 5px #fff;
}
#about-us .bg-light p{
	color:#5a5a5a;
}
.docs-about .fa-circle{
	color:#58A5A3;
}
.docs-about li {
    position: relative;
    line-height: 25px;
    margin-bottom: 10px;
}
.services_banner{
    background-image: url(../../assets/image/inner-banner.png);
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    text-shadow: 0px 0px 0px #fff, 0 0 20px #fff, 0 0 5px #fff;
}
.services_banner img{
	margin-top: 50px;
    -webkit-filter: brightness(3);
    filter: brightness(8);
    opacity: 0.5;
}
.preparation_bg {
    background-image: url(../../assets/image/preparation.png);
    background-position: center top;
    background-size: contain;
    margin-top: -60px;
    padding-top: 100px;
}
.preparation_bg:hover{
    background-image: linear-gradient(to right, #11998e , #01207a);
    background-position: center top;
    background-size: contain;
    margin-top: -60px;
    padding-top: 100px;
}
.preparation-circle {
    filter: drop-shadow(1px 40px 10px rgba(0, 0, 0, 0.161));
    background: #f3f3f3;
    height: 200px;
    border-radius: 50%;
    top: 15px;
    position: relative;
    text-align: center;
    width: 200px;
    left: -20px;
}
.preparation-circle img{
	top: 50px;
    position: relative;
}
.times-preparation{
	background: #085383;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 20px;
    border: 15px solid #0A6485;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
	margin: 0 auto;
}
/* consultant */
.light-bg{
	background:#FAFAFA;
	padding:40px 30px  0 30px;
}
.light-bg .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6A6A6A;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.newcomer-circle img{
	top:0;
 }
.checked ,.not-check{
  color: #EDD23D;
}
.pagination {
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
    font-size: 14px;
    min-width: 35px;
    min-height: 35px;
    color: #000;
    margin: 0 2px;
    line-height: 35px;
    border-radius: 50% !important;
    text-align: center;
    padding: 0 6px;
    background: #FAFAFA;
}
.pagination li a:hover {
	color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link ,.page-link:hover{
	background: #D1D1D1;
	color:#000 !important;
}
.pagination li.active a:hover {        
	background: #D1D1D1;
	color:#000;
}
.pagination li .text-disabled {
	color: #9D9D9D;
	cursor: default;
}
.page-item:first-child .page-link,.page-item:last-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-radius: 50px !important;
    padding: 0 20px;
}
.latest_news img{
	width:100%;
	margin-bottom:10px;
}
.panel,
.panel-body {
  box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
    
}
 .panel-title a.collapsed {
    background: #FAFAFA; none repeat scroll 0 0;
    color: #333;
}
.panel-title a {
	background-image: linear-gradient(to right, #11998e , #01207a);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-transform: initial;
}
.panel-title{
	font-size:14px;
}
.panel-body {
    box-shadow: none;
    padding: 0 20px;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}

.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.bg-light {
    background-color: #FAFAFA !important;
}
.contact{
	color: #fff;
    background-repeat: repeat-y;
    padding-top: 30px;
    /* margin-top: -6px; */
    text-align: center;
}
.contact h2{
	color:#fff;
	padding-top: 30px;
}
.contact .buttonsend{
	text-align:right;
}
footer{
	text-align:center;
    padding: 10px 0;
	padding-top:20px;
}
footer .border-top {
    border-top: 2px solid #dee2e6 !important;
    opacity: 0.3;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration:underline;
}
.social{
	display: inline-flex;
	margin:20px 0;
}
.social li{
	margin-right: 8px;
    width: 35px;
    height: 35px;
    background: #58A5A3;
    border-radius: 5px;
    padding: 4px 0;
    text-align: center;
}
.social li a{
	font-size:20px;
	color:#fff;
}

#topBtn {
  display: none;
    position: fixed;
    bottom: 23px;
    right: 80px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}


.open-button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 25px;
	outline: none !important;
	z-index: 99;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 23px;
  z-index: 99;
}

/* Add styles to the form container */
.chatform-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.chatform-container textarea {
  width: 100%;
  margin: 5px 0 22px 0;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.chatform-container textarea:focus {
  outline: none;
}

/* Set a style for the submit/send button */
.chatform-container .btn {
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a red background color to the cancel button */
.chatform-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.chatform-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-dialog {
    max-width: 1050px;
    margin: 1.75rem auto;
}
.nav-tabs .nav-link:hover{
    color: #01207A;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #01207A;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid;
}	
/* map */
 .curve-mask {
	 width: 100%;
	 overflow: hidden;
}
 .curve-mask .curve-up, .curve-mask .curve-down {
	 position: relative;
	 z-index: 10;
	 width: 120%;
	 margin-left: -10%;
	 margin-right: 10%;
	 min-height: 150px;
	 border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
	 -moz-border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
	 -webkit-border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
	 overflow: hidden;
}
.mapbanner {
    background-image: linear-gradient(to right, #11998e , #01207a);
    padding:50px 0;
    margin-top: 80px !important;
}
.sign-up-bg{
	
    border-radius: 4px 0px 0px 4px;
}
.userprofile .user-pic {
    background: #d8d8d8;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
	
	filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.161));
    background: #f3f3f3;
}
.userprofile .editprofile {
    position: relative;
    bottom: 64px;
    left: 70px;
    background: #fff;
    padding: 7px 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    opacity: 0;
}
.userprofile .avatar-edit input + label {
    display: inline-block;
    width: 46px;
    height: 46px;
    bottom: 35px;
    border-radius: 100%;
    background: #58a5a3;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 22px;
    border: 2px solid #58a5a3;
}
.userprofile .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
	color:#fff;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.userprofile .user-pic img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
li::marker {
    color: #01207A;
    font-size: 20px;
}

.wpcf7-not-valid-tip {
    color: #FF2929;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #FFFFFF;
    border-radius: 0 0 25px 25px;
    width: 93%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent !important;
    border-radius: 25px;
    background: #FF9090;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    background: #46B450;
    border-radius: 25px;
}

@media only screen and (device-width: 1024px) {
	
}
@media only screen and (device-width: 768px) {
	/* .gray-circle {
    left: 50px;
   } */
}
@media screen and (max-width: 600px) {
	.navbar-brand img{
		height:40px;
	}
	.banner {
    background-image: url(../../assets/image/banner.png);
    height: 300px;
    background-size: cover;
    padding-top: 0 !important;
    }
   .banner h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
  }
  .banner h3 {
    font-weight: 100;
    font-size: 1.5rem;
   }
   .dropdown-menu {
    border: none;
    margin: 0 !important;
    border-radius: 0;
	background: #fbfbfb;
   }
   .mob-sign{
	display:inline-block !important;
   }
   .service_bg, .customer_bg {
    background-image: url(../../assets/image/gray-bg.png) !important;
    background-color: #FAFAFA;
    padding: 70px 30px !important;
    background-position: 50%;
    text-align: center;
    margin-top: -40px;
    margin-left: 0;
   }
   .service-circle {
    filter:drop-shadow(10px 20px 20px rgba(0, 0, 0, 0.161)) !important;
    background: #f3f3f3;
    height: 200px;
    border-radius: 50%;
    top: 15px !important;
    position: relative !important;
    text-align: center;
    width: 200px;
    left: 80px;
   }
   .mapbanner {
    background-image: url(../../assets/image/footer.png);
    background-size: 100% auto;
    margin-top: 80px !important;
    background-repeat: repeat-y;
    background-position: bottom;
    background-color: #19337c;
   }
   .contact {
    color: #fff;
    background-repeat: repeat-y;
    padding-top: 0;
    /* margin-top: -16px; */
    text-align: center;
    }
   .contact-details {
    background-color: #ffffff;
    color: #000;
    padding: 20px;
    position: relative;
    top: 20px;
    filter: drop-shadow(50px 10px 30px rgba(0, 0, 0, 0.161));
	width: 100%;
    right: 0;
    }
   .curve-mask .curve-up, .curve-mask .curve-down {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 150px;
    border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
    -webkit-border-radius: 200vh 200vh 0% 0% / 80vh 80vh 0% 0%;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
   }
}
