body {
    color: rgb(114, 114, 114);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: rgb(102, 102, 102);
    font-family: Oswald, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.01) 0px 0px 1px;
    text-align: left;
    /* COLOR: white; */
    /* font-size: 80px; */
}

h1, h2, h3 {
    margin: 0px 0px 25px;
}

h3 {
    font-size: 22px;
    position: relative;
}

h3.title {
    overflow: hidden;
    line-height: 28px;
}

h3.title::after {
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.our-clients h3.title::after, .service-reasons h3.title::after {
    background: none;
}

.our-clients h3.title, .service-reasons h3.title {
    color: rgb(255, 255, 255);
}

.our-clients, .service-reasons {
    background: url("../img/img-bg-blur.html") center center / cover no-repeat fixed;
    margin: 0px auto;
    padding: 50px 0px;
}

.client, .service-reasons {
    position: relative;
    overflow: hidden;
}

.our-clients .carousel-controls {
    display: block;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 83px;
}

ul, li, ol {
    line-height: 32px;
    list-style: none;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: rgb(102, 102, 102);
}

.btn-special, .btn-normal, .btn-small, .btn-large, .comment-des, .steps .popup, .testimonial p, .contact-box {
    border-radius: 3px;
}

#header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

#header .main-header {
    min-height: 86px;
    z-index: 9999;
    width: 100%;
    position: relative;
    background: rgb(50, 59, 68);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -3px;
}

header .top-bar {
    min-height: 30px;
    background: rgb(37, 41, 44);
    border-bottom: 1px solid rgb(65, 79, 90);
    padding: 7px 0px;
}

.topnav .navbar-toggle i {
    line-height: 20px;
    
}

.phone-email {
    padding: 3px 0px;
}

.phone-email a {
    margin-right: 20px;
}

.phone-email i.icon-phone {
    font-size: 14px;
}

.phone-email i {
    margin-right: 7px;
}

header .social, footer .social {
    margin-right: 4px;
    line-height: 30px;
}

header #search-form {
    line-height: 30px;
}

footer .social li:last-child, footer .social {
    margin-right: 0px !important;
}

header .social li, footer .social li {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 2px 0px;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: rgb(0, 0, 0);
    transition: background 0.5s ease-in-out 0s;
    padding: 3px;
}

header .social i, footer .social i {
    color: rgb(102, 102, 102);
    transition: color 0.5s ease-in-out 0s;
}

#search-form .search-text-box {
    background-color: rgb(255, 255, 255);
    background-image: url("../img/search-icon.png");
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0px;
    color: transparent;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    width: 170px;
    height: 25px;
    border: 0px;
    color: rgb(136, 136, 136);
    cursor: text;
    text-align: left;
    padding: 0px 15px 1px 25px;
}

header .main-header {
    display: block;
    position: relative;
    text-align: left;
}

.logo {
    height: 80px;
}

.logo h1 {
    margin: 13px 0px;
}

.navbar-fixed-top {
    position: fixed !important;
}

.breadcrumb-wrapper {
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    background: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(250, 250, 250));
}

h2.title {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0px;
}

.breadcrumbs {
    margin: 24px 0px;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: rgb(158, 158, 158);
    margin: 0px 0px 0px 5px;
}

.breadcrumbs ul li a {
    color: rgb(137, 137, 137);
    font-weight: 600;
}

.breadcrumbs ul li:first-child {
    margin-left: 2px !important;
}

.breadcrumbs ul li:nth-child(2)::before, .breadcrumbs ul li:first-child::before {
    content: " ";
    margin: 0px;
}

.breadcrumbs ul li::before {
    color: rgb(158, 158, 158);
    content: "ï„…";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0px 9px 0px 0px;
}

.fullwidthbanner-container {
    position: relative;
    overflow: hidden;
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% center;
    padding: 0px;
    visibility: hidden;
    max-height: 538px;
    height: 1800px;
    width: 100% !important;
}

.tp-leftarrow.default, .nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgb(137, 137, 137);
    width: 45px;
    height: 60px;
    text-align: center;
    transition: background 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: visible;
    padding-top: 20px !important;
}

.tp-leftarrow.default::before, .nivo-prevNav::before {
    content: "ï“";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: rgb(250, 250, 250);
    text-align: center;
    visibility: visible;
}

.tp-rightarrow.default, .nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgb(137, 137, 137);
    width: 45px;
    height: 60px;
    text-align: center;
    transition: background 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: visible;
    padding-top: 20px !important;
}

.tp-rightarrow.default::before, .nivo-nextNav::before {
    content: "ï”";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: rgb(250, 250, 250);
    text-align: center;
    visibility: visible;
}

.nivo-caption h2 {
    margin: 0px;
    line-height: 60px;
}

.btn:hover, .btn:focus {
    color: rgb(255, 255, 255);
}

.btn-pad {
    margin: 7px;
}

.btn-grey {
    outline: 0px;
    white-space: nowrap;
    overflow-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 2%, rgb(240, 240, 240) 2%, rgb(222, 222, 222) 100%);
    border: 1px solid rgb(150, 150, 150);
    box-shadow: rgba(144, 144, 144, 0.4) 0px 1px 2px;
    color: rgb(81, 81, 81) !important;
    text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 1px !important;
}

.btn-grey:hover {
    background: linear-gradient(rgb(248, 248, 248), rgb(221, 221, 221));
}

.btn-color, .btn-grey {
    transition: all 0.5s ease-in-out 0s !important;
}

.btn-color {
    color: rgb(255, 255, 255) !important;
    text-shadow: rgb(85, 85, 85) 0px 1px !important;
}

.btn-special {
    border-radius: 4px;
}

.btn-special {
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
}

.btn-normal {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 30px;
}

.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px;
}

#main {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 60px;
}

.home #main, .home-2 #main, .home-3 #main, .page-services #main, .about #main {
    padding: 0px;
}

.page article.post {
    border-bottom: none;
}

.post-header h3.content-title {
    margin-bottom: 15px;
    text-align: left !important;
}

.blog-entry-meta {
    font-size: 0px;
}

.blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-author {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta i {
    margin-right: 4px;
}

.blog.meta_author .blog-entry-meta-author {
    display: inline-block;
}

.blog.meta_tags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_comments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_authortags .blog-entry-meta-author, .blog.meta_authortags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_authorcomments .blog-entry-meta-author, .blog.meta_authorcomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_tagscomments .blog-entry-meta-tags, .blog.meta_tagscomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog-entry-meta-author, .blog-entry-meta-tags, .blog-entry-meta-comments {
    display: inline-block;
}

.post-content {
    padding-bottom: 10px;
}

.blog-small article .post-image {
    float: left;
    width: 43%;
    margin-bottom: 25px;
}

.blog-small article .post-content-wrap {
    float: left;
    width: 50%;
    margin: 0px 0px 0px 4%;
}

.post-date a.date {
    background: none 0px 0px repeat scroll rgb(250, 250, 250);
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    border-radius: 2px;
}

.post-date a.date strong {
    color: rgb(24, 137, 193);
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.post-date a.date i {
    background-color: rgb(24, 137, 193);
    border-top: 1px solid rgb(243, 243, 243);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 11px;
    font-style: normal;
}

.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
    font-size: 11px;
}

.sidebar ul.slide li {
    padding-left: 0px;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar ul.slide li:hover {
    padding-left: 5px;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar p {
    margin: 0px 0px 2px;
    text-align: left !important;
}

.sidebar .widget, .widget {
    margin-bottom: 35px;
}

.widget img {
    width: 418px;
}

.search-input {
    width: 218px;
    height: 38px !important;
}

#horizontal-tabs {
    margin-bottom: 30px;
}

#horizontal-tabs ul.tabs li {
    background: rgb(250, 250, 250);
    border-right: 1px solid rgb(221, 221, 221);
    border-top: 2px solid rgb(102, 102, 102);
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px;
}

#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid rgb(255, 255, 255);
    background: none;
    cursor: default;
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid rgb(221, 221, 221);
    overflow: hidden;
    border-radius: 2px;
}

#horizontal-tabs .contents {
    border: 1px solid rgb(221, 221, 221);
    margin-top: -1px;
    border-radius: 2px;
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0px;
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgb(248, 248, 248);
}

.tabs ul.posts li img {
    height: 68px;
    width: 68px;
    float: left;
}

.recent-post-img {
    margin: 0px 13px 5px 0px;
}

.sidebar .testimonials-title h3 {
    margin: 0px 0px 20px !important;
}

.category ul li::before {
    content: "ï„…";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid rgb(248, 248, 248);
    padding: 3px 0px;
}

.widget .ads-img img {
    margin-bottom: 30px;
    max-width: 100%;
}

.about-author {
    margin-top: 30px;
}

.author-content {
    padding: 20px;
}

.author-content .avatar {
    float: left;
    margin: 0px 20px 0px 0px;
}

.avatar {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 100%;
    padding: 4px !important;
}

.avatar img {
    border-radius: 100%;
}

.author-content .data {
    margin: -10px 0px 0px;
}

.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0px 25px;
}

ol.commentlist li {
    float: left;
    padding: 10px 0px 15px;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0px;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0px;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0px 0px;
}

ol.commentlist li:first-child {
    margin: 0px 0px 7px;
    padding: 25px 0px 0px;
}

.avatar img {
    float: left;
    max-width: 70px;
}

.comment-des p {
    line-height: 23px;
    margin: 0px;
}

.comment-des {
    float: left;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(221, 221, 221);
    color: rgb(136, 136, 136);
    margin: -70px 0px 0px 100px;
    padding: 19px 22px 22px;
}

.comment::before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: rgb(250, 250, 250);
    border-bottom: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-image: initial;
    transform: rotate(45deg);
    border-right: none;
    border-top: 0px;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.comment-des span {
    float: left;
    color: rgb(153, 153, 153);
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: rgb(153, 153, 153);
}

.comment-by span.reply a i {
    color: rgb(187, 187, 187);
    transition: all 0.1s ease-in-out 0s;
}

.comment-by span.reply a:hover, .comment-by span.reply a:hover i {
    color: rgb(160, 160, 160);
}

.comment-by span.date {
    color: rgb(153, 153, 153);
    float: left;
    font-weight: 300;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 0px 9px;
}

.reply label {
    margin: 0px 0px 4px;
}

.reply label span {
    color: rgb(226, 71, 71);
}

.reply input {
    margin: 0px 0px 20px;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    resize: vertical;
    margin: 0px 0px 18px;
}

.slogan {
    min-height: 100px;
    background: rgb(250, 250, 250);
    width: 100%;
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}

.slogan-content {
    padding: 30px 0px 0px;
}

.slogan-title {
    display: inline-block;
    text-align: center;
    margin: 80px 0px;
    padding-left: 210px;
    font-size: 40px;
}

.page-services .slogan-content {
    padding: 40px 0px;
}

.page-services .get-started {
    padding-top: 15px;
}

.get-started {
    padding-top: 1px;
    vertical-align: middle;
}

.main-content, .content {
    padding: 60px 0px 0px;
}

.home-2 .main-content, .home-3 .main-content {
    margin: 45px 0px 40px;
    padding: 0px;
}

.main-content {
    margin: 45px 0px 35px;
}

div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 115px;
}

div.content-box.big {
    padding: 0px 7% 30px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    transition: background 0.5s ease-in-out 0s;
}

div.content-box.big .ch-info-wrap {
    margin: -42px auto 35px;
    position: relative;
    left: auto;
    top: auto;
}

div.content-box.big:hover {
    background: rgb(250, 250, 250);
}

div.content-box.big div.content-box-info {
    padding-left: 0px;
    text-align: center;
    margin: 25px 0px 0px;
}

div.content-box.big div.content-box-info p {
    text-align: center;
    margin-top: 25px;
}

.service-reasons div.content-box.big {
    transition: none 0s ease 0s;
    margin-top: 30px;
    border: 1px solid rgb(255, 255, 255);
}

.main-content h3 {
    color: rgb(102, 102, 102);
    line-height: 32px;
    margin: 0px 0px 5px;
}

.main-content p, .content p {
    width: 100%;
    padding: auto;
    padding-right: 50px;
    padding-right: auto;
    padding-left: 50px;
    padding-left: auto;
    color: black;
    text-align: justify;
}
.text{
    color:black;
    text-align: justify;
}
.pfooter
{
    margin: 0 0 10px;
    color: white;
    text-align: justify;
}
.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    border-color: rgb(221, 221, 221);
    background: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(250, 250, 250));
}

ul.graph-container {
    margin-left: 10em;
}

.graph-container > li:nth-child(1) .bar-inner {
    height: 25%;
    bottom: 0px;
}

.graph-container > li:nth-child(2) .bar-inner {
    height: 50%;
    bottom: 0px;
}

.graph-container > li:nth-child(3) .bar-inner {
    height: 75%;
    bottom: 0px;
}

.graph-container > li:nth-child(4) .bar-inner {
    height: 85%;
    bottom: 0px;
}

.graph-container > li:nth-child(5) .bar-inner {
    height: 90%;
    bottom: 0px;
}

.portfolio-single .work-title h3 {
    margin-bottom: 20px !important;
}

.portfolio-wrap .item {
    width: 24.99%;
}

.item .item-inner, .post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.post-image, .img-content {
    padding: 4px;
    border: 1px solid rgb(221, 221, 221);
    background: url("../img/bg_off.png") repeat;
}

.img-content {
    float: left;
    margin: 5px 20px 20px 0px;
    width: 538px;
}

.img-content img {
    width: 100%;
}

.post-image a {
    display: block;
    position: relative;
}

.post-image .nivoSlider a {
    position: absolute !important;
}

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

.project_details span {
    border-bottom: 1px solid rgb(227, 227, 227);
    color: rgb(69, 69, 69);
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
}

.project_details strong {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 40%;
}

.project_details em {
    float: left;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    width: 60%;
}

.project_details span a {
    background-color: rgb(250, 250, 250);
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0px 0px 5px 5px;
    padding: 3px 10px;
    display: inline-block;
}

.recentworks {
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 60px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    background: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(250, 250, 250));
}

.cn-wrapper {
    width: 26em;
    height: 26em;
    position: relative;
    z-index: 10;
    bottom: 0px;
    left: 50%;
    overflow: hidden;
    margin-left: -185px;
    border: 1px solid rgb(221, 221, 221);
    transition: all 0.3s ease 0s;
}

.cn-wrapper::after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 11;
}

.cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    overflow: hidden;
    transform-origin: 100% 100%;
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
}

.cn-wrapper li a {
    display: block;
    font-size: 1.2em;
    height: 13.5em;
    width: 13.5em;
    position: absolute;
    bottom: -6.75em;
    right: -6.75em;
    overflow: hidden;
    text-decoration: none;
    transition: background-color 0.3s ease 0s, transform 0.8s ease 0s;
}

.cn-wrapper li a:hover, .cn-wrapper li a.active {
    background-color: rgb(250, 250, 250);
    transition: background-color 0.5s ease 0s;
}

.cn-wrapper span {
    font-size: 1.3em;
}

.cn-content {
    opacity: 0;
}

.circular-nav {
    overflow: hidden;
}

#cn-tabs .service {
    display: none;
    overflow: hidden;
    background: rgb(250, 250, 250);
    padding: 15px 25px;
    border-radius: 2px;
}

.cn-content {
    overflow: hidden;
}

.cn-content p {
    z-index: 9999;
}

#cn-tabs .service::before {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -3px;
    width: 35px;
    height: 35px;
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-image: initial;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 0px;
    z-index: 1;
}

a.prev.disabled, a.next.disabled {
    cursor: default;
}

.carousel-controls a.next {
    right: 15px;
    position: absolute;
}

.carousel-controls a.prev {
    right: 45px;
    position: absolute;
}

a.prev, a.next {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: rgb(50, 59, 68);
    color: rgb(250, 250, 250);
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

a.next {
    padding-left: 3px;
}

a.prev.disabled, a.next.disabled {
    display: block;
    cursor: default;
    background: rgb(50, 59, 68);
    color: rgb(250, 250, 250);
    font-size: 20px;
    text-align: center;
}

.testimonial p {
    font-weight: 500;
    margin: 0px;
    padding: 27px 25px;
    border: 1px solid rgb(221, 221, 221);
    background: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(250, 250, 250));
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
    border: none;
}

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: rgb(250, 250, 250);
    transform: rotate(45deg);
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-top: 0px;
}

.testimonial .author {
    margin: 0px 0px 0px 19px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}

.testimonial-image img {
    border-radius: 50px;
    border: 1px solid rgb(221, 221, 221);
    padding: 4px;
    height: 70px !important;
    width: 70px !important;
}

.our-clients .testimonial-image img {
    border: none;
    padding: 0px;
}

.our-clients .testimonial-author-info {
    color: rgb(221, 221, 221);
}

.testimonial-author-info {
    padding: 10px 0px 0px 90px;
    color: rgb(102, 102, 102);
}

.testimonial-author-info a {
    display: block;
}

.our-clients .testimonial-author-info a {
    color: rgb(255, 255, 255);
}

span.color {
    font-size: 14px;
    font-weight: 700;
}

.footer-top {
    background: rgb(50, 59, 68);
    border-bottom: 1px solid rgb(65, 79, 90);
    color: rgb(161, 161, 161);
    padding: 50px 0px;
}

.footer-bottom {
    background: rgb(37, 41, 44);
    color: rgb(136, 136, 136);
    line-height: 30px;
    padding: 15px;
}

.social-icons-footer-bottom {
    float: right;
    margin: 6px 0px 0px;
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    list-style: none;
    margin-right: 7px !important;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0px;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: rgb(250, 250, 250);
    font-size: 28px;
    background: rgb(158, 158, 158);
    z-index: 9999;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i, a.scrollup:focus i {
    text-decoration: none;
    color: rgb(250, 250, 250);
    outline: none;
}

#tweets li::before {
    color: rgb(114, 114, 114);
    content: "ï‚™";
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0px 0px 0px -28px;
}

#tweets li {
    line-height: 24px;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 28px;
}

#tweets .content {
    padding-top: 0px;
    margin-bottom: 5px;
}

#flickrfeed li {
    float: left;
    margin: 5px 5px 0px 0px;
}

.contact-us {
    margin: 15px 0px 0px;
    background: url("../img/contact-map.png") center bottom no-repeat;
}

footer .contact-us a {
    color: rgb(255, 255, 255) !important;
}

.contact-us .icon-map-marker {
    font-size: 16px;
}

.contact-us li i {
    color: rgb(102, 102, 102);
    float: left;
    margin: 4px 0px 0px;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
}

.contact-us li p strong {
    color: rgb(114, 114, 114);
    float: left;
    font-weight: 600;
    margin: 0px 5px 5px 0px;
}

.subscribe-btn {
    height: 38px;
    background-image: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border: none;
    text-shadow: rgb(85, 85, 85) 0px 1px !important;
}

.subscribe {
    width: 100%;
    height: 38px !important;
}

#not-found {
    margin: 60px 0px 45px;
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center;
}

#not-found p {
    color: rgb(158, 158, 158);
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

#not-found i {
    color: rgb(255, 0, 51);
    font-size: 210px;
    position: relative;
    top: -12px;
}

.back-home p {
    margin: 0px auto;
    text-align: center !important;
}

.back-home .search-form {
    width: 290px;
    margin: 30px auto 0px;
}

.sitemap {
    margin-bottom: 15px;
}

.sitemap ul, .sitemap li {
    list-style: disc;
    margin: auto !important;
    padding: inherit !important;
}

.sitemap li ul li {
    list-style: circle;
}

ul.why li {
    margin: 7px 0px;
}

ul.why li::before {
    content: "ï€Œ";
    font-family: FontAwesome;
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(102, 102, 102);
    border-radius: 100%;
    margin: 0px 7px 0px 0px;
    padding: 3px;
}

.services-big div.content-box div.content-box-icon {
    border: 1px solid rgb(221, 221, 221);
    background: url("../img/bg_off.png") repeat;
    border-radius: 2px;
    display: block;
    float: none;
    position: relative;
    padding: 4px;
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: rgb(102, 102, 102);
}

.services-big .content-box-icon i {
    color: rgb(255, 255, 255);
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5;
}

.services-big div.content-box div.content-box-info {
    padding-left: 0px;
}

.services-big h4 {
    margin: 20px 0px;
}

.services-big img {
    width: 100%;
}

.divider {
    margin: 60px 0px;
}

.blog-divider {
    margin: 35px 0px;
    background: url("../img/bg_off.png") repeat;
    content: "";
    height: 5px;
}

.top-pad {
    margin-top: 25px;
}

.no-divider {
    margin: 0px;
}

.bottom-pad {
    margin-bottom: 60px;
}

.bottom-pad-small {
    margin-bottom: 30px;
}

.no-bottom-pad {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

input, textarea {
    border: 1px solid rgb(229, 229, 229);
    background: -webkit-gradient(linear, 0% 0%, 0% 25, from(rgb(255, 255, 255)), color-stop(0.04, rgb(238, 238, 238)), to(rgb(255, 255, 255)));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: rgb(201, 201, 201);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.accordionMod .panel-heading .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 10px 45px;
}

.accordion-body, .panel-heading {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 0px;
}

.accordionMod .panel-heading .accordion-toggle .icon::before {
    content: "ï§";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 11px;
}

.accordionMod .panel-heading .accordion-toggle .iconActive::before {
    content: "ï¨";
    font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
    color: rgb(255, 255, 255);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact-box, .contact-box i, .contact-box p, .contact-box h3 {
}

.contact-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 0px 0px inset;
    transition: background 0.5s ease-in-out 0s;
    margin: 0px 0px 20px;
    padding: 32px 28px;
    text-align: center !important;
}

.contact-box:hover {
    border: none;
}

.contact-box i {
    font-size: 48px;
}

.blog-showcase {
    padding: 0px;
}

.blog-showcase ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.blog-showcase ul li {
    position: relative;
    display: inline-block;
}

.blog-showcase ul li:last-child {
    padding-right: 0px !important;
}

.blog-showcase ul li.blog-first-el {
    padding-right: 270px;
}

.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
    zoom: 1; opacity: 1;
}

.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
    border-right: 0px;
}

.blog-showcase ul li img, .blog-showcase-extra-info, .blog-showcase ul li {
    transition: all 0.3s ease-in-out 0s;
}

.blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 5px;
    width: 297px;
}

.blog-showcase-thumb:hover .showcase-blog-overlay {
    zoom: 1; opacity: 0.5;
}

.blog-showcase-extra-info {
    width: 277px;
    height: 180px;
    z-index: 10;
    margin: 0px;
    position: absolute;
    left: 297px;
    top: 2px;
    overflow: hidden;
    zoom: 1; opacity: 0;
}

.blog-showcase-extra-info span {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-left: none;
    border-right: 0px;
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-showcase-extra-info span a {
    font-size: 10px;
    color: rgb(153, 153, 153);
}

.blog-showcase-title {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(51, 51, 51);
    line-height: 20px !important;
}

.blog-showcase-more {
    font-size: 12px;
    text-decoration: underline;
}

.web-normal i {
    display: inline-block;
    margin: 15px;
}

#options {
    padding: 10px 0px 25px;
}

#options li {
    float: left;
    margin: 4px 8px 4px 0px;
}

#options li a {
    display: inline-block;
    background: rgb(250, 250, 250);
    color: rgb(114, 114, 114);
    font-size: 16px;
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid rgb(221, 221, 221);
}

.portfolio .item {
    position: relative;
    overflow: hidden;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}

.isotope.infinite-scrolling {
    transition: none 0s ease 0s;
}

.progress {
    height: 40px;
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
}

a.mobile-menu {
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0px;
    top: 25px;
}

.google-maps {
    height: 400px;
}

.tabs ul.posts li img, .author-content, li.work img, .recentworks .pic, .img-caption, a.prev, a.next, .scrollup, #options li a, .portfolio img.pic, .portfolio .img-caption {
    border-radius: 2px;
}

#search-form form, ul.post-meta, .sidebar ul, ul.tabs, .testimonials ul, ul.why, .panel-heading h3, .features .panel-heading h4, #options ul, .gallery ul {
    margin: 0px;
}

#horizontal-tabs ul.tabs li, #vertical-tabs ul.tabs li, .content h3, .latest-posts h4 a {
    color: rgb(102, 102, 102);
    text-align: left;
}

.recentworks ul, .our-clients ul, ul#tweets {
    list-style: none;
    margin: 0px;
}

.our-clients ul, #footer ul {
    list-style: none;
}

ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.portfolio-item {
    background: url("../img/bg_off.png") repeat;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    border: 1px solid rgb(221, 221, 221);
    padding: 4px;
    overflow: hidden;
    display: block;
}

.portfolio-item img {
    display: block;
    width: 100%;
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0;
}

.fullscreen i {
    opacity: 1;
    z-index: 11;
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
    color: rgb(255, 255, 255) !important;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.post-body {
    padding: 4px;
    background: url("../img/bg_off.png") repeat;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    background: rgba(50, 50, 50, 0.75);
}

.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0px;
    margin: 0px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    transition: all 0.35s ease-out 0s;
}

.portfolio-item-link span.portfolio-item-hover:hover, .post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px;
    background: rgb(255, 255, 255);
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: rgb(102, 102, 102);
    transition: all 0.25s ease-out 0s;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
}

.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: rgb(255, 255, 255);
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(102, 102, 102);
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 5px;
    transition: all 0.4s ease-in-out 0s;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    backface-visibility: hidden;
}

.ch-info .ch-info-front {
    transition: all 0.6s ease-in-out 0s;
}

.ch-info .ch-info-back {
    transform: scale(1.5);
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px inset;
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 0;
}

.ch-item:hover .ch-info-front {
    transform: scale(0);
}

.ch-item:hover .ch-info-back {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.team .item .team-member-links a.facebook:hover, .member-social.dark a.facebook:hover, header .social li.facebook:hover, footer .social li.facebook:hover {
    background: rgb(76, 102, 164);
}

.team .item .team-member-links a.dribbble:hover, .member-social.dark a.dribbble:hover, header .social li.dribbble:hover, footer .social li.dribbble:hover {
    background: rgb(234, 76, 137);
}

.team .item .team-member-links a.twitter:hover, .member-social.dark a.twitter:hover, header .social li.twitter:hover, footer .social li.twitter:hover {
    background: rgb(44, 119, 186);
}

.team .item .team-member-links a.gplus:hover, .member-social.dark a.gplus:hover, header .social li.gplus:hover, footer .social li.gplus:hover {
    background: rgb(158, 11, 15);
}

.team .item .team-member-links a.linkedin:hover, .member-social.dark a.linkedin:hover, header .social li.linkedin:hover, footer .social li.linkedin:hover {
    background: rgb(0, 102, 153);
}

.team .item .team-member-links a.pinterest:hover, .member-social.dark a.pinterest:hover, header .social li.pinterest:hover, footer .social li.pinterest:hover {
    background: rgb(201, 34, 40);
}

header .social li.rss:hover, footer .social li.rss:hover {
    background: rgb(255, 102, 0);
}

.team-member {
    display: block;
    margin: 0px auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0px;
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
}

.team-member-image img {
    border-radius: 50%;
}

.team-member-links {
    top: 0px;
    min-height: 1px;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 10px inset;
    transition: all 0.25s ease 0s;
}

.team-member:hover .team-member-links {
    box-shadow: rgba(50, 50, 50, 0.75) 0px 0px 0px 175px inset;
}

.team-member-links-list {
    opacity: 0;
    transition: opacity 0.25s ease 0s;
}

.team-member:hover .team-member-links-list {
    opacity: 1;
}

.team-member-links-item {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 5px;
    position: relative;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
}

.team-member-links-item:hover, .color_alternate .team-member-links-item:hover, .color_primary .team-member-links-item:hover {
    background-color: rgb(248, 134, 44);
    color: rgb(255, 255, 255);
}

.team-member-meta {
    margin-left: 0px;
    min-height: 1px;
    padding: 15px 0px 0px;
    text-align: center;
}

.team-member-name {
    margin-bottom: 6px;
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: rgb(153, 153, 153);
}

.team-member-description p {
    margin-bottom: 0px;
    text-align: center;
}

.member-social.dark a {
    background: rgb(158, 158, 158);
    transition: background 0.5s ease-in-out 0s;
}

.team .item .team-member-links a {
    transition: all 0.5s ease-in-out 0s;
}

.member-social a {
    width: 36px;
    float: left;
    text-align: center;
    margin: 0px 6px 6px 0px;
    padding: 7px 0px 6px;
    border-radius: 2px;
}

.member-social a i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block !important;
    margin: 0px auto !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: transparent;
}

.pager li > a:hover {
    border: none;
}

.menu > ul li {
    float: none;
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px;
}

input, button, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

strong, .author-content .data a {
    font-weight: 600;
}

.breadcrumbs ul, .portfolio-single .sidebar h3 {
    margin-top: 5px;
}

.nivo-caption h2, .pagination-centered {
    text-align: center;
}

.page article.post .post-image, .portfolio-single .recentwork_wrapper .item {
    margin-bottom: 25px;
}

ol li ol.childlist .comment-des, header nav li, .avatar {
    float: left;
}

.recentworks li.slide, .portfolio-wrap {
    overflow: hidden;
}

footer a, .contact-box:hover, #options li a.selected, header .top-bar, header .top-bar a, header .social li:hover i, footer .social li:hover i, .content-box:hover > .content-box-icon i, div.content-box div.content-box-icon:hover, div.content-box div.content-box-icon:hover i, #footer h3, .contact-box:hover h3 {
    color: rgb(255, 255, 255);
}

.contact-box p {
    text-align: center !important;
}

.panel-group .panel, .accordionMod .accordion-group {
    margin-bottom: 15px;
}

.camera {
    width: 100%;
    text-align: center !important;
}

#tns1 .testimonial-card {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10%;
    padding-top: 31px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    background-color: rgb(255, 255, 255);
    margin: auto;
}
.btncamera:hover{
    color: black;
}
.btncamera{
    font-size: 500px;
    padding-top:auto ;
    padding-left: auto;
    font: 600 24px 'Avenir';
    background-color: #be0000;
    border-radius: 50px;
}

#camera1 {
    background-image: url("../img/camera.jpg");
    padding: 0px 20px 0px 0px;
    max-width: none;
    max-height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
@media (max-width: 971px) {
    .camera1 {
        background-image: url("../img/camera.jpg");
        padding: 0px 20px 0px 0px;
        max-width: none;
        max-height: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
    
    }
    #camera1{
        width: 100%;
        height: 180px;  
        position: relative;
        
    }
    #camera1 .btncamera{
        margin: 10px auto;
        top: -40px;
        position: absolute;
        left: 110px;
    
    }
    }


.social li {
    color: rgb(255, 255, 255);
}

.job-list {
    color: white;
    font-weight: bold;
}

.widget-about ul.social {
    margin-top: 29px;
}

ul, ol {
    padding: 5px;
}

ol, ul {
    list-style: none;
}

#brandsRef .container {
    display: flex;
}

element.style {
}

@media not all {
}

#brandsRef p a {
    line-height: 1;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 38px;
    margin-top: 87px;
    background: #5e84b3;
    border: 2px solid #5e84b3;
    color: #FFFFFF;
    padding: 10px;
    width: 50px;
    transition: .5s;
    font-weight: bold;
    margin-right: 80px;
}

.btn {
    font: 600 24px Avenir;
    color: rgb(255, 255, 255);
    background-color: rgb(190, 0, 0);
    border-radius: 0px;
    padding: 0.475rem 1.75rem;
}

.box-shadow1 {
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 8px 0px;
}

#testimonials .container .server img {
    width: 523px;
}

.widget-services .one-half li a {
    color: rgb(255, 255, 255);
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-family: Quicksand, sans-serif;
}

.widget-services .one-half li a::before {
    content: "ïƒš";
    font-family: FontAwesome;
    position: absolute;
    top: 6%;
    left: 0px;
    margin: 1px;
}

#headerSlider #imgSliderCon .slideImg .slotholder .slideDescShadow {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    position: absolute;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

h1 {
    /* margin-top: 50px;
    margin-left: 510px; */
    font-size: 60px;
    font-family: Karla, sans-serif;
    font-weight: lighter;
}

.slider-frame {
    overflow: hidden;
    height: 800px;
    width: 1200px;
    margin-left: 360px;
    margin-top: 20px;
}

@keyframes slide_animation {
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 1200px;
    }

    30% {
        left: 1200px;
    }

    40% {
        left: 2400px;
    }

    50% {
        left: 2400px;
    }

    60% {
        left: 1200px;
    }

    70% {
        left: 1200px;
    }

    80% {
        left: 0px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes slide_animation {
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 1200px;
    }

    30% {
        left: 1200px;
    }

    40% {
        left: 2400px;
    }

    50% {
        left: 2400px;
    }

    60% {
        left: 1200px;
    }

    70% {
        left: 1200px;
    }

    80% {
        left: 0px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.slide-images {
    width: 3600px;
    height: 800px;
    margin: 0px 0px 0px -2400px;
    position: relative;
    animation-name: slide_animation;
    animation-duration: 33s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

.img-container {
    height: 800px;
    width: 1200px;
    position: relative;
    float: left;
}

.box {
    margin-top: 50px;
}

.tw {
    height: 370px;
    margin: 30px;
}
@media (max-width: 961px) {
    .tw {
        flex-direction: column;
        text-align: center;
        max-width: 90%;
        padding: 0px;
    } 

}

#footer {
    background-color: rgba(42, 88, 134, 0.96);
    padding: 97px 0px 62px;
    color: rgb(255, 255, 255);
}

@media (max-width: 961px) {
    .rows {
        flex-direction: column;
    }

    .rows1 {
        margin-bottom: 10px !important;
        z-index: 2;
    }
}

@media (max-width: 961px) {
    .slogan-title {
        max-width: 100%;
        padding: 0px;
    }
}

.backgroung {
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 961px) {
.backgroung h2{
color: white;
font-size: 100px;
text-align: center;
padding-top: 150px;
}
}
.backgroung h2{
    color: white;
    font-size: 120px;

}

#pic1 {
    background-image: url("../img/sunset-1373171__480.jpg");
}

#pic2 {
    background-image: url("../img/photo-1553095066-5014bc7b7f2d.jpg");
}

#pic3 {
    background-image: url("../img/camera.jpg");
}

.rows {
    display: flex;
    text-align: center;
    margin-top: -45px;
}

.rows1 {
    min-width: 328px;
    min-height: 202px;
    margin: -4px 30px;
    background-color: rgb(94, 132, 179);
    border-radius: 46px;
}

.rows1 i {
    font-size: 45px;
    color: rgb(114, 114, 114);
    margin: 30px 0px;
}

.rows1 span {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.b1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.b1 button {
    border-radius: 38px;
    margin-top: 0px;
    background: rgb(94, 132, 179);
    border: 2px solid rgb(94, 132, 179);
    color: rgb(255, 255, 255);
    padding: 15px;
    width: 250px;
    transition: all 0.5s ease 0s;
    font-weight: bold;
}

.b1 button:hover {
    background-color: white;
    color: rgb(94, 132, 179);
    border: 2px solid rgb(94, 132, 179);
}
.cards .col-md-3{
    min-height: 300px;
    margin:20px ;
    max-width: 260px;
}
.cards h4{
    color: black;
}
/* 2nd  */
.img{max-width: 2000px;padding-right: 40px;padding-left: 40px;}
.img img {
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 98%;    
}
.h{
                    color: black;
                    padding: 50px;
                    text-align: left;
                    font-family: Poppins;
                    font-weight: 500;
                    font-size: 3em;
                    margin: 0.67em 0;
                    margin-bottom: -50px;
}
@media (max-width: 767px) {
.content{
position: relative;

}  
 .content .h{
    color: black;
    padding-top: 134px;
    text-align: left;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin: 0.67em 0;
    margin-bottom: 50px;
    /* text-align: justify; */
    text-align: center;
    margin-top: 105px;
}
}


@media (max-width: 767px) {
    .cards .col-md-3{
     margin-left: auto;
     margin-right: auto;
    }
    }
    @media (max-width: 912px) {
        .cards .col-md-3{
         margin-left: auto;
         margin-right: auto;
        }
        }

/* icons  */
.fixed-div  {
    padding-left: 97%;
    position: fixed;
    right:1%;
    top:70%
}

.fixed-div .fixed-btn-3 ,
.fixed-div .fixed-btn-2 ,
.fixed-div .fixed-btn-1 {
    
    margin-top: 10px;
    width: 50px;
    height: 50px ;
}
.fixed-div .fixed-btn-1 {
    background-color: red;
    font-size: 24px;
    height: 50px ;
    padding:10px 0 0 8px ;
    border-radius: 10px;
}
.fixed-div .fixed-btn-1 i {
    color: #fff;
    font-size: 35px;
    margin-top: -1px;
    margin-right: 10px;
}
.fixed-div .fixed-btn-2 {
    background-color: rgb(24, 113, 214);
    font-size: 34px;
    padding:7px 0 0 5px ;
    border-radius: 10px;
}
.fixed-div .fixed-btn-2 i {
    color: white;
}
.fixed-div .fixed-btn-3 {
    background-color: rgb(24, 214, 103);
    font-size: 35px;
    padding:8px 0 0 6px ;
    border-radius: 10px;
}
.fixed-div .fixed-btn-3 i {
    color: white;
    font-size: 42px;
    margin-top: -5px;
}

.banner {
    width: 100%;
    height: 500px;
    text-align: center;
  }
  
  .banner img {
    max-width: 100%;
    max-height: 100%;
  }

  h1, h2, h3 {
    text-align: center;
  }
  
  
  