/*
------------------------------------------------------------------------
* Template Name    : Ternig | Creative & Agency Html Portfolio Template* 
* Author           : ThemesBoss                                        *
* Version          : 1.0.0                                             *
* Created          : July 2018                                         *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/
/*======================
	1.COMMON         *
	2.HELPER         *
	3.MENU           *
	4.HOME           *
	5.ABOUT          *
	6.SERVICES       *
	7.FUNFACT        *
	8.PORTFOLIO      *
	9.CLIENT         *
	10.LOGO          *
	11.CONTACT       * 
	12.FOOTER        *
	13.RESPONSIVE    *
/*======================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700");
/*=====================
		1.COMMON 
=======================*/
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif; }

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
  font-weight: 600 !important; }

a:hover {
  outline: 0;
  text-decoration: none !important; }
a:active {
  outline: 0;
  text-decoration: none !important; }
a:focus {
  outline: 0;
  text-decoration: none !important; }

button {
  box-shadow: none !important;
  outline: none !important; }
  button:hover {
    box-shadow: none !important;
    outline: none !important; }
  button:active {
    box-shadow: none !important;
    outline: none !important; }
  button:focus {
    box-shadow: none !important;
    outline: none !important; }

::selection {
  background: rgba(166, 175, 189, 0.3); }

::-moz-selection {
  background: rgba(166, 175, 189, 0.3); }

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: FFBA00;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s; }
  .back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block; }

/*=====================
		1.HELPER 
=======================*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff; }

.section_main_box {
  max-width: 600px; }
  .section_main_box h3 {
    line-height: 1.4;}
  .section_main_box .section_small_title {
    background-color: rgba(255, 186, 0, 0.1);
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px; }

.section_title_content {
  max-width: 850px; }

.z-index {
  z-index: 998; }

.h-100vh {
  height: 100vh; }

.text-custom {
  color: #FFBA00 !important; }

.bg-overlay-gradient {
  background: #3C1DA8;
  background: -webkit-linear-gradient(to right, #3C1DA8, #AB39FF);
  background: linear-gradient(to right, #3C1DA8, #AB39FF);
  opacity: 0.92;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.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; }

.bg-overlay {
  background: #1d2a2f;
  position: absolute;
  opacity: 0.88;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.btn {
  padding: 10px 24px; }

.btn-rounded {
  border-radius: 30px !important; }

.btn-outline-custom {
  border: 2px solid #FFBA00;
  color: #FFBA00 !important;
  letter-spacing: 1px;
  transition: all 0.5s;
  border-radius: 5px;
  text-transform: capitalize; }
  .btn-outline-custom:hover {
    background: #FFBA00;
    border-color: #FFBA00 !important;
    color: #FFBA00 !important; }
  .btn-outline-custom:active {
    background: #FFBA00;
    border-color: #FFBA00 !important;
    color: #FFBA00 !important; }
  .btn-outline-custom:focus {
    background: #FFBA00;
    border-color: #FFBA00 !important;
    color: #FFBA00 !important; }
  .btn-outline-custom.active {
    background: #FFBA00;
    border-color: #FFBA00 !important;
    color: #FFBA00 !important; }
  .btn-outline-custom.focus {
    background: #FFBA00;
    border-color: #FFBA00 !important;
    color: #FFBA00 !important; }

.btn-custom {
  background-color: #FFBA00;
  border: 2px solid #FFBA00;
  color: #fff;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-custom:hover {
    background-color: #D49A00;
    border-color: #D49A00;
    color: #fff; }
  .btn-custom:active {
    background-color: #D49A00;
    border-color: #D49A00;
    color: #fff; }
  .btn-custom:focus {
    background-color: #D49A00;
    border-color: #D49A00;
    color: #fff; }
  .btn-custom.active {
    background-color: #D49A00;
    border-color: #D49A00;
    color: #fff; }
  .btn-custom.focus {
    background-color: #D49A00;
    border-color: #D49A00;
    color: #fff; }

/*=====================
		3.MENU 
=======================*/
.custom-nav {
  margin: 18px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  transition: all 0.5s ease-in-out; }
  .custom-nav .container {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); }
    .custom-nav .container .navbar-toggler {
      font-size: 28px;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #000; }
    .custom-nav .container .nav .open > a,
    .custom-nav .container .nav .open > a:focus,
    .custom-nav .container .nav .open > a:hover {
      background-color: transparent;
      border-color: #FFBA00; }
    .custom-nav .container .navbar-nav li.active a {
      color: #FFBA00 !important; }
    .custom-nav .container .navbar-nav li:hover a {
      color: #FFBA00 !important; }
    .custom-nav .container .navbar-nav li:active a {
      color: #FFBA00 !important; }
    .custom-nav .container .navbar-nav li a {
      color: #000;
      font-size: 15px;
      background-color: transparent !important;
      padding: 7px 0 !important;
      position: relative;
      margin: 0 15px;
      font-weight: 600;
      transition: all 0.4s; }
    .custom-nav .container .navbar-brand.logo img {
      height: 36px; }

/*=====================
		4.HOME 
=======================*/
.home-bg-img {
  background-image: url(../images/home-bg1.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }

.bg-gradient {
  background: #324ed4;
  background: -webkit-linear-gradient(to right, #324ed4, #7636ea);
  background: linear-gradient(to right, #324ed4, #7636ea); }

.home-table {
  display: table;
  width: 100%;
  height: 100%; }
  .home-table .home-table-center {
    display: table-cell;
    vertical-align: middle; }
    .home-table .home-table-center .header_title {
      font-size: 70px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: capitalize; }
    .home-table .home-table-center .header_subtitle {
      line-height: 1.8;
      max-width: 550px;
      color: rgba(255, 255, 255, 0.74) !important;
      font-size: 20px; }
    .home-table .home-table-center .home_divider {
      height: 3px;
      width: 60px;
      background-color: rgba(255, 255, 255, 0.65); }
    .home-table .home-table-center .learn_more {
      position: relative;
      top: 5px; }
      .home-table .home-table-center .learn_more i {
        background: #fff;
        border-radius: 50px;
        width: 58px;
        height: 58px;
        line-height: 58px;
        color: #000;
        font-size: 26px;
        display: inline-block; }
    .home-table .home-table-center .header_btn span {
      font-size: 18px; }

.curv-img {
  height: 100%;
  width: 100%;
  background-image: url(../images/curv-img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  position: absolute; }

/*=====================
		5.ABOUT 
=======================*/
.about_boxes {
  border: 1px dotted #e7e7e7; }
  .about_boxes i {
    font-size: 42px; }
  .about_boxes .about_btn a {
    border: 1px solid #e7e7e7;
    padding: 10px 16px;
    display: inline-block;
    color: #FFBA00 !important; }

/*=====================
		6.SERVICES 
=======================*/
.services_boxes .services_title .services_main_title .services_icon {
  font-size: 44px; }
.services_boxes .services_title .services_main_title span {
  position: relative;
  top: -12px; }
.services_boxes .services_title .services_more {
  font-size: 32px; }
.services_boxes .services_more {
  font-size: 22px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  border-radius: 50%; }

/*=====================
		7.FUNFACT 
=======================*/
.about_count {
  font-size: 100px;
  letter-spacing: 15px; }

/*=====================
		8.PORTFOLIO  
=======================*/
.work_menu li {
  margin-right: 0px !important; }
  .work_menu li:after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 8px;
    position: relative;
    display: inline-block;
    top: -3px; }
  .work_menu li:last-child:after {
    content: "";
    display: none; }
  .work_menu li a {
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #9a9a9a;
    display: inline-block;
    transition: all 0.5s;
    margin-top: 5px;
    padding: 6px 16px;
    border-radius: 5px; }
    .work_menu li a.active {
      background-color: rgba(255, 186, 0, 0.1);
      color: #FFBA00; }
    .work_menu li a:hover {
      background-color: rgba(255, 186, 0, 0.1);
      color: #FFBA00 !important; }

.work_item {
  padding: 15px; }
  .work_item .work_box {
    box-shadow: 0 0px 35px 1px rgba(179, 179, 179, 0.25); }
    .work_item .work_box .work_detail p {
      font-size: 13px; }
    .work_item .work_box .work_detail h4 {
      font-size: 18px; }
	  
/*=====================
		9.CLIENT 
=======================*/
.client_section {
  padding-bottom: 0px !important; }
  .client_section .client_box .clients_content_box p {
    font-size: 28px; }
  .client_section .client_box .clients_detail p {
    font-size: 13px; }
  .client_section .client_box .clients_detail h5 {
    font-size: 15px; }
  .client_section .owl-theme .owl-controls .owl-page {
    margin: 20px 0px; }
    .client_section .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 6px;
      margin: 5px 4px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      transition: all 0.5s;
      background: #FFBA00 !important; }
    .client_section .owl-theme .owl-controls .owl-page.active span {
      width: 20px;
      opacity: 1; }

/*=====================
		10.LOGO   
=======================*/
.logo_img img {
  max-height: 100px;
  width: auto !important; }

/*=====================
		11.CONTACT  
=======================*/
.contact_form {
  box-shadow: 0 0 35px 1px #efefef;
  padding: 40px; }
  .contact_form .form-control {
    box-shadow: none !important;
    height: 44px;
    border-radius: 0px;
    border: 1px solid #e8e8e8; }
    .contact_form .form-control:focus {
      border-color: #FFBA00; }
  .contact_form textarea.form-control {
    height: auto; }
  .contact_form .error {
    margin: 8px 0px;
    display: none;
    color: red; }
  .contact_form .error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700; }
  .contact_form .gig_loader {
    display: none; }
  .contact_form #success_msg {
    text-align: center;
    margin-bottom: 20px; }
  .contact_form #success_msg h3 {
    color: #0dba26;
    font-size: 22px; }

/*=====================
		12.FOOTER 
=======================*/
.footer_detail {
  background-image: url("../images/footer-bg.jpg");
  background-position: center center;
  position: relative;
  background-size: cover; }
  .footer_detail .footer-subcribe .form-control {
    height: 46px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .footer_detail .footer-subcribe .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .footer_detail .footer-subcribe .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .footer_detail .footer-subcribe .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .footer_detail .footer-subcribe .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .footer_detail .footer_title_border {
    background-color: #FFBA00;
    height: 3px;
    width: 40px; }
  .footer_detail h6 {
    font-size: 20px; }
  .footer_detail .footer_menu_list li a {
    color: #fff !important;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s; }
    .footer_detail .footer_menu_list li a:hover {
      color: #FFBA00 !important; }

/*=====================
		13.RESPONSIVE 
=======================*/
@media (max-width: 768px) {
  .section {
    padding: 60px 0px; }
    .section .section_main_box h3 {
      font-size: 24px; }

  .vertical-content {
    display: inherit; }

  .custom-nav {
    margin-top: 0px;
    padding: 10px 0px !important; }
    .custom-nav .container {
      border-radius: 30px;
      padding: 8px 14px;
      width: 90%; }
      .custom-nav .container .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000; }
      .custom-nav .container .navbar-brand.logo img {
        height: 28px; }

  .home-bg-img {
    height: auto;
    padding: 125px 0 130px 0; }

  .home-table .home-table-center .header_title {
    font-size: 38px;
    line-height: 1.2; }
  .home-table .home-table-center .header_subtitle {
    font-size: 15px;
    line-height: 1.8; }
  .home-table .home-table-center .header_btn span {
    display: block; }

  .about_count {
    font-size: 50px;
    letter-spacing: 8px; }

  .work_menu li:after {
    display: none; }
  .work_menu li a {
    margin: 6px; }

  .client_section {
    padding-bottom: 40px; }
    .client_section .client_box .clients_content_box p {
      font-size: 24px; }
    .client_section .testi_img {
      display: none; }

  .contact_form {
    padding: 24px; } }

/*# sourceMappingURL=style.css.map */
