/*
  Theme Name: Pitwo - Multipurpose HTML5 Responsive Template
  Theme URL: http://themewar.com/html/pitwo
  Author: EitThemes
  Author URI: http://themewar.com
  Description: Multipurpose HTML5 Responsive Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
[1] Basic Preset
[2] Section Setup
[3] Owl Carowsel Controls
[4] Revolation slider
[5] Default Button 
[6] Bootstrap Carowsel 
[7] loadding spinner
[8] Bootstrap Padding marging Off
==========================================================================*/
/*=======================================================================
[Font Family]
=========================================================================
1. open sans [Use for body ]
2. lato [ Use for all headings ]
2. Raleway [ Use for all Footer headings ]

Main Color: #763897
Preset Colors:
    1. #763897 
    2. #ff9953
    6. #c04baa
    4. #48929b
    5. #7a942e
    6. #db0a5b
    7. #a17917
    8. #f2ca27
==========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600italic,700,600,700italic,800,800italic,900,900italic);
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-medium-webfont.woff2') format('woff2'),
        url('../fonts/lato-medium-webfont.woff') format('woff'),
        url('../fonts/lato-medium-webfont.ttf') format('truetype'),
        url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.eot');
    src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
        url('../fonts/lato-semibold-webfont.woff') format('woff'),
        url('../fonts/lato-semibold-webfont.ttf') format('truetype'),
        url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=======================================================================
[basic preset]
=========================================================================*/
body, html{
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 25px;
}
a{
    color: #3179D6;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
    color: #AA31D6;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
p.lead{
    font-size: 16px;
    color: #393939;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
    color: #222222;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    text-rendering: optimizelegibility;
    line-height: .8;
}
h1{
    font-size: 60px;
    font-weight: 900;
}
h2{
    font-size: 40px;
    font-weight: 700;
}
h3{
    font-size: 34px;
    font-weight: 900;
}
h4{
    font-size: 26px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 700;
}
h6{
    font-size: 14px;
    font-family: 'latosemibold';
}
ul,
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*Input button reset*/
input[type='text'],
input[type='email'],
input[type='search'],
input[type='url'],
textarea,
button{
    border:none;
    background: transparent;
}
textarea{
    resize: none;
    height: 145px;
}
/**Footer headding**/
.footerTit{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 40px;
}

/**body bg**/
body{
    background: url(../images/bodybg.png)no-repeat scroll 0 0;
}


/*=======================================================================
// Section Setup
=========================================================================*/
.secCommon{
    padding-top: 90px;
    padding-bottom: 37px;
}
.secCommon.two{
    padding-top: 60px;
    padding-bottom: 37px;
}
.secCommon h3{
    margin: 0;
    line-height: .8;
}
.secBar {
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    width: 150px;
}
.secBar::after {
    background: #cccccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 45px;
	display:none;
}
.secBar::before {
    background: #cccccc;
    bottom: 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 13px;
    width: 45px;
	display:none;
}
/*=======================================================================
// Owl Carowsel Controls
=========================================================================*/
.owl-theme .owl-controls {
    line-height: 0.8;
    margin: 0;
    padding: 44px;
}
.owl-theme .owl-controls .owl-page span {
    background: #cccccc;
    height: 10px;
    margin: 5px;
    width: 10px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #763897;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 1;
    padding: 3px 10px;
    position: absolute;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    color: #763897;
}
.owl-theme .owl-controls .owl-buttons div i{
    font-size: 30px;
    font-weight: 100;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -135px;
    top: 55px; 
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -135px;
    top: 55px;
}
/*=======================================================================
// Revolation slider 
=========================================================================*/
.tp-leftarrow.default{}
.tparrows.default.round{
    background: #ccd3d8;
    border-radius: 2px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.tparrows.default.round:hover{
    background: #763897;
}
.tp-leftarrow.default.round{
    position: relative;
}
.tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    left: 0;
    padding: 8px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    padding: 8px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-leftarrow.tparrows.default.round {
    left: 70px !important;
    top: 45.8% !important;
}
.tp-rightarrow.tparrows.default.round {
    right: 70px !important;
    top: 45.8% !important;
}
.tparrows.default.round.hidearrows, 
.tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}
.tp-bullets.simplebullets .bullet {
    background: #dfdfdf;
    border-radius: 50%;
    height: 10px;
    margin-left: 0;
    margin-right: 15px;
    width: 10px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #763897;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    float: left;
    height: 10px;
    margin-left: 8px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 10px;
}
/*=======================================================================
// Default Button
=========================================================================*/
.defaultbtn,
.defaultbtnLeft{
    background: #763897;
    display: block;
    margin: 0 auto;
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    color: #fff;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.defaultbtnLeft {
    margin: 0;
}
.defaultbtn:hover,
.defaultbtnLeft:hover{
    background: #F6F6F6;
    color: #029A83;
    border: 2px solid #029A83;

}
/*=======================================================================
// Bootstrap Carowsel 
=========================================================================*/
.portfolioCaro .carousel-control {
    background: #a5a29c;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 1;
    margin: auto 0;
    opacity: 1;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: -90px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.portfolioCaro .carousel-control.left{
    left: 20px;
}
.portfolioCaro .carousel-control.right{
    right: 20px;
}
.portfolioCaro ol.carousel-indicators {
    bottom: -30px;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.portfolioCaro .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    height: 110px;
    margin-right: 18px;
    position: relative;
    width: 170px;
    text-indent: 0;
}
.portfolioCaro .carousel-indicators li:after{
    border: 4px solid transparent;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.portfolioCaro .carousel-indicators li:hover:after,
.portfolioCaro .carousel-indicators li.active:after{
    border-color: #763897;
}
/*=======================================================================
//loadding spinner
=========================================================================*/

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.la-timer,
.la-timer > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-timer {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-timer.la-dark {
    color: #333;
}
.la-timer > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-timer {
    width: 32px;
    height: 32px;
}
.la-timer > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: #763897;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
    -moz-transform-origin: 1px 1px 0;
    -ms-transform-origin: 1px 1px 0;
    -o-transform-origin: 1px 1px 0;
    transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
    -moz-animation: timer-loader 1250ms infinite linear;
    -o-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
    -moz-animation-delay: -625ms;
    -o-animation-delay: -625ms;
    animation-delay: -625ms;
}
.la-timer > div:before {
    height: 12px;
}
.la-timer > div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
    -moz-animation-delay: -7.5s;
    -o-animation-delay: -7.5s;
    animation-delay: -7.5s;
}
.la-timer.la-sm {
    width: 16px;
    height: 16px;
}
.la-timer.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
    top: 7px;
    left: 7px;
    width: 1px;
    margin-top: -.5px;
    margin-left: -.5px;
    border-radius: 1px;
    -webkit-transform-origin: .5px .5px 0;
    -moz-transform-origin: .5px .5px 0;
    -ms-transform-origin: .5px .5px 0;
    -o-transform-origin: .5px .5px 0;
    transform-origin: .5px .5px 0;
}
.la-timer.la-sm > div:before {
    height: 6px;
}
.la-timer.la-sm > div:after {
    height: 4px;
}
.la-timer.la-2x {
    width: 64px;
    height: 64px;
}
.la-timer.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
    -moz-transform-origin: 2px 2px 0;
    -ms-transform-origin: 2px 2px 0;
    -o-transform-origin: 2px 2px 0;
    transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
    height: 24px;
}
.la-timer.la-2x > div:after {
    height: 16px;
}
.la-timer.la-3x {
    height: 96px;
    width: 96px;
    margin: 0 auto;
    top: 50%;
}
.la-timer.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
    top: 42px;
    left: 42px;
    width: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 6px;
    -webkit-transform-origin: 3px 3px 0;
    -moz-transform-origin: 3px 3px 0;
    -ms-transform-origin: 3px 3px 0;
    -o-transform-origin: 3px 3px 0;
    transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
    height: 36px;
}
.la-timer.la-3x > div:after {
    height: 24px;
}
/*
 * Animation
 */
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes timer-loader {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=======================================================================
// Bootstrap Padding marging Off
=========================================================================*/
.noPadding{
    padding: 0px;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
