/* 
    Created on : Aug 1, 2017, 11:23:54 AM
    Author     : Bitz Graphics www.bitzgraphics.in
*/

 .btn-warning{
	background: #FFC107;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #f5b608;
}
.btn-warning:active {
	background-color: #d69e08;
}
.btn-xs{
	font-size: 10px;
}
a, a:hover, a:focus, a:active{
    text-decoration: none;
    color: #3e59ff;
}
.height100{
    height: 100%;
}
h1,h2,h3,h4,h5{
    font-weight: 700;
}

.btn {
    font-size: 0.688em; 
    padding: 0.7em 2em;
    border-radius: 3.125em; 
    text-transform: uppercase;
    color: #fff;
    background: #3e59ff;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btn span{
    font-size: 11px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btn:hover, .btn:focus{
    background-color: #2f48e4;
    color: #fff;
}
.btn:active{
    background-color: #2941d8;
    color: #fff;
}

.icon-arrow{
    padding-left: 2px;
    margin-top: -4px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btn:hover .icon-arrow{
    margin-left: 8px;
    -webkit-transform:  translateX(2px);
    transform:  translateX(2px);
}


.btn-hero, .btn-hero:visited {
    background: #0e1c74;
    font-weight: 700;
}

.btn-hero:hover{
    background-color: #031bb3;
}
.btn-hero:active{
    background-color: #0e1c74;
}

.btn-md {
    font-size: 80%;
}

.btn-lg {
    font-size: 90%;
}

body{
    font-family: 'Raleway',Helvetica,Arial,sans-serif;
    background: #fff;
    font-size: 16px;

}

.wrapper section{
    margin-bottom:135px; 
}

section._intro, section._feedback, section._callOfAction{
    background-color: #3e59ff;
    padding:0 10px;
    color: #fff;
    position: relative;
}

section._intro .navbar{
    height:50px;
    padding:8px 0;
    display:inline-block;
    width: 100%;
}

.logo{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.logo:hover{
    color: #fff;
}
.logo span{
    vertical-align: middle; 
}
section._intro .navbar .btn{
    border: 1px solid #fff;
    background: none;
}
section._intro .navbar .btn:hover, section._intro .navbar .btn:focus{
    background-color: #fff;
    color: #2f48e4;
}
section._intro .navbar .btn:active{
    background-color: #f1f1f1;
    color: #2f48e4;
}

section._intro ._circleBG{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section._intro ._atBottom{
    position: relative;
    height: 100%;
}

section._intro ._intro-content ._textPart{
    margin-bottom: 25px;
}
section._intro ._intro-content ._textPart{
    max-width: 800px;
    width:100%;
    margin:0 auto 50px; 
}
section._intro ._intro-content ._textPart ._mainTitle{
    font-size: 1.5em;
    text-transform: uppercase;
}
section._intro ._intro-content ._textPart ._mainSubTitle{
    font-size: 1em;
    font-weight: normal;
    line-height: 1.125em;
    letter-spacing: 0.2px;
}
section._intro ._intro-content ._textPart .btn-hero{
    margin-top: 10px;
}





section._highlights ._highImg{
    width:100%;
    max-width: 425px;
}

section._highlights ._highText {
    margin-top: 3em;
}

section._highlights ._highText h2{
    font-size:1.5em;
    margin-bottom: 0.5em; 
    font-weight: normal;
}
section._highlights ._highText p{
    margin-bottom: 1.5em; 
}
section._highlights>.container-fluid{
    max-width: 800px;
    padding:0 25px; 
}
section._highlights>.container-fluid>.row{
    margin-bottom: 12em;
}
section._highlights>.container-fluid>.row:last-child{
    margin-bottom: 0;
}

section._feedback{
    padding:50px 10px; 
}
.title{
    padding-bottom: 5px;
}

.title.underline:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80px;
    background: #000;
}
.title{
    font-size:1.500em;
    text-transform: uppercase;
    font-weight:700; 
    margin-bottom:1em; 
    position: relative;
}
section._feedback .title.underline:after{
    background: #fff;
}



.feedback-circle{
    background-color: #344ef0;
    padding:1.5em 0;
    border-radius:50%; 
    width: 18.750em;
    height:18.750em;
    position: relative;
    margin:0 auto; 
    font-size:100%;

}


.feedback-circle ._feedback-text{
    position: absolute;
    padding: 0 1.250em;
    text-align: center;
    margin-top: 0.875em;
}

.feedback-circle ._quoteImg{
    width: 5em !important;
    margin:10% auto 0; 
}

.feedback-circle ._feedback-text .h4{
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.625em;
}
.feedback-circle ._fwords{
    font-size: 0.875em;
}
.feedback-circle ._feedbacker{
    position: absolute;
    bottom: 25px;
    right: -100px;
    width: 170px;
}
.feedback-circle ._feedbacker ._img{
    width: 2.6em;
    height: 2.6em;
    border: 2px solid rgba(255,255,255,0.5);
    margin-right:5px;
    overflow: hidden;
}
.object-fit-img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}


.feedback-circle ._feedbacker ._details{
    font-size:0.7em; 
    line-height: 1;
    margin-top: 10px;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
}
.mainTitle{
    margin-bottom:8em; 
}
.mainTitle h2{
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
    font-size:1.875em; 
    font-weight:700; 
}
.mainTitle h4{

    color: #3e59ff;
    font-size:1.375em;
}




section._features .flex-container{
    max-width: 44em;
    width: 100%;
    margin:0 auto; 
}
section._features .flexItem{
    text-align: center;
    display: inline-block;
    margin:0 2% 1.875em; 
    width: 28.33%;
    vertical-align: top;
}
section._features .flexItem img{
    margin-bottom:1.2em;
}
section._features .flexItem p{
    line-height:1.5em;
    font-size: 0.875em;
}
section._callOfAction{
    margin-bottom: 0 !important;
    overflow: hidden;
}
section._callOfAction .mainTitle{
    margin:10em auto;
    max-width: 43.750em;
    text-align: center;
    position: relative;
}
section._callOfAction .mainTitle h4{
    color: #233aca;
     text-transform: uppercase;
}
section._callOfAction .mainTitle h2{
    color: #fff;
    text-transform: none;
}
section._callOfAction .mainTitle a{
    margin-top:1em; 
}

section._callOfAction ._circleBg{
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:1000px;
    height: 1000px;
    margin:0 auto; 
}
section._callOfAction ._circleBg ._outerCircle{
    width: 100%;
    height: 100%; 
    background:#3751f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section._callOfAction ._circleBg ._innerCircle, section._callOfAction ._circleBg ._outerCircle{
   border-radius:50%; 
}
section._callOfAction ._circleBg ._innerCircle{
    width: 80%;
   height: 80%;
   background:#344ef0; 
   margin:0 auto; 
   -ms-flex-item-align:center; 
       align-self:center;
}


footer{
    background: #000;
    padding:15px;
    font-size:0.750em; 
    color: #737373;
}
.footLinks{
    margin-top: 15px;
}
.footLinks a{
    float: right;
    color: #fff;
    margin:0 5px; 
}
.footLinks a:hover{
    text-decoration: underline;
}







/*
*
* 28/12/2017 CSS For Demo Page
*
 */

.navbar{
    height:50px;
    padding:8px 0;
    display:inline-block;
    width: 100%;
}

.navbar-dark{
    background: #3e59ff;
    padding-left:15px;
    padding-right:15px;
}

.demoPage-content{
    padding:50px  0;
    text-align: center;

}

.background-wrapper{
    background-image: url("/img/1607.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 600px;
    background-color: #f4f4f4;
    background-position: right bottom;
    background-size: auto 700px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0 !important;
}


.demoPage-content .form-control-lg{
    padding: 12px 0 12px 15px;
    height: inherit;
    font-size: 16px;
    max-width: 415px;
    width: 100%;
    margin: 20px auto 10px;
}
.demoPage-content .btn{
    border:none;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .background-wrapper {

        background-size: auto 600px;
    }
}

@media screen and (max-width: 767px) {
    .background-wrapper {
        background-image: none;
        height: 100vh;
        max-height: inherit;
        min-height: inherit;
    }

    .demoPage-content{
        text-align: left;
        padding:25px ;
    }
    .demoPage-content h1{
        font-size: 26px;

    }

}