/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
- Modial Window
- Customize Owl Carousel
- Wordpress Default Style
===========================================
*/

/*
------------------------------------
- General Style
------------------------------------
*/
*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
	font-size: 18px;
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 30px;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0px;
	color: #3d3d3d;
	line-height: 30px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
button, input, textarea {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
}
/*
------------------------------------
- Utility Classes
------------------------------------
*/
.icon-caption {
    display: block;
    padding-left: 50px;
    position: relative;
    z-index: 0;
}
.icon-caption i {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0px;
    position: absolute;
    z-index: 0;
    color: #03a9f4;
    font-size: 28px;
}
.circle-top-icon {
    text-align: center;
}
.last .circle-top-icon {
    margin-bottom: 0px;
}
.circle-top-icon .icon {
    width: 68px;
    height: 68px;
    border: 1px solid #0bbff3;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.circle-top-icon .content {}
.circle-top-icon .content p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 28px;
}
.circle-top-icon:hover .icon {
    background: #0bbff3;
    color: #fff;
}
.gap50 {
    width: 100%;
    height: 50px;
}
/*
------------------------------------
- Button Style
------------------------------------
*/
.btn,
a.btn {
    color: #3d3d3d;
    line-height: 48px;
    padding: 5px 30px;
    margin-right: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.77rem;
    font-weight: 600;
    border: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:last-child,
a.btn:last-child {
    margin-right: 0px;
}
.btn i {
	margin-right: 10px;
	text-shadow: 1px 1px 1px #333;
}
a.btn:focus,
a.btn:active,
a.btn:visited {
	color: #fff;
}
.btn-3d,
a.btn-3d {
    background: #03a9f4;
    color: #fff;
    border-bottom: 3px solid #0379ae;
}
/* All Buttons */

.btn-blue-fill-radius,
a.btn-blue-fill-radius {
    background: #03a9f4;
    color: #fff;
}
.btn-blue-fill-round,
a.btn-blue-fill-round {
    background: #03a9f4;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}
.btn-blue-fill-sqr,
a.btn-blue-fill-sqr {
    background: #03a9f4;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.btn-blue-line-radius,
a.btn-blue-line-radius {
    background: transparent;
    color: #3d3d3d !important;
    border: 1px solid #03a9f4;
}
.btn-blue-line-round,
a.btn-blue-line-round {
    background: transparent;
    color: #3d3d3d !important;
    border: 1px solid #03a9f4;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}
.btn-blue-line-sqr,
a.btn-blue-line-sqr {
    background: transparent;
    color: #3d3d3d !important;
    border: 1px solid #03a9f4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
/* White Button */
.btn-lite-fill-radius,
a.btn-lite-fill-radius {
    background: #f9f9f9;
    color: #3d3d3d;
}
.btn-lite-fill-round,
a.btn-lite-fill-round {
    background: #f9f9f9;
    color: #3d3d3d;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}
.btn-lite-fill-sqr,
a.btn-lite-fill-sqr {
    background: #f9f9f9;
    color: #3d3d3d;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.btn-lite-line-radius,
a.btn-lite-line-radius {
    background: transparent;
    color: #f2f2f2 !important;
    border: 1px solid #f9f9f9;
}
.btn-lite-line-round,
a.btn-lite-line-round {
    background: transparent;
    color: #f2f2f2 !important;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}
.btn-lite-line-sqr,
a.btn-lite-line-sqr {
    background: transparent;
    color: #3d3d3d !important;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
a.btn-lite-fill-radius:focus,
a.btn-lite-fill-radius:active,
a.btn-lite-fill-radius:visited,
a.btn-lite-fill-round:focus,
a.btn-lite-fill-round:active,
a.btn-lite-fill-round:visited,
a.btn-lite-fill-sqr:focus,
a.btn-lite-fill-sqr:active,
a.btn-lite-fill-sqr:visited,
a.btn-lite-line-radius:focus,
a.btn-lite-line-radius:active,
a.btn-lite-line-radius:visited,
a.btn-lite-line-round:focus,
a.btn-lite-line-round:active,
a.btn-lite-line-round:visited,
a.btn-lite-line-sqr:focus,
a.btn-lite-line-sqr:active,
a.btn-lite-line-sqr:visited {
    color: #3d3d3d;
}

a.btn-lite-line-radius:hover,
a.btn-lite-line-round:hover,
a.btn-lite-line-sqr:hover {
    color: #3d3d3d !important;
}
/*
------------------------------------
- Form Elements 0379ae
------------------------------------
*/


/*
------------------------------------
- Page Header
------------------------------------
*/
.page-header-area {
    width: 100%;
    height: auto;
}
.page-header-area .banner {
    width: 100%;
    height: auto;
    background-image: url('../img/page-header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0px;
}
.page-header-area .breadcrumb-area {
    width: 100%;
    height: auto;
    padding: 100px 0px 10px 0px;
    text-align: right;
}
.page-header-area .breadcrumb-area .title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.breadcrumb {
    background: transparent;
    margin: 0px;
    padding: 0px;
}
.breadcrumb li,
.breadcrumb li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
/*
------------------------------------
- Bread Crumb
------------------------------------
*/

/*
------------------------------------
- Pagination
------------------------------------
*/
.pagination-area {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
}
.pagination li a {
    border-radius: 0px !important;
    color: #111 !important;
}
.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
    background: #00bff3;
    border-color: #00bff3;
    color: #fff !important;
}

/*
------------------------------------
- Modal Window
------------------------------------
*/
.modal-backdrop {
    z-index: -1;
}
.modal-dialog {
    margin-top: 140px;
}
.modal-content {
    border-radius: 0px;
}
a.close-me {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: #00bff3;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 3px solid #fff;
}
/*
------------------------------------
- Tab
------------------------------------
*/
/*
------------------------------------
- Customize Owl Carousel
------------------------------------
*/
.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    margin: auto !important;
}
.owl-dots {
    width: 100%;
    height: 30px;
    text-align: center;
}
.owl-dot {
    background: rgba(0, 191, 243, 0.4);
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.owl-dot.active {
    background: rgba(0, 191, 243, 1);
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* 
---------------------------------
- Wordpress Default Style
---------------------------------
*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Gallery Image Style */

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery .gallery-caption {
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Media Query */

@media screen and (max-width: 740px) {
    body, img, .wp-caption {
        max-width: 100%;
    }
    img, .wp-caption {
        width: auto !important;
    }
}
