/*Fida Marwat (Design Ninja) */

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: 'Raleway', sans-serif;
}

p{
    line-height: 28px;
}

/* header starts */

.navbar-inverse {
  background-image: url('../images/nav-bg.jpg');
  background-repeat: round;
  z-index: 999;
  border: 0px solid;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
  color: #fff;
  background-color: #3d96d4;
  border-radius: 4px;
}

.navbar-inverse .navbar-nav>li {
  margin: 0px 0px 0px 5px; 
}

.navbar-inverse .navbar-nav>li>a {
  color: #6e6c6c;
  padding: 10px 14px;
  border-radius: 5px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #3d96d4;
  border-radius: 4px;
}

ul.nav.navbar-nav{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}

.navbar-fixed-top {
  background-color: #c07d59;    
}

.navbar-toggle {

    margin-top: 23px;
    background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.navbar-brand {
	height: auto;
	padding: 15px 0px;
}

.navbar-brand>img{
	display: block;
	height: 50px !important;
	margin-left: 15px;
}

.navbar-toggle {

    margin-top: 23px;
    background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.dropdown-menu>li>a{
	padding: 8px 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #3d96d4;
	color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	background-color: #3d96d4;
}

/* header ends */

/* banner starts */

#banner{
	background-image: url('../images/banner-bg4.jpg');
	background-repeat: round;
	height: 610px;
	position: relative;
	padding: 50px 0px;
}

#banner .left-tab-sec{
	position: relative;
	display: inline-block;
	width: 85%;
	height: auto;
	padding-left: 15px;
	margin-top: 110px;
	background-color: rgb(255, 255, 255, 0.9);
}

#banner .left-tab-sec .nav-pills>li{
	border-bottom: 1px solid #3d96d4;
}

#banner .left-tab-sec .nav-pills>li:nth-child(5){
	border-bottom: 0px solid #3d96d4;
}

#banner .left-tab-sec .nav-pills>li>a{
	background-color: transparent;
	color: #222;
	padding: 15px 0px;
	text-transform: uppercase;
}

#banner .left-tab-sec .nav-pills>li>a:hover{
	color: #3d96d4;
}

#banner .left-tab-sec .nav-stacked>li+li{
	margin-top: 0px;
}

#banner .head-sec{
	background-color: rgb(255, 255, 255, 0.9);
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 15px;
	margin-bottom: 10px;
}

#banner .head-sec h2{
	text-align: left;
	font-style: italic;
	color: #3d96d4;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#banner .right-tab-sec-img{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

#banner .right-tab-sec-img img{
	width: 100%;
	height: 300px;
}

#banner .right-tab-sec-content{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 1);
	padding: 0px 15px 10px 15px;
	margin-top: -5px;
    border-top: 4px solid #62cc44;
}

#banner .right-tab-sec-content h2{
	color: #3d96d4;
}

#banner .right-tab-sec-content p{
	color: #222;
}

#banner .lines-1-sec{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

/* #banner .lines-1-sec .line1{
	position: absolute;
	top: 9.5px;
	left: -69px;
	width: 134px;
} */

#banner .lines-1-sec .line1{
	position: absolute;
	top: 73.5px;
    left: -69px;
	width: 100%;
}

#banner .lines-1-sec .pinkBg {
    background-color: #aefefe!important;
    /* background-image: linear-gradient(90deg, #fd5581, #fd8b55); */
}
#banner .lines-1-sec .intro-banner-vdo-play-btn{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 88px;
    left: 215px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
}
#banner .lines-1-sec .intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
#banner .lines-1-sec .intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#banner .lines-1-sec .intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
#banner .lines-1-sec .intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

/* line 1 ends */

#banner .lines-2-sec{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

#banner .lines-2-sec .line1{
	position: absolute;
	top: 175.5px;
    left: -69px;
	width: 190px;
}

#banner .lines-2-sec .pinkBg {
    background-color: #aefefe!important;
    /* background-image: linear-gradient(90deg, #fd5581, #fd8b55); */
}
#banner .lines-2-sec .intro-banner-vdo-play-btn{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 190px;
    left: 150px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
}
#banner .lines-2-sec .intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
#banner .lines-2-sec .intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#banner .lines-2-sec .intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
#banner .lines-2-sec .intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

/* line 2 end */

#banner .lines-3-sec{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

#banner .lines-3-sec .line1{
	position: absolute;
	top: 206.5px;
	left: -69px;
	width: 134px;
}

#banner .lines-3-sec .pinkBg {
    background-color: #aefefe!important;
    /* background-image: linear-gradient(90deg, #fd5581, #fd8b55); */
}
#banner .lines-3-sec .intro-banner-vdo-play-btn{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 355px;
    left: 77px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
}
#banner .lines-3-sec .intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
#banner .lines-3-sec .intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#banner .lines-3-sec .intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
#banner .lines-3-sec .intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

/* line 3 ends */

/* banner ends */

/* icons starts */

#icons{
	background-color: #fff;
	padding: 50px 0px;
}

#icons img{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#icons h2{
	color: #222222;
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 22px;
}

/* icons ends */

/* purpose starts */

#purpose{
	background-image: url('../images/purpose-bg.jpg');
	padding: 50px 0px;
}

#purpose h1{
	color: #62cc44;
	margin-top: 0px;
	margin-bottom: 20px;
}

#purpose h1:before{
	display: inline-block;
	position: relative;
	content: "";
	width: 8%;
	height: 1px;
	background-color: #3d96d4;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
}

#purpose p{
	line-height: 25px;
}

#purpose .more-btn {
    border-radius: 4px;
    background-color: #3d96d4;
    border: 1px solid #3d96d4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 20px;
}

#purpose .more-btn:hover {
    background-color: #62cc44;
    border: 1px solid #62cc44;
}

/* purpose ends */


/* videos starts */

#videos{
	background-color: #fff;
	padding: 50px 0px;
}

#videos h2{
	color: #222222;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* videos ends */

/* graph starts */

#graph{
	background-image: url('../images/graph-bg.jpg');
	padding: 50px 0px;
	background-size: cover;
}

#graph ul{
	list-style-type: none;
	text-align: left;
    line-height: 32px;
    margin: 30px 0px;
}

#graph ul li{
	color: #fff;
}

#graph ul li .fa{
	padding-right: 15px;
}

#graph img{
	width: 70%;
}

/* graph ends */


/* numbers starts */

#numbers{
	background-color: #fff;
	padding: 50px 0px;
}

#numbers img{
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#numbers h1{
	color: #62cc44;
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 50px;
}

#numbers h2{
	color: #222222;
	margin-bottom: 0px;
	font-size: 22px;
}

/* numbers ends */

/* testimonial starts */

#testimonial{
  background-image: url('../images/testi-bg.jpg');
  padding: 50px 0px;
}

#testimonial h1{
	color: #62cc44;
	margin-top: 0px;
	margin-bottom: 25px;
}

#testimonial h1:before{
	display: inline-block;
	position: relative;
	content: "";
	width: 8%;
	height: 1px;
	background-color: #3d96d4;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
}

#testimonial p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

/* Testimonials */
#testimonial .testimonials blockquote {
    background: #3d96d4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
#testimonial .testimonials blockquote::before {
  width: 0; 
  height: 0;
  right: 0;
  bottom: 0;
  content: " "; 
  display: block; 
  position: absolute;
  border-bottom: 20px solid #f4f5f7;    
  border-right: 0 solid transparent;
  border-left: 20px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-bottom-style: inset; /*FF fixes*/
}
#testimonial .testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #62cc44 transparent transparent transparent;
}
#testimonial .testimonials .carousel-info img {
    border: 2px solid #62cc44;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
#testimonial .testimonials .carousel-info {
    overflow: hidden; 
}
#testimonial .testimonials .carousel-info img {
    margin-right: 15px;
}
#testimonial .testimonials .carousel-info span {
    display: block;
}
#testimonial .testimonials span.testimonials-name {
    color: #0873b9;
    font-size: 20px;
    font-weight: 300;
    margin: 14px 0 0px;
}
#testimonial .testimonials span.testimonials-post {
    color: #656565;
    font-style: 13px;
    font-family: 'Open Sans', sans-serif;
}

#testimonial .carousel-indicators {
    bottom: -30px;
    position: relative;
}

#testimonial .carousel-indicators .active {
    background-color: #62cc44;
    border: 1px solid #62cc44;
}

#testimonial .carousel-indicators li {
    background-color: #3d96d4;
    border: 1px solid #3d96d4;
}

/* testimonial ends */

/* footer starts */

#footer{
	background-image: url('../images/footer-bg.jpg');
	padding: 50px 0px;
}

#footer h1{
	color: #62cc44;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#footer p{
	color: #fff;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
}

#footer .social-links{
	display: inline-flex;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#footer .social-links li{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-radius: 100px;
}

#footer .social-links li{
	background-color: #62cc44;
}

#footer .social-links li:hover{
	background-color: #3d96d4;
}

#footer .social-links li i{
	color: #fff;
	font-size: 14px;
	padding: 6px;
}

#footer .nav-items{
	display: inline-flex;
	list-style-type: none;
	margin-top: 45px;
	padding-left: 0px;
}

#footer .nav-items li{
	padding: 0px 20px;
}

#footer .nav-items li a{
	color: #fff;
}

#footer .nav-items li a:hover{
	color: #62cc44;
	text-decoration: none;
}

#bottom-footer{
	background-color: #000;
	padding: 12px 0px;
}

#bottom-footer p{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
}

/* //////////////////////////////////footer ends //////////////////////////////*/


/* about page starts */

#about-head{
	background-image: url('../images/solutions-head-img.jpg');
	background-size: cover;
}

#about-head h1{
	color: #fff;
	margin: 0px;
	font-weight: bold;
	padding: 100px 0px;
}

#about{
  background-color: #fff;
  padding: 50px 0px;
}

#about h2{
	color: #222222;
    margin-top: 0px;
    margin-bottom: 30px;
}

#about h3{
	color: #222222;
	margin-bottom: 20px;
	margin-top: 0px;
}

#about p{
	line-height: 28px;
	padding-top: 50px;
}

#about img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#about-bottom{
	background-image: url('../images/about-bottom-img.jpg');
	background-size: cover;
	padding: 50px 0px;
}

#about-bottom p{
  color: #fff;
  line-height: 28px;
}

/* about page ends */

/* //////////////////////////////////about ends //////////////////////////////*/

/* about page starts */

#contact-head{
	background-image: url('../images/about-head-img.jpg');
	background-size: cover;
}

#contact-head h1{
	color: #fff;
	margin: 0px;
	font-weight: bold;
	padding: 100px 0px;
}

/* contact page starts */

/* contact info starts */

#contact-info{
	background-color: #f6f6f6;
	padding: 50px 0px;
}

#contact-info .left-sec{
	background-color: #3e96d5;
	padding: 40px 20px 109px 20px;
	position: relative;
	display: inline-block;
}

#contact-info .left-sec h3{
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0px;
}

#contact-info .left-sec p{
	color: #fff;
}

#contact-info .left-sec .media-object{
	width: 36px;
	margin-right: 15px;
}

#contact-info .left-sec ul{
	list-style-type: none;
	padding-left: 0px;
	display: inline-flex;
	margin-top: 50px;
	margin-bottom: 0px;
}

#contact-info .left-sec ul li a{
	color: #fff;
	padding-right: 15px;
	font-size: 18px;
}

#contact-info .left-sec ul li a:hover{
	color: #63cb42;
}

#contact-info .right-sec{
	background-color: #fff;
	padding: 40px 20px;
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
}

#contact-info .right-sec h3{
	color: #222;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 15px;
}

#contact-info .right-sec .input-group{
	margin-bottom: 8px;
	width: 100%;
}

#contact-info .right-sec .form-control{
	height: 40px;
	border-radius: 5px;
}

#contact-info .right-sec .send-btn {
    border-radius: 4px;
    background-color: #3d96d4;
    border: 1px solid #3d96d4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 22px;
    float: right;
}

#contact-info .right-sec .send-btn:hover {
	background-color: #63cc44;
    border: 1px solid #63cc44;
}

/* contact info starts */

/* //////////////////////////////////contact ends //////////////////////////////*/

/* testi page starts */

#testi-head{
	background-image: url('../images/about-head-img.jpg');
	background-size: cover;
}

#testi-head h1{
	color: #fff;
	margin: 0px;
	font-weight: bold;
	padding: 100px 0px;
}

#testimonials{
  background-color: #fff;
  padding: 50px 0px;
}

#testimonials h2{
	color: #222222;
    margin-top: 0px;
    margin-bottom: 30px;
}

#testimonials p{
	color: #222;
}

#testimonials hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #3d96d4;
}

/* testi page starts */

/* //////////////////////////////////testimonial ends //////////////////////////////*/

/* solutions page starts */

#solutions-head{
	background-image: url('../images/solutions-head-img1.jpg');
	background-size: contain;
}

#solutions-head h1{
	color: #fff;
	margin: 0px;
	font-weight: bold;
	padding: 100px 0px;
}

#solutions{
	background-color: #fff;
	padding: 50px 0px;
}

#solutions .solutions-sec{
	background-color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 20px;
}

#solutions .solutions-sec h3{
	color: #222222;
    margin-top: 0px;
    margin-bottom: 30px;
}

#solutions .solutions-sec p{
	color: #222222;
}

#solutions .solutions-sec .more-btn{
	border-radius: 4px;
    background-color: #3d96d4;
    border: 1px solid #3d96d4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 20px;
}

#solutions .solutions-sec .more-btn:hover{
    background-color: #62cc44;
    border: 1px solid #62cc44;
}

#solutions .modal-dialog{
    width: 700px;
}

#solutions .modal-content ul{
	list-style-type: none;
	padding-left: 0px;
	line-height: 30px;
}

#solutions .modal-content{
	padding: 0px 15px;
}

#solutions .modal-content ul li .fa{
	padding-right: 10px;
}

#solutions .modal-content hr{
	border-color: #e5e5e5;
}

/* solutions page ends 

/* ////////////////////////////////////////////////////////////// */

/* platform page starts */

/* solutions page starts */

#platform-head{
	background-image: url('../images/platform-banner-img.jpg');
	background-size: contain;
}

#platform-head h1{
	color: #fff;
	margin: 0px;
	font-weight: bold;
	padding: 100px 0px;
}

#platform{
  background-color: #fff;
  padding: 50px 0px;
}

#platform ul{
	list-style-type: none;
	text-align: left;
    line-height: 32px;
    margin: 30px 0px;
}

#platform ul li .fa{
	padding-right: 15px;
	color: #3d96d4;
}

#platform .left-sec{
	width: 100%;
	height: auto;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

#platform .left-sec h2 {
    color: #222222;
    margin-top: 50px;
    margin-bottom: 20px;
}

#platform .left-sec img{
	width: 50%;
	margin-bottom: 30px;
}