body {
    background: linear-gradient(#7de6ff, #ffffff);
}
.social_1 {
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 5px;
    box-shadow: 0px 0px 0px 2px;
	background: #3c5a98;
	margin: 0px 5px 0px 0px;
}
.social_2 {
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 5px;
    box-shadow: 0px 0px 0px 2px;
	background: #1ea1f2;
	margin: 0px 5px 0px 0px;
}
.social_3 {
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 5px;
    box-shadow: 0px 0px 0px 2px;
	background: #e02927;
	margin: 0px 5px 0px 0px;
}
.social_4 {
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 5px;
    box-shadow: 0px 0px 0px 2px;
	background:#dc4f42;
	margin: 0px 5px 0px 0px;
}
.home_menu {
	margin-top: -5px;
    font-size: 1.5em;
}
.copyright {
	background: #1d3c4d;
}
.heading {
	font-family: 'Dosis', Open Sans, sans-serif!important;
}
.banner-text {
	max-width: 1000px !important;
	letter-spacing: 1px;
}

/*-- about section --*/
section.about-w3l {
    padding:30px 0;
    background: linear-gradient(#7de6ff, #ffffff);
}
section.about-w3l h2 {
    font-size:40px;
    font-weight:bold;
    color:#3ba2c1;
    padding:55px 0 20px;
    font-family: 'Poiret One', cursive;
}
section.about-w3l p {
    font-size:17px;
    font-weight:400;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: 0.5px;
    color: #120ea5;
    text-align: justify;
}
section.about-w3l div#slideshow-banner { 
    height:400px; 
    width:100%; 
    overflow:hidden; 
    position:relative; 
    margin:0px auto; 
    border: 2px solid #3c5a98;
    padding: 55px;
    box-shadow: 20px 20px 50px #000000;
    border-radius: 5px 50px;
}
section.about-w3l div#slideshow-banner ul { 
    width:100%; 
    height:100%; 
}
ul li {
    list-style-type:none;
}
section.about-w3l #slideshow-controller {
    position: absolute;
    bottom: 0px;
    left: 45%;
}
section.about-w3l #slideshow-banner ul { 
    position: relative; 
}
section.about-w3l #slideshow-banner ul .slideshow-item { 
    position: absolute; 
}
section.about-w3l #slideshow-banner ul li.slideshow-item img {
    width:100%;
    height:auto;
}
section.about-w3l #controller-left {
    position: absolute;
    left: 0%;
    top: 40%;
    cursor: pointer;
}
section.about-w3l #controller-right {
    position: absolute;
    right: 0%;
    top: 40%;
    cursor: pointer;
}
section.about-w3l .controller-item {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f00;
    margin-right: 10px;
    border-radius: 10px;
    opacity: 0.5;
    cursor: pointer;
}
section.about-w3l .controller-item-hover {
    opacity: 1;
    background: #ccc;
    transform: rotateX(360deg);
    transition: transform 2s;
}
section.about-w3l .slideshow-transform {
    transform: scale(1.4, 1.4);
    transition: transform 5s;
}
/*-- /about section --*/

/*-- /Counter CSS --*/
.counter-area {
    padding: 0px;
    position: relative;
}
.counter-area.over-layer-white:before {
    background: rgba(255,255,255,0.8);
}
.counter{
    text-align: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgba(255,255,255,0.2);
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.counter .counter-content{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.counter .counter-content:after{
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 5px solid #82b440;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter .counter-icon{
    font-size: 45px;
    color: #82b440;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.counter:hover .counter-icon{ transform: rotateY(360deg); }
.counter .count {
    display: block;
    font-size: 35px;
    color: #ffffff;
    line-height: 200px;
}
.counter .title{
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.overlay-black {
    position: relative;
}
.overlay-black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.section-pad {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_social {
    color: #ffffff;
    border: 1px dashed #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.footer_address {
    letter-spacing: 1.3px;
}
.col-md-offset-1 {
    margin-left: 0px;
}
.footer_address2 {
    font-size: 13.50px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.header-s1.is-transparent.has-fixed .navbar {
    background-color: #72a8e6;
}
.abuot_slider {
    padding: 25px;
}
.solution-text {
    color: #fff;
    background: #1863ab;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    text-shadow: 2px 2px 10px #5aff00;
    border: 1px solid #fff;
    margin-bottom: 5px;
    display: list-item;
}
.solouion {
    color: #120ea5 !important;
}
.navbar-nav>li>a {
	font-size: 17px;
	font-weight: 600;
}
.header-s1.is-transparent .topbar+.navbar {
    margin-top: 54px;
    padding-bottom: 6px;
}
.header-s1.is-transparent .topbar, .header-s1.is-transparent .navbar {
    background: #0c7ff969;
}
@media (max-width: 991px) {
	.header-s1.is-transparent .topbar+.navbar {
    	margin-top: 0px;
	}
}
.team-area {
    padding: 100px 0 70px;
}
.our-team{
    margin-bottom: 30px;
    text-align: center;
    background: #F2F9FD;
    border-radius: 400px 400px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-team:hover{
    background: #82b440;;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-team:hover .pic img {
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-team .team-content{
    padding: 10px 0;
}
.our-team .title{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-team .title a {
    color: #2d2d2d;
}
.our-team:hover .title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-team .post{
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-team: hover .post {
    color: #158504;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social li:last-child {
    margin-right: 0;
}
.our-team .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    color: #82b440;;;
    line-height: 35px;
    background: #ffffff;
    transition: all 0.3s ease 0s;
}
.our-team .social a:hover {
    color: #82b440;
}
.section-title .title-border {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    background: #82b440;;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.section-title .title-border:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 6px;
    z-index: 0;
    width: 80px;
    height: 2px;
    background: #82b440;;
}
.section-title .title-border:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 0;
    width: 80px;
    height: 2px;
    background: #82b440;;
}
.banner-slider .banner-text {
    padding-top: 350px;
}
.panel-primary {
    border-radius: 0px 50px 0px 50px;
    margin-top: -5px;
}
.panel-primary>.panel-heading {
    border-radius: 0px 50px 0px 0px;
}
.panel-footer {
    border-radius: 0px 0px 0px 50px;
}
.panel-title {
    font-size: 15px;
}
.m-b30 {
    margin-bottom: 30px;
}
.p-a30 {
    padding: 30px;
}
.inner-haed {
    margin-bottom: 25px;
}
.section-head h2 {
    margin-top: 0;
}
.text-uppercase {
    text-transform: uppercase;
}
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
    border-style: none;
    vertical-align: middle;  
}
.ow-entry-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev, .owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-prev, .owl-next {
    background-color: #1d6fd5;
    border-color: #25272E;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
}
.owl-btn-center-lr .owl-nav .owl-next {
    right: -50px;
}
.section-pad-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

feature-row:first-child, .feature-row.mgfix {
    margin-top: 0px;
}
.feature {
    margin-top: 25px;
}
.error-page {
    background: url(../images/bg/bg-404.jpg) no-repeat 50% 0;
}
.image-bg {
    background: url(../images/bg/bg-10.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}
.breadcrumb {
    background-color: #f5f5f500;
}
.breadcrumb a {
    color: #eeff05;
    font-size: 20px;
    font-weight: 600;
}
.breadcrumb>.active {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.contact-list li {
    margin-bottom: 10px;
}
.contact-list li span {
    color: #0e2494;
}
.lead {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.3;
    color: #002e5e;
    font-weight: 500;
    text-align: justify;
}
@media (min-width: 768px) {
    .lead {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.3;
        color: #002e5e;
        font-weight: 500;
        text-align: justify;
    }
}
.owl-carousel .owl-item img {
    display: initial !important;
}
.our-paragraph {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
    color: #002e5e;
    font-weight: 500;
    text-align: justify;
    padding-top: 25px;
}
.team-member {
    margin-top: 0px;
}
.team-member .team-info .sub-title {
    color: #27b7ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.modal-header .close {
    margin-top: -21px;
}
.team-photo img {
    border-radius: 10px;
    padding: 2px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 10px 10px 20px 5px rgba(59,186,28,0.5);
    -moz-box-shadow: 10px 10px 20px 5px rgba(59,186,28,0.5);
    box-shadow: 10px 10px 20px 5px rgba(59,186,28,0.5);
}
.center {
    text-shadow: 0px 2px #fff;
}
.name-text {
    font-size: 18px;
    font-weight: 600;
    color: #ff8300;
    letter-spacing: 0.5px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    padding-top: 5px;
}
.text-center {
    text-align: center;
}
.img-circle {
    border: 5px solid #4a8f73;
}
.p-10 {
    padding-top: 10px;
}
.list-item li {
    font-size: 15px;
    color: #fff900;
    background: linear-gradient(#7de6ff, #ffffff);
    text-align: center !important;
}
.education {
    font-size: 15px;
    color: #0012ff;
    text-align: center !important;
}
.banner-bg {
    opacity: 0.5;
    background-color: #095763;
    padding: 75px;
}
.error-page {
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.socal li {
    display: inline;
    padding: 5px;
    padding: 10px;
    background: orange;
    border-radius: 3px;
}
.top-contact a {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .header-s1.is-transparent .navbar-collapse, .header-s1.is-transparent .top-contact .fa {
        color: #fff;
    }
    .header-s1.is-transparent .topbar {
        color: #ffffff;
    }
    .topbar .top-nav li a {
        padding: 5px;
    }
    .topbar .top-nav li a i {
        margin-right: 10px;
    }
    section.about-w3l {
        padding: 30px 0px !important;
    }
    section.about-w3l p {
        padding-bottom: 10px;
    }
    .p-80 {
        padding-bottom: 80px;
    }
    .team h3.text-center:before {
        width: 155px;
    }
    .team h3.text-center:after {
        width: 155px;
    }
    .content h3.text-center:before {
        width: 155px;
    }
    .content h3.text-center:after {
        width: 155px;
    }
    .inner-page {
        padding-top: 0px !important;
    }
}
.photo-item-caption h4 {
    font-size: 12px;
    font-weight: 500;
    background: #032b403b;
    padding: 5px;
}
.photo-item-caption.dark {
    color: #092846;
}
.gallery-lists.style-v2 li {
    padding: 4px 2px;
}
.section-pad-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}
.bg-light, .box-s2 {
    background: linear-gradient(#7de6ff, #ffffff);
}
@media only screen and (min-width: 1200px) {
    .pad-t {
        padding-top: 25px;
    }
}
.call-action.has-parallax .cta-block { 
    padding: 10px;
}
.heading-lead {
    font-size: 1.4em;
}
.faqs p {
    color: #002e7e;
    text-align: justify;
}
.faqs-s2 .faqs .faq-heading { 
    font-weight: bold;
}
#screenshots {
    display: block;
    padding: 30px 0 100px;
}
.monitor {
    background: url(../images/bg/bg-7.png) no-repeat;
    width: 850px;
    height: 600px;
    background-position: center;
    background-size: 100% 100%;
}
.pad-25 {
    padding: 25px;
}
.carousel-indicators {
    text-align: center;
    bottom: 150px;
}
.item img {
    -webkit-transition: 0.5s all;
}
@media (max-width: 1080px) {
    .pad-25 {
        padding-top: 31px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width:874px;
        height:411px;
    }
}
@media (max-width: 991px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 668px;
    }
}
@media (max-width: 736px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 640px;
    }
}

@media (max-width: 667px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 570px;
    }
}
@media (max-width: 640px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 545px;
    }
}
@media (max-width: 600px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 507px;
    }   
}
@media (max-width: 568px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 480px;
    }
}

@media (max-width: 480px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 400px;
        height: 308px;
    }
}
@media (max-width: 414px) {
    .monitor {
        height:400px;   
    }
    .pad-25 {
        padding-top: 21px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 337px;
        height: 275px;
    }
}
@media (max-width: 384px) {
    .monitor {
        height: 365px;
    }
    .pad-25 {
        padding-top: 18px;
    }
        .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 309px;
        height: 250px;
    }
}
@media (max-width: 320px) {
    .monitor {
        height: 300px;
    }
    .pad-25 {
        padding-top: 14px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 252px;
        height: 209px;
    }
}
.mar-l {
    margin-left: 12%;
}
.small, small {
    color: #18386d;
}
strong {
    padding: 20px;
}    
.pad-all {
    padding: 15px;
}
.faqs ul li {
    color: #182e7e;
}
.site-copy em {
    color: #178eff;
}
.feature .fbox-photo, .feature .fbox-content {
    margin-top: 5px;
    text-align: center;
}
.gallery:not(.with-caption):not(.gallery-filled):not(.mgfix):not(.gallery-folio) {
    margin-top: 0px;
}
.pd {
    padding-top: 20px;    
    text-align: center;
    padding-bottom: 20px;
}

.inner-page.overlay-black:before {
    background: #095763;
    opacity: 0.5;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
section.developer-team {
/*    background:url(../images/bg/bg-9.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;*/
    padding:20px 0;
}
section.developer-team p {
    font-size: 17px;
    font-weight: 500;
    line-height: 0px;
    padding: 0 0 10px;
    color:#1863ab;
}
section.developer-team  h5{
    font-size: 22px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0px 0px 0px;
    color:#1863ab;
}
section.developer-team .team-details p {
    font-size: 18px;
    font-weight: 300;
    padding: 0px;
}   
.dl-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.dl-grid:after,
.dl-item:before {
    content: '';
    display: table;
}
.dl-grid:after {
    clear: both;
}
.dl-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}
.dl-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.dl-img-1 { 
    background-image: url(../images/dl-team/Awdhesh-Kumar-Jha.jpg);
}
.dl-img-2 { 
    background-image: url(../images/dl-team/Bhupendra-Jaiswal.jpg);
}
.dl-img-3 { 
    background-image: url(../images/dl-team/Jitendra-Singh.jpg);
}
.dl-img-4 { 
    background-image: url(../images/dl-team/Harsh-Tiwari.jpg);
}
.dl-img-5 { 
    background-image: url(../images/dl-team/Yogesh-Kumar-Ghodki.jpg);
}
.dl-img-6 { 
    background-image: url(../images/dl-team/Rupesh-Sahu.jpg);
}
.dl-img-7 { 
    background-image: url(../images/dl-team/Jr-Jitendra-Singh.jpg);
}
.dl-img-8 { 
    background-image: url(../images/dl-team/Rishi-Shrivastava.jpg);
}
.dl-img-9 { 
    background-image: url(../images/dl-team/Rajesh-Kumar-Ghodki.jpg);
}
.dl-img-10 { 
    background-image: url(../images/dl-team/Manish-Kumar-Lodhi.jpg);
}
.dl-img-11 { 
    background-image: url(../images/dl-team/Sharddha-Kale.jpg);
}
.dl-img-12 { 
    background-image: url(../images/dl-team/Nishtha-Mathur.jpg);
}
.dl-img-13 { 
    background-image: url(../images/dl-team/Deepak-Sahu.jpg);
}
.dl-img-14 { 
    background-image: url(../images/dl-team/Utsav-Sharma.jpg);
}
.dl-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden; /*for a smooth font */
}
.dl-info h4 {
    color: #fff;
    position: relative;
    font-size: 15px;
    margin: 0 30px;
    padding: 80px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);  
    border-bottom:1px solid #fff;   
}
.dl-info ul.social-icons1{
    padding: 10px 0 0 0;
}   
.dl-info ul.social-icons1 li {
    display:inline;
    margin:0;
    padding:0;
}
.dl-info ul.social-icons1 li a {
    display:inline;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size:15px;
    letter-spacing: 7px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.dl-info ul.social-icons1 li a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}
.dl-item:hover {
    box-shadow: 
        inset 0 0 0 110px rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}
.dl-item:hover .dl-info {
    opacity: 1; 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
}

/*---- responsive-design -----*/
@media(max-width:1080px) {
    .dl-img-4 {
        margin-top:60px;    
    }
}
@media(max-width:1050px) {
    .dl-img-4 {
        margin-top:50px;    
    }
}
.dl-item h1 {
    padding-top: 10px;
}
.copyright:not([class*="section-pad"]) {
    padding: 10px;
}
.table>thead:first-child>tr:first-child>th {
    border: 1px solid #1863ab;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #1863ab;
}
section .table {
    padding-bottom: 20px;
}
.panel-info {
    border-color: #337ab7;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.table-head {
    font-size: 19px;
    line-height: 1.3;
    color: #002e5e;
    font-weight: bold;
    text-align: center;

}
.tbl-data {
    font-size: 16px;
    line-height: 1;
    color: #002e5e;
    text-align: center;
}
.table-data {
    font-size: 16px;
    line-height: 1;
    color: #002e5e;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ED4B41 !important;
    border: 1px solid #333333!important;
    background: linear-gradient(to bottom, #1863ab 0%, #3f7db9 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #1863ab !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #ed4b41 0%, #ed4b41 100%) !important;
}
.btn-info {
    text-transform: none;
}
select {
    border-color: #000000 !important;
}
.table-bordered {
    border: 1px solid #000;
}
fieldset {
    border: 1px solid #000;   
}
.label {
    font-size: 15px;
    color: #1863ab;
}
.site-header .navbar-brand img {
    max-height: 75px;
}
.header-s1.is-transparent.has-fixed .navbar-nav>li.active>a {
    color: #f0f6c8;
}
.header-s1.is-transparent.has-fixed .navbar-collapse {
    color: #154b7d;
}
.banner-text h2 {
    font-size: 2em;
}
@media only screen and (max-width: 991px) {
    .banner-slider .carousel-control {
        display: block;
        opacity: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .banner-slider .banner-text {
        padding-top: 180px;
    }
    .banner-text h2 {
           font-size: 1.5em;
    }
}
.banner-slider .fill {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}
.btn-primary {
    text-transform: inherit;
    line-height: 1;
}
.btn-danger {
    text-transform: inherit;
    line-height: 1;    
}
.btn-success {
    text-transform: inherit;
    line-height: 1;    
}
.jarallax {
    padding-top: 30px;
}
.call-action .cta-sameline .cta-mail {
    left: 0;
}
.call-action .cta-mail strong {
    font-weight: inherit;
    font-size: 1.7em;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 5px;
}
.call-action.cta-mini .cta-block {
    padding: 0px 0;
}
.strong {
    padding: 5px;
}
.footer-widget strong {
    color: #fffdb3;
    font-weight: 500;
}
.footer-widget .wgs-menu .menu li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    left: 0;
    margin-top: 3px;
    line-height: 16px;
    font-size: 16px;
    color: #1e7dd8;
    display: inline-block;
    transition: left .3s;
}
.web-solution {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 2px;
}
.pdb {
    padding-bottom: 15px;    
}

.icon-box.style-s2 {
    left: 40%;
}
.icon-box+h4 {
    margin: 0px;
    text-align: center;
}
.res-s-bttm p {
    text-align: center;
}
.space-top {
    padding-bottom: 20px;
}
.name {
    font-size: 18px;
    text-align: center;    
}
.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #72a8e6;
    text-align: center;
}    
.panel-success>.panel-heading>.panel-title {
    font-size: 18px;
    font-weight: 600;
}
.client-para {
    color: #154b7d;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-style: oblique;
}
.quotes .profile h5 {
    font-size: 20px;
    color: #25802d;
}
.quotes .profile h6 {
    color: #0f48cc;
}

h2.color-dark {
    color: #2c8e39;
}
.btn-info {
    float: right;
}
.sitemap {
    float:left;width:500px;z-index:1;
}
.sitemap ul, .sitemap li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemap ul {
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 50px;
}
.sitemap li {
    padding: 2px 0 3px 9px;
}
.sitemap li li {
    border: 1px dotted #ca9;
    border-width: 0 0 1px 1px;
}
.sitemap li li {
    position: relative;
    top: 1px;
}
.sitemap li a {
    margin: 0;
    padding-left: 0.5em;
    background: white;
    background: transparent;
    position: relative;
    top: 0.5em;
    display: block;
}
.sitemap li a:hover{
    color: #0000cc 
}
.sitemap li ul {
    border-top: 1px dotted black;
    border: none;
    margin-left: -1em;
    padding-left: 2em;
}
ul.list {
    margin: 10px;
    padding: 0 20px;
}
ul.list li {
    list-style-type:square;
    padding: 2px;
}
.sitemap li.expanded, .sitemap li.collapsed {
    cursor: pointer;
    display: block;
    max-width: 500px;
}
.sitemap ul li { 
    background: transparent url(../images/none.gif) repeat-y 0px 0px;
}
.sitemap li.expanded { 
    background: transparent url(../images/expanded.gif) no-repeat 0px 0px;
}
.sitemap li.collapsed { 
    background: transparent url(../images/collapsed.gif) no-repeat 0px 0px;
}
.sitemap ul li {
    border-left: none;
    border-bottom: none;
    padding-left: 14px;
}
.sitemapbox {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D1D1D1;
    float: right;
    padding: 1em;
    margin: 2em 4em;
    position:fixed;left:60%;z-index:3;
}
.pdt {
    padding-top: 25px;
}


/*-- Heading with Star --*/

section.service-w3l h3.text-center {
    font-size:40px;
    font-weight:bold;
    color:#06414e;
    padding-bottom:50px;
    font-family: 'Poiret One', cursive;
    position:relative;
}
section.service-w3l h3.text-center:before {
    content:'';
    position:absolute;
    background-color:#06414e;
    width:150px;
    height:2px;
    left:35%;
    bottom:40%;
} 
section.service-w3l h3.text-center:after {
    content:'';
    position:absolute;
    background-color:#06414e;
    width:150px;
    height:2px;
    right:35%;
    bottom:40%;
}
section.service-w3l span.fa.fa-star-o {
    font-size: 25px;
    color: #06414e;
    display: block;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 10px;
}
section.service-w3l h4.text-center {
    font-size:23px;
    font-weight:normal;
    color:#fff;
    padding:2px 0px 0px 0px;
    text-transform:capitalize;
    font-family: 'Poiret One', cursive;
    margin: 0px 0px 0px 0px;
}
section.service-w3l p.text-center {
    font-size:14px;
    font-weight:normal;
    line-height:20px;
    color:#fff;
    padding-top: 10px;
}
.about-w3l h2.text-center {
    font-size: 30px;
    font-weight: bold;
    color: #154b7d;
    font-family: 'Poiret One', cursive;
    position: relative;
    padding-bottom: 12px;
}
.about-w3l h2.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 40%;
    top: 97%;
}
.about-w3l h2.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 40%;
    top: 97%;
}
.about-w3l span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -30px;
}
.services h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.section-projects h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #1863ab;
    width: 100px;
    height: 2px;
    left: 40%;
    top: 100%;
}
.section-projects h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #1863ab;
    width: 100px;
    height: 2px;
    right: 40%;
    top: 100%;
}
.section-projects span.fa.fa-star-o {
    font-size: 25px;
    color: #1863ab;
    display: block;
    text-align: center;
    margin-top: -30px;
}
section.counter-area h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #337ab7;
    width: 200px;
    height: 2px;
    left: 34%;
    top: 15%;
}
section.counter-area h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #337ab7;
    width: 200px;
    height: 2px;
    right: 34%;
    top: 15%;
}
.counter-area h3.text-center {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #337ab7;
    text-align: center;
}
section.counter-area span.fa.fa-star-o {
    font-size: 25px;
    color: #337ab7;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
section.section-content h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #02c5e3;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 55px;
}
section.section-content h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #02c5e3;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 55px;
}
.section-content h3.text-center {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #02c5e3;
    text-align: center;
}
section.section-content span.fa.fa-star-o {
    font-size: 25px;
    color: #02c5e3;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.overview h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #006ed9;
    width: 100px;
    height: 2px;
    left: 40%;
    top: 60%;
}
.overview h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #006ed9;
    width: 100px;
    height: 2px;
    right: 40%;
    top: 60%;
}
.overview h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #006ed9;
    text-align: center;
}
.overview span.fa.fa-star-o {
    font-size: 25px;
    color: #006ed9;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.why-choose h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 130px;
    height: 2px;
    left: 37%;
    top: 12%;
}
.why-choose h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 130px;
    height: 2px;
    right: 37%;
    top: 12%;
}
.why-choose h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #ffffff;
    text-align: center;
}
.why-choose span.fa.fa-star-o {
    font-size: 25px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.our h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #1a2945;
    width: 180px;
    height: 2px;
    left: 35%;
    margin-top: 40px;
}
.our h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #1a2945;
    width: 180px;
    height: 2px;
    right: 35%;
    margin-top: 40px;
}
.our h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #1a2945;
    text-align: center;
}
.our span.fa.fa-star-o {
    font-size: 25px;
    color: #1a2945;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.section-client h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.section-client h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.section-client h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.section-client span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.services h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.services h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.services span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.section-projects h3.text-center {
    font-size: 30px;
    font-weight: bold;
    color: #1863ab;
    font-family: 'Poiret One', cursive;
    position: relative;
    padding-bottom: 12px;
}
.c-education h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 130px;
    height: 2px;
    left: 39%;
    margin-top: 40px;
}
.c-education h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 130px;
    height: 2px;
    right: 39%;
    margin-top: 40px;
}
.c-education h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.c-education span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.s-development h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.s-development h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.s-development h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.s-development span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.w-development h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.w-development h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.w-development h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.w-development span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.p-development h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.p-development h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.p-development h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.p-development span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.w-design h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.w-design h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.w-design h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.w-design span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.e-commerce h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.e-commerce h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.e-commerce h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.e-commerce span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.w-hosting h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.w-hosting h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.w-hosting h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.w-hosting span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.networking h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.networking h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.networking h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.networking span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.e-o-t h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    left: 34%;
    margin-top: 40px;
}
.e-o-t h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    right: 34%;
    margin-top: 40px;
}
.e-o-t h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.e-o-t span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.b-p-s h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    left: 34%;
    margin-top: 40px;
}
.b-p-s h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    right: 34%;
    margin-top: 40px;
}
.b-p-s h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.b-p-s span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.e-software h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.e-software h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.e-software h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.e-software span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.a-erp h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.a-erp h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.a-erp h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.a-erp span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.products h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.products h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.products h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.products span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.our-products h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.our-products h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.our-products h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.our-products span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.contact-us h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.contact-us h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.contact-us h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.contact-us span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.site-info h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.site-info h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.site-info h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.site-info span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.president-info h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    left: 34%;
    margin-top: 40px;
}
.president-info h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    right: 34%;
    margin-top: 40px;
}
.president-info h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.president-info span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
section.gallery h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
section.gallery h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
section.gallery h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
section.gallery span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
section.developer-team h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    left: 34%;
    margin-top: 40px;
}
section.developer-team h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 200px;
    height: 2px;
    right: 34%;
    margin-top: 40px;
}
section.developer-team h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
section.developer-team span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.career h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.career h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.career h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.career span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.opening h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    left: 37%;
    margin-top: 40px;
}
.opening h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #154b7d;
    width: 150px;
    height: 2px;
    right: 37%;
    margin-top: 40px;
}
.opening h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #154b7d;
    text-align: center;
}
.opening span.fa.fa-star-o {
    font-size: 25px;
    color: #154b7d;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.error-page h3.text-center:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 2px;
    left: 41%;
    margin-top: 40px;
}
.error-page h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 2px;
    right: 41%;
    margin-top: 40px;
}
.error-page h3.text-center {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    color: #fff;
    text-align: center;
}
.error-page span.fa.fa-star-o {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}
.gallery {
    padding-bottom: 25px;
}
.btn-read-more {
    margin-left: 85px;
    padding-top: 3px;
}
.lb-data .lb-caption {
    color: #064580;
    text-align: justify !important;
    float: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.lb-dataContainer {
    background-color: #fff;
    padding-top: 0px !important;
}
.lb-data .lb-close {
    opacity: 0.9 !important;
}
.lb-data .lb-details {
    width: 100% !important;
    float: none;
    text-align: justify !important;
    padding: 10px;
}
.president-info {
    padding-top: 10px;
}
.img-pdb {
    padding-bottom: 5px;
    padding-top: 10px;
    height: 200px !important;
    width: 260px !important;
    display: inline-table;
}
.lb-data .lb-number {
    padding-top: 10px !important;
}
.panel-title>a {
    padding: 0px;
}    
.modal-footer .btn {
    text-transform: inherit;
}
.wgs-content strong {
    padding: 0px;
}
.pdt-img {
    padding-top: 5px;
}
.img-pdb img {
    margin-bottom: 10px;    
}
.example-image {
    height: 180px !important; 
    width: 260px !important;
}


/* Responsive */

@media (max-width: 991px) {
    section.about-w3l div#slideshow-banner {
        height: 560px;
        padding: 90px;
    }
    .abuot_slider {
        padding: 0px 0px 0px 30px;
    }
    .about-w3l h2.text-center:before {
        left: 30%;
    }
    .about-w3l h2.text-center:after {
        right: 30%;
    }
    section.counter-area h3.text-center:before {
        left: 17%;
        top: 4%;
    }
    section.counter-area h3.text-center:after {
        right: 17%;
        top: 4%;
    }
    .section-projects h3.text-center:before {
        left: 30%;
        top: 95%;
    }
    .section-projects h3.text-center:after {
        right: 30%;
        top: 95%;
    }
    section.section-content h3.text-center:before {
        left: 32%;
        margin-top: 56px;
    }
    section.section-content h3.text-center:after {
        right: 32%;
        margin-top: 56px;
    }
    .overview h3.text-center:after {
        right: 31%;
        top: 70%;
    }
    .overview h3.text-center:before {
        left: 31%;
        top: 70%;
    }
    .why-choose h3.text-center:before {
        left: 27%;
        top: 7%;
    }
    .why-choose h3.text-center:after {
        right: 27%;
        top: 7%;
    }
    .team-photo {
        padding-left: 130px;
    }  
    .our h3.text-center:before {
        left: 20%;
    }
    .our h3.text-center:after {
        right: 20%;
    }
    .section-client h3.text-center:after {
        right: 24%;
    }
    .section-client h3.text-center:before {
        left: 24%;
    }
    .owl-nav .owl-prev {
        left: -25px;
    }
    .owl-nav .owl-next {
        right: -20px !important;
    }
    .services h3.text-center:after {
        right: 32%;
        margin-top: 37px;
    }
    .services h3.text-center:before {
        left: 32%;
        margin-top: 37px;
    }
    .c-education h3.text-center:before {
        left: 28%;
        margin-top: 37px;
    }
    .c-education h3.text-center:after {
        right: 28%;
        margin-top: 37px;
    }
    .s-development h3.text-center:after {
        right: 24%;
        margin-top: 37px;
    }
    .s-development h3.text-center:before {
        left: 24%;
        margin-top: 37px;
    }
    .w-development h3.text-center:before {
        left: 24%;
        margin-top: 37px;
    }
    .w-development h3.text-center:after {
        right: 24%;
        margin-top: 37px;
    }
    .p-development h3.text-center:before {
        left: 24%;
        margin-top: 38px;
    }
    .p-development h3.text-center:after {
        right: 24%;
        margin-top: 38px;
    }
    .w-design h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .w-design h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .e-commerce h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .e-commerce h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .w-hosting h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .w-hosting h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .networking h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .networking h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .banner-bg {
        padding: 50px;
    }
    .e-o-t h3.text-center:after {
        right: 17%;
        margin-top: 38px;
    }
    .e-o-t h3.text-center:before {
        left: 17%;
        margin-top: 38px;
    }
    .b-p-s h3.text-center:after {
        right: 17%;
        margin-top: 38px;
    }
    .b-p-s h3.text-center:before {
        left: 17%;
        margin-top: 38px;
    }
    .e-software h3.text-center:after {
        right: 24%;
        margin-top: 38px;
    }
    .e-software h3.text-center:before {
        left: 24%;
        margin-top: 38px;
    }
    .a-erp h3.text-center:after {
        right: 24%;
        margin-top: 38px;
    }
    .a-erp h3.text-center:before {
        left: 24%;
        margin-top: 38px;
    }
    .products h3.text-center:after {
        width: 125px;
        right: 28%;
        margin-top: 38px;
    }
    .products h3.text-center:before {
        width: 125px;
        left: 28%;
        margin-top: 38px;
    }
    .our-products h3.text-center:after {
        width: 125px;
        right: 28%;
        margin-top: 38px;
    }
    .our-products h3.text-center:before {
        width: 125px;
        left: 28%;
        margin-top: 38px;
    }
    .panel-body {
        overflow: auto;
    }
    .contact-us h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .contact-us h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .president-info h3.text-center:after {
        right: 17%;
        margin-top: 38px;
    }
    .president-info h3.text-center:before {
        left: 17%;
        margin-top: 38px;
    }
    section.gallery h3.text-center:after {
        right: 24%;
        margin-top: 38px;
    }
    section.gallery h3.text-center:before {
        left: 24%;
        margin-top: 38px;
    }
    .president {
        padding-left: 20px;
        padding-bottom: 25px;
    }
    .img-pdb {
        padding-left: 20px;
        padding-bottom: 25px;
    }
    .img-pdb img {
        margin-bottom: 10px;    
    }
    .site-info h3.text-center:after {
        right: 32%;
        margin-top: 38px;
    }
    .site-info h3.text-center:before {
        left: 32%;
        margin-top: 38px;
    }
    .career h3.text-center:before {
        left: 32%;
    }
    .career h3.text-center:after {
        right: 32%;
    }
    section.developer-team h3.text-center:before {
        left: 28%;
        width: 125px;
        margin-top: 38px;
    }
    section.developer-team h3.text-center:after {
        right: 28%;
        width: 125px;
        margin-top: 38px;
    }
    .opening h3.text-center:after {
        right: 24%;
        margin-top: 38px;
    }
    .opening h3.text-center:before {
        left: 24%;
        margin-top: 38px;
    }
    .error-page h3.text-center:before { 
        left: 32%;
        margin-top: 38px;
    }
    .error-page h3.text-center:after { 
        right: 32%;
        margin-top: 38px;
    }
}    

@media (max-width: 480px) {
    .abuot_slider {
        padding: 0px 0px 0px 0px;
    }
    section.about-w3l div#slideshow-banner {
        height: 400px;
        padding: 75px 40px 0px 40px;
    }
    .about-w3l h2.text-center:before {
        left: 6%;
    }
    .about-w3l h2.text-center:after {
        right: 6%;
    }
    section.about-w3l {
        padding: 0px 0px !important;
    }
    section.service-w3l h3.text-center:after {
        right: 5% !important;
        width: 100px !important;
        bottom: 45% !important;
    }
    section.service-w3l h3.text-center:before {
        left: 5% !important;
        width: 100px !important;
        bottom: 45% !important;
    }
    .ch-grid li {
        width: 200px !important;
        height: 200px !important;
    }
    .banner-slider .banner-text, .banner-intro .banner-text {
        padding-top: 90px !important;
    }
    section.about-w3l p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.3;
    }
    section.service-w3l h4.text-center {
        font-size: 20px;
        margin: 0px 0px 0px -10px;
    }
    .counter-area h3.text-center {
        font-size: 30px;
    }
     section.counter-area h3.text-center:before {
        left: 14%;
        top: 4%;
        width: 100px;
    }
    section.counter-area h3.text-center:after {
        right: 14%;
        top: 4%;
        width: 100px;
    }   
    .call-action .cta-mail strong {
        font-size: 1.3em;
    }
    .section-projects h3.text-center:before {
        left: 5%;
        top: 93%;
    }
    .section-projects h3.text-center:after {
        right: 5%;
        top: 93%;
    }
    .owl-nav .owl-prev {
        left: -25px;
    }
    .owl-nav .owl-next {
        right: -20px !important;
    }
    section.section-content h3.text-center:before {
        left: 14%;
    }
    section.section-content h3.text-center:after {
        right: 14%;
    }
    .banner-bg {
        padding: 20px 0px 20px 0px;
    }
    .breadcrumb a {
        font-size: 15px;
    }
    .breadcrumb > .active {
        color: #fff;
        font-size: 14px;
    }
    .breadcrumb > li + li:before {
        padding: 0 0px;
    }
    .breadcrumb {
        padding: 0px;
    }
    .overview h3.text-center:after {
        right: 21%;
        top: 70%;
        width: 70px;
    }
    .overview h3.text-center:before {
        left: 21%;
        top: 70%;
        width: 70px;
    }
    h1 {
        font-size: 1.6em;
    }
    .lead {
        font-size: 16px;
    }
    .why-choose h3.text-center:after {
        right: 13%;
        top: 6%;
        width: 100px;
    }
    .why-choose h3.text-center:before {
        left: 13%;
        top: 6%;
        width: 100px;
    }
    h4 {
        font-size: 1.1em;
        font-weight: 500 !important;
    }
    .our h3.text-center:after {
        right: 5%;
        width: 125px;
        margin-top: 32px;
    }
    .our h3.text-center:before {
        left: 5%;
        width: 125px;
        margin-top: 32px;
    }
    .our h3.text-center {
        font-size: 20px;
    }
    .team-photo {
        padding-left: 0px;
    }
    .name {
        font-size: 12px;
        font-weight: bold;
    }
    .section-client h3.text-center:before {
        left: 6%;
        width: 125px;
        margin-top: 32px;
    }
    .section-client h3.text-center:after {
        right: 6%;
        width: 125px;
        margin-top: 32px;
    }
    .section-client h3.text-center {
        font-size: 22px;
    }
    .services h3.text-center:after {
        right: 14%;
    }
    .services h3.text-center:before {
        left: 14%;
    }
    .c-education h3.text-center:before {
        left: 7%;
        width: 125px;
    }
    .c-education h3.text-center:after {
        right: 7%;
        width: 125px;
    }
    .faqs-s2 .faqs .faq-heading {
        font-size: 1em;
    }
    .s-development h3.text-center {
        font-size: 22px;
    }
    .s-development h3.text-center:before {
        left: 6%;
        margin-top: 34px;
        width: 125px;
    }
    .s-development h3.text-center:after {
        right: 6%;
        margin-top: 34px;
        width: 125px;
    }
    .w-development h3.text-center:before {
        left: 6%;
        width: 125px;
    }
    .w-development h3.text-center:after {
        right: 6%;
        width: 125px;
    }
    .p-development h3.text-center:before {
        left: 6%;
        width: 125px;
    }
    .p-development h3.text-center:after {
        right: 6%;
        width: 125px;
    }
    .w-design h3.text-center:before {
        left: 14%;
    }
    .w-design h3.text-center:after {
        right: 14%;
    }
    .e-commerce h3.text-center:before {
        left: 14%;
    }
    .e-commerce h3.text-center:after {
        right: 14%;
    }
    .w-hosting h3.text-center:after {
        right: 14%;
    }
    .w-hosting h3.text-center:before {
        left: 14%;
    }
    .networking h3.text-center:before {
        left: 14%;
    }
    .networking h3.text-center:after {
        right: 14%;
    }
    .e-o-t h3.text-center {
        font-size: 17px;
    }
    .e-o-t h3.text-center:after {
        right: 6%;
        margin-top: 28px;
        width: 125px;
    }
    .e-o-t h3.text-center:before {
        left: 6%;
        margin-top: 28px;
        width: 125px;
    }
    .b-p-s h3.text-center {
        font-size: 20px;
    }
    .b-p-s h3.text-center:before {
        left: 7%;
        margin-top: 32px;
        width: 125px;
    }
    .b-p-s h3.text-center:after {
        right: 7%;
        margin-top: 32px;
        width: 125px;
    }
    strong {
        padding: 0px;
    }
    .e-software h3.text-center:after {
        right: 7%;
        width: 125px;
    }
    .e-software h3.text-center:before {
        left: 7%;
        width: 125px;
    }
    .a-erp h3.text-center:after {
        right: 7%;
        width: 125px;
    }
    .a-erp h3.text-center:before {
        left: 7%;
        width: 125px;
    }   
    .products h3.text-center:after {
        width: 100px;
        right: 14%;
    }
    .products h3.text-center:before {
        width: 100px;
        left: 14%;
    }
    .our-products h3.text-center:after {
        width: 100px;
        right: 14%;
    }
    .our-products h3.text-center:before {
        width: 100px;
        left: 14%;
    }
    .panel-body {
        overflow: auto;
    }
    .contact-us h3.text-center:after {
        right: 15%;
    }
    .contact-us h3.text-center:before {
        left: 15%;
    }
    .contact-list li span {
        margin-left: 30px;
    }
    .president-info h3.text-center:after {
        right: 8%;
        margin-top: 29px;
        width: 125px;
    }
    .president-info h3.text-center:before {
        left: 8%;
        margin-top: 29px;
        width: 125px;
    }
    .president-info h3.text-center {
        font-size: 17px;
    }
    section.gallery h3.text-center:after {
        width: 125px;
        right: 8%;
        margin-top: 38px;
    }
    section.gallery h3.text-center:before {
        width: 125px;
        left: 8%;
        margin-top: 38px;
    }
    .site-info h3.text-center:after {
        right: 15%;
    }
    .site-info h3.text-center:before {
        left: 15%;
    }
    .career h3.text-center:before {
        left: 15%;
    }
    .career h3.text-center:after {
        right: 15%;
    }
    section.developer-team h3.text-center:before {
        left: 8%;
        width: 125px;
    }
    section.developer-team h3.text-center:after {
        right: 8%;
        width: 125px;
    }
    .opening h3.text-center {
        font-size: 22px;
    }
    .opening h3.text-center:before {
        left: 9%;
        margin-top: 35px;
        width: 125px;
    }
    .opening h3.text-center:after {
        right: 9%;
        margin-top: 35px;
        width: 125px;
    }
    .error-page h3.text-center:before { 
        left: 15%;
    }
    .error-page h3.text-center:after { 
        right: 15%;
    }
}

.fa {
    color: #f0f8ff;
    }


    .rowabout{
    background: #ffffffc4;
    box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    border: 0 none;
    padding: 5px;
    border-radius: 25px;
}

    @media only screen and (max-width: 767px) {
    .header-s1 .navbar-brand {
        left: 0px;
        width: 200px;
        margin-left:0px !important;
    }
        
}