body {
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: #1a1a1a;
    outline: 0 none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

a:active,
a:hover,
a:focus {
    color: #F5BF23;
}

p {
    font-family: 'Poppins', sans-serif;
}

p a {
    color: #4c4c4c;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

table thead th {
    padding: 12px 8px !important;
    background-color: #f2f2f2;
}

table td {
    padding: 15px 10px !important;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
}

::-webkit-selection {
    background: #1a1a1a;
    color: #fff;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #F5BF23;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 52px;
    color: #1a1a1a;
}

h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 44px;
    color: #1a1a1a;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}


p {
    line-height: 24px;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}


dl,
ul,
ol {
    list-style-position: outside;
    padding: 0;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li,
ol li {
    padding: 0;
}

dl {
    margin-left: 0;
    margin-bottom: 30px;
}

dl dd {
    margin-bottom: 10px;
}



.overlay-light .overlay-main {
    opacity: 0.3;
}

.overlay-dark .overlay-main {
    opacity: 0.9;
}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.mt-icon-box-wraper,
.overlay-wraper>.mt-left-part,
.overlay-wraper>.mt-right-part {
    position: relative;
    z-index: 1;
}

.mt-left-part,
.mt-right-part {
    width: 570px;
}

.mt-left-part {
    float: right;
}


.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.overlay-icon {
    list-style: none;
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    z-index: 1 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0px;
}

.overlay-icon .mt-icon-box-xs {
    line-height: 40px;
}

.overlay-icon a:hover {
    color: #fff;
}

.overlay-bx:hover a>i,
.mt-thum-bx:hover .overlay-bx a>i,
.mt-box:hover .overlay-bx a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay-bx:hover,
.mt-thum-bx:hover .overlay-bx,
.mt-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.project-classic.hover:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}

.rounded-bx,
.mt-box,
.mt-icon-box,
.mt-icon-box-small,
.mt-thum-bx,
.mt-post-thum {
    position: relative;
}

.mt-box {
    position: relative;
}

.mt-box.no-margin {
    margin-bottom: 0;
}

.mt-icon-box-xld,
.mt-icon-box-xl,
.mt-icon-box-lg,
.mt-icon-box-md,
.mt-icon-box-sm,
.mt-icon-box-xs {
    display: inline-block;
    text-align: center;
}

.mt-icon-box-xld {
    width: 180px;
    height: 180px;
}

.mt-icon-box-xl {
    width: 150px;
    height: 150px;
}

.mt-icon-box-lg {
    width: 120px;
    height: 120px;
}

.mt-icon-box-md {
    width: 100px;
    height: 100px;
}

.mt-icon-box-sm {
    width: 80px;
    height: 80px;
}

.mt-icon-box-xs {
    width: 40px;
    height: 40px;
}

.mt-icon-box-xld.radius,
.mt-icon-box-xl.radius,
.mt-icon-box-lg.radius,
.mt-icon-box-md.radius,
.mt-icon-box-sm.radius,
.mt-icon-box-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.mt-icon-box-xld i,
.mt-icon-box-xl i,
.mt-icon-box-lg i,
.mt-icon-box-md i,
.mt-icon-box-sm i,
.mt-icon-box-xs i {
    vertical-align: middle;
}

.mt-icon-box-xld i {
    font-size: 100px;
}

.mt-icon-box-xl i {
    font-size: 80px;
}

.mt-icon-box-lg i {
    font-size: 60px;
}

.mt-icon-box-md i {
    font-size: 45px;
}

.mt-icon-box-sm i {
    font-size: 30px;
}

.mt-icon-box-xs i {
    font-size: 20px;
}

.mt-icon-box-xld img,
.mt-icon-box-xl img,
.mt-icon-box-lg img,
.mt-icon-box-md img,
.mt-icon-box-sm img,
.mt-icon-box-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.mt-icon-box-xld img {
    height: 90px;
}

.mt-icon-box-xl img {
    height: 80px;
}

.mt-icon-box-lg img {
    height: 55px;
}

.mt-icon-box-md img {
    height: 40px;
}

.mt-icon-box-sm img {
    height: 30px;
}

.mt-icon-box-xs img {
    height: 20px;
}




.about-types .mt-icon-box-wraper {
    border-width: 0px 0px 0px 3px;
}

.mt-icon-box-wraper {
    position: relative;
}

.mt-icon-box-wraper .mt-tilte {
    margin-top: 0;
    font-weight: 700;
    color: #db0812;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.mt-icon-box-wraper:hover .mt-tilte {
    color:#0e71b8;
}
.mt-icon-box-wraper .after-titile-line {
    margin-bottom: 10px;
}

.mt-icon-box-wraper p:last-child {
    margin: 0px;
}

.icon-content {
    overflow: hidden;
}

.mt-icon-box-xld,
.mt-icon-box-xl,
.mt-icon-box-lg,
.mt-icon-box-md,
.mt-icon-box-sm,
.mt-icon-box-xs {
    display: table;
}

.mt-icon-box-xld .icon-cell,
.mt-icon-box-xl .icon-cell,
.mt-icon-box-lg .icon-cell,
.mt-icon-box-md .icon-cell,
.mt-icon-box-sm .icon-cell,
.mt-icon-box-xs .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.mt-icon-box-wraper.left .mt-icon-box-xld,
.mt-icon-box-wraper.left .mt-icon-box-xl,
.mt-icon-box-wraper.left .mt-icon-box-lg,
.mt-icon-box-wraper.left .mt-icon-box-md,
.mt-icon-box-wraper.left .mt-icon-box-sm,
.mt-icon-box-wraper.left .mt-icon-box-xs {
    float: left;
    margin-right: 20px;
}

.mt-icon-box-wraper.left .icon-xld,
.mt-icon-box-wraper.left .icon-xl,
.mt-icon-box-wraper.left .icon-lg,
.mt-icon-box-wraper.left .icon-md,
.mt-icon-box-wraper.left .icon-sm,
.mt-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 15px;
}

.mt-icon-box-wraper.right {
    text-align: right;
}

.mt-icon-box-wraper.right .mt-icon-box-xld,
.mt-icon-box-wraper.right .mt-icon-box-xl,
.mt-icon-box-wraper.right .mt-icon-box-lg,
.mt-icon-box-wraper.right .mt-icon-box-md,
.mt-icon-box-wraper.right .mt-icon-box-sm,
.mt-icon-box-wraper.right .mt-icon-box-xs {
    float: right;
    display: table;
    margin-left: 20px;
}

.mt-icon-box-wraper.right .icon-xld,
.mt-icon-box-wraper.right .icon-xl,
.mt-icon-box-wraper.right .icon-lg,
.mt-icon-box-wraper.right .icon-md,
.mt-icon-box-wraper.right .icon-sm,
.mt-icon-box-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}

.mt-icon-box-wraper.center {
    text-align: center;
}

.mt-icon-box-wraper.center .mt-icon-box-xld,
.mt-icon-box-wraper.center .mt-icon-box-xl,
.mt-icon-box-wraper.center .mt-icon-box-lg,
.mt-icon-box-wraper.center .mt-icon-box-md,
.mt-icon-box-wraper.center .mt-icon-box-sm,
.mt-icon-box-wraper.center .mt-icon-box-xs {
    margin-left: auto;
    margin-right: auto;
}

.mt-icon-box-wraper.bx-style-1,
.mt-icon-box-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.mt-icon-box-wraper.bx-style-2.center [class*="mt-icon-box-"],
.mt-icon-box-wraper.bx-style-2.left [class*="mt-icon-box-"],
.mt-icon-box-wraper.bx-style-2.right [class*="mt-icon-box-"] {
    position: absolute;
}

.mt-icon-box-wraper.bx-style-2.center [class*="mt-icon-box-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-xl {
    margin-left: -75px;
}

.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-lg {
    margin-left: -60px;
}

.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-md {
    margin-left: -50px;
}

.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-sm {
    margin-left: -40px;
}

.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-xs {
    margin-left: -20px;
}

.mt-icon-box-wraper.bx-style-2.left [class*="mt-icon-box-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mt-icon-box-wraper.bx-style-2.right [class*="mt-icon-box-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.mt-box,
.mt-info,
.mt-tilte,
.mt-tilte-inner {
    position: relative;
}

.mt-tilte-inner {
    display: inline-block;
}

.mt-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.mt-box[class*="border-"],
.mt-info[class*="border-"],
.mt-icon-box-wraper[class*="border-"] {
    border-color: #eee;
}

.mt-info.border-1,
.mt-info.border-2,
.mt-info.border-3,
.mt-info.border-4,
.mt-info.border-5 {
    border-top: none;
}

.mt-thum-bx,
.mt-post-thum {
    background-color: #000;
}

.mt-thum-bx img,
.mt-post-thum img {
    width: 100%;
    height: auto;
}

.mt-img-overlay1,
.mt-img-overlay2,
.mt-img-overlay7 {
    position: relative;
}

.mt-img-overlay1:before,
.mt-img-overlay1:after,
.mt-img-overlay2:before,
.mt-img-overlay2:after,
.mt-img-overlay7:before,
.mt-img-overlay7:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gradi-black:before,
.gradi-black:after,
.gradi-white:before,
.gradi-white:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mt-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mt-img-overlay1:hover:before,
.mt-box:hover .mt-img-overlay1:before {
    opacity: 0.5;
}

.mt-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);


    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);


    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);






}

.mt-img-overlay2:hover:before,
.mt-box:hover .mt-img-overlay2:before,
.project-classic.hover:hover .mt-box .mt-img-overlay2:before {
    opacity: 0.9;
}


.mt-img-overlay7:before,
.mt-img-overlay7:after {
    height:100%;
}
.mt-img-overlay7:after {
    left:auto;
    right:0;
}
.mt-img-overlay7:hover:before,
.mt-img-overlay7:hover:after,
.mt-box:hover .mt-img-overlay7:before,
.mt-box:hover .mt-img-overlay7:after {
    width:50%;
}


.gradi-black:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);


    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);


    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);


    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);


}

.gradi-white:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);


    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);


    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);


    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff', GradientType=0);


}





.btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.site-button,
.site-button-secondry {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}

.site-button {
    background-color: #F5BF23;
    color: #fff;
}

.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button {
    background-color: #F5BF23;
    color: #fff;
}

.site-button:hover {
    background-color: #222;
    color: #fff;
}

.site-button-secondry {
    background-color: #222;
    color: #fff;
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
    background-color: #222;
    color: #fff;
}

.mfp-video.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: -25px;
    color: #fff;
    display: block;
    z-index: 10;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mfp-video.video-play-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

.mfp-video.video-play-btn i {
    margin-right: -5px;
}



.masonry-filter {
    display: table;
    margin-bottom: 0;
}

.masonry-filter>li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
}

.masonry-filter>li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.masonry-filter>li.active a,
.masonry-filter>li a:hover,
.masonry-filter>li a:active,
.masonry-filter>li a:focus {
    color: #F5BF23;
}



.filter-wrap.right>.masonry-filter {
    float: right;
}

.filter-wrap.center>.masonry-filter {
    margin-left: auto;
    margin-right: auto;
}

.masonry-filter.link-style>li a {
    font-size: 14px;
}

.masonry-filter.link-style>li:after {
    content: "|";
    position: relative;
    right: -18px;
    opacity: 0.3;
}

.masonry-filter.link-style.white>li:after {
    color: #fff;
}

.masonry-filter.link-style>li:last-child:after {
    display: none;
}
.masonry-filter.link-style.white>li a{
    color:#fff;
}
.masonry-filter.link-style.white>li.active a,
.masonry-filter.link-style.white>li a:hover,
.masonry-filter.link-style.white>li a:active,
.masonry-filter.link-style.white>li a:focus {
    color: #f7c20a;
}

.masonry-filter.has-bg>li a {
    color: #fff;
}

.masonry-filter.link-style.has-bg>li.active a,
.masonry-filter.link-style.has-bg>li:hover a,
.masonry-filter.link-style.has-bg>li:active a,
.masonry-filter.link-style.has-bg>li:focus a {
    color: #FFBC13;
}

.masonry-filter.button-style>li {
    margin-right: 10px;
}

.masonry-filter.button-style>li a {
    background-color: #666666;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-block;
}

.masonry-filter.button-style>li.active a,
.masonry-filter.button-style>li a:hover,
.masonry-filter.button-style>li a:active,
.masonry-filter.button-style>li a:focus {
    background-color: #000;
    color: #fff;
}

.masonry-filter.button-style.has-bg>li a {
    background-color: #fff;
    color: #666;
}

.masonry-filter.button-style.has-bg>li.active a,
.masonry-filter.button-style.has-bg>li a:hover,
.masonry-filter.button-style.has-bg>li a:active,
.masonry-filter.button-style.has-bg>li a:focus {
    background-color: #000;
    color: #fff;
}

.masonry-filter.outline-style>li {
    margin-right: 10px;
}

.masonry-filter.outline-style>li a {
    border-width: 2px;
    border-style: solid;
    border-color: #666666;
    color: #666666;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-block;

}

.masonry-filter.outline-style.rounded-corner>li a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.masonry-filter.outline-style>li.active a,
.masonry-filter.outline-style>li a:hover,
.masonry-filter.outline-style>li a:active,
.masonry-filter.outline-style>li a:focus {
    border-color: #000;
    color: #000;
}

.masonry-filter.outline-style.has-bg>li a {
    border-color: #fff;
    color: #fff;
}

.masonry-filter.outline-style.has-bg>li.active a,
.masonry-filter.outline-style.has-bg>li a:hover,
.masonry-filter.outline-style.has-bg>li a:active,
.masonry-filter.outline-style.has-bg>li a:focus {
    border-color: #000;
    color: #000;
}


.mt-separator-outer {	overflow:hidden;}


.mt-separator-outer.separator-left{text-align:left;}
.mt-separator-outer.separator-right{text-align:right;}
.mt-separator-outer.separator-center{text-align:center}

.mt-separator{
    display:inline-block;
    margin-top:0px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size:18px;
    margin-bottom:30px;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
.mt-separator,.sep-line-one,.sep-line-two{
    position:relative;
}
.mt-separator:after,
.sep-line-one:after,
.mt-separator:before,
.sep-line-one:before{
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.mt-separator:after,
.sep-line-one:after{	position: absolute;	content: '';	background-color: #f5be23;	height: 2px;}

.mt-separator:after{	width: 50px;	right: -60px;	top: 12px;}
.sep-line-one:after{	width: 30px;	right: -40px;	top: 22px;}


.mt-separator:before,
.sep-line-one:before{	position: absolute;	content: '';	background-color: #f5be23;	height: 2px;}
.mt-separator:before{	width: 50px;	left: -60px;	top: 12px;}
.sep-line-one:before{	    width: 30px;	left: -40px;	top: 22px;}


.section-head:hover .mt-separator:after{	width: 30px;}
.section-head:hover .sep-line-one:after{	width: 35px;}
.section-head:hover .mt-separator:before{	width: 30px;}
.section-head:hover .sep-line-one:before{	    width: 35px;}

.mt-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}

.mt-divider.divider-2px {
    height: 2px;
}

.mt-divider.divider-3px {
    height: 3px;
}

.mt-divider.divider-4px {
    height: 4px;
}

.mt-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mt-divider.icon-left {
    margin-left: 40px;
}

.mt-divider.icon-left i {
    left: -40px;
}

.mt-divider.icon-right {
    margin-right: 40px;
}

.mt-divider.icon-right i {
    left: auto;
    right: -40px;
}

.mt-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}

.mt-tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.mt-tabs p:last-child {
    margin-bottom: 0;
}

.mt-tabs .tab-pane {
    padding: 20px 0px;
}

.mt-tabs .nav-tabs>li>a {
    color: #000;
    font-size: 12px;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px;
    border-bottom: 3px solid transparent;
}

.mt-tabs .nav-tabs>li.active>a,
.mt-tabs .nav-tabs>li.active>a:focus,
.mt-tabs .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-bottom: 3px solid #1a1a1a;
    color: #000;
}

.mt-tabs .nav>li>a:focus,
.mt-tabs .nav>li>a:hover {
    background-color: transparent;
    border: 0px;
}

.mt-tabs .nav li a:hover {
    border: 1px;
}

.mt-tabs .nav-tabs>li>a i {
    margin-right: 5px;
}

.mt-tabs.tabs-default.has-bg .nav-tabs>li>a {
    color: #fff;
}

.mt-tabs.tabs-default.has-bg .nav-tabs>li.active>a,
.mt-tabs.tabs-default.has-bg .nav-tabs>li.active>a:focus,
.mt-tabs.tabs-default.has-bg .nav-tabs>li.active>a:hover {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.mt-tabs.tabs-default.has-bg .tab-pane {
    color: #fff;
}

.mt-tabs.nav-center>.nav-tabs {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.mt-tabs.bg-tabs .nav-tabs>li>a {
    background-color: #f0f0f0;
    border: 0px;
    margin-right: -1px;
    border-bottom: 4px solid transparent;
}

.mt-tabs.bg-tabs .nav-tabs>li.active>a {
    border-bottom: 0px;
    background-color: #F5BF23;
    color: #000;
    border-bottom: 4px solid #F5BF23;
}

.mt-tabs.bg-tabs.has-bg .tab-pane {
    color: #fff;
}

.mt-tabs.vertical.bg-tabs .nav-tabs>li>a {
    border-bottom: 4px solid transparent;
}

.mt-tabs.vertical.bg-tabs .nav-tabs>li.active>a {
    border-bottom: 1px solid transparent;
    background-color: #1a1a1a;
    color: #fff;
    border-bottom: 4px solid #1a1a1a;
}

.mt-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
}

.mt-tabs.vertical.right.bg-tabs .nav-tabs>li.active>a {
    border-left: 1px solid transparent;
}

.mt-tabs.border-top .nav-tabs>li.active>a {
    color: #1a1a1a;
}

.mt-tabs.border-top .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

.mt-tabs.border-top.vertical .nav-tabs>li.active>a:after {
    top: 0px;
    left: -1px;
    width: 3px;
    height: 100%;
}

.mt-tabs.border .tab-pane {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.mt-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 0px;
}

.mt-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}

.mt-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: 0px;
}

.mt-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #000;
    border-bottom: 3px solid transparent;
}

.mt-tabs.vertical .nav-tabs li.active a {
    border-bottom: 3px solid #1a1a1a;
    background-color: #fff;
}

.mt-tabs.vertical .tab-content {
    border-left: 0px;
    margin-left: 169px;
}


.mt-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}

.mt-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ddd;
    border-right: none;
    float: right;
}

.mt-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}

.mt-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}

.mt-tabs.vertical.right .nav-tabs li.active a {
    border-right: 1px solid #ddd;
    border-left: none;
}

.mt-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ddd;
    margin-right: 169px;
    margin-left: 0;
}

.mt-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}

.mt-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}

.mt-accordion .mt-panel {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.acod-head {
    position: relative;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}

.acod-title a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a {
    display: block;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
    font-weight: 500;
}

.acod-head a,
.acod-head a:hover,
.acod-head a:active,
.acod-head a:focus {
    color: #000;
}

.acod-body {
    color: #000;
}

.acod-head .indicator {
    padding: 15px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
}

.acod-head .indicator .fa {
    position: relative;
}
.acod-content p:last-child{
    margin-bottom:0px;
}

.acc-bg-dark .acod-head .indicator .fa:after,
.acc-bg-dark .acod-head .indicator .fa:before {
    color: #000;
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="false"] .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068"
}

.acod-head .collapsed .indicator .fa:before,
.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068"
}

.acc-default .acod-title a {
    padding: 5px 30px 5px 20px;
    border-bottom: 1px solid #ececec;
    position:relative;
}
.acc-default .acod-title a i {
    position:absolute;
    left:0px;
    top:5px;
}

.acc-default .acod-head .indicator {
    padding: 0;
}

.acc-default.acc-has-bg .acod-head a,
.acc-default.acc-has-bg .acod-head a:hover,
.acc-default.acc-has-bg .acod-head a:active,
.acc-default.acc-has-bg .acod-head a:focus,
.acc-default.acc-has-bg .acod-head .indicator,
.acc-default.acc-has-bg .acod-body {
    color: #fff;
}

.acc-outline .acod-title a {
    border: 1px solid #ddd;
}

.acc-outline.acc-has-bg .acod-head a,
.acc-outline.acc-has-bg .acod-head a:hover,
.acc-outline.acc-has-bg .acod-head a:active,
.acc-outline.acc-has-bg .acod-head a:focus,
.acc-outline.acc-has-bg .acod-head .indicator,
.acc-outline.acc-has-bg .acod-body {
    color: #fff;
}

.acc-bg-gray a {
    background-color: #F5F5F5;
}

.acc-bg-gray .acod-head .indicator {
    color: #000;
}

.acc-bg-gray.acc-has-bg .acod-body {
    color: #fff;
}

.acc-bg-primary a {
    background-color: #f5be23;
}

.acc-bg-primary .acod-head a,
.acc-bg-primary .acod-head a:hover,
.acc-bg-primary .acod-head a:active,
.acc-bg-primary .acod-head a:focus {
    color: #fff;
}

.acc-bg-primary .acod-head .indicator {
    color: #fff;
}

.acc-bg-primary.acc-has-bg .acod-body {
    color: #fff;
}

.acc-bg-white a {
    background-color: #fff;
}

.acc-bg-white .acod-head a{
    color: #222;
}

.acc-bg-white .acod-head .indicator {
    color: #222;
}

.acc-bg-white.acc-has-bg .acod-body {
    color: #222;
}

.acc-bg-dark a {
    background-color: #000;
}

.acc-bg-dark .acod-head a,
.acc-bg-dark .acod-head a:hover,
.acc-bg-dark .acod-head a:active,
.acc-bg-dark .acod-head a:focus {
    color: #fff;
}

.acc-bg-dark .acod-head .indicator {
    color: #000;
    background-color: #f8f8f8;
}

.acc-bg-dark .acod-head .fa {
    color: #F5BF23;
}

.acc-bg-dark.acc-has-bg .acod-body {
    color: #fff;
}



.ow-client-logo {
    display: table;
    width: 100%;
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.owl-carousel .ow-client-logo img {
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.client-logo-media img {
    max-width: 100% !important;
    margin: 0px auto !important;
    width: 50% !important;
}

.testimonial-pic {
    background: #FFF;
    /* width: 100px; */
    /* height: 100px; */
    position: relative;
    display: inline-block;
    /* border: 5px solid #FFF; */
}

.quote-left,
.quote-right {
    position: relative;
}

.quote-left:before,
.quote-right:after {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 10;
    top: 15px;
}

.quote-left:before {
    content: "\f10d";
    left: 0;
}

.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}

.testimonial-text {
    padding: 15px;
    position: relative;
}

.testimonial-text p:last-child {
    margin: 0;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-text p {
    margin: 0;
}

.testimonial-1 .testimonial-text {
    padding: 30px 0px 15px 0px;
    font-size: 16px;
    font-style: italic;
}

.testimonial-1 .testimonial-text .fa-quote-right {
    font-size: 48px;
    color: rgba(245,190,25,0.3);
    padding-bottom:20px;
}

.testimonial-1 .testimonial-detail {
    padding: 0px;
}

.testimonial-1 .testimonial-pic{
    width: 85px;
    height: 85px;
    border: 5px solid #f0f0f0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-1 .testimonial-pic img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position {
    padding: 2px 0;
}

.testimonial-1 .testimonial-name {
    color: #1a1a1a;
}

.testimonial-1 .testimonial-position {
    color: #1a1a1a;
}

.testimonial-1 .quote-left:before {
    top: 50px;
}

.testimonial-1.testimonial-bg .testimonial-name,
.testimonial-1.testimonial-bg .testimonial-position {
    color: #F5BF23;
}

.testimonial-2 .testimonial-text {
    background-color: #fff;
    padding: 15px 0px;
}

.testimonial-2 .testimonial-text .fa-quote-right {
    position: absolute;
    right: 15px;
    top: -90px;
    font-size: 70px;
    color: rgba(245,190,25,0.3);
}

.testimonial-2 .testimonial-detail {
    padding: 0px;
}

.testimonial-2 .testimonial-pic,
.testimonial-grid-2 .testimonial-pic {
    float: left;
    margin-right: 15px;
    /* width: 150px; */
    /* height: 150px; */
    /* border: 5px solid #b6babe; */
    /* border-radius: 100%; */
    border-right: 2px solid #dbdbdb;
}

.testimonial-2 .testimonial-pic img,
.testimonial-grid-2 .testimonial-pic img {
    height: 120px;
    width:auto;
    max-width: inherit;
}

.testimonial-2 .testimonial-name,
.testimonial-2 .testimonial-position {
    padding: 2px 0;
}

.testimonial-2 .testimonial-name {
    color: #0e71b8;
    font-size: 25px;
    font-weight: 600;
    font-family: "Poppins";
}

.testimonial-2 .testimonial-position {
    color: #1a1a1a;
}

.testimonial-2 .quote-left:before {
    top: 50px;
}

.testimonial-2.testimonial-bg .testimonial-name,
.testimonial-2.testimonial-bg .testimonial-position {
    color: #F5BF23;
}


.testimonial-home .owl-prev,
.testimonial-home .owl-next {
    background-color: transparent;
    color: #ff0000;
    padding: 5px 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #db0812;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.testimonial-home .owl-prev i,
.testimonial-home .owl-next i {
    font-size: 30px;
    font-weight: 800;
}

.block-shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.pricingtable-inner {
    text-align: center;
}

.pricingtable-price {
    padding: 10px;
    background-color: #ffbc13;
}

.pricingtable-bx {
    font-size: 70px;
    font-family: Arial;
    color: #666666;
    color: #1a1a1a;
}

.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.pricingtable-type:before {
    content: "/";
    margin-right: 3px;
}

.pricingtable-title {
    background-color: #1a1a1a;
    padding: 20px;
    text-transform: uppercase;
}

.pricingtable-title * {
    margin: 0;
    color: #fff;
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
}

.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #E9E9E9;
}

.pricingtable-features li i {
    margin: 0 3px;
}

.pricingtable-features li:nth-child(even) {
    background-color: #F4F7F8;
}

.pricingtable-features li:last-child {
    border-bottom: none;
}

.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #1a1a1a;
}

.pricingtable-highlight {
    margin: -20px 0;
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}

.pricingtable-highlight .pricingtable-price {
    padding: 20px 10px;
}

.pricingtable-highlight .pricingtable-footer {
    padding: 30px 20px;
}

.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}



.pricing-table-style-5 .pricingtable-inner{
    position:relative;
    z-index:1;
    overflow:hidden;
}

.pricing-table-style-3 .pricingtable-inner.radius{
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}

.pricing-table-style-5 .pricingtable-inner.pricingtable-highlight{
    z-index:2;
}

.pricing-table-style-5 .pricingtable-type{
    color:#1a1a1a;
    display:block;
    font-size:14px;
    font-weight:600;
    text-transform:capitalize;
}

.pricing-table-style-5 .pricingtable-type::before {
    display:none
}
.pricing-table-style-5 .pricingtable-title{
    background-color:inherit;
    padding: 40px 20px 0px 20px
}

.pricing-table-style-5 .pricingtable-title * {
    color:#222;
    font-weight:700;
}
.pricing-table-style-5 .pricingtable-price{
    background-color:#fff;
}
.pricing-table-style-5  .pricingtable-features li:nth-child(2n) {
    background-color: inherit;
}
.pricing-table-style-5  .pricingtable-footer{
    background-color: inherit;
}
.pricing-table-style-5 .pricingtable-features{
    border:none;
}
.pricing-table-style-5 .pricingtable-features li{
    border-bottom:0px;
}
.pricing-table-style-5 .overlay-main{
    z-index:-1;
}
.pricing-table-style-5 .pricingtable-bx{
    font-size:38px;
    display:block;
}


.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px;
}

.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px;
}

.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px;
}

.alert[class*="alert-"] i {
    margin-right: 8px;
}

.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.alert.no-bg {
    background-color: transparent;
    border-width: 2px;
}

.alert[class*="alert-"] ul {
    padding-left: 25px;
    margin-top: 10px;
}

.alert[class*="alert-"] ul li:before {
    color: #a94442;
}

.mt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.mt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.mt-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.mt-img-effect.zoom-slow img {
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}

.mt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.mt-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.mt-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

.mt-img-effect.side-pan:hover img {
    margin-left: -9%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.mt-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.mt-img-effect.fade-in {
    background: #000
}

.mt-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}

.mt-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.mt-img-effect.fade-out {
    background: #000
}

.mt-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

.mt-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}

.mt-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.mt-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.mt-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.mt-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.mt-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.mt-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}

.mt-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.mt-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.mt-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.mt-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.modal-xlg {
    width: 1000px;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c;
}




.mt-breadcrumb {
    margin: 0;
    list-style: none;
}

.mt-breadcrumb li {
    padding: 0;
    margin-right: 3px;
    color: #0e71b8 !important;
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.mt-breadcrumb li a {
    color: #2f2f2f !important;
}

.mt-breadcrumb li a:hover {
    color: #f5be23;
}

.mt-breadcrumb li:last-child {
    color: #fff;
}

.mt-breadcrumb li:first-child a i {
    font-size: 18px;
    vertical-align: text-top;
}

.mt-breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb-style-2 li:after {
    content: "\f101";
    margin-left: 7px;
    font-family: 'FontAwesome';
    color: #4b4c4c;
    font-size: 16px;
    font-weight: normal;
}

.google-map {
    width: 100%;
    height: 460px;
}

.count-row {
    background: #333;
}

#countdown-clock {
    display: table;
    text-align: center;
    width: 80%;
    margin-left: -15px;
    border: 1px solid #3f3f3f;
    margin: 17px 0;
}

#countdown-clock span {
    display: table-cell;
    width: 1%;
    color: #FFF;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    border-right: 1px solid #3f3f3f;
}

#countdown-clock span:last-child {
    border-right: none;
}

#countdown-clock span b {
    display: block;
    font-size: 25px;
    font-weight: 900;
    color: #FFF;
}



label {
    font-weight: 600;
    margin-bottom: 5px;
}

.panel-default,
.panel-default>.panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7ecf1;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px 9px 12px;
}

.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.kv-fileinput-caption {
    height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}

.input-group {
    width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}

.input-group-addon.font-size-20 {
    font-size: 20px;
}

.input-group-addon.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}

.input-group-addon.v-align-t {
    line-height: 30px;
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    margin-left: 1px !important;
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: block;
    padding-left: 20px !important;
    position: relative;
}

input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
    border-color: #3396d1;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 0px;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    top: 2px;
    transition: all linear 0.1s;
    width: 16px;
}

input[type=checkbox]+label:after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 0px;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear 0.1s;
}

input[type=checkbox]:checked+label:before {
    border-width: 7px;
    border-color: #3396d1;
}

input[type=checkbox]:checked+label:after {
    font-size: 10px;
    left: 2px;
    top: 2px;
}

input[type=radio]+label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
}

input[type=radio]:checked+label:before {
    border-color: #3396d1;
    border-width: 5px;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type="file"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.has-feedback label~.form-control-feedback {
    top: 31px;
}

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}



.resize-vertical {
    resize: vertical;
}

.resize-horizontal {
    resize: horizontal
}

.resize-none {
    resize: none
}



.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.loading-box {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading-cover,
.loading-srh-bar,
.loading-map {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px;
    font-size: 25px;
    color: #333;
}

.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin: 0 0 25px;
}

.widget-title {
    margin-bottom: 20px;
}

.recent-posts-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border:1px solid #e7e7e7;
}

.widget_services ul li {
    margin-bottom: 13px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    padding: 15px 10px 15px 20px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_services ul li:last-child {
    border-bottom: 0px;
}

.widget_services ul li {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.widget_services ul li:hover {
    border-left: 5px solid #F5BF23;
    -webkit-box-shadow: 0px 4px 7px 0px #ededed;

    box-shadow: 0px 4px 7px 0px #ededed;
}

.widget_services ul li a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.widget_services ul li a:hover {
    color: #F5BF23;
}

.widget_services li {
    border-bottom: none;
    line-height: 28px;
}

.widget_services li:before {
    top: 0;
    left: 1px;
}

.widget_services.inline-links li {
    display: block;
    border-bottom: none;
}

.site-footer .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border:0px;
}

.site-footer .widget_services ul li {
    margin-bottom: 13px;
    border-bottom: 1px dashed rgba(74, 74, 74, 0.5);
    position: relative;
    padding: 11px 10px 11px 0px;
    margin-bottom: 0;
    line-height: 20px;
}

.site-footer .widget_services ul li:last-child {
    border-bottom: 0px;
}

.site-footer .widget_services ul li {
    font-size: 14px;
    background: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.site-footer .widget_services ul li:hover {
    border-left: 0px solid #F5BF23;
    box-shadow:none;
}

.site-footer .widget_services ul li a {
    color: #1a1a1a;
    font-size:14px;
}

.site-footer .widget_services ul li a:hover {
    color: #F5BF23;
}

.site-footer .widget_services li {
    border-bottom: none;
    line-height: 28px;
}

.site-footer .widget_services li:before {
    top: 0;
    left: 1px;
}

.widget_services.inline-links li {
    display: block;
    border-bottom: none;
}


.search-bx .site-button {
    border-left-color: #FFF;
    padding: 10px 15px;
    color: #000;
    background-color: #fff;
    border: none;
}

.search-bx .input-group .form-control {
    border: none;
}

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}

.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #ffbc13;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.recent-posts-entry .widget-post {
    margin-bottom: 5px;
    padding: 5px;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}

.recent-posts-entry .widget-post:last-child {
    margin-bottom: 0px;
}

.recent-posts-entry .mt-post-media {
    float: left;
    width: 90px;
}

.recent-posts-entry .mt-post-info {
    background: transparent;
    padding: 0;
    margin-left: 105px;
    border: none;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}

.widget_tag_cloud a {
    padding: 8px 14px;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    position: relative;
    background: #f6f7f8;
}

.widget_tag_cloud a:after {
    position: absolute;
    right: 1px;
    top: 16px;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget_tag_cloud a:hover {
    color: #F5BF23;
}

.widget_tag_cloud a:hover:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    width: 10px;
    right: -5px;
}

.widget_gallery ul {
    padding-left: 0;
}

.widget_gallery li {
    display: inline-block;
    margin-bottom: 5px;
    width: 23%;
    background-color: #000;
}

.widget_gallery li a {
    position: relative;
}

.widget_gallery li:hover img {
    margin-bottom: 0;
    opacity: 0.3;
}

.widget_gallery li:hover a:after {
    opacity: 1;
}

.widget_gallery a {
    display: block;
}

.widget_newsletter-2 .newsletter-bx {
    background-color: #f6f7f8;
    text-align:center;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon {
    background-color: #F5BF23;
    display: block;
    width: 100px;
    height: 100px;
    margin:0px auto 15px;
    text-align: center;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon i {
    font-size: 32px;
    color: #fff;
    line-height: 100px;
}

.widget-client {
    border: 1px solid #f6f7f8;
}

.widget_address li {
    margin-bottom: 20px;
}

.widget_address_outer .social-icons li {
    padding-right: 10px;
}

.widget_newsletter .newsletter-bx .form-control {
    background-color: #000;
    border: 0px;
    color: #fff;
}

.footer-dark .social-icons {
    margin-bottom: 20px;
}

.footer-dark .social-icons li a {
    color: #F5BF23;
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-dark .social-icons li a:hover {
    color: #000;
    background-color: #F5BF23;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-light .social-icons {
    margin-top: 50px;
}

.footer-light .social-icons li a {
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-light .social-icons li a:hover {
    color: #000;
    background-color: #F5BF23;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-light .widget_newsletter .newsletter-bx {
    text-align: left;
}

.footer-light .widget_newsletter .newsletter-bx input {
    padding: 10px;
}

.footer-light .widget_newsletter .newsletter-bx button {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-dark .widget_newsletter .newsletter-bx {
    text-align: left;
}

.footer-dark .widget_newsletter .newsletter-bx input {
    padding: 10px;
}

.footer-dark .widget_newsletter .newsletter-bx button {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.call-to-action-wrap{
    position: absolute;
    z-index: 1;
    top:-60px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.call-to-action-right{
    padding-top: 8px;
}


.mt-responsive-table td,
.mt-responsive-table th {
    padding: 8px !important;
}

.yt-thum-box img {
    margin: -9.5% 0%;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 0 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

blockquote.author-quote {
    padding: 30px 100px 30px 60px;
    color: #000;
    margin: 40px 0;
    position: relative;
    clear: both;
    border: none;
}

blockquote.author-quote p {
    font-size: 24px;
    line-height: 32px;
}

blockquote.author-quote strong {
    font-size: 18px;
    display: block;
}

blockquote.author-quote span {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0px;
    font-style: normal;
    text-transform: uppercase;
}

blockquote.author-quote:before {
    content: '';
    color: #555555;
    position: absolute;
    left: 0px;
    top: 15%;
    font-style: normal;
    width: 15px;
    height: 70%;
    background-color: #F5BF23;
}
blockquote.author-quote{
    position:relative;
}
blockquote.author-quote .fa-quote-right{
    font-size: 50px;
    position: absolute;
    bottom: 30px;
    right:30px;
    color: #f5bf23;
    padding-left: 20px;

}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.mt-post-title {
    margin-bottom: 20px;
}

.mt-post-title .post-title {
    margin: 0;
    height: 52px;
    overflow: hidden;
    color: #1d71b8;
    font-weight: 600;
}

.mt-post-meta {
    margin-bottom: 20px;
}

.mt-post-meta ul {
    margin: 0px;
    list-style: none;
}

.mt-post-meta li {
    padding: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.mt-post-meta i {
    margin: 0 5px;
}

.mt-post-meta li:after {
    content: "-";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.mt-post-meta li:last-child:after {
    display: none;
}

.mt-post-text {
    margin-bottom: 20px;
}

.mt-post-text p a {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.mt-post-text p:last-child {
    margin: 0;
}

.mt-post-readmore {
    margin-bottom: 0px;
}


.side-bar .widget {
    margin-bottom: 30px;
}

.widget .widget-post img {
    width: 100%;
}

.comments-area {
    padding: 0;
}

.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 20px;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 130px;
    margin-left: 0px;
    color: #000;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
    margin-bottom: 5px;
    font-size: 12px;
}

ol.comment-list li.comment .comment-meta a {
    color: #000;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: top;
}

ol.comment-list li.comment p {
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
}

ol.comment-list li.comment .reply {
    text-align: right;
}

ol.comment-list li.comment .reply a {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}

ol.comment-list li .children li {
    padding: 0;
}


.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
    resize: none;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: #77c04b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    background-color: #6ab33e;
    border-color: #6ab33e;
    color: #fff;
}

.comment-respond .form-submit .site-button {
    font-weight: 300;
    padding: 15px 30px;
}

.comment-form .form-control::-webkit-input-placeholder {


    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-form .form-control::-moz-placeholder {


    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-form .form-control:-ms-input-placeholder {


    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-form .form-control:-moz-placeholder {


    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}


.blog-post .grid-post {}

.blog-post .grid-post li {
    float: left;
    width: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    list-style: none;
}

.blog-post .grid-post li:first-child {
    width: 100%;
}

.blog-post .grid-post li .portfolio-item {
    width: 100%;
}

.portfolio-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative;
}

.blog-post .grid-post li img {
    width: 100%;
}

.date-style-2 .post-date {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #F5BF23;
    z-index: 1;
    padding: 15px;
}

.date-style-2 .post-date strong,
.date-style-2 .post-date span {
    display: block;
    padding: 10px 5px;
}

.date-style-2 .post-date strong {
    font-size: 30px;
    line-height: 36px;
    padding: 0px;
    position: relative;
}

.date-style-2 .post-date span {
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
}

.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-outline .post-date:after,
.date-style-outline2 .post-date:after {
    display: none;
}


.date-style-outline {
    margin-bottom: 30px;
}

.date-style-outline .post-date {
    color: #000;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f5bf23;
    z-index: 1;
    padding: 10px 15px;
}

.date-style-outline .post-date strong {
    font-size: 32px;
    line-height: 28px;
    padding: 0px;
    position: relative;
}

.date-style-outline .post-date i {
    display: none;
}

.date-style-outline .post-date span {
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
    display: block;
}

.date-style-outline2 {
    padding: 0px 0px 0px 90px;
    margin-bottom: 60px;
}

.date-style-outline2 .post-date {
    color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1f1f1;
    z-index: 1;
    padding: 10px 15px;
}

.date-style-outline2 .post-date strong {
    font-size: 32px;
    line-height: 28px;
    padding: 0px;
    position: relative;

}

.date-style-outline2 .post-date i {
    display: none;
}

.date-style-outline2 .post-date span {
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
    display: block;
}

.date-style-outline2 .mt-post-meta a {
    color: #000;
}


.recent-posts-entry-date .widget-post:last-child{
    border:none;
}
.recent-posts-entry-date .mt-post-date{
    background-color:#0e0e0e;
    width:50px;
    float:left;
}
.recent-posts-entry-date .mt-post-date strong{
    display:block;
    font-size:24px;
}
.recent-posts-entry-date .mt-post-date span{
    display: block;
    font-size:9px;
    text-transform:uppercase;
    font-weight: 600;
}
.recent-posts-entry-date .mt-post-info{
    margin-left:70px;
}
.recent-posts-entry-date .mt-post-info .post-title{
    margin-bottom:10px;
}
.recent-posts-entry-date .mt-post-info .mt-post-meta ul{
    margin-bottom:0px;
}
.recent-posts-entry-date .mt-post-info .mt-post-meta ul li{
    font-weight:normal;
    font-size:12px;
    padding: 0px;
    display: inline-block;
    color:inherit;
}

.recent-posts-entry-date .mt-post-info .mt-post-meta ul li i{
    color: #7b7b7b;
    margin: 0 5px;
}recent-posts-entry-date	 .mt-post-info .post-title{
     font-weight:bold;
     margin-top: 0px;
 }


.date-style-1.post-overlay .mt-post-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.date-style-1.post-overlay {
    height: 498px;
}

.date-style-1.post-overlay .mt-post-info .post-overlay-position {
    display: table-cell;
    vertical-align: bottom;
}

.date-style-1.post-overlay .mt-post-meta a {
    color: #fff;
}

.date-style-1.post-overlay .mt-post-meta li{
    color: #fff;
}
.date-style-1.post-overlay .mt-post-meta i {
    color: #fff;
}
.date-style-1 .mt-post-media img {
    width:100%;
}

.date-style-1 .mt-post-meta .post-date strong {
    font-size: 38px;
    line-height: 38px;
    border-bottom: 3px solid;
    min-height: 56px;
    display: inline-block;
    margin-right:10px;
}


.latest-blog-4.post-overlay .mt-post-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.latest-blog-4.post-overlay {
    height: 360px;
}

.latest-blog-4.post-overlay .mt-post-info .post-overlay-position {
    display: table-cell;
    vertical-align: bottom;
}

.latest-blog-4.post-overlay .mt-post-meta a {
    color: #fff;
}

.latest-blog-4.post-overlay .mt-post-meta i {
    color: #fff;
}

.latest-blog-4.blog-md .mt-post-media {
    width: 230px;
    float: left;
    margin-right: 30px;
}

.latest-blog-4.blog-md .mt-post-info {
    border: none;
}

.latest-blog-4.blog-md .mt-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}

.latest-blog-4.blog-md .mt-post-meta i {
    color: #222222;
}
.black-gradient {


    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0) 92%);


    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0) 92%);


    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0) 92%);


    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);


}

.site-header {
    position: relative;
    z-index: 999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}



.nav-wide .container {
    width: 100%;
}

.extra-nav {
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 9;
}

.extra-nav .extra-cell {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}


.extra-cell:hover {
    background: #0e71b8;
}

.extra-nav .extra-cell > a{
    font-size:18px;
    padding: 18px 20px 18px;
    display: inline-block;
    position: relative;
}


.extra-nav .extra-cell > a:hover{
    background-color: #333;
}

.extra-nav .extra-cell > a i.arrow-animation{
    font-size:24px;
}

.extra-nav .extra-cell > a:first-child img{
    height: 61px;
    max-width: inherit;
    position: absolute;
    top: -1px;
    left: -1px;
}

#header-part.fix-map-header {
    height: 90px;
}

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.logo-header {
    display: table;
    float: left;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #1bbce8;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 11;
}

.logo-header img {
    max-width: inherit;
    height: 70px;
    width: auto;
}

.logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.logo-header-inner img {
    max-width: 100%;
    max-height: 100%;
}


.logo-footer {
    display: table;
    width: 240px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #1bbce8;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9;
}

.logo-footer-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.logo-footer-inner img {
    max-width: 100%;
    max-height: 100%;
}

.is-fixed .logo-header {
    height: 70px;
}

.appint-btn a{
    font-size:12px;
    color:#222;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
}
.appint-btn a:hover{
    background-color:#222;
    color:#fff;
}
.e-p-bx{
    padding:7px 0px;
}
.e-p-bx li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 500;
}

.e-p-bx li a {
    color: #FFF;
}

.e-p-bx li i {
    margin-right: 5px;
    vertical-align: middle;
}

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}

.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}

.social-bx li {
    padding-left: 2px;
    padding-right: 2px;
}

.social-bx li a,
.login-bx li a {
    color: #000;
    font-size: 14px;
}

.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}

.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}

.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}

.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}

.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}

.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}

.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.share-icon-btn {
    display: block;
}

.share-icon-btn .dropdown-menu {
    padding: 0px 20px;
    min-width: 60px;
    top: 53px;
    left: -10px;
}

.share-icon-btn .social-bx {
    clear: both;
    float: none;
    margin-left: 0px;
}

.share-icon-btn .social-bx.list-inline>li {
    display: block;
    margin: 10px 0px 15px 0px;
}

.share-icon-btn2 {
    display: block;
}

.share-icon-btn2 .dropdown-menu {
    padding: 0px 20px;
    min-width: 60px;
    top: 53px;
    left: -10px;
}

.share-icon-btn2 .social-bx {
    clear: both;
    float: none;
    margin-left: 0px;
}

.share-icon-btn2 .social-bx.list-inline>li {
    display: block;
    margin: 10px 0px;
}



.cart-right-btn {
    background: none;
    border: none;
    outline: none;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

.cart-box-inner {
    width: 220px;
    border: 2px solid #666;
    position: fixed;
    right: -250px;
    background-color: #fff;
}

.nav-cart-items {
    position: relative;
}

.nav-cart-items:before {
    border-bottom: 8px solid #efefef;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0;
}

.nav-cart-title {
    border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}

.nav-cart-item {
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
    padding-top: 15px;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    float: left;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a,
.nav-cart-item-image img {
    display: block;
    height: 44px;
    width: 44px;
}

.nav-cart-item-image:hover {
    border-color: #243447;
}

.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
}

.nav-cart-item-desc a {
    font-size: 12px;
    height: auto;
    text-align: left;
    width: auto;
    color: #000;
}

.nav-cart-item-desc a:hover {
    color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
    background-color: #000;
    color: #fff;
}

.nav-cart-action {
    border-top: 1px solid #eee;
}



.mt-bnr-inr {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    padding:100px 0 45px;
}

.mt-bnr-inr .container {
    /* display: block; */
    /* height: 100%; */
    text-align: center;
}

.mt-bnr-inr-entry {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    z-index: 1;
    /* vertical-align:middle; */
    /* width:600px; */
    /* max-width: 500px; */
}
.mt-bnr-inr-entry .banner-title-outer {
    position: relative;
    margin-bottom:20px;
    border-left:10px solid #f5be23;
    border-right:10px solid #f5be23;
    position:relative;
    padding: 0 70px;
}
.mt-bnr-inr-entry .banner-title-outer:after,
.mt-bnr-inr-entry .banner-title-outer:before,
.mt-bnr-inr-entry .banner-title-outer .banner-title-name:after,
.mt-bnr-inr-entry .banner-title-outer .banner-title-name:before{
    content:"";
    position:absolute;
    background-color:#f5be23;
}
.mt-bnr-inr-entry .banner-title-outer:after{
    width:30px;
    height:10px;
    top:0px;
    left:0px;
}
.mt-bnr-inr-entry .banner-title-outer:before{
    width:30px;
    height:10px;
    bottom:0px;
    left:0px;
}

.mt-bnr-inr-entry .banner-title-outer .banner-title-name:after{
    width:30px;
    height:10px;
    top:0px;
    right:0px;
}
.mt-bnr-inr-entry .banner-title-outer .banner-title-name:before{
    width:30px;
    height:10px;
    bottom:0px;
    right:0px;
}
.mt-bnr-inr-entry .banner-title-outer .banner-title-name {
    padding:20px 20px;
}

.mt-bnr-inr-entry .banner-title-outer h2{
    margin-top: 0px;
    color: #46606c;
    font-size: 35px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}


.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}

.owl-carousel .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #444;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #F5BF23;
}

.owl-btn-top-center .owl-nav,
.owl-btn-top-left .owl-nav,
.owl-btn-top-right .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-center .owl-stage-outer,
.owl-btn-top-left .owl-stage-outer,
.owl-btn-top-right .owl-stage-outer {
    padding-top: 40px;
}

.owl-btn-top-center .owl-nav {
    text-align: center;
}

.owl-btn-top-left .owl-nav {
    text-align: left;
}

.owl-btn-top-right .owl-nav {
    text-align: right;
}

.owl-btn-bottom-center .owl-nav {
    text-align: center;
}

.owl-btn-bottom-left .owl-nav {
    text-align: left;
}

.owl-btn-bottom-right .owl-nav {
    text-align: right;
}

.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}

.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
    right: 0;
}

.owl-btn-hover .owl-nav {
    opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-prev,
.owl-next {
    background-color: #000;
    color: #ffffff;
    padding: 8px 10px;
    width: 28px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}

.owl-prev {
    margin-right: 5px;
}

.owl-next {
    margin-left: 5px;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: #ffffff;
    border-color: #0e71b8;
    color: #0e71b8;
}

.owl-dots-bottom-left .owl-dots,
.owl-dots-bottom-right .owl-dots,
.owl-dots-bottom-center .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
}

.owl-dots-bottom-left .owl-dots {
    text-align: left;
}

.owl-dots-bottom-right .owl-dots {
    text-align: right;
}



.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
    margin: 0;
}

.pagination {
    padding: 10px 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}

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

.pagination>.previous>a,
.pagination>.next>a {
    font-size: 14px;
}



.footer-large .footer-bottom {
    padding: 20px 0px;
    color: #787878;
    font-size: 13px;
}



.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    border: none;
    z-index: 0;
}

.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.site-footer .widget>.widget-title {
    text-transform: uppercase;
    font-weight: 600;
}

.site-footer p,
.site-footer li {
    line-height: 20px;
}

.site-footer {
    background-position: center;
    background-size: cover;
    position:relative;
}

.site-footer p {
    line-height: 20px;
}

.site-footer .widget ul {
    list-style: none;
    font-size: 13px;
}

.footer-dark .footer-bottom .copyrights-text {
    color: #b7b7b7;
}



.footer-dark .footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
}

.footer-dark .footer-bottom .copyrights-nav li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.footer-dark .footer-bottom .copyrights-nav li:first-child {
    margin-left: 0;
}

.footer-dark .footer-bottom .copyrights-nav li:last-child {
    margin-right: 0;
}

.footer-dark .footer-bottom .copyrights-nav li:last-child:after {
    display: none;
}

.footer-dark .footer-bottom .copyrights-nav li:after {
    content: "/";
    position: relative;
    right: -8px;
}

.footer-dark .footer-bottom .copyrights-nav li a {
    color: #b7b7b7;
}

.footer-dark .footer-bottom .copyrights-nav li a:hover,
.footer-dark .footer-bottom .copyrights-nav li a:active,
.footer-dark .footer-bottom .copyrights-nav li a:focus,
.footer-dark .footer-bottom .copyrights-nav li.active a {
    color: #fff;
}

.footer-dark .widget_services ul li a {
    color: #999;
}

.footer-bottom {
    padding: 100px 0px;
    color: #787878;
    font-size: 13px;
}

.footer-bottom .copyrights-text {
    color: #000;
}

.footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
}

.footer-bottom .copyrights-nav li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.footer-bottom .copyrights-nav li:first-child {
    margin-left: 0;
}

.footer-bottom .copyrights-nav li:last-child {
    margin-right: 0;
}

.footer-bottom .copyrights-nav li:last-child:after {
    display: none;
}

.footer-bottom .copyrights-nav li:after {
    content: "/";
    position: relative;
    right: -8px;
}

.footer-bottom .copyrights-nav li a {
    color: #000;
}

.footer-bottom .copyrights-nav li a:hover,
.footer-bottom .copyrights-nav li a:active,
.footer-bottom .copyrights-nav li a:focus,
.footer-bottom .copyrights-nav li.active a {
    color: #333333;
}
.footer-bottom .container {
    width: 100%;
}

.footer-dark.site-footer {
    border-top: 0px solid #212121;
}

.footer-dark .footer-top {
    background-color: #222a2d;
}

.footer-dark .footer-bottom {
    background-color: #161b1d;
}

.footer-dark .footer-top h1,
.footer-dark .footer-top h2,
.footer-dark .footer-top h3,
.footer-dark .footer-top h4,
.footer-dark .footer-top h5,
.footer-dark .footer-top h6,
.footer-dark .footer-top h1 a,
.footer-dark .footer-top h2 a,
.footer-dark .footer-top h3 a,
.footer-dark .footer-top h4 a,
.footer-dark .footer-top h5 a,
.footer-dark .footer-top h6 a {
    color: #fff;
}

.footer-dark .footer-top .widget-title::before {
    border-color: #fff;
}

.footer-dark .footer-top p,
.footer-dark .footer-top strong,
.footer-dark .footer-top b,
.footer-dark .footer-top {
    color: #999;
}

.footer-dark .site-button {
    background-color: #0e0e0e;
}

.footer-dark .site-button:hover {
    background-color: #fff;
    color: #000;
}

.footer-dark .footer-top a:active,
.footer-dark .footer-top a:focus,
.footer-dark .footer-top a:hover {
    color: #ffbc13;
}

.footer-dark .footer-top p a {
    color: #fff;
}

.footer-dark .footer-top .widget_newsletter .form-control {
    background-color: #0e0e0e;
    border-color: #2d2d2d;
}

.footer-light .footer-top {
    background-color: #eee;
}
.footer-light .footer-bottom {
    background-color: #c8c8c8;
}

.footer-top {
    padding:80px 0px 10px 0px;
}

.footer-wide .container-fluid {
    width: 100%;
    max-width: 1170px;
}
.footer-bottom ul {
    margin: 0;
}

.mt-footer-bot-left,
.mt-footer-bot-right,
.mt-footer-bot-center {
    padding-left: 15px;
    padding-right: 15px;
}

.mt-footer-bot-left {
    float: left;
}

.mt-footer-bot-right {
    float: right;
}

.mt-footer-bot-center {
    text-align: center;
}


button.scroltop {
    height: 40px;
    width: 40px;
    background: #000;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
}

button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.string {
    position: relative;
}

#btn-vibrate {
    animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
}

@keyframes vibrate {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}

@-moz-keyframes vibrate {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes vibrate {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}

@-o-keyframes vibrate {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}



#bg {
    background-attachment: fixed;
    background-size: cover;
}

.page-wraper {
    background: #fff;
}

.page-content {
    position: relative;
}

.section-full {
    position: relative;
}

.section-head {
    margin-bottom: 30px;
}

.section-head.no-margin {
    margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}

.title-small {
    display: block;
    color: #7a959d;
    margin-bottom: 15px;
}

.section-head p {
    font-size: 14px;
}

.section-head p:last-child {
    margin-bottom: 0;
}

.text-center.section-head p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: #FFF;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}






ul.contact-info li {
    padding: 0 0 15px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    line-height: 20px;
}

ul.contact-info li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

ul.contact-info li h4 ul.contact-info li h5,
ul.contact-info li h6 {
    margin: 0 0 10px;
}

ul.contact-info li p {
    line-height: 20px;
    margin: 0;
}

ul.contact-info li .fa {
    position: absolute;
    left: 0;
    top: 2px;
    color: #3396d1;
    font-size: 16px;
}

.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}



.mt-product-box .price {
    margin-bottom: 10px;
}

.mt-product-box .price del {
    font-size: 16px;
    color: #999999;
    margin: 4px 4px;
    font-weight: 600;
}

.mt-product-box .price ins {
    font-size: 16px;
    color: #111111;
    text-decoration: none;
    margin: 4px 4px;
    font-weight: 600;
}

.mt-product-box .rating-bx {
    padding-top: 10px;
    color: #ffa000;
}

.comment-reply-title {
    margin-top: 0;
}

.comment-form [class*="comment-form"] {
    width: 50%;
}

.comment-form [class*="-form-author"],
.comment-form [class*="-form-email"] {
    float: left;
}

.comment-form [class*="-form-comment"] {
    width: 100%;
}

.comment-form label {
    display: block;
}

.star-Rating-input i {
    font-size: 18px;
}

.star-Rating-input .fa-star {
    color: #FFBC13;
}

.star-Rating-input i:hover {
    color: #FFBC13;
}

.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%;
}

.comment-form [class*="comment-form"],
.comment-form .form-submit {
    margin-bottom: 20px;
    padding: 0 15px;
}

.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover {
    background: #037a85;
}





.clearfix::after,
.filter-wrap::after,
.filter-wrap::after,
.mt-icon-box-wraper::after,
ol.commentlist li::after {
    content: "";
    display: table;
    clear: both;
}
.product-block p {
    margin-bottom: 0px;
}


.carousel-bg-img {
    position: absolute;
    right: -65px;
    top: -50px;
    width: 100%;
}


.mt-carousel-block {
    position: relative;
}

.mt-carousel-info {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.carousel-line {
    position: relative;
}

.carousel-line:after,
.carousel-line:before {
    position: absolute;
    content: "";
    background-color: #fff;
}

.carousel-line:after {
    width: 100px;
    height: 6px;
    left: -40px;
    bottom: -20px;
}

.carousel-line:before {
    width: 6px;
    height: 100px;
    left: -20px;
    bottom: -40px;
}

.carousel-hover .owl-item .gradi-black:before {
    opacity: 0;
}

.carousel-hover .owl-item.active .gradi-black:before {
    opacity: 1;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.carousel-hover .mt-carousel-info {
    bottom: -300px;
    opacity: 0;
}

.carousel-hover .owl-item.active .mt-carousel-info {
    bottom: 0px;
    opacity: 1;
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -o-transition: all 11.5s linear;
    transition: all 1.5s linear;
}


.overlay-bx-2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overlay-bx-2:hover {
    opacity: 0.9;
    bottom: 0px;
}

.line-filter {
    position: relative;
    width: 100%;
    height: 100%;
}

.line-filter .filter-content {
    position: relative;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line-filter2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.line-filter2 .filter-content {
    position: relative;
    z-index: 10;
}


.latest-blog-dark-outer {
    height: 250px;
}

.latest-blog-dark {
    position: absolute;
    left: -20px;
    bottom: 20px;
    width: 260px;
    min-height: 120px;
    background-color: #000;
    padding-left: 40px;
}

.latest-blog-dark .v-date {
    position: absolute;
    left: -25px;
    top: 50px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.latest-blog-dark-outer2 {
    height: 530px;
}

.latest-blog-square {
    position: absolute;
    right: -60px;
    bottom: 60px;
    width: 400px;
    min-height: 400px;
    padding: 25px 70px 25px 25px;
    border: 15px solid #000;
}

.latest-blog-square .v-date {
    position: absolute;
    left: -90px;
    top: 50px;
    font-size: 16px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.some-facts {
    position: relative;
    padding: 60px 30px 60px 50px;
    border: 15px solid #fff;
    border-right: 0px;
}

.some-facts:after,
.some-facts:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: -15px;
    width: 15px;
    height: 140px;
}

.some-facts:after {
    bottom: -15px;
}

.some-facts:before {
    top: -15px;
}

.some-facts-counter {
    padding-top: 130px;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0px;
    top: -10px;
    left: -80px;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-prev {
    left: 40px;
    position: relative;
    background-color: #1a1a1a;
    margin: 0px;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-next {
    left: 5px;
    position: relative;
    top: 40px;
    background-color: #1a1a1a;
    margin: 0px;
}
.m-about {
    position: relative;
    z-index: 2;
}

.m-about:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 75%;
    background-color: #f5be23;
    left: 0px;
    top: 18%;
    z-index: -1;
}

.m-about.non-carousel:after {
    height: 100%;
    top:10%;
}

.m-about-years{
    display: inline-block;
    padding: 20px;
    border-left: 10px solid #f5be23;
}

.m-about .item {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
    margin: 50px;
}
.large-title-info{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.m-about-containt .large-title{
    font-size:68px;
    font-weight:900;
    display:inline-block;
    line-height: 50px;
}

.contact-one {
    position: relative;
}

.contact-one .form-control {
    border: 0px;
    border: 1px solid #ddd;
}

.contact-one .form-control::-webkit-input-placeholder {


    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .form-control::-moz-placeholder {


    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .form-control:-ms-input-placeholder {


    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .form-control:-moz-placeholder {


    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-info {}

.contact-info .icon-content p {
    word-break: normal;
}



.work-carousel .owl-item.active.center {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.work-carousel {
    position: relative;
    z-index: 1;
}

.work-carousel .owl-item.active.center {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.work-carousel .mt-info{
    margin: 20px;
    background-color: #fff;
    position: relative;
    top: -50px;
    margin-bottom:-50px;
}


.similar-projects {
    position: relative;
    z-index: 1;
}

.similar-projects .mt-info{
    margin: 20px;
    background-color: #fff;
    position: relative;
    top: -50px;
}


.our-story .our-story-detail {
    padding: 15px 0px;
}

.our-story .row {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.our-story .row:nth-child(odd) {
    text-align: left;
}

.our-story .row:nth-child(even) {
    text-align: right;
}

.our-story .row:nth-child(even) [class*="col-"] {
    float: right
}

.our-story .row:nth-child(odd) .our-story-detail {
    margin-left: 50px;
    background-color:#222;
    color:#fff;
    padding:30px;
}
.our-story .row:nth-child(odd) .our-story-detail h4 {
    color:#fff;
}

.our-story .row:nth-child(even) .our-story-detail {
    margin-right: 50px;
    background-color:#fff;
    color:#222;
    padding:30px;
}
.our-story .row:nth-child(even) .our-story-detail h4 {
    color:#222;
}
.our-story .row:nth-child(odd) .our-story-pic {
    margin-right: 50px;
}

.our-story .row:nth-child(even) .our-story-pic {
    margin-left: 50px;
}

.our-story {
    position: relative;
    z-index: 0;
}

.our-story:after {
    left: 50%;
    top: 0px;
}

.our-story .row:last-child:nth-child(even) .our-story-pic:after {
    height: 100%;
}

.our-story .row:nth-child(odd) .our-story-pic-block:before,
.our-story .row:nth-child(even) .our-story-pic-block:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #fff;
    top: 0px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.our-story .row:nth-child(odd) .our-story-pic-block:before {
    right: 50px;
}

.our-story .row:nth-child(even) .our-story-pic-block:before {
    left: 50px;
}

.our-story .row:nth-child(odd) .our-story-pic-block:after,
.our-story .row:nth-child(even) .our-story-pic-block:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    background-color: #f5be23;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.our-story .row:nth-child(odd) .our-story-pic-block:after {
    right: -15px;
    top: 35px;
}

.our-story .row:nth-child(even) .our-story-pic-block:after {
    left: -15px;
    top: 35px;
}

.blink-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 20px auto;
}

.blink-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ff0000;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.blink-circle:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 1;
    border-radius: 50%;
    top: -25%;
    left: -25%;
    background: #fff;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.3;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.3;
        box-shadow: none;
    }
}


.filter-content-left {
    width: 25%;
    float: left;
    margin-top: 20px;
    padding-right: 15px;
    border-left: 3px solid #000;
}

.filter-content-left .btn-filter-wrap {
    float: left;
}

.filter-content-left .btn-filter-wrap li {
    display: block;
    font-size: 18px;
    padding: 0px 0px 10px 20px
}

.filter-content-left .btn-filter-wrap li::after {
    display: none;
}

.btn-filter-wrap,
.btn-filter-wrap2 {
    list-style: none;
    margin: 0px 0 0;
    float: right;
}

.btn-filter-wrap li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px;
    cursor: pointer;
}

.btn-filter-wrap2 li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.btn-filter-wrap li:last-child,
.btn-filter-wrap2 li:last-child {
    padding-right: 0;
}

.btn-filter-wrap li.btn-active,
.btn-filter-wrap2 li.btn-active {
    color: #F5BF23;
}

.btn-filter-wrap li:after,
.btn-filter-wrap2 li:after {
    content: "/";
    position: absolute;
    left: -2px;
    top: 4px;
    font-size: 14px;
    opacity: 0.2;
    color: #000;
}

.btn-filter-wrap li:first-child:after,
.btn-filter-wrap2 li:first-child:after {
    display: none;
}


.particles-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

#particles-js {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #b61924;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js2 {
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #888;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.rs-addon-beforeafter-btn i {
    color: #000;
}

.typewrite>.wrap:after {
    content: '|';
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    right: 10px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




.line-corner-outer {
    position: relative;
    z-index: 1;
}

.line-corner {
    width: 20px;
    height: 20px;
    position: absolute
}

.line-corner.top-left {
    left: 10px;
    top: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #000;
}

.line-corner.top-right {
    right: 10px;
    top: 10px;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: #000;
}

.line-corner.bottom-left {
    left: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #000;
}

.line-corner.bottom-right {
    right: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #000;
}

.img-center-icon .overlay-bx .overlay-icon {
    right:0px;
    bottom:0px;
    left:auto;
    top:auto;
    transform:none;
}

.img-center-icon .overlay-bx .overlay-icon a {
    color: #fff;
    background-color: #F5BF23;
}

.img-center-icon .overlay-bx .overlay-icon a:hover {
    color: #000;
}

.project-detail-outer .project-detail-pic .mt-media img {
    width: 100%;
}

.project-detail-containt p {
    text-align: justify;
}

.mt-full-screen-left {
    background-color: #ddd;
    height: 100%;
    left: 245px;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: calc(50% - 245px);
}

.mt-full-screen-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 30px 15px;
    overflow-x: hidden;
}

.mt-thum-spacial {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border: 20px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-thum-spacial.mt-wide-gallery {
    border: none;
}

.mt-gallery-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-gallery-listing li {
    margin: 0 0 30px;
}

.mt-full-screen-right.mt-wide-gallery {
    padding: 0;
}

.mt-full-screen-right.mt-wide-gallery .mt-gallery-listing li {
    margin-bottom: 0;
}

.shortcodes_panel ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.shortcodes_panel ul li {
    margin-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 5px 10px 5px 0px;
    margin-bottom: 0;
    line-height: 20px;
}

.shortcodes_panel ul li {
    text-transform: uppercase;
    font-size: 12px;
}

.shortcodes_panel ul li a {
    color: #000;
}

.shortcodes_panel ul li a:hover {
    color: #F5BF23;
}

.shortcodes_panel li {
    border-bottom: none;
    line-height: 28px;
}

.shortcodes_panel li:before {
    top: 0;
    left: 1px;
}

.shortcodes_panel.inline-links li {
    display: block;
    border-bottom: none;
}


.button-model{
    display: inline-block;
}
.button-model button {
    min-width: 200px;
    text-align: center !important;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}
.modal-footer button {
    min-width: inherit;
}

.button-model button.close {
    min-width: inherit;
}

.outer-box-specing {
    padding-left: 80px;
    padding-right: 80px;
}

.site-search-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

.left-side-search a {
    font-size: 16px;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}

#search form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #222;
    border: 1px solid #222;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 10px;
    border-radius: 0px;
}

#search input[type="search"] {
    width: 100%;
    background: none;
    border: none;
    padding: 0px 12px;
    outline:none;
}

#search .search-btn {
    border: none;
    background: none;
    padding: 0px 30px;
    outline:none;
}

#search .search-btn i {
    font-size: 36px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
}

#search .close:after,
#search .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #222;
    right: 20px;
    top: 0px;
}

#search .close:after {
    -ms-transform: rotate(45deg);


    -webkit-transform: rotate(45deg);


    transform: rotate(45deg);
}

#search .close:before {
    -ms-transform: rotate(-45deg);


    -webkit-transform: rotate(-45deg);


    transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
    cursor: pointer;
}
#contact_us_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#contact_us_popup.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}

#contact_us_popup form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #000;
    border-bottom: 5px solid rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 10px;
    border-radius: 0px;
}

#contact_us_popup input[type="search"] {
    width: 100%;
    background: none;
    border: none;
    padding: 0px 30px;
}

#contact_us_popup .search-btn {
    border: none;
    background: none;
    padding: 0px 30px;
}

#contact_us_popup .search-btn i {
    font-size: 36px;
}

#contact_us_popup .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
}

#contact_us_popup .close:after,
#contact_us_popup .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #000;
    right: 20px;
    top: 0px;
}

#contact_us_popup .close:after {
    -ms-transform: rotate(45deg);


    -webkit-transform: rotate(45deg);


    transform: rotate(45deg);
}

#contact_us_popup .close:before {
    -ms-transform: rotate(-45deg);


    -webkit-transform: rotate(-45deg);


    transform: rotate(-45deg);
}

#contact_us_popup .close:hover:after,
#contact_us_popup .close:hover:before {
    cursor: pointer;
}
.mt-quik-search .form-control::-moz-placeholder {
    color: #fff;
}

.mt-quik-search .form-control:-moz-placeholder {
    color: #fff;
}

.mt-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}

.mt-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.play-now{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index:10;
    width:60px;
    height:60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

.play-now .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin:center;
    transform-origin: center center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);

}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin:center;
    transform-origin: center center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);

    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;

}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;

}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.slider-play-icon .play-now{
    right:30%;
    left:auto;
    top:45%;
}
.contact-slide-hide {
    position: fixed;
    right: -500px;
    top: 0px;
    height: 100%;
    max-width: 3000px;
    background: #fff;
    color: #000;
    z-index: 12;
    overflow-x: hidden;
    border-left: 1px solid #ddd;
}

.contact-nav {
    display: table;
    width: 100%;
    height: 100%;
}

.contact-nav .contact-nav-form {
    padding-top: 60px;
    display: table-cell;
    vertical-align: middle;
}

.contact-nav .contact_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    border: none;
    text-align: right;
    font-size: 36px;
}


.full-social-bg{text-align:center;}
.full-social-bg ul{list-style:none}
.full-social-bg li{text-align:center;}
.full-social-bg li{	display: inline-block;}
.full-social-bg li a {
    margin: 5px 2px;
    background-color: #efefef;
    position: relative;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #222;
}
.full-social-bg li a:hover i {
    color:#fff;
}

.facebook:hover {
    background: #3b5998 !important
}

.google:hover {
    background: #dd4b39 !important
}

.instagram:hover {
    background: #517fa4 !important
}

.tumblr:hover {
    background: #32506d !important
}

.twitter:hover {
    background: #00aced !important
}

.youtube:hover {
    background: #bb0000 !important
}


.our-ability [class*="col-"] .mt-icon-box-wraper {
    position: relative;
}

.our-ability [class*="col-"] .mt-icon-box-wraper:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    top: 0px;
    right: -15px;
    background-color: #000;
}

.our-ability [class*="col-"]:last-child .mt-icon-box-wraper:after {
    display: none;
}

.our-team-1 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* margin-top:10px; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.our-team-1:hover{
    box-shadow:0px 0px 40px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.our-team-1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-team-1 .profile-image {
    /* padding: 15% 10% 0; */
}

.our-team-1 .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    /*border-radius: 50%;*/
    /*-webkit-border-radius:50%;*/
    max-width: 60%;
}

.our-team-1 .figcaption {
    padding: 0;
}
.our-team-1 h5 {
    font-weight: 400;
    color: #222;
}

.our-team-1 .icons i {
    color: #999;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.our-team-1 .icons i:hover {
    color: #555;
}

.our-team-1 .icons i a {
    text-decoration: none;
}


.our-team-2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.our-team-2:hover{}

.our-team-2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-team-2 .profile-image {
    padding: 20px 20px 0px 20px;
}

.our-team-2 .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width:100%;

}

.our-team-2 .figcaption {
    padding: 100px 20px 20px;
    background-color:#fff;
    margin-top: -100px;
}
.our-team-2 h5 {
    font-weight: 400;
}

.our-team-2 .icons i {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.our-team-2 .icons i:hover {
    color: #fff;
    background-color: #222;
}

.our-team-2 .icons i a {
    text-decoration: none;
}
.icon-font-block {
    display: inline-block;
    width: 24%;
    margin-bottom: 4px;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 1%;
    height: 100px;
    border: 1px solid #e7e7e7;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.icon-font-block:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    position:relative;
    z-index:10;
}
.icon-font-block .flat-icon {
    padding: 10px;
    display: block;
    font-size: 32px;
    line-height: 1;
}

.bg-change-section {
    position: relative;
}

.bg-changer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .section-bg.active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bgcall-block {
    cursor: pointer;
}

.client-grid {
    overflow: hidden;
}

.client-grid [class*="col-"] {
    position: relative;
    z-index: 1;
}

.client-grid [class*="col-"] a {
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.client-grid [class*="col-"]:after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    position: absolute;
    left: -1px;
    bottom: -1px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.client-logo-media+.tooltip {
    bottom: auto !important;
    top: 50px !important;
    z-index: 10;
}

.grid-5 [class*="col-"] {
    width: 20%;
}

.grid-4 [class*="col-"] {
    width: 25%;
}

.grid-3 [class*="col-"] {
    width: 33.33%;
}

.grid-2 [class*="col-"] {
    width: 50%;
}


.slider-half-part {
    margin-top: -90px;
}
.half-blocks .half-block-content{
    position: relative;
    z-index: 1;
    background-color: #f6f7f8;
}
.half-blocks-bg{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:0;

}

.half-blocks:hover .half-block-content{
    background-color:rgba(0,0,0,0.8);
    color:#fff;
}
.half-blocks:hover .half-block-content .mt-tilte{color:#fff !important;}
.half-blocks:hover .half-block-content .site-button-link{color:#fff !important;}



.our-speciallization {
    position: relative;
    z-index: 1
}


.scale-bg-top,
.scale-bg-bottom {
    position: relative;
}

.scale-bg-top:before,
.scale-bg-bottom:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}

.scale-bg-top:before {
    background-image: url(../images/background/scale-top.png);
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
}

.scale-bg-bottom:after {
    background-image: url(../images/background/scale-bottom.png);
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 0px;
}

.onhover-box-shadow {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.onhover-box-shadow:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

.progress .tooltip {
    position: relative;
    float: right;
    margin-top: 5px;
    z-index:1;
}

.progress .tooltip>.tooltip-inner {
    background-color:transparent;
    padding: 3px 14px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 0;
}

.progress .popOver+.tooltip>.tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #212121;
}

.progress {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: visible;
}

.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.mt-probar-1 {
    height: 4px;
}

.with-overlay.progress .tooltip>.tooltip-inner {
    background-color: #fff;
    color: #000;
}

.with-overlay.progress .popOver+.tooltip>.tooltip-arrow {
    border-top: 5px solid #fff;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
    box-shadow: 0px 0px 5px 0px #dcdcdc;
}

.multi-line-animation{
    position:absolute;
    width:100%;
    bottom:0px;
    height: 100vh;
}

.multi-line-one,
.multi-line-two,
.multi-line-three,
.multi-line-four{
    position:absolute;
    bottom:0px;
    height:100vh;
    width:4px;
    z-index:20;
    border-left:1px solid rgba(255,255,255,0.1);

}

.multi-line-one{left:20%;}
.multi-line-two{left:40%;}
.multi-line-three{left:60%;}
.multi-line-four{left:80%;}
.animation-block1{
    animation-duration: 40s;
    animation-iteration-count: infinite;
    background-color: #2a2a2a;
    height: 10px;
    margin: 0px 0px 0px -5px;
    transform-origin: bottom;
    width: 10px;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(100vh); }
    100% { transform: translateY(0); }
}
.animation-block2{
    animation-duration: 80s;
    animation-iteration-count: infinite;
    background-color: #2a2a2a;
    height: 10px;
    width:10px;
    margin: 0px 0px 0px -5px;
    transform-origin: bottom;
}
.bounce-2{
    animation-name: bounce-2;
    animation-timing-function: linear;
}
@keyframes bounce-2 {
    100%   { transform: translateY(0); }
    50%  { transform: translateY(100vh); }
    0% { transform: translateY(0); }
}

.slider-block{
    border:10px solid #f5bf23;
    border-radius: 1;
}

.square_shape1,
.square_shape2{
    position:relative;
    overflow: hidden;
    z-index:0;
}
.square_shape1:after,
.square_shape2:before{
    position:absolute;
    content:"";
    border:40px solid rgba(191,191,191,0.1);
    z-index:-1;


    -webkit-animation: shake 1.5s ease-in-out 1.5s infinite alternate;
}

.section-page.square_shape1:after{
    border:40px solid rgba(72, 72, 72, 0.1);
}

.section-page {
    overflow: inherit;
    z-index: 5;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(45deg);
    }
    to {
        -webkit-transform-origin:center center;
        -webkit-transform: rotate(35deg);
    }

}

.square_shape1:after{
    width:450px;
    height:250px;
    left:-300px;
    bottom:-20px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}
.square_shape2:before{
    width:250px;
    height:450px;
    right:-190px;
    bottom:-50px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}
.hilite-title{	border:0px;	}
.hilite-title.hilite-dark strong{color:rgba(191,191,191,0.2);}
.hilite-title strong{	display:block;	font-size:80px;	line-height:80px;color:#efefef;font-family: 'Poppins', sans-serif; font-weight:900;}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: text-pop-up-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}
@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}


.icon-count-2{
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.icon-count-2:after{
    position:absolute;
    content:'';
    left: 0;
    height: 40%;
    background-color: #46606c !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 5px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-count-2 span.icon-count-number{
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.icon-count-2:hover{
    background-color:#fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}
.icon-count-2:hover span.icon-count-number{
    color:#f5be23;
    opacity: 1;
}

.mt-icon-box-wraper:hover .icon-count-2:after{
    background: #0e71b8 !important;
    height: 60%;
}


.Service-half-top{padding-bottom: 260px;}
.services-half-bottom{margin-top: -200px;}

.btn-effect {
    letter-spacing:2px;
    position:relative;
    text-transform:uppercase;
}

.btn-effect:before,
.btn-effect:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.btn-effect:before {
    border-color: #c47135;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.btn-effect:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.btn-effect:hover:before,
.btn-effect:hover:after{
    height: 100%;
    width: 100%;
}

.site-button-secondry.btn-effect:before,
.site-button-secondry.btn-effect:after{
    border-color: #222;
}

.site-button.btn-effect:before,
.site-button.btn-effect:after{
    border-color: #F5BF23;
}

.site-button:hover.btn-effect:before,
.site-button:hover.btn-effect:after{
    border-color: #222;
}


.product-stamp .filter-navigation li{
    display:block;
}

.filter-navigation{
    text-transform: uppercase;
    margin-bottom:0px;
    display:block;
}
.filter-navigation * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.filter-navigation li {
    display: inline-block;
    list-style: outside none none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.filter-navigation li:first-child {
    padding-left:0px;
    margin-left:0px;
}
.filter-navigation a {
    padding: 4px 0px;
    color: #000;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0px;
    text-decoration: none;
    font-weight:600;
}
.filter-navigation a:before,
.filter-navigation a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.filter-navigation a:before {
    bottom: 100%;
    display: block;
    height: 2px;
    width: 100%;
    content: "";


}
.filter-navigation a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: #f5be23;
    white-space: nowrap;
}
.filter-navigation li:hover a{
    transform: translateY(100%);
}


.filter-navigation.inline-navigation li {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.filter-navigation.inline-navigation a {
    padding: 4px 10px;
    display: inline-block;
}

.filter-navigation.inline-navigation a:after {
    padding: 0.3em 10px;
}

.image-hover-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    border-bottom: 0;
}

.image-hover-block *,
.image-hover-block:before,
.image-hover-block:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 0;
}

.image-hover-block img {
    max-width: 100%;
    /* backface-visibility: hidden; */
    /* vertical-align: top; */
    /* border-bottom: 0 !important; */
}

.image-hover-block .mt-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}

.image-hover-block .mt-info .mt-tilte,
.image-hover-block .mt-info p {
    margin: 0;
    opacity: 0;
}



.image-hover-block:hover img{
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}

.image-hover-block:hover .mt-info .mt-tilte,
.image-hover-block:hover .mt-info p{
    opacity: 1;
}

.image-hover-block:hover .mt-info .mt-tilte{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;}

.image-hover-block:hover .mt-info p{
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.image-hover-block:before,
.image-hover-block:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}

.image-hover-block:before {
    width: 0;
    height: 1px;
}

.image-hover-block:after {
    height: 0;
    width: 1px;
}
.image-hover-block:hover:before,
.image-hover-block:hover:after{
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.image-hover-block:hover:before{
    width: 40px;
}
.image-hover-block:hover:after{
    height: 40px;
}

.mission-mid{
    background-origin: border-box;
    height:466px;
    position:relative;
}
.mission-mid:after,
.mission-mid:before{
    content:'';
    position:absolute;
}



.contact-home1-left {
    position: relative;
}

.contact-home1-left .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(135, 135, 135);
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
}

.contact-home1-left .form-control::-webkit-input-placeholder {


    color: #878787;
}

.contact-home1-left .form-control::-moz-placeholder {


    color: #878787;
}

.contact-home1-left .form-control:-ms-input-placeholder {


    color: #878787;
}

.contact-home1-left .form-control:-moz-placeholder {


    color: #878787;
}

.about-home{position:relative; margin-left:90px;}
.about-home:after{
    content: "";
    position: absolute;
    top: 90px;
    left: -90px;
    width: 75%;
    height: 90%;
    background-color: transparent;
    border: 30px solid rgba(191,191,191,0.1);
    z-index: -1;
}
.about-home-v2{
    margin-left:0px;
}
.about-home-v2:after{
    display:none;
}
.about-home .owl-carousel .owl-dots{	position:absolute;	right:20px;	margin-top:0px;	top: 50%;	width:0px;    transform: translateX(-50%) translateY(-50%);}
.about-home .owl-carousel .owl-dots .owl-dot span{ width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.about-home .owl-carousel .owl-dots .owl-dot span:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:12px;
    height:3px;
    background-color:#000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.about-home.owl-carousel .owl-dots .owl-dot span {
    background: #444;
}
.about-home.owl-carousel .owl-dots .owl-dot.active span{background: #f5be23;}

.about-home-right{
    position: relative;
    margin-left: -140px;
    z-index: 1;
    margin-top: 70px;
}
.about-home-right.about-right-v2{margin-left:0px;margin-top:0px;min-height: 375px;background: #96c93d !important;}


.services-half-section-top {
    padding: 80px 0px 0px;
}
.services-half-section-bottom {
    margin-top: -200px;
    padding-top:280px;
}

.video-section-full-v2{
    position:relative;
    z-index:1;
    margin-top: 0px;
    margin-bottom: 0px;
}

.video-section-full{
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: -120px;
    margin-top: -100px;
}

.video-section-full-v2 .video-section-full{
    padding: 65px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom:0px;
    margin-top: 0px;
    margin-left:0px;
    /* color: #fff; */
}


.video-section-full .overlay-main{
    z-index:-1;
}
.video-section-full:after,
.video-section-full:before,
.video-section-inner:after,
.video-section-inner:before{
    content:"";
    position:absolute;
    background-color:#fff;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow:hidden;
}
.video-section-full:after{
    width:100%;
    height:2px;
    left:20px;
    top:20px;
}
.video-section-full:before{
    width:2px;
    height:100%;
    left:20px;
    top:20px;
}
.video-section-full:hover:after{
    width:100%;
}
.video-section-full:hover:before{
    height:100%;
}
.video-section-inner:after{
    width:100%;
    height:2px;
    right:20px;
    bottom:20px;
}
.video-section-inner:before{
    width:2px;
    height:100%;
    right:20px;
    bottom:20px;
}
.video-section-full:hover .video-section-inner:after{
    width:100%;
}
.video-section-full:hover .video-section-inner:before{
    height:100%;
}

.video-section{
    position:relative;
    z-index:1;
    margin-right: 31px;
}
.video-section-content{
    display: table;
    padding: 10px 0px;
    width:100%
}
.video-section-left{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:120px;
}
.video-section-right{
    display:table-cell;
    vertical-align:middle;
    text-align:right;
}
.video-section-right a{
    color:#fff;
}
.video-section-right a:hover{
    color:#f5be23;
}

.video-section-left .play-now{
    position: absolute;
    left: 27%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}


.author-info{display:table; width:100%;}
.author-signature,
.author-name{display:table-cell;vertical-align:middle;}

.image-effect-one {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.image-effect-one *,
.image-effect-one *:before,
.image-effect-one *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.image-effect-one img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.image-effect-one .figcaption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 70px 10px 20px;
    background-color: #ffffff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one h4,
.image-effect-one p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one i.link-plus {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    width: 58px;
    height:100%;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(58px);
    transform: translateX(58px);
}
.image-effect-one i.link-plus:after,
.image-effect-one i.link-plus:before{
    /*content:"";*/
    position:absolute;
    background-color:#fff;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.image-effect-one i.link-plus span {
    position: absolute;
    top:50%;
    left:50%;
    margin: -9px 0 0 -8px;
}

.image-effect-one i.link-plus:after{
    left:50%;
    top:50%;
    width:2px;
    height:0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.image-effect-one i.link-plus:before{
    left:50%;
    top:50%;
    width:0%;
    height:2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.image-effect-one:hover i.link-plus:before{
    width:30px;
}
.image-effect-one:hover i.link-plus:after{
    height:30px;
}

.image-effect-one .mfp-link {
    position: absolute;
    background-color:#fff;
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
    top: 0px;
    right:0px;
    opacity:0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.image-effect-one:hover .mfp-link {
    right: 20px;
    top:20px;
    opacity:1;
}

.image-effect-one:hover img{
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.image-effect-one:hover .figcaption,
.image-effect-one:hover h4,
.image-effect-one.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.image-effect-one:hover .figcaption{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.image-effect-one:hover h4{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one:hover p{
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    opacity: 1;
}

.image-effect-one:hover i{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hover-shadow{
    -webkit-box-shadow: 0 0px 0px 0 rgba(50,50,50,.16);
    box-shadow: 0 0px 0px 0 rgba(50,50,50,.16);

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hover-shadow:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    position:relative;
    z-index:10;
}

.input-animate.input,
.login-animate.input label,
.login-animate.input input,
.login-animate.input textarea,
.login-animate.input .spin {  transition: 300ms cubic-bezier(.4, 0, .2, 1); -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);}

.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label { font-size: 12px;  color: rgba(0, 0, 0, 0.8); font-weight: 500; }

.input-animate.input  { margin-bottom: 30px;  height: 44px; }
.input-animate.input::before { content: ""; background: rgba(255, 255, 255, 0.1); z-index: 3; }

.input-animate.input input{ height: 44px; top: 10px; border: none; background: transparent; }
.input-animate.input textarea{ height: 40px; padding-top:15px; top: 10px; border: none; background: transparent; }

.input-animate.input label { position: absolute; top: 10px; left: 0; z-index: 2; cursor: pointer; line-height: 40px; }
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label { font-size: 12px; color:#fff; font-weight: 500; }

.input-animate.input::before,
.input-animate.input .spin { width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; }

.input-animate.input,
.input-animate.input input,
.input-animate.input textarea{ position: relative; width:100%;outline: none;}

.input-animate.input textarea{resize:none;}

.input-animate.input .spin { background: #f5bf23; z-index: 4; width: 0; }

.input-animate.input,
.input-animate.input label,
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input .spin { transition: 300ms cubic-bezier(.4, 0, .2, 1); -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1); box-shadow: none;}

.our-speciallization-content{
    padding:20px;
    border:20px solid #f1f1f1;
}


.hover-navigation{
    text-transform: uppercase;
    margin-bottom:0px;
    position: relative;
}
.hover-navigation:before {
    background: #46606c;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -15px;
    content: "";
    width: 88%;
    height: 50%;
    opacity: .2;
}

.hover-navigation * {
    box-sizing: border-box;
    /*-webkit-transition: all 0.35s ease;*/
    /*transition: all 0.35s ease;*/
}
.hover-navigation ul{
    /* border:1px solid #e7e7e7; */
    position: relative;
    z-index: 2;
    background: #fff;
}




.hover-navigation li {
    display:block;
    list-style: outside none none;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    /* border-left: 3px solid transparent; */
}
.hover-navigation li:last-child{
    border-bottom:none;
}
.hover-navigation li:first-child {
    padding-left:0px;
    margin-left:0px;
}
.hover-navigation li:hover,
.hover-navigation li.active{
    /* -webkit-box-shadow: 0px 4px 7px 0px #ededed; */
    /* box-shadow: 0px 4px 7px 0px #ededed; */
    /* border-left: 3px solid #0e71b8; */
}

.hover-navigation a {
    padding: 16px 20px;
    color: #000;
    position: relative;
    display:block;
    letter-spacing: 1px;
    margin: 0px;
    text-decoration: none;
    font-weight:600;
    font-size: 14px;
}
/*.hover-navigation a:before,*/
/*.hover-navigation a:after {*/
/*    position: absolute;*/
/*    -webkit-transition: all 0.35s ease;*/
/*    transition: all 0.35s ease;*/
/*}*/
/*.hover-navigation a:before {*/
/*    bottom: 100%;*/
/*    display: block;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    content: "";*/


/*}*/
/*.hover-navigation a:after {*/
/*    padding: 18px 20px;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 0;*/
/*    content: attr(data-hover);*/
/*    color: #f5be23;*/
/*    width: 100%;*/
/*}*/
/*.hover-navigation li:hover a,*/
/*.hover-navigation li.active a{*/
/*    transform: translateY(100%);*/
/*}*/
.inner-client-says{
    position: relative;
    overflow: hidden;
    color: #000000;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ebe7de;
}
.inner-client-says *,
.inner-client-says *:before,
.inner-client-says *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.inner-client-says .inner-client-info {
    width: 100%;
}
.inner-client-says h4,
.inner-client-says h6,
.inner-client-says blockquote {
    margin: 0;
}
.inner-client-says h6 {
    color: #a6a6a6;
}
.inner-client-says blockquote {
    font-size: 14px;
    padding: 55px 15px 20px 15px;
    margin-top: 30px;
    background-color: #fbfbfb;
    border-radius: 5px;
    text-align: left;
    position: relative;
}
.inner-client-says blockquote:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 70px;
    opacity: 0.25;
    font-style: normal;
    top: 0px;
    left: 20px;
    background:none;
}
.inner-client-says .profile {
    width: 100px !important;

    border-radius: 50%;

    display: inline-block;

    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);

    margin-bottom: 10px;

    border: solid 5px #FFF;

    margin: 15px auto;
}

.icon-font-block:hover .flat-icon{
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.mt-icon-box-wraper:hover .scale-in-center{
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.hover-animation-1:hover .scale-in-center{
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.image-effect-two {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-perspective: 800px;
    perspective: 800px;
}
.image-effect-two * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.image-effect-two img {
    max-width: 100%;
    width:100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.image-effect-two .figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(90deg) translate(0%, -50%);
    transform: rotateY(90deg) translate(0%, -50%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 1;
    opacity: 0;
    padding: 0 30px;
}

.image-effect-two:hover img,
.image-effect-two.hover img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
}
.image-effect-two:hover .figcaption,
.image-effect-two.hover .figcaption {
    -webkit-transform: rotateY(0deg) translate(0, -50%);
    transform: rotateY(0deg) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.image-effect-two .mfp-link{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: #222;
    color:#fff;
}
.image-effect-two .mfp-link:hover{
    background-color: #0e71b8;
    color: #fff;
}

.project-classic .mt-title{
    display:inline-block;
    position:relative;
    padding: 0px 0px 8px 0px;
    color: #000;
    text-decoration: none;
}
.project-classic .mt-title:before,
.project-classic .mt-title:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.project-classic .mt-title:before {
    bottom: 0;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #F5BF23;
}
.project-classic .mt-title:after {
    left: 0;
    top: 0;
    padding: 0px 0px 8px 0px;
    position: absolute;
    content: attr(data-hover);
    color: #F5BF23;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    display: none;
}
.project-classic:hover .mt-title:before {
    opacity: 1;
    width: 100%;
}
.project-classic:hover .mt-title{
    color: #1d71b8;
}
.project-classic:hover .mt-title:after{
    max-width: 100%;
    color: #;
}

.call-for-quote-outer{
    display:table;
    width:100%;
    background-color:#f5bf23;
}
.call-quote,
.call-estimate{
    display:table-cell;
    vertical-align:middle;
    padding:20px;
    text-align:center;
}


#welcome .tp-thumbs-inner-wrapper .tp-thumb.selected:after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    border:5px solid #f5bf23;
}
#welcome .tp-bullets {
    display: none !important;
}
#welcome .tp-shapewrapper {
    display: none;
}


#slider-boxed .tp-thumbs-inner-wrapper .tp-thumb.selected:after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    border:5px solid #f5bf23;
}
#slider-boxed .tp-bullets {
    display: none !important;
}


.anchor-line a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom:3px;
}

.anchor-line a:hover, .anchor-line a:focus {
    background-size: 100% 2px;
}

.page-notfound strong{
    display:block;
    font-size:24px;
    margin-bottom:30px;
}
.page-notfound span.title{
    position: relative;
    display: block;
    color: #f5bf23;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 13px 0 14px;
}
.page-notfound p{
    font-size:18px;
}

.get-in-touch-form{
    position:relative;
}
.get-in-touch-form-section{
    position: absolute;
    right: 0px;
    max-width:520px;
    top: 30px;
    padding-bottom: 80px;
}

.get-in-touch-info{
    position: absolute;
    bottom: -30px;
    max-width: 330px;
    left: -35px;
    box-shadow: -10px -10px #f5bf23;
}

.boxed .is-fixed .main-bar{
    max-width: 1200px;
    margin: 0 auto !important;
    left: inherit !important;
}

.boxed .site-header .container  {
    width:auto;
}

#bg {
    background-attachment:fixed;
    background-size:cover;
}
.boxed .page-wraper{
    max-width:1200px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left:0 !important;
    width:100% !important;
}
.boxed .tp-rightarrow {
    right:0 !important;
}
.boxed .tp-leftarrow {
    left:0 !important;
}


.header-nav .nav>li.has-child>a:after {
    content:"\f107";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
}


.header-nav .nav>li>a:before{
    width: 100%;
    height: 0;
    top:0;
    left:0;
    background-color: #0e71b8;
    content:"";
    z-index: -1;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.header-nav .nav>li:hover>a:before,
.header-nav .nav>li.active>a:before {
    height: 5px;
}

.testimonial-home .mt-icon-box-wraper img {
    /* height: 90px; */
    /* width: auto !important; */
    /* max-width: inherit; */
    /* margin-right: 10px; */
    margin-bottom: 15px;
}


.testimonial-home .mt-icon-box-wraper:after,
.testimonial-home .mt-icon-box-wraper:before{
    position: absolute;
    width: 15px;
    height: 50%;
    content:"";
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.testimonial-home .mt-icon-box-wraper:before{
    background-color: #d9dee1;
}

.testimonial-home .mt-icon-box-wraper:after{
    background-color: #b5bfc4;
    right: 10px;
    height: 60%;
}

.testimonial-home .mt-icon-box-wraper:hover:after,
.testimonial-home .mt-icon-box-wraper:hover:before{
    animation: pulse2 2s linear 0s infinite;
    -moz-animation: pulse2 2s linear 0s infinite;
    -webkit-animation: pulse2 2s linear 0s infinite;
    -o-animation: pulse2 2s linear 0s infinite;
}



@keyframes pulse2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


.testimonial-home .owl-nav {
    margin:0;
    position: absolute;
    top:-50px;
    right:20px;
}


.about-home-right p {
    line-height: 20px;
    font-size: 13px;

}

.mt-icon-box-wraper svg,
.mt-icon-box-wraper svg *{
    fill: #96c93d;
    height: 65px;
    width: auto;
}

.logo-block img {
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    height: 80px;
    font-size:0;
    width: auto !important;
    display: inline-block !important;
}
.logo-block .block {
    display: block;
    /* margin:0 20px; */
    text-align: center;
}
.logo-block .block:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

footer .widget {
    margin-bottom:0;
}

.tp-thumbs{
    display:none !important;
}

#sidebar.sticky {
    position:fixed;
    width: 262px;
}

.copyrights-text a {
    color:#999;
}

.site-button-secondry.hover-red:hover {
    background-color: #db0812 !important;
    color:#fff !important;
}

.site-button-secondry.hover-black:hover {
    background-color: #4b4c4c !important;
    color:#fff !important;
}
.kat_banner {
    position: relative;
    height: 307px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kat_banner .kat_block {
    position: absolute;
    top:0;
    right:0;
    width: 33%;
    height: 88%;
    text-align: center;
    padding: 34px 0;
}

.kat_banner img {
    height: 100%;
    width: auto;
    max-width: inherit;
    display: inline-block;
}

.color-green {
    color:#0e71b8 !important;
}

.list-none,
.list-none li {
    list-style: none;
}

.form-group.required label:after {
    content: "*";
    display: block;
    color: #ff0e0e;
    float: right;
    margin-left: 5px;
    font-size: 14px;
}

.form-control.hata {
    border-color:  #ff0e0e;
}

.form-control.ok {
    border-color:  #e1e6eb;
}

.contact-info i{
    font-size: 22px;
    color:#fff;
    margin-left: 2px;
}

.contact-info  h5 {
    margin-bottom: 3px;
    font-weight: 400;
    color: #1f1f1f;
}

.contact-info  p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 20px;
}
.contact-info .icon-box{
    border-bottom: 1px dashed #6d6d6d;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.contact-info .icon-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-info .icon-box h5,
.contact-info .icon-box i,
.contact-info .icon-box p{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.contact-info .icon-box > a:hover h5,
.contact-info .icon-box > a:hover i,
.contact-info .icon-box > a:hover p{
    color:#0e71b8 !important;
}

#teknik-form .form-control {
    height: 50px;
    font-size: 15px;
    line-height: 25px;
    padding: 9px 12px 9px 12px;
}

#teknik-form textarea.form-control {
    height: 80px;
}

.project-classic p{
    font-size: 14px;
}

/*
.slides-wave {
    opacity: .5 !important;
    background-image: url(../images/favicon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}*/
.line-clamp-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.loading-circles {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 100%;
    background-image: url("../images/favicon.svg");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.loading-circles .circle1{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 99999;
    border-radius: 100%;

    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}
.loading-circles .circle1:after{
    top: 17%;
    right: 12%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    content: "";
    border-radius: 100%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-circles:before {
    content:"";
    display:block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 6px solid #0e71b8;
    z-index: 9999;
    position:absolute;
    top: 0px;
    left: 0px;
    animation: pulse 2s ease .5s infinite;
}
.loading-circles:after {
    content:"";
    display:block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 6px solid #0e71b8;
    z-index: 9999;
    position:absolute;
    top: 0px;
    left: 0px;
    animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
    to { transform: rotate(360deg) }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.bg-white {
    background-color: #fff;
}

.product-detail-image {
    float: right;
    padding:15px; margin-bottom: 20px; margin-left: 30px;
}

.total-search span {
    color: #c70c0f;
    font-weight: 600;
}

.file_item {
    margin-bottom: 10px;
}
.file_item h4 {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color:#333;

}

.file_item:hover h4 {
    color: #0e71b8;
}

.file_item img {
    height: 35px;
    width: auto;
    max-width: inherit;
    margin-left: 11px;
}

.media-right {
    width: 1000px;
}

.acod-head [aria-expanded="true"] {
    color: #fff !important;
    background: #0e71b8;
}

.acod-head [aria-expanded="true"] .indicator .fa:before{
    color:#fff !important;
}

.captcha {
    position:relative;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 80px;
}

.captcha .captcha_image {
    position: absolute;
    left: 0;
    top:0;
    cursor:pointer;
}

.captcha input[type="text"]{
    width: 120px;
    color: #333;
    margin-bottom: 0 !important;
    height: 42px;
    border: 1px solid #e5e7f2;
    border-left: 0;
    padding-left: 20px;
    border-radius: 0 5px 5px 0;
}

.captcha input[type="text"]{
    outline:none !important;
}

.talep-form .captcha input[type="text"]{
    background: transparent;
    border-color: #2c2c2c;
    color: #fff;
}
.isicam-cover {
    position: relative;
    background-color: #a2c614;
}
.isicam-cover .bg h2 {
    display: none;
}

.page-section.urun{
    overflow: initial;
}
.sisecam-cover{
    background-color: #0099ce;
}
.sisecam-cover .bg {
    background-color: #575756;
}
.sisecam-cover .bg h2 {
    display: none;
}

.section-tools .mt-icon-box-wraper .mt-tilte{
    color:#fff;
}

.section-tools .mt-icon-box-wraper:hover .mt-tilte {
    color: #0e71b8;
}
body.lang_en .section-tools{
    padding-bottom: 80px;
}
.footer-top .widget_about svg {
    height: 50px;
    width: auto;
}

.footer-top .widget_about svg * {
    fill:#fff;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.mt-icon-box-wraper.bd-l-1.bd-solid.bd-white {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #fff;
    margin-top: 7px;
}

.hover-navigation ul.submenu{
    display: none;
    padding-left: 20px;
}

#sidebar li .dropdown.active:after {
    content: "\f068";
}
#sidebar ul.submenu a {
    color: #333;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
}
#sidebar li .dropdown:after {
    font-family: "FontAwesome";
    content: "\f067";
    float: right;
    font-size: 11px;
    top: 14px;
}

.hover-navigation .submenu li a:hover,
.hover-navigation .submenu li a.active{
    background-color:transparent;
    color: #0e71b8 !important;
}
.hover-navigation > ul > li > a:hover,
.hover-navigation > ul > li > a.active {
    background-color: #0e71b8;
    color:#fff;
}

.hover-navigation > ul > li > a.dropdown.active:hover,
.hover-navigation > ul > li > a.dropdown.active{
    background-color: #0e71b8;
    color:#fff;
}

.hover-navigation > ul > li > a.dropdown.active:hover:after,
.hover-navigation > ul > li > a.dropdown.active:after {
    color:#fff;
}
.footer-dark .footer-top .btn-half.site-button {
    background-color:#0e71b8;
}

.footer-dark .footer-top .btn-half.site-button:hover {
    background-color: #ccc;
}