@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

body {
    font-weight: 200;
}

a{
    text-decoration:none;
}

button:focus{
    outline:0 none;
}

.navbar{
    transition:0.3s;
    padding-top:15px;
    padding-bottom:15px;
}

.navbar-dark {
    background: #283845
}

.navbar-simple .navbar-brand img{
    max-width: 120px !important;
}

.navbar-brand img{
    max-width: 120px !important;
}

.slider{
    padding:50px 15px;
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color:#fff;
    text-align:center;
    position:relative;
    background-color:#293845;
}

.tools,.contactus{
    min-height:392px;
    background: #283845;
    padding: 150px 15px 100px;
}

.slider h1{
    position:relative;
    display:inline-block;
}

.slider h1 span{
    position:absolute;
    bottom:90%;
    right:27%;
    font-size:80%;
    font-family: 'Kaushan Script', cursive;
}
.slider h1 span span{
    bottom:-60%;
    right:47%;
    color:#92a0ab;
}

.slider h3{
    font-size:25px;
    margin:10px auto 30px auto;
    line-height:1.3;
    color:#ffffffb8;
    font-family: lato, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.code_install {
    border:0;
    width:60%;
    opacity: .6;
    margin-right:auto;
    margin-left:auto;
}

.free-btn {
    display:inline-block;
    border-radius:50px;
    font-size:22px;
    color:#fff;
    background:#F3783C;
    transition:0.3s;
    padding:20px 40px;
    font-weight:400;
    min-width:300px;
    border:0;
}

.free-btn-sm {
    border-radius:5px;
    padding:15px 25px;
    min-width:200px;
    font-size:20px;
}

.free-btn:hover{
    background:#f96219;
    color:#fff;
    text-decoration:none;
}

.slider p{
    font-size:17px;
    margin-top:20px;
    font-weight:lighter;
    color:#ffffffb8;
}
.slider input {
    font-size:18px;
    padding:15px 10px;
    border-radius:5px;
    margin-right:5px;
    min-width:300px;
}

.playIcon img{
    width:45px;
    margin:20px 0;
}

.heading{
    color:#585858;
    font-size: 40px;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
}

.section-gap{
    padding-top:70px;
    padding-bottom:70px;
}

.searchable-feed{
    background:#F7FBFA;
}

.searchable-feed .heading{
    margin-bottom:50px;
}

.searchable-feed h3{
    color:#585858;
    font-weight:normal;
    font-size:23px;
}

.searchable-feed .img-holder{
    width:130px;
    height:130px;
    margin:0 auto 30px;
    padding:6px 0 0;
    position:relative;
}

/*.searchable-feed .img-holder:before{*/
    /*border:2px dashed #F3783C;*/
    /*opacity:1;*/
    /*border-radius:50%;*/
    /*content:"";*/
    /*top:10px;*/
    /*left:10px;*/
    /*right:10px;*/
    /*bottom:10px;*/
    /*position:absolute;*/
    /*transition:0.5s;*/
    /*opacity:0;*/
/*}*/

/*.searchable-col:hover .img-holder:before{*/
    /*animation:round infinite 3s linear;*/
    /*top:-10px;*/
    /*right:-10px;*/
    /*bottom:-10px;*/
    /*left:-10px;*/
    /*opacity:1;*/
/*}*/

/*.searchable-feed .nav-link.active .searchable-col .img-holder:before{*/
    /*opacity: 1;*/
    /*top: -10px;*/
    /*right: -10px;*/
    /*bottom: -10px;*/
    /*left: -10px;*/
/*}*/

@keyframes round{

    0%{
        transform:rotate(0);
    }

    100%{
        transform:rotate(360deg);
    }

}

.more-customers .heading{
    margin-bottom:50px;
}

.searchable-feed .img-holder img{
    max-width:100%;
    vertical-align:middle;
}

.tab-section ul li a.active img.orange-number{
    display: block;
}

.tab-section ul li a.active img.black-number{
    display: none;
}

.searchable-col:hover .img-holder .black-img,
.searchable-feed .active .searchable-col .img-holder .black-img{
    display: none
}

.orange-img,
.orange-number{
	display: none;
}

.searchable-col:hover .img-holder .orange-img,
.searchable-feed .active .searchable-col .img-holder .orange-img{
    display: block;
}



.tips-holder span{
    position: relative;
    /* margin-top:5px; */
    display: inline-block;
}

.tips-holder + .tips-holder span:before{
    position: absolute;
    bottom: 90%;
    right: 0;
    height: 100%;
    width: 30px;
    background: url(../images/dot-line.png) no-repeat center center;
    content: "";
    background-size: contain;
}

.more-customers .tips-holder:last-child span:before{
    transform: rotate(180deg);
    right: auto;
    left: 0;
}

.tips-holder + .tips-holder{
    margin-top:30px;
}

.tips-holder h4{
    font-size:22px;
    margin-bottom:10px;
    color:#595959;
    font-weight:normal;
}

.tips-holder p{
    font-size:16px;
    color:#555;
}

.tips-holder .media-body{
    margin-left:40px;
    text-align:left;
}

.tips-holder img{
    max-width: 90px;
}

.tab-section ul li a{
    color:#555;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    text-align:left;
}

.tab-section ul li a img{
	border:1px solid transparent;
}

.tab-section ul li a.active img{
    /* border-color:#F2793B; */
}

.tab-section ul li a img{
	position: absolute;
	left:-10px;
	top:-2px;
	width:50px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
}

.tab-section ul{
    margin-top: 100px;
}

.tab-content .tab-pane{
    transform:translatey(100px);
    transition:transform 0.5s 0.2s;
}

.tab-content .tab-pane.active{
    transform:translatey(0);
}

.pb-0{
    padding-bottom: 0;
}

.pros-cons{
    background-color: #F7FBFA;
    background : url(../images/pros_cons_trophy.png) no-repeat top left, url(../images/pros_cons_medal.png) no-repeat bottom right;
    background-size: 100px;
}

.pros-cons h2{
    margin-bottom: 40px;
}

.pros-cons h4 {
    color:#585858;
}

.pros-cons ul{
    margin-top: 25px;
    margin-bottom:60px;
}

.pros-cons ul li{
    margin-bottom: 7px;
}

.pros-cons ul li span{
    /* border-bottom: 1px dotted #F2793B; */
    display: inline-block;
}

.pros-cons [class*="col"]{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.pros-cons [class*="col"]:nth-child(odd){
    padding-right: 60px;
}

.pros-cons [class*="col"]:nth-child(even){
    padding-left: 60px;
}

.pros-cons .pros-cons-row{
    position: relative;
}

.pros-cons .pros-cons-row:before{
    position: absolute;
    content: "";
    width:1px;
    top:10%;
    left: 50%;
    bottom: 10%;
    background: #e2e2e2;
}

.pros-cons .pros-cons-row:after{
    position: absolute;
    content: "";
    height:1px;
    top: 54%;
    left: 25%;
    right: 25%;
    background: #e2e2e2;
}

.tend-do{
    padding: 200px 0;
    background: url(../images/background_white.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tend-do.text-center .heading {
    color: #1f2b39;
}

.tend-do p {
    max-width: 725px;
    margin: 40px auto 60px;
    font-size: 24px;
    color: #585858;
    line-height: 32px;
}


img{
    max-width:100%;
}
.heck-we-are{
    background: #84C2E9;
}

.heck-we-are .heading{
    color:#fff;
}
.who-we-wre{
    max-width:90%;
    margin:90px auto 0px;

}
.user {
    text-align: left;
    color: #fff;
    margin-bottom: 70px;
    position:relative;
}
.user:first-child h4:before {
    content: "";
    width: 150px;
    height: 50px;
    background: url(../images/ryan-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -160px;
}
.user:last-child h4:before {
    content: "";
    width: 50px;
    height: 43px;
    background: url(../images/marty-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -60px;
}
.user h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size:26px;
    font-weight: 400;
}

.user p {
    font-size: 18px;
    line-height: 24px;
}
.round-image img {
    max-width: 85%;
    border: 8px solid #fff;
    border-radius: 100%;
    margin-top: 80px;
}




a, a:hover{
    text-decoration:none;
}

/* footer */
footer {
    background: #283845;
    padding: 120px 0px;
}
footer .footer-logo img{
    max-width:150px;
}

footer .footer-menu ul{
    padding-left:0px;
}
footer .footer-menu ul {
    list-style:none;
}
footer .footer-menu ul li a{
    color:#fff;
    font-size:16px;
    text-transform:capitalize;
    margin-bottom: 10px;
    display: block;
}
.footer-menu h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
}
/* END footer */


/*  most power full */
.Most-powerful {
    padding: 80px 0px;
    background: #f36035;
    color: #fff;
    text-align: center;
}
.Most-powerful h3 {
    font-size: 32px;
    font-weight: 700;
}

body .bx-wrapper {
    margin: 0 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.testimonial {
    text-align: center;
}

.bx-wrapper .testimonial img {
    max-width: 250px;
    border: 8px solid #fff;
    border-radius: 100%;
    margin: 50px auto;
}


/*  END most power full */

.testimonial{

    background : url(../images/quote_left.png) no-repeat center left, url(../images/quote_right.png) no-repeat center right;
    background-color:#f36035;padding:100px 0;
    background-size: 200px;
}

.testimonial .heading{
    color:#fff;
    margin-bottom:40px;
    margin-left: -100px;
    margin-right: -100px;
    display:none;
    height:50px;
}

.testimonial .center .heading {
    display:inherit;
}



.testimonial .owl-carousel .owl-item{
    text-align:center;
}

.owl-carousel .owl-item img {
    margin-top:80px;
    cursor:pointer;
}
.owl-carousel .owl-item.center img {
    margin-top:0px;
    cursor:inherit;
}

.testimonial img{
    max-width:300px;
    text-align:center;
    margin:0 auto;
}

.testimonial .testimonial-content{
    display:none;
    margin-top:30px;
    color:#fff;
}

.testimonial .active.center .testimonial-content{
    display:block;
}

.testimonial .owl-item.center img{
    transform:scale(1);
    opacity:1;
}

.testimonial .owl-item img{
    opacity:0.35;
    transform:scale(0.5);
}

.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0 3px;
    border:1px solid #fff !important;
    transition:all 0.5s;
    vertical-align: middle;
}

.owl-dots .owl-dot.active{
    width:15px;
    height:15px;
    background: none !important;
}

.review-paragraph{
    font-size:18px;
    position:relative;
    padding:0 15px;
    margin-bottom:20px;
}

.company-img{
    background-color:#f7fbfa;
}

.company-img img{
    max-width:150px;
}

@media(max-width:575px){
    .pros-cons{
        background:none;
    }
    .review-paragraph{
        width: 100%;
        right:0;
    }
}

@media(min-width:576px){
    .review-paragraph{
        width: 500px;
        right:0;
    }
}

@media(min-width:768px){
    .review-paragraph{
        width: 700px;
        right:100%;
    }
}

@media(min-width:991px){
    .review-paragraph{
        width: 930px;
        right:100%;
    }
}

@media(min-width:1200px){
    .review-paragraph{
        width: 1100px;
        right:100%;
    }

    .company-img img{
        max-width:200px;
    }
}

/* media css*/
@media (max-width:767px){
    .pros-cons{
        background:none;
    }
    .pros-cons .pros-cons-row:before, .pros-cons .pros-cons-row:after {
        display: none;
    }

    .pros-cons [class*="col"]:nth-child(even) {
        padding-left: 15px;
    }
    .pros-cons [class*="col"] {
        padding-top: 0px;
    }
    .section-gap {
        padding-bottom: 00px;
    }

    .round-image img {
        max-width: 250px;
        margin: 00px 0px 50px;
    }
    .who-we-wre {
        margin: 50px auto 0px;
    }
    .user h4:before{
        display:none;
    }
    .tend-do {
        padding: 60px 15px;
    }
    footer {
        padding: 60px 0px 00px;
    }
    .col-md-4.footer-logo {
        margin-bottom: 40px;
    }
    .col-md-8.footer-menu .col-md-3 {
        margin-bottom: 30px;
    }
    .searchable-feed .img-holder {
        width: 90px;
        height: 90px;
    }
    .searchable-feed .img-holder img {
        max-width: 100%;
    }

}

@media (max-width:991px){
    .tab-section ul {
        margin: 0px 0px 50px;
        display: block;
        text-align: left;
    }
    .footer-menu .col-lg-3.col-md-6 {
        margin-bottom: 20px;
    }
    footer {
        padding: 60px 0px 20px;
    }


}
/* END media css*/


@media(max-width:575px){
    .slider{
        padding:25px 15px 80px;
    }

    .slider h1{
        font-size:32px;
        margin-bottom:0;
    }

    .slider h1.anti{
        font-size:28px;
    }

    /*.slider h1 span{*/
        /*display:none;*/
    /*}*/

    .slider h3{
        font-size: 18px;
        margin: 15px auto 30px;
    }

    .code_install {
        width:90%;
    }

    .free-btn{
        font-size: 16px;
    }
    .slider p{
        font-size: 18px;
    }
    .slider input {
        margin-bottom:20px;
    }

    .heading{
        font-size:25px;
    }

    .searchable-feed .img-holder{
        margin: 0 auto 10px;
    }

    .searchable-feed h3{
        font-size:20px;
    }
    .tips-holder img{
        max-width:50px;
    }

    .tips-holder .media-body{
        margin-left:20px;
    }

    .section-gap, .pros-cons{
        padding:30px 0;
    }

    .pros-cons {
        text-align:center;
    }
    .pros-cons h4 {
        font-size:20px;
    }

    .pros-cons [class*="col"]:nth-child(odd) {
        padding-right:20px;
    }
    .pros-cons [class*="col"] {
        padding-bottom:0px;
    }
    .pros-cons ul li span {
        margin-bottom:10px;
        padding-bottom:5px;
    }

    .tend-do{
        background: white;
    }


}

@media(min-width:576px){

    .slider h1{
        font-size:30px;
    }

}

@media(min-width:767px){

    .slider h1{
        font-size:40px;
    }

}

@media(min-width:992px){

    .slider h1{
        font-size:50px;
    }

}

@media(min-width:1200px){

    .slider h1{
        font-size:60px;
    }

}


@media(max-width:767px){
    .navbar-collapse{
        background:#fff;
        padding:0 15px;
        margin-top:15px;
    }

    .tips-holder + .tips-holder span:before{
        display: none;
    }

    .navbar-collapse .nav-link{
        color:#555!important;
    }
}

.browser{
	border:1px solid #EAEAEA;
	padding-top:40px;
	position:relative;
    background: white;
}

.window-action{
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#FDBD29;
	left:35px;
	top:15px;
}

.window-action:before{
	 position:absolute;
	 width:10px;
	 height:10px;
	 background:#F4773A;
	 content:"";
	 left:-20px;
	 top:0;
	 border-radius:50%;
}

.window-action:after{
	 position:absolute;
	 width:10px;
	 height:10px;
	 background:#CCDC3F;
	 content:"";
	 right:-20px;
	 top:0;
	 border-radius:50%;
}