/*  Theme Name: Globing | Responsive Bootstrap 4 Landing Template
    Author: Themesbrand
    Version: 1.0.0
    File Description: Main CSS file of the template
*/

/****************************
*   1  :  HELPER            *
*   2  :  NAVBAR-CUSTOM     *
*   3  :  HOME              *
*   4  :  SERVICES          *
*   5  :  FEATURES          *
*   6  :  CLIENTS           *
*   7  :  TEAM              *
*   8  :  FAQ               *
*   9  :  PRICING BOX       *
*   10 :  CONTACT           *
*   11 :  FOOTER            *
*   12 :  RESPONSIVE        *
*****************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli:400,600,700');

body {
	font-family: var(--thm-font);
	color: #8b7f9a;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: -.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
}

p {
    font-size: 15px;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3c3c3c;
    transition: all 0.5s;
}

.back-to-top i {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 30px;
}


/*****************
    1.HELPER
*****************/

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    background-color: #fff;
}

.title {
    text-transform: uppercase;
    font-size: 24px;
}

.title-subtitle {
    max-width: 600px;
}

.title-icon {
    font-size: 32px;
    margin-bottom: 30px;
    display: block;
}



.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.btn-custom {
    transition: all 0.5s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3;
}

.btn-outline-custom {
    border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}


/*********************
    2.NAVBAR-CUSTOM
**********************/

.navbar-custom {
    background-color: transparent;
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
    background-color: transparent !important;
    margin: 0 7px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
}

.navbar-custom .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.navbar-custom .nav-social li a {
    color: #fff !important;
}

.navbar-custom .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
    color: #fff !important;
}

.navbar-custom.nav-sticky {
    background-color: #1a1a1a !important;
    padding: 15px 0px;
}

.nav-social .facebook {
    border: 2px solid #5f5f5f;
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 38px;
}

.nav-social .nav-number span {
    font-size: 13px;
}

.nav-social .nav-number i {
    position: relative;
    top: 3px;
    font-size: 18px;
}


/*********************
    3.HOME
**********************/

.bg-home {
    background-image: url('../images/cartographer.png');
    position: relative;
    padding: 190px 0;
}

.home-title {
    font-size: 38px;
    line-height: 1.4;
}

.home-subtitle {
    font-size: 16px;
    line-height: 2.0;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-form .registration-input-box {
    border: none;
    border-radius: 5px;
    color: #999;
    height: 45px;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}


/*---DEMO - 2---*/

.bg-home-full {
    height: 100vh;
}

.home-subtitle-center {
    max-width: 500px;
}


/*---DEMO - 3---*/

.half-home {
    padding: 280px 0 200px;
}


/*---DEMO - 6---*/

.back-slide {
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*---DEMO - 8---*/

.bg-gradient {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}

.navbar-light,
.navbar-light.sticky {
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.navbar-light .navbar-brand {
    color: #000 !important;
}

.navbar-light .navbar-nav li a {
    color: #828080 !important;
}


/*--- DEMO - 10---*/

.bg-video {
    height: 100vh;
    background-color: #000;
}


/*---DEMO - 11---*/

.navbar-light.small {
    min-height: 80px;
}


/*---DEMO - 12 ---*/

.slidero {
    position: relative;
    z-index: 1;
}


/*---DEMO - 13 ---*/

.main-slider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.main-slider .flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.9);
}

.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}


/*---EXTRA PAGES---*/

.bg-login {
    background-image: url(../images/cartographer.png);
    height: 100vh;
}

.login-table {
    display: table;
    width: 100%;
    height: 100%;
}

.login-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.login-form .form-control {
    height: 44px;
    border: none;
    margin-bottom: 14px;
    border: 2px solid #eaeaea;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.forgot-pass-txt {
    line-height: 22px;
    font-size: 14px;
}

.page-heading h1{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

#services .services-item {
  padding: 30px 30px;
  /* border: 1px solid #ddd; */
  border-radius: 50px 50px 50px 50px;  
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }
  #services .services-item:hover {
    border: 1px solid #28a9e2;
    box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  #services .services-item .icon {
   background-image: -moz-linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%); 
   background-image: -webkit-linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%); 
   background-image: -ms-linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
    width: 110px;
    height: 110px;
    margin: 0px auto;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
	/* background-color: #28a9e2; */

}
  #services .services-item .icon i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%; 
	
}

  #services .services-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #151948;
    margin-bottom: 15px; 
	
}

  #services .services-item p {
    font-size: 12px;
    margin-bottom: 10px;
	text-align: justify;
	
}
	
 .services	.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
  }
  

/*********************
    5.FEATURES
**********************/

.features-desc h2 {
    font-size: 28px;
    line-height: 1.6;
}

.features-desc p {
    line-height: 1.8;
	text-align: justify;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-image: url('../images/cartographer.png');
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background-image: url('../images/cartographer.png');
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FEA47F;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #80cbc4;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fd7e14;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /* border-bottom: 1px solid #28a9e2; */
  text-align: center;
  margin-right: 120px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #1293c8;
  font-size: 12px;
}

#footer .footer-top .footer-links ul li {
  /* border-bottom: 1px solid #262c44; */
  padding: 4px 0;
  font-size: 14px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #1293c8;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fd7e14;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #1293c8;
  font-style: italic;
  
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .credits a {
  text-align: center;
  font-size: 13px;
  color: #fd7e14;
}

/* footer bottom */
.site-footer__bottom .inner-container {
	border-top: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30.5px;
	padding-bottom: 30.5px;
}

.site-footer__bottom p {
	margin: 0;
	color: #8b7f9a;
	font-size: 16px;
}

.footer-social {
	display: flex;
	align-items: center;
}

.footer-social a {
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-size: auto 200%;
	transition: all 500ms ease;
}

.footer-social a:hover {
	background-position: bottom;
}

.footer-social a:nth-child(2) {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.footer-social a:nth-child(3) {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.footer-social a:nth-child(4) {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

.footer-social a+a {
	margin-left: 10px;
}


#contact {
  padding: 70px 0;
  background: url(assets/images/1.jpg) no-repeat center center #ffffff;

}
#contact .contact-info {
  margin-bottom: 1px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;

}

#contact .contact-info h3 {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333; 
}

#contact .contact-info a {
  color: #000;
  font-size: 14px;
  
}

#contact .contact-info a:hover {
  color: #fd7e14;
}

#contact .contact-info .contact-phone ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact .contact-info .contact-phone ul i {
  padding-right: 5px;
  color:  #fd7e14;
  font-size: 14px;
  margin-left: 2px;
}

#contact .contact-info .contact-phone  ul li {
  padding: 1px 0;
}

#contact .contact-info .contact-email ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact .contact-info .contact-email ul i {
  padding-right: 5px;
  color: #80cbc4;
  font-size: 14px;
  margin-left: 80px;
}

#contact .contact-info .contact-email  ul li {
  padding: 1px 0;
   float: left;
   font-size: 14px;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 14px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
	border-radius: 0px;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

.contact_form textarea.form-control{
	min-height: 225px;
}

.form-group{
	position: relative;
}

.help-block{
	position: absolute;
	top: 100%;
	left: 0px;
}


/*********************
    12.RESPONSIVE
**********************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        background-color: #000;
        padding: 10px 0px !important;
    }
    .navbar-custom .container {
        width: 85%;
    }
    .about-border-left {
        border: none;
    }
    .bg-home {
        padding: 120px 0px;
    }
    .home-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .user-review {
        font-size: 16px;
        line-height: 24px;
    }
    .team-box.active {
        transform: scale(1.0);
    }
    .bg-home-full,
    .back-slide,
    .bg-login {
        height: auto;
        padding: 100px 0px;
    }
    .navbar-custom .navbar-toggler {
        color: #fff;
        font-size: 26px;
        border: none;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        font-size: 26px;
        border: none;
    }
    .half-home {
        padding: 120px 0 70px;
    }
    .navbar-light.small {
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	border-radius: 26px;
	background-size: auto 200%;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-position: top;
	padding: 4px 35px;
	position: relative;
	overflow: hidden;
}

.thm-btn::before {
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.2;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.thm-btn:hover::before {
	animation: thmBtnRipple 2s cubic-bezier(0.47, 2.02, 0.31, -0.36) infinite;
}

@keyframes thmBtnRipple {
	0% {
		left: 10px;
	}

	100% {
		left: calc(100% - 10px);
	}
}

.thm-btn:hover {
	color: #fff;
	background-position: bottom;
}







