/* Global Style */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

::selection {
    background-color: #f47971;
    color: #ffffff;
}

::-moz-selection {
    background-color: #f47971;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}




p {
    line-height: 28px;
}

b {
    font-weight: 600;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.home-section {
    padding-top: 92px;
}

.table {
    margin-bottom: 0px;
}

.table a {
    color: #ffffff;
}

.table > tbody > tr > td {
    padding: 15px;
    border: 3px solid #e4e4e4;
}

.table tr > td {
    padding: 11px 13px;
}

tr:nth-child(1) > td {
    border-top: 0px;
}

tr > td:nth-child(1) {
    background-color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    color: #888888;
    width: 140px;
}

tr > td:nth-child(2) {
    font-weight: 500;
    color: #ffffff;
    background: #ff5722;
}













.portfolio {}

.portfolio-inner .mix {
    /* display: none; */
    padding: 0 5px;
}

ul.portfolio {
    padding: 20px 5px;
    list-style: none;
    text-align: center;
    background: linear-gradient(to right, #34bba4, #0a5c5f);
}

ul.portfolio li {
    display: inline-block;
    padding: 12px 6px;
    margin: 2px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

ul.portfolio li:hover {
    color: #000;
    border: none;
}

ul.portfolio li.active {
    color: #ffffff;
    background-color: #333;
    padding: 3px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.theme_hvr_btn1 {
    background: #5555c3 !important;
    color: #f47971 !important;
    letter-spacing: 2px;
    padding: 6px 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio .item {
    position: relative;
    padding: 0px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.portfolio .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio .item:hover a:before {
    top: 35%;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.img-tbtext {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.img-tbtext:hover {
    background: #333333cc;
}

.img-tbtext h3,
.img-tbtext h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
    font-weight: normal;
}

.img-tbtext h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
}

.img-tbtext figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.img-tbtext * {
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-tbtext:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
}

.img-tbtext img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.img-tbtext figcaption {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-tbtext:hover h3,
.img-tbtext:hover h5 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    padding-bottom: 0px; 
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    margin-top: 50px;
    font-size: 40px;
    background-color: #ff5722;
    width: 50px;
    right: 10px;
    height: 50px;
    border-radius: 50%;
    padding-right: 13px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}

/* Testimonial */

.testimonial-section {
    background: #F9F9F9;
}



.owl-navi {
    color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    margin-top: -32px;
    padding: 7px 13px;
    background-color: transparent;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    line-height: 60px;
    background-color: #ff5722;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #ff5722;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    padding: 5px;
    margin: 0;
    z-index: 100;
    cursor: pointer;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

/* Services */

.services-section {
    background-color: #F9F9F9;
}

.services-section hr {
    border-bottom: 2px solid #ff5722;
    width: 42px;
    margin: 0 auto;
}

.services-section .services-detail {
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.services-section .services-detail:hover {
    border-bottom-right-radius: 4px;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.services-section .services-detail i {
    font-size: 42px;
    margin-top: 88px;
    display: inline-block;
    vertical-align: middle;
}

/* Call to Action */

.call-to-action {
    background: url(../images/bg/call-to-action.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

.call-to-action h2 {
    font-size: 30px;
    color: #ffffff;
}

/* Contact Us */

.contact-us {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: -2px 40px 34px -24px rgba(0, 0, 0, 0.2);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: solid 7px #ff5722;
    border-left-color: #ff5722;
    border-right-color: #ff5722;
}

.contact-us-detail {
    position: absolute;
    left: 83%;
    top: -4%;
    background-color: #ff5722;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.contact-us-detail:hover {
    background-color: #ff5722;
}

.contact-us-detail a {
    color: #ffffff;
}

.contact-us-detail a:hover {
    color: #ffffff;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: 1px solid #e2ecf1;
    height: 36px;
    background: #f4f9fb;
    color: #273057;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}

/* Social Icons */

.social-icon {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.social-icon:before,
.social-icon:after {
    content: " ";
    display: table;
}

.social-icon:after {
    clear: both;
}

.social-icon li {
    display: inline-block;
    margin: 2px 4px;
}

.social-icon li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 50%;
    font-size: 27px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.social-icon li a:hover {
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}

/* Footer */

.footer-section {
    background: url(../images/bg/footer-bg.png);
    background-repeat: repeat;
    padding: 80px 0px;
    color: #f8f8f8;
}

.footer-section p {
    font-size: 14px;
}

/* Scroll To Top */

.scroll-to-top {
    background-color: #ff6;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: #333;
    color: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}




.clr_red {
    color: red;
}

.hide_field {
    display: none;
}

.navbar,
li,
ul {
    margin: 0
}

.no-padding,
fieldset,
li,
ul {
    padding: 0
}

#mc-form,
.divider,
.experience-circle,
.preloader p,
.section-title,
ul.portfolio {
    text-align: center
}

.clr_red {
    color: red
}

.navigation-background .left_016 .navbar-nav li a {
    color: #000;
}






