/*!
Theme Name: freelancedigital
Theme URI: http://underscores.me/
Author: SNV
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freelancedigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

freelancedigital is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

.header_mainsec .navbar-default .navbar-collapse .nav.navbar-nav li {
    display: inline-flex;
}


.btn_style {
    margin-bottom: 15px;
}

ul {
    padding-left: 15px;
    margin-bottom: 20px;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 2px;
    padding-left: 6px;
}

section.error-404.not-found h1 {
    color: #38486E;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    /* float: right; */
    margin-top: 140px;
    text-align: center;
    margin-bottom: 60px;
}
.previous_post a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.next_post a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.pagination_sec {
    margin-top: 62px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.previous_post {
    width: 70%;
    float: left;
}
.address_mainsec a {
    color: #fff;
}
.page-id-144 h1.entry-title {
    display: none;
}

.entry-content {
    margin-top: 105px;
    margin-bottom: 100px;
}
.page-id-144 h1 {
      color: #38486E;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    /* float: right; */
    margin-top: 140px;
    text-align: center;
    margin-bottom: 60px;
}
.top_banner_sec .left_sec .title_sec h2, .whowearewpr.innovation_page_sec .top_banner_sec .left_sec .title_sec h1 {
    color: #38486E;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    float: right;
    transition-duration: .8s;
} 


.blog_page_mainsec .inner_contnt_sec {
    min-height: 110px;
}

.blog_page_mainsec .blog_box_sec {}

.blog_page_mainsec .blog_box_sec .img_sec {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.blog_page_mainsec .blog_box_sec .img_sec img {
    opacity: 0;
}

.blog_box_sec {
    margin-bottom: 0px !important;
}
.blog_box_sec::before {
    background-color: rgba(0,0,0,.0)!important;
}

#wpadminbar {
   z-index: 9999999;
}
.case_studies_rightsec .img_contnt_sec .contnt_sec p {
    margin-bottom: 0px;
}
.case_studies_rightsec .img_contnt_sec .contnt_sec {
    min-height: 200px;
}
.connect_with_us_sec p {
    text-align: justify;
    color: #919191;
}
.logged-in.admin-bar .navbar-fixed-top.fixed_sec {
    top: 31px;
}


.booking_calender {
    z-index: 999999;
}

.booking_calender .modal-body iframe {
    width: 100%;
    height: 900px;
}

.booking_calender .modal-content .close {
    opacity: 1;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 9px;
    top: 2px;
    z-index: 999;
}

.booking_calender .modal-content .close:hover {
    opacity: .6;
}

.booking_calender .modal-dialog {
    width: 800px;
}

.backdrop {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.box.booking_calender_main {
	background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 5px #444444;
    display: none;
    height: auto;
    left: 50%;
    padding: 10px;
    position: fixed;
    top: 10%;
    width: 62%;
    z-index: 999999;
    right: 50%;
    transform: translate(-50%);
    overflow-y: scroll;
    height: 560px;
    scrollbar-color: #BBBFC4 #FFF;
    scrollbar-width: thin;
}
.box.booking_calender_main::-webkit-scrollbar {
  width: 3px;
}

.box.booking_calender_main::-webkit-scrollbar-track {
  background: #fff;
}
 
.box.booking_calender_main::-webkit-scrollbar-thumb {
  background: #BBBFC4; 
}
.box.booking_calender_main iframe {
    width: 100%;
}

h1.entry-title {
    display: none;
}

.bottom_btn_sec1 .btn_style1 a {
    background-color: #fff;
    border: 1px solid #32BCEF;
    border-radius: 50px;
    padding: 6px 9px 6px 9px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.bottom_btn_sec1 {
    margin-top: 24px;
    width: 100%;
    display: inline-block;
    text-align: right;
}
.facebook_icon {
    background-color: #22509F;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.header_mainsec .right_search_icon_sec .social_icon_sec a {
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  margin-right: 0px;
  background-color: transparent;
}
.header_mainsec .right_search_icon_sec .social_icon_sec a img {
  width: 30px;
  height: auto;
}

a.facebook_icon.hvr-bob.footer_face i {
    color: #fff;
}
a.facebook_icon.hvr-bob.footer_face {
    margin-right: 0px;
}

.skilled_mainsec .title_Sec h2 {
    color: #32BCEF;
    font-size: 55px;
    font-weight: 700;
    margin-top: 100px;
    transition-duration: 1s;
}
.skilled_mainsec .title_Sec h3 {
    color: #38486E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    transition-duration: .6s;
    margin-top: -10px;
    margin-left: 150px;
}


h2.team_name {
    color: #32BCEF !important;
    font-size: 55px !important;
    font-weight: 700 !important;
    margin-top: 3px !important;
    transition-duration: 1s !important; 
}

h1.aos-init.aos-animate.main_heading {
    color: #38486E;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    float: right;
    transition-duration: .8s;
}
.top_banner_sec .left_sec .title_sec span{
    color: #32BCEF;
    font-size: 58px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    transition-duration: 1s;
}

.page-template-tpl-home .contnt_sec p {
    min-height: 193px;
    margin-top: 24px;
}
.contnt_sec.box_height p {
    min-height: 83px !important;
}

.footer_mainsec .contnt_sec p {
    min-height: 0px;
}
.right_btn_Sec .bottom_btn_sec {
    padding-left: 44px;
    margin-top: 25px;
}
.profile_description_sec .left_sec .contnt_sec ul {
    padding-left: 46px;
}

h1.t1 {
    color: #38486E !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    float: left !important;
    padding-left: 150px !important;
    margin-bottom: -20px !important;
    position: relative !important;
    z-index: 999 !important;
}

span.t2 {
    color: #32BCEF !important;
 
    font-size: 65px !important;
    margin-top: 5px !important;
    position: relative !important;
    z-index: 999 !important;
    float: left !important;
    margin-top: 0px !important;
}


.bottom_btn_sec.home_butn a {
    background-color: #32BCEF;
    color: #fff;
}

.blogs_details_page .right_contnt_sec .contnt_sec table {
    border: 1px solid #f0f0f0;
}

.blogs_details_page .right_contnt_sec .contnt_sec table thead tr th {
    text-align: left;
    padding: 15px 15px;
	background-color: #ccc;
}

.blogs_details_page .right_contnt_sec .contnt_sec table tbody tr td {
    text-align: left;
    padding: 15px 15px;
}

.form_main_sec .right_sec .address_mainsec .social_media_cont a img {
  width: 30px;
  height: auto;
}

.form_main_sec .right_sec .address_mainsec .social_media_cont a {
  margin-right: 5px;
  margin-left: 0px;
}