html,body {
	font-family: 'Poppins', sans-serif;
	padding:0px !important;
}
ul {
	
	list-style:none;
	text-decoration:none;
	margin:0px;
    padding:0px;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
p, span, b, pre, li, a {
    font-size:14px;
    line-height:24px;
}
.whiteBG {
    background:#fff;
}
.back-to-top {
    background:#ededed;
    color:#333;
    position:fixed;
    bottom:15px;
    right:15px;
    padding:8px 15px;
    z-index:9999;
}
.back-to-top:hover {
    background:#333;
    color:#ededed;
}
.back-to-top:focus {
    background:#333;
    color:#ededed;
}
/* New CSS */

@font-face {
  font-family: FontAwesome;
  src: url('../fonts/FontAwesome.otf');
}



.logoBar {
    padding:5px 15px;
}
.logoBar ul li{
    float:left;
    font-weight:500;
}
.logoBar ul li a{
    display:block;
    padding:5px 10px;
    color:#333;
}
.logoBar ul li a i {
    color:#5f547c;
    display:inline-block;
    margin-right:5px;
    font-size:20px;
}
.logoBar ul li a:hover{
    color:#333;
}
.logoBar h3 {
    margin:4px 0px;
    color:#5f547c;
}

.top_bar {
    border-top:1px solid #ededed;
}
.navigat .navbar-inverse .navbar-nav > li > a {
    text-transform:uppercase;
    padding:15px 15px;
}
.navigat .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:0px;
}
.navigat .navbar-inverse {
    border:0px;
    background:none;
}
.navigat .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none !important;
    color: #5f547c;
}
.navigat .navbar-inverse .navbar-nav > .active > a{
    position:relative;
}
.navigat .navbar-inverse .navbar-nav > .active > a::before {
    border-top: solid 1px #5f547c;
    top: -1px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
}
.navigat .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background: none !important;
    color: #5f547c;
}
.navigat .navbar-inverse .navbar-nav > li > a.joinus {
    background:#fe8f4a !Important;
    color:#fff !Important;
}
.navigat .navbar {
    margin:0px;
}
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px !important;
    width: 100%;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 5px 0px;
                clear: both;
                font-weight: 300;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
                border-left: 0px !important;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

.iconMenus span {
    width: 45px;
    height: 45px;
    background: #f3f3f3;
    color: #8d8d8d;
    font-size: 18px;
    display: block;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.menuContent {
    padding-left: 15px !important;
    padding-top:10px;
  
}

    .menuContent span {
        font-weight: 600;
        color: #1c7cc7;
        font-size: 16px;
    }

    .menuContent p {
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height:14px;
    }
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a::after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-left-color: #000;
        margin-top: 6px;
        margin-right: -10px;
    }

    .dropdown-submenu > ul.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 5px;
    }
.homeCollection {
    background:#f5f3f3;
}


.btn-read-more {
    display: inline-block;
    border: none;
    color: #fff;
    border-radius: 6px;
    background: #d87b3a;
    padding: 15px 20px;
}
.btn-read-more:hover, .btn-read-more:focus, .btn-read-more:visited, .btn-read-more:active {
    background: #d87b3a;
    border: none;
    color: #fff;
}
.dropdown-menu > .active > a.btn-read-more, .dropdown-menu > .active > a.btn-read-more:focus, .dropdown-menu > .active > a.btn-read-more:hover {
    background: #d87b3a;
    border: none;
    color: #fff;
}

.formInlines .btn {
    border-radius: 0px !important;
    outline: none !important;
}
.form-control {
    border-radius:0px !important;
    outline:none !important;
}

.panel-heading::after, .panel-heading::before {
    display:none;
}

.footer {
    background:#f4f4f4;
    padding:20px 15px;
}
.footer h3 {
    padding-bottom:5px;
    margin-top:0px;
}
.footer .form-control {
    border:0px !important;
    box-shadow:none;
    background:#e5e3e3;
}
.footer textarea.form-control {
    min-height:80px;
}
    .footer ul li a {
        color: #333;
        display: block;
        padding: 5px 0px;
    }

.contactInfo h4{
    color:#5f547c;
}
.contactInfo p{
    margin:3px 0px;
}
.contactInfo {
    margin-bottom:25px;
}
.footerText {
    margin-bottom:25px;
}

.copyTxts {
    background: #1694c9; /*#5f547c;*/
    padding: 10px 15px;
}
.copyTxts P {
    color:#FFF;
    margin:0px;
}

/*Panel Show And hide*/

/*.WorkPanels {
    display:none;
}
.WorkPanels.Shows {
    display:block !important;
}*/
/*header footer complete*/


.features {
    margin-top: -100px;
    z-index: 99999 !important;
    position: relative;
}
.features .featurebox {
    padding:40px 25px;
    color:#fff;
}
.feature1 {
    background:#d87b3a;
}
.feature2 {
    background:#51c5ec;
}
.feature3 {
    background:#8abb20;
}
.features span{
    display:block;
}
.features h4{
    margin:0px;
}
.features p{
    margin:15px 0px;
}
.features span.smallWLine {
    width:50px;
    background:#fff;
    height:2px;
}
.features a {
    text-decoration:none;
    color:#fff;
    display:block;
    margin-top:20px;
}
.createAnAcc {
    background:url('../images/createAnAcc.jpg') no-repeat fixed;
    background-size:cover;
    position:relative;
    color:#fff;
}
.lyrBlk {
    background: rgba(0, 0, 0,  0.8);
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 100%;
}
.heading {
    line-height:34px;
    margin-top:0px;
    color: #5f547c;
}
.bgLight {
    background:#f7f7f7;
}
.whySection {
    background:#f7f7f7;
}
.WhyBox {
    text-align: center;
    background: #fff;
    min-height: 275px;
    padding: 20px;
    border-radius:15px;
    box-shadow:0px 5px 5px #dbdbdb;
}
.WhyBox1 {
    text-align: center;
    background: #ebebeb;
    min-height: 275px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 5px #dbdbdb;
}
.WhyBox img {
    width:64px;
    display:inline-block;
    margin-bottom:15px;
}
.WhyBox h4 {
    color:#d87b3a;
    font-style:italic;
}
.WhyBox1 h4 {
    color: #d87b3a;
    font-style:italic;
}

.WhyBox p {
   text-align:left;
   
}

.WhyBox ul li {
    list-style:disc;
    text-align:left;
    margin-left:10px;
}

.WhyBox1 p {
    text-align: left;
}

.WhyBox1 ul li {
    list-style: disc;
    text-align: left;
    margin-left: 10px;
}

.whtWeDo {
    min-height:130px;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition:all 0.2s;
    border-radius:15px;
    box-shadow: 0px 8px 5px #e1e1e1;
}
.whtWeDo p {
    display:none;
    margin:0px;
}
.whtWeDo:hover h4{
    display:none
}
.whtWeDo:hover {
    border-radius:15px;
    box-shadow: 0px 8px 5px #e1e1e1;
}
.whtWeDo:hover p{
    display:block;
}
.whtweDoBox .row {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.whtweDoBox .row .col-lg-3:nth-child(1) .whtWeDo {
    background:#fcffcb;
}
.whtweDoBox .row .col-lg-3:nth-child(2) .whtWeDo {
    background:#e7ffce;
}
.whtweDoBox .row .col-lg-3:nth-child(3) .whtWeDo {
    background:#fae7ff;
}
.whtweDoBox .row .col-lg-3:nth-child(4) .whtWeDo {
    background:#e7fff7;
}
.whtweDoBox .row .col-lg-3:nth-child(5) .whtWeDo {
    background:#f3f9e5;
}
.whtweDoBox .row .col-lg-3:nth-child(6) .whtWeDo {
    background:#dae8fd;
}
.whtweDoBox .row .col-lg-3:nth-child(7) .whtWeDo {
    background:#c9ffc3;
}
.whtweDoBox .row .col-lg-3:nth-child(8) .whtWeDo {
    background:#e7ffce;
}
.whtweDoBox .row .col-lg-3:nth-child(9) .whtWeDo {
    background:#fcffcb;
}
.whtweDoBox .row .col-lg-3:nth-child(10) .whtWeDo {
    background:#e7fff7;
}


.earningBoxs {
    background: #f7f7f7;
    text-align: center;
    padding: 15px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.earningBoxs  .icon {
    background:#5f547c;
    width:44px;
    height:44px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
}

.fw-600 {
    font-weight:600;
}
.ulLists li {
    position:relative;
    padding-left:20px;
}
.ulLists li::before {
    content:'\f105';
    position:absolute;
    font-family:FontAwesome;
    left:0px;
    top:0px;
    color:#5f547c;
}


/*===== other pages design =========*/


.Pagebanner {
    padding:100px 15px;
    position:relative;
    background:url('../images/pageBanner.jpg') no-repeat;
    background-size:cover;
    color:#fff;
}
.Pagebanner h3 {
    color:#d87b3a;
    font-size:44px;
    font-weight:600;
}
.Pagebanner h4 {
    font-size:24px;
    font-weight:600;
}
.servicesBanner {
    
}
.ServicesPageBox a .text-box {
    text-align:center;
}
.ServicesPageBox a .text-box h4{
    color:#5f547c;
    font-weight:600;
}
.ServicesPageBox a .text-box p{
    color:#333;
}

.form-group label {
    font-weight:600;
}
.flex {
    display:flex;
}
.flexMiddel {
    align-items:center;
}
.flexEqual {
    justify-content:space-around;
}
.flexEven {
    justify-content:space-between;
}
.flexEnd {
    justify-content:flex-end;
}

.ResultsBox {
    background: #f7f7f7;
    padding: 10px 15px;
}
.ResultsBox:nth-child(even) {
    background:#fff;
}
.ResultsDescriptions h4 {
    margin-top:0px;
    color:#d87b3a;
}
.ResultsDescriptions p {
    font-size:12px;
    font-style:italic;
    line-height:18px;
    margin:0px;
}
.ResultsDescriptions span {
    font-weight:bold;
    color:#a4a4a4;
    font-size:12px;
}
.nearBy li a {
    display: block;
    color: #333;
    border-bottom: dashed 1px #e3e0e0;
    padding: 5px 15px;
    text-decoration: none;
}
    .nearBy li a:hover {
        background:#5f547c;
        color:#fff;
    }

.digitalWorks .thumbnail {
    text-align:center;
    padding:15px;
}
    .digitalWorks .thumbnail img {
        max-width:84px;
    }
    .digitalWorks .thumbnail h3 {
        color: #5f547c;
    }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #5f547c;
}
    .sliderrrr {
        padding: 0px 0px;
    }
.bs-slider {
	overflow: hidden;
	max-height: 400px;
	position: relative;
	background: #fff;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding-top:0px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: left !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide-text {
	left:0;
	top: 18%;
	right: 0;
	padding: 10px 10%;
	position: absolute;
	text-align: left;
}
.slide-text > h1 {
	
	padding: 0;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background:rgba(239, 163, 0, 0.8) none repeat scroll 0 0;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}




/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {

.slide-text {
    bottom:40px !important;
}

 .slide-text {
 padding: 10px 50px;
}
 .slide-text h1 {
 font-size: 27px;
 line-height: 27px;
 margin-bottom: 10px;
}
 .slide-text > p {
 font-size: 14px;
 line-height: 20px;
 margin-bottom: 20px;
}


}
@media (max-width: 480px) {
    .homeLink {
        padding: 5px 10px;
    }

    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 5px;
            margin-top: 0px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
            display: none;
        }

        .slide-text > a.btn-default, .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        padding: 5px 8px;
        margin: 2px;
    }
}