body,
html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #1c424d;
}

.carousel-control {
    bottom: auto;
}
.carousel-indicators a{
    cursor:pointer;
}
h1 {
    font-weight: 700;
}

h1 strong {
    font-weight: 900;
}
.white-color{color:#fff;}
h2 {
    font-size: 36px;
    margin: 0;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}


a {
    color: #5b777f;
    transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f1c40f;
}

.img-centered {
    margin: 0 auto;
}
.mycaraouselcontent h1 {color: #fff !important; font-weight: bold; font-size: 40px !important; text-align: left; margin-bottom: 20px;}
.mycaraouselcontent ul{min-height: 220px; padding-left: 100px;}
.mycaraouselcontent li{list-style-position: outside; margin: 2px 0px 2px 20px; font: 600 15px "Open Sans",sans-serif; color: #ffffff; padding: 2px 0px 1px; text-align: left; position: relative; margin-bottom: 20px;}
.mycaraouselcontent li:before{
    content:"\f00c";
    position: absolute;
    left: -25px;
    font-family: FontAwesome;
}
.fa-angle-left{font-size: 50px; font-weight: bold;}
.fa-angle-right{font-size: 50px; font-weight: bold;}
.margin_auto{margin: auto; float: none;}
.carousel-control.left {background: transparent; top: 50px;}
.carousel-control.right {background: transparent; top: 50px;}
.caraouselbtn{padding: 10px; background: #032731; color: #fff;}
.carousel-indicators .active {background-color: #333;}
.whitenavbar{background: #fff !important;}
.whitenavbar ul li a{color: #222 !important; font-weight: bold;}
.carousel-indicators {bottom: -50px;}
.jstspacing{margin-top: 7.5%;}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown:hover {
    overflow: visible;
}
.dropdown .dropbtn {
    font-size: 12px;    
    border: none;
    outline: none;
    color: white;
    padding: 15px;
    background-color: inherit;
	font-family:inherit;
    letter-spacing:1px;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f7a519;
}



/********************** My Cssss *************************/
.padding50{padding-top: 50px; padding-bottom: 50px;}
.dataentrycontent h2{font-weight: bold; text-transform: uppercase; margin-bottom: 20px; font-size: 32px;}
.dataentrycontent p{font-size: 14px; line-height: 28px; font-weight: 500;}
.dataentryul{position: relative;}
.dataentryul li:nth-child(1):before{
    content: "\f0ce";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(2):before{
    content: "\f0c2";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(3):before{
    content: "\f02d";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(4):before{
    content: "\f1c5";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(5):before{
    content: "\f1c0";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(6):before{
    content: "\f283";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(7):before{
    content: "\f02f";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(8):before{
    content: "\f02e";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(9):before{
    content: "\f0c9";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(10):before{
    content: "\f0c1";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(11):before{
    content: "\f059";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(12):before{
    content: "\f024";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dataentryul li:nth-child(13):before{
    content: "\f1ab";
    position: absolute;
    left: 0px;
    font-size: 30px;
    font-family: FontAwesome;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}



ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #032e3a;
    z-index: 99999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}

.section-title {
    padding: 30px 0;
}

.section-title h2 {
    font-weight: 400;
    margin-bottom: 26px;
}

hr {
    height: 3px;
    width: 60px;
    position: relative;
    background: #626a29;
    border: 0;
    margin-bottom: 30px;
}


/* Navigation */

#menu {
    padding: 0px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color:#032731;
    border-color:#032731;
}

#menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #d9e0e2;
    font-weight: 700;
    letter-spacing: 1px;
}

#menu a.navbar-brand i.fa {
    color: #f3ca27;
}

#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #d9e0e2;
    font-size: 12px;
    letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
    color: #f3ca27;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f3ca27 !important;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f3ca27;
    border-color: #f3ca27;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}


/* Home Style */

header {
    background:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/header-bg.jpg) no-repeat bottom center;
    background-size: cover;
    color: #d9e0e2;
    position: relative;
    height: 616px;
}

header p {
    color: #d9e0e2;
    font-size: 20px;
    margin-bottom: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-text {
    position: relative;
    padding-top: 200px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 170px;
}

.intro-text H1 {
    font-size: 70px;
    text-transform: uppercase;
    color: #d9e0e2;
    letter-spacing: 2px;
}

.color {
    color: #f3ca27;
}

.btn-default {
    color: #294d57;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1c40f;
    border: 0;
    margin: 0 8px;
    font-size: 18px;
    transition: all 0.5s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    background-color: #c1a618;
}


/* Services Section */

#services-section {
    padding: 80px 0 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
    /*kground: rgb(3, 39, 49);
    /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0);
    /* IE6-9 */
    color: #5b777f;
}

#services-section h4 {
    color: #81969c;
    text-transform: uppercase;
}

.space {
    margin-top: 40px;
}

#services-section i.fa {
    font-size: 40px;
    border: 0;
    width: 100px;
    height: 80px;
    padding: 22px 25px;
    background: #032934;
    margin-bottom: 6px;
    border-radius: 10%;
    color: #f3ca27;
    transition: all 0.5s;
}

#services-section .service:hover>i.fa {
    background: #0b3540;
}


/* Gallery Section 
==============================*/

#works-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
    /*background: rgb(193, 166, 24);
    /* Old browsers */
   /* background: -moz-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #f2f3f6;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0);
    /* IE6-9 */
}

#works-section i.fa {
    font-size: 30px;
    padding: 5px;
    color: #f1c40f;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
}

#works-section hr {
    background: #a9971c;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

ol.type li a {
    color: #51633d;
    border: 1px solid #f7dc6f;
    padding: 8px 16px;
    border-radius: 3px;
}

ol.type li a.active {
    background: #f7dc6f;
}

ol.type li a:hover {
    background: #f7dc6f;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item .hover-bg {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #c0cbce;
    background: rgba(3, 46, 58, 0.8);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 20px;
}

.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1c40f;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2.5em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 10px 0 30px;
    font-size: 14px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .btn-primary {
    color: #a7b6ba;
    background-color: #1d434e;
    border-color: #1d434e;
}

.portfolio-modal .btn-primary:hover,
.portfolio-modal .btn-primary:focus,
.portfolio-modal .btn-primary.focus,
.portfolio-modal .btn-primary:active,
.portfolio-modal .btn-primary.active {
    color: #a7b6ba;
    background-color: #032e3a;
    border-color: #032e3a;
}


/* About Section */

#about-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
   /* background: rgb(3, 39, 49);
    /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* FF3.6-15 */
   /* background: -webkit-linear-gradient(top, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom, rgba(3, 39, 49, 1) 0%, rgba(3, 46, 58, 1) 20%, rgba(3, 46, 58, 1) 100%, rgba(3, 39, 49, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0);
    /* IE6-9 */
    color: #5b777f;
}

#about-section h4 {
    color: #81969c;
    font-size: 20px;
}

#about-section li {
    margin-bottom: 6px;
    list-style: none;
    padding: 0;
}

#about-section li:before {
    content: "\f101";
    color: #f3ca27;
    padding-right: 5px;
    font-family:FontAwesome;
}


/* Team Section */

#team-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
    background: rgb(193, 166, 24);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0);
    /* IE6-9 */
}

#team-section hr {
    background: #a9971c;
}

#team-section .item {
    padding: 0;
    margin: 15px;
    text-align: center;
}

img.img-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}

#team-section .thumbnail {
    background: transparent;
    border: 0;
}

#team-section .thumbnail .caption {
    padding: 9px;
    color: #1c424d;
}

#team-section i.fa {
    font-size: 16px;
    color: #faeaab;
    margin-top: 10px;
}

#team-section i.fa:hover {
    color: #1c424d;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 50%;
    background: #42626b;
    transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #f1c40f;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #f1c40f;
}


/* Testimonials Section */

#testimonials-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
    background: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #5b777f;
}

#testimonial {
    padding: 30px 0;
}

#testimonial .item {
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
    font-weight: 400;
    margin: 0 0 30px 0;
}


/* Contact Section */

#contact-section {
    padding: 80px 0 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
    /*background: rgb(193, 166, 24);
    /* Old browsers */
   /* background: -moz-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(193, 166, 24, 1) 0%, rgba(241, 196, 15, 1) 25%, rgba(241, 196, 15, 1) 75%, rgba(193, 166, 24, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0);
    /* IE6-9 */
}

#contact-section hr {
    background: #a9971c;
}

#contact-section h3 {
    font-size: 20px;
    font-weight: 400;
}

#contact-section form {
    padding: 10px 0 30px;
}

#contact-section .fa {
    color: #f8e287;
    margin-bottom: 10px;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact-section .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact-section .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#contact-section .social {
    margin-top: 60px;
}

#contact-section .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact-section .social i.fa {
    font-size: 26px;
    padding: 4px 5px;
    color: #f8e287;
    transition: all 0.5s;
}

#contact-section .social i.fa:hover {
    color: #032731;
}

#contact-section .btn {
    background: transparent;
    border: 2px solid #fef9e7;
    border-radius: 4px;
    padding: 6px 14px;
    margin-top: 20px;
    color: #fef9e7;
    font-size: 16px;
    transition: all 0.5s;
}

#contact-section .btn:hover,
#contact-section .btn:focus {
    background: #fef9e7;
    border: 2px solid #fef9e7;
    color: #5b777f;
}

#contact-section .text-danger {
    color: #cc3300;
    text-align: left;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}


/* Footer */

#footer {
    background: #032731;
    padding: 15px 0 10px 0;
    color: #42626b;
    text-align: center;
}

#footer p {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .content {
        padding: 40% 0 0;
    }
}

@media (max-width: 603px) {
    #menu.navbar-default {
        background-color: rgba(0, 0, 0, 0.7);
    }
    label {
        float: none !important
    }
    .hover-bg .hover-text {
        padding: 12% 10%;
    }
}

@media (max-width: 360px) {
    .hover-bg .hover-text {
        padding: 22% 10%;
    }
}



/*********************** My CSS *******************/
#data-entry-process-layout {
    width: 100%;
    display: block;
    position: relative;
    margin: 10px 0;
    margin-bottom: 95px;
}
#data-entry-process-layout>div {
    background: url(../img/data-entry-process-bg.png) 0 0 no-repeat;
    width: 478px;
    height: 375px;
    margin: 80px 140px;
}
#data-entry-process-layout>div #one {
    position: absolute;
    width: 284px;
    top: -55px;
    left: -38px;
}
#data-entry-process-layout>div #two {
   position: absolute;
    width: 218px;
    top: 140px;
    left: 20px;
}
#data-entry-process-layout>div #three {
       position: absolute;
    width: 215px;
    top: 285px;
    left: 75px;
}
#data-entry-process-layout>div #four {
    position: absolute;
    width: 238px;
    top: 320px;
    right: 95px;
}
#data-entry-process-layout>div #five {
   position: absolute;
    width: 252px;
    top: 130px;
    right: -54px;
}
.bggray{background: #f2f3f6; padding-top: 50px; padding-bottom: 50px;}
.dataentrybenefits{list-style: square; padding-left: 15px;}
.dataentrybenefits li{font-size: 16px; line-height: 28px;}
.font28{font-size: 24px;}
.main3box{ background: #032731; width: 100%; padding: 0px; border: 2px solid  #032731; color: #fff; text-align: center;}
.main3box h3{font-size: 12px; font-weight: bold;}
.dataconversion{background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.6)), url(../img/dataconversion.jpg); background-size: cover; padding: 20px;}
.dataconversion p{color: #fff; font-weight: bold; line-height: 24px;}

/********************** data Conversion ***************/
.dataconversionul{position: relative; padding: 0px;}
.dataconversionul li{border: 1px solid #f2f3f6; padding: 15px; min-height: 250px; vertical-align: middle; margin-bottom: 15px; background: #f2f3f6; box-shadow: 0px 0px 10px rgba(0,0,0,0.6);}
.dataconversionul li h4{font-weight: bold; text-align: center; font-size: 20px;}


/************ Data Conversion Diagram ***************/
.full-width-plain {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
#image-stitching-process {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
#image-stitching-process.rounded #content {
    background: url(../img/data.png) no-repeat 0 0;
    width: 400px;
    height: 394px;
    display: block;
    margin: 10px auto;
    margin-bottom: 100px;
    position: relative;
}
#image-stitching-process.rounded #content > span {
    color: #1a7fb5;
    font: bold 26px swis721_cn_bt;
    width: 144px;
    left: 31.7%;
    top: 39%;
    position: absolute;
}

#image-stitching-process #content>div {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#image-stitching-process.rounded.data-con #content>div #one {
    left: -124px;
    top: -52px;
    width: 250px;
    position: absolute;
}
#image-stitching-process.rounded.data-con #content>div #two {
    right: -212px;
    top: -15px;
    width: 250px;
    position: absolute;
}
#image-stitching-process.rounded.data-con #content>div #three {
        right: -240px;
    top: 140px;
    width: 250px;
    position: absolute;
}
#image-stitching-process.rounded.data-con #content>div #four {
        right: -165px;
    top: 300px;
    width: 250px;
    position: absolute;
}
#image-stitching-process.rounded.data-con #content>div #five {
    left: -170px;
    top: 300px;
    width: 250px;
    position: absolute;
}
#image-stitching-process.rounded.data-con #content>div #six {
    left: -240px;
    top: 150px;
    width: 250px;
    position: absolute;
}
.dataprocessingul li{
	margin-bottom:15px;
	font-size:16px;
	list-style:square;
}
#o2i-data-processing-wrapper {
    width: 100%;
    display: block;
    margin: 50px 0;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 80px;
}
#o2i-data-processing-wrapper>div #one {
    position: absolute;
    top: -54px;
    left: 1px;
    width: 296px;
}
#o2i-data-processing-wrapper>div {
    background: url(../img/data1.png) no-repeat 0 0;
    width: 362px;
    height: 361px;
    display: block;
    margin: 0 auto;
}
#o2i-data-processing-wrapper>div #two {
    position: absolute;
    top: -51px;
    right: -3px;
    width: 201px;
}
#o2i-data-processing-wrapper>div #three {
    position: absolute;
    top: 108px;
    right: 1px;
    width: 158px;
}
#o2i-data-processing-wrapper>div #four {
    position: absolute;
    top: 333px;
    right: 1px;
    width: 255px;
}
#o2i-data-processing-wrapper>div #five {
    position: absolute;
    bottom: -32px;
    left: 1px;
    width: 296px;
}
#o2i-data-processing-wrapper>div #six {
    position: absolute;
    top: 94px;
    left: 1px;
    width: 158px;
}
#o2i-data-processing-wrapper > div h3 {
    color: #197fb4;
    font: bold 22px swis721_cn_bt;
    position: absolute;
    left: 42%;
top: 28%;
    width: 123px;
    text-align: center;
}
#o2i-data-processing-wrapper > div h4 {
    color: #33a0d9;
    font: bold 17px swis721_cn_bt;
    text-align: left;
    letter-spacing: 0;
    margin: 3% 0 .5% 0;
}
#o2i-data-processing-wrapper > div p {
    font: normal 13px/18px arial;
}
.paddingzero{
	padding:0px;
}
.dataconversionul2{list-style:square; padding:15px;}
.dataconversionul2 li{font-size:14px; line-height:24px; margin-bottom:20px;}
.dataconversionul2 li h4{font-size:18px; font-weight:600; margin-bottom:0px;}
.dataprocessing12{margin-bottom:15px;}
.dataprocessing12 i{font-size:40px; font-weight:600;}
.dataprocessing12 h4{font-size:18px; font-weight:600;}

/*********************************** Healthcare Bpo ***********************/
.medicalul{list-style:circle; padding:15px;}
.medicalul li p{font-size:16px; line-height:24px;}
.medicalulli{list-style:circle; padding:15px;}
.medicalulli li{font-size:16px; line-height:24px;}
.myptag p{font-size:16px; line-height:24px;}



/****************** Special Ul ***********************/
.specialul{list-style:none; padding:15px; text-align:center; width:50%; float:left; margin-top:30px;}
.specialul li{margin-bottom:50px;}
.specialul h4{font-weight:600;}
.specialul p{font-size:16px; line-height:24px;}
.claimssss{font-size:16px; line-height:24px;}

.forspecialli{list-style:square !important;}
.medicalrelatedul{list-style:circle; padding:15px;}
.medicalrelatedul li{font-size:16px; line-height:24px; margin-bottom:15px;}

	p{font-size:16px !important; line-height:24px;}
	
	.listnone{list-style:none;}
	
	
	
	
	
	/***************************** Industries *********************/
	.industries{border:1px solid #ddd; min-height:245px; transition:5s;}
	.industries p{
		padding:30px;
		text-align:center;
	}
	.industriesdiv{position:absolute; left:0px; right:0px; top:0px; bottom:0px; background:rgba(0,0,0,0.6); color:#fff; display:none; transition:5s;}
	
	.industries:hover .industriesdiv{display:block;}