body{
	margin: 0;
	font-size: 14px;
	padding: 0;
	font-family: Roboto, 'sans-serif';
	background: #f6f7f2;
  overflow-x: hidden;
  padding-right: 0!important;
  overflow-y: auto!important;
}
.w100{
	width: 100%
}
.align-left{
	text-align: left!important;
}
.center{
	text-align: center;
}
button:focus{
	outline: none;
}
button:hover{
	cursor: pointer;
}

/*BANNER*/
.banner{
	background: url(../images/banner.jpg) no-repeat fixed center;
  background-size: cover;
  margin: 101px 0 20px 0;
  transition: all 0.3s ease-in-out;
  padding: 25px 0;
}

.form-control.effect-1{
  border: none;
  padding: 4px 0;
  border-bottom: 1px solid #a6adca;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.effect-1 ~ .focus-border{
  position: absolute; 
  bottom: 0px; 
  left: 50%; 
  width: 0; 
  height: 2px; 
  background-color: #1486d1; 
  transition: 0.4s;
}
.effect-1:focus ~ .focus-border{
  width: 100%;
  transition: 0.4s;
  left: 0
}
.form-control.effect-1:focus{
  outline: none;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
}


/*CHAT LIVE*/
.align-right{
  text-align: right;
}
.livechat-1 .box-chat{
  position: fixed;
  bottom: 39px;
  right: 10px;
  border: 3px solid #bc8d09;
  box-shadow: -2px 1px 2px #966f02;
  z-index: 9999
}
.livechat-1 .box-live{
  color: #fff;
  width: 220px;
  background: #2197ff;
  border: 1px solid #0583f5;
  border-bottom: none;
  padding: 5px 15px;
  border-radius: 4px 4px 0 0;
  position: fixed;
  bottom: 0px;
  right: 10px;
  cursor: pointer;
  z-index: 9
}
.gr-btn-action button{
  background: none;
  border: none;
  float: right;
  outline: none;
  color: #fff
}
.box-heading{
  background: #bc8d09;
  padding: 10px 15px;
  color: #fff;
}
.box-heading .title-live-chat{
  font-size: 15px
}
.box-body{
  padding: 10px 15px 5px 15px;
    border-top: none;
}
.center{
  text-align: center;
}
.btn-common{
  background: #0087ff;
  border: 1px solid #0087ff;
  border-radius: 20px;
  color: #FFF;
  padding: 5px 20px;
  margin-top: 10px;
}
.box-chat,.box-attach-file{
  display: none;
}
.box-chat label{
  margin-bottom: 0;
  font-weight: normal;
}
.box-chat .form-group{
  margin-bottom: 7px
}
.box-chat input{
  height: 30px
}
.box-regis,.box-attach-file{
  position: absolute;
  width: 100%
}
.livechat-1 textarea{
  height: 60px;
  max-height: 60px;
  font-size: 14px
}
.box-regis .box-body {
    padding: 15px 15px 16px 15px;
}
.box-chat{
  position: relative;
  background: #fff;
  height: 400px;
  min-width: 360px;
}
.box-live i{
  font-size: 17px
}
.change-icon .fa-angle-down:before{
  content: "\f106";
}
.box-send-message{
  display: none;
  position: absolute;
  width: 100%
}
.info-user p{
  margin-bottom: 0
}
.info-user .name-admin{
  font-size: 15px;
  font-weight: bold;
}
.message-consultants{
  padding: 7px 15px;
  background: #ececec;
  width: 80%;
  border-radius: 15px;
  margin-bottom: 10px;
  clear: both;
  position: relative;
  margin-left: 9px;
  float: left;
}
.message-consultants .time-chat-consultants{
  margin-bottom: 0;
  width: 40px;
  position: absolute;
  bottom: 7px;
  right: 4px;
  font-size: 13px;
  text-align: center;
}
.message-user{
  padding: 7px 15px;
  background: #bc8d09;
  width: 80%;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #fff;
  float: right;
  clear: both;
  position: relative;
  margin-right: 9px
}
.message-consultants-send{
    float: left;
}
.time-chat-user{
  margin-bottom: 0;
  width: 40px;
  position: absolute;
  left: 7px;
  top: 6px;
  font-size: 13px
}
.message-user-send,.message-consultants-send{
  width: calc(100% - 30px);
  margin-bottom: 0;
  line-height: 1.3
}
.message-user-send{
  float: right;
  text-align: right;
}
.box-send-message textarea{
  width: 82%;
  display: inline-block;
  font-size: 14px
}
.gr-send-message{
  position: relative;
  margin: 5px 0;
}
.gr-send-message .attach-file{
  position: absolute;
  top: 0;
  font-size: 18px;
  right: 0px;
  cursor: pointer;
}
.gr-send-message .attach-file input[type="file"]{
  opacity: 0;
  width: 32px;
  height: 26px;
  position: relative;
  left: 9px;
}
.gr-send-message .icon-emoji{
  position: absolute;
  top: 0;
  right: 18px;
}
.icon-emoji button{
  background: none;
  border: none;
}
.info-file-att{
  margin: 10px 0;
}
.size-file{
  float: right;
}
.box-attach-file p.name-admin{
  font-size: 14px;
  margin-top: 10px
}
.gr-btn-send-att{
  padding: 15px 0
}
.gr-btn-send-att .btn-common{
  margin-bottom: 5px
}
.gr-btn-send-att .cancel-send-attacht{
  color: #737373;
  border-bottom: 1px solid #878787;
  text-decoration: none;
  cursor: pointer;
}
.message-consultants:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}
.message-consultants:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #eee;
  border-bottom-right-radius: 15px;
}
.message-user:after{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}
.message-user:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -7px;
  height: 20px;
  width: 20px;
  background: #bc8d09;
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}
.icon-emoji .dropdown-menu{
  left: auto;
  right: -5px;
  top: 30px;
  padding: 5px 10px;
  min-width: 220px;
}
.icon-emoji .dropdown-menu a{
  padding: 4px 0 4px 5px;
  cursor: pointer;
  display: inline-block;
}
.icon-emoji .dropdown-menu a:hover{
  transform: scale(1.1);
}
.icon-emoji .dropdown-toggle::after{
  display: none
}
.hide-box{
  display: none!important
}
.scroll-body-chat{
  height: 210px;
  overflow: auto;
}
/*popup*/
.modal-dialog .close:hover{
  color: #fff!important
}
.modal-content .box-body{
  margin-bottom: 0;
  background: #fff
}
/* .modal-dialog{
  margin: 100px auto!important;
} */
.modal-dialog .close{
  opacity: 1;
  color: #fff
}
.modal-dialog .box-chat {
    height: 353px;
}
.modal-dialog .scroll-body-chat{
  height: 200px;
  overflow: auto;
}
.scroll-body-chat .mCSB_inside>.mCSB_container,
#navbar_2 .scroll-dropdown .mCSB_inside>.mCSB_container{
  margin-right: 4px!important
}
.scroll-body-chat .mCSB_scrollTools,
#navbar_2 .scroll-dropdown .mCSB_scrollTools{
  width: 2px!important
}
.scroll-body-chat .mCSB_scrollTools .mCSB_draggerRail,
#navbar_2 .scroll-dropdown .mCSB_scrollTools .mCSB_draggerRail{
  background-color: rgba(203, 203, 203, 0.4)!important;
}
.scroll-body-chat .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#navbar_2 .scroll-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: rgba(201, 201, 201, 0.7)!important;
}
.modal-open .modal{
  padding-right: 0!important
}
/*end popup*/

/*END CHAT LIVE*/


/*--------------------------------------------------------------
# Intro Section landing Page
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../images/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
/* Clients Section
--------------------------------*/

#clients {
  padding: 45px 0;
}

#clients .clients-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}

#clients .client-logo {
  width: 150px;
  height: 150px;
  border: 8px solid #1486d1!important;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out
}
#clients .client-logo:hover{
  transform: scale(1.1);
  cursor: pointer;
}
#clients .client-logo>span{
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1486d1;
}

.section-bg {
  background: #ecf5ff;
}

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 30px;
  color: #556877;
  width: 50%;
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 60px 0;
}
#about header {
  border-bottom: 0px solid #0087ff;
  background: none;
}
.about-extra header {
  border-bottom: 0px solid #0087ff;
  background: none;
}
#why-us header {
  border-bottom: 0px solid #0087ff;
  background: none;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#services header {
  border-bottom: 0px solid #0087ff;
  background: none;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 10px 0;
  background: #0086ff;
}
#why-us h3{
  padding-top: 30px;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #0066cc;
  border-color: #0066cc;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#team .btn-primary {
  width: 100%;
  text-align: left;
}

/*RADIO 1*/
.radio1{
  margin: 20px 0px 10px 0 !important;
}
.radio1 label:after {
    content: '';
    display: table;
    clear: both;
}
.radio1 .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #6c6c6a;
    border-radius: .25em;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: .5em;
    
}
.radio1 .cr i{
  color: #41b6e6;
}
.radio1 .cr {
    border-radius: 50%;
}
.radio1 .cr .cr-icon {
    position: absolute;
    font-size: 1em;
    line-height: 0;
    top: 50%;
    left: 14%;
}
.radio1 .cr .cr-icon {
    margin-left: 0.04em;
}
.radio1 label input[type="radio"] {
    display: none;
}
.radio1 label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.radio1 label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

/*END RADIO 1*/

.document .section-header {
  margin-top: 100px;
}
.document .clients-wrap .client-logo {
  border: 0px !important;
}
.document .clients-wrap p {
  text-align: center;
  color: #1486d1;
  padding-top: 60px;
  font-size: 18px;
}

/*INPUT 5*/
.input-upload-1 input{
    background-color: #fff!important;
    color: #333;
    border: 1px solid #989898;
}
.input-upload-1 .input-group-text{
  cursor: pointer;
  background: #41b6e6;
  border: 1px solid #989898;
  border-left: none;
  color: rgba(32, 56, 100, 1);
  font-size: 15px;
  padding: 3px 20px;
  border-radius: 0 30px 30px 0!important;
  font-family: fontM
}
.input-upload-1 .input-group-append{
  margin: 0;
}
.btn-cheking {
  margin-top: 35px;
}