/*
  Theme Name: Rounding Business WordPress Theme
  Author: johanspond
  Support: admin@gmail.com
  Description: Rounding Business WordPress Theme
  Version: 1.0.0
*/


/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Muli:300,400,600,700,800,900');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
  url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-link:before {
    content: "\e144";
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #131313;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #131313;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	color: #131313;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}


/* Reset CSS */
.section-home {
    padding-top: 95px;
    text-align: center;
    padding-bottom: 70px;
    background-image: url(../img/logo/dot.png);
}
.portfolios-section {
	background: #f8f8f8;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 70px;
}
.blog-section-area {
    text-align: center;
    padding-top: 95px;
}
.other-pages-section {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 70px;
}

/* section title CSS */
.section-title-table{
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.section-title-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.section-title-table-cell .title-heading{
    font-family: "Lato",sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 42px;
    color: #e8e8e8;
}
.section-title-table-cell .description-heading{
    font-family: "Lato",sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #35382f;
    margin-top: -20px;
}


/* 1. button style */
.btn {
	-moz-user-select: none;
	background: #33bbb0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 34px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.8s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	transition: .8s;
}
.btn:hover{
	color: #fff;
}


/* 2. Preloader */
#preloader{
    background-color: #000D38;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object{
    width: 20px;
    height: 20px;
    background-color: #00ffa8;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}


/* 3. Slider CSS */
.slider-area {
    background-image: url(../img/bg/banner-bg.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider-logo {
    display: block;
    overflow: hidden;
    width: 220px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 35px;
}
.slider-logo img {
    width: 100%;
}
h1.slider-title {
	font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 55px;
    text-align: center;
    font-weight: 400;
    line-height: 65px;
}
.slider-bg-overlay{
	position: relative;
}
.slider-bg-overlay:before {
    background: #39537E none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: inherit !important;
}
.slider-btn-area {
    text-align: center;
    margin-top: 50px;
}
a.btn.filled-btn {
    margin-right: 15px;
}
a.btn.filled-btn:hover {
    background: #fff;
    color: #242424;
}
a.btn.bordered-btn {
    background: no-repeat;
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
a.btn.bordered-btn:hover {
    color: #fff;
    background: #ff566e;
    border: 1px solid #ff566e;
}
h2.promo-title {
    margin-bottom: 0;
    font-size: 21px;
    color: #ff566e;
}
h2.promo-title i {
    margin-right: 10px;
}
.items-one{
    text-align: left ;
}
.items-two{
}
.items-three{
    text-align: right;
}
h2.promo-title a:hover {
    color: #242424;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}


/* 4. Preview Item CSS */
.single-preview {
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 30px;
    overflow: visible;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15)
}
.single-preview img {
    max-width: 100%;
    -webkit-transition: all 10s ease 0s;
    transition: all 10s ease 0s
}
.single-preview:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
.single-preview a::after,
.single-preview a::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.single-preview a {
    z-index: 11;
    height: 480px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}
.home-pages .single-preview a {
    height: 500px;
}
.single-preview.big-page a { 
    height: 835px;
}
.single-preview a::before {
    background: #33bbb0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}
.single-preview:hover a::before {
    opacity: .6;
}
.single-preview a .icon {
    background: #fff;
    border-radius: 100%;
    color: #242424;
    font-size: 20px;
    text-align: center;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 50px;
    z-index: 9
}
.single-preview:hover a .icon {
    opacity: 1
}
.single-preview .demo-title {
    padding: 15px 0;
    text-align: center;
    background: #fff;
}
.single-preview .demo-title p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* 5. Preview Item CSS */
.feature-area {
    background: #f4f7fc;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 95px
}
.single-features-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    background: #fff;
    transition: all 0.5s linear;
    box-shadow: 0px 0px 57px 0px rgba(0,0,0,.11);
}
sup.meta-featured-post {
    top: 15px;
    color: #fff;
    width: auto;
    height: auto;
    right: -43px;
    display: block;
    font-size: 16px;
    position: absolute;
    padding: 16px 45px;
    background: #ff566e;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mbs-30{
    margin-bottom: 30px;
}
.single-features-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
    box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
}
.single-features-item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.single-features-item .icon img {
	width: 100%;
}
.single-features-item .title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 5px;
}
.single-features-item .description {
    color: #242424;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    line-height: 25px;
    letter-spacing: 0;
}

/* 6. Footer Top CSS */
.footertop-bg-overlay{
	position: relative;
}
.footertop-bg-overlay:before {
    background: #39537E none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footer-top-area {
    /*background-image: url(../img/bg/charity-food2.jpg);*/
    padding-top: 150px;
    padding-bottom: 160px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
.footer-content {
    position: relative;
    z-index: 1;
}
.footer-content h3 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.filled-btn-footer {
    background: #fff;
    color: #242424;
    font-size: 17px;
    padding: 18px 40px;
}
a.btn.filled-btn-footer:hover {
    color: #fff;
    background: #242424;
}

/* 7. copyright */
.copyright-wrap {
	border-top: 1px solid #344043;
}
.copyright-text p {
	color: #242424;
	margin-bottom: 0;
	padding: 20px 0;
}
.copyright-text p a{
	color: #ff566e;
}