body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #081e3d
}

a,
a:link {
    color: #0d4a87;
    transition: .3s;
    outline: 0!important
}

a:hover {
    text-decoration: underline
}

.button-effect {
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.button-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.button-effect:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.radial-out {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.btn {
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

.btn span {
    transition: .3s;
    display: inline-block
}

.btn-primary {
    text-transform: uppercase;
    color: #fff !important;
    background: #00478e
}

.btn-primary:hover {
    background: #334252
}

img {
    max-width: 100%;
    height: auto
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #e91b57;
    font-weight: 700;
    text-transform: uppercase
}

#header {
    float: left;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 22025;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease
}

#header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    transition: .3s;
    border-bottom: 1px solid #ededed;
    animation: smoothScroll 1s forwards
}

#header .navbar-brand {
    float: left;
    width: 240px;
    height: 64px;
  
/*background: url(../images/white.png) no-repeat left top*/
background: url(../images/Final_logo.png) no-repeat left top
}

#header.sticky .navbar-brand {
    background: url(../images/Final_logo.png) no-repeat left top
}

#header.sticky nav li a {
    color: #333
}

#header nav li a {
    color: #333;
    padding: 0;
    position: relative
}

#header .navbar {
    width: 100%;
    padding: 3.5% 0;
    top: 0;
}

#header #navbarMain li {
    margin: 0 5px;
    padding-top: 5px
}

#header #navbarMain li a:before {
    content: "";
    border-bottom: 2px solid rgba(19, 57, 95, .69);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s
}

#header #navbarMain li a:hover:before,
#header #navbarMain li.active a:before {
    right: 2px;
    opacity: 1;
    visibility: visible
}

#header #navbarMain li:hover a:before {
    right: 2px;
    opacity: 1;
    visibility: visible
}

#header #navbarMain li:hover .dropdown-menu li a:before {
    visibility: hidden
}

#header #navbarMain .navbar-nav .dropdown-menu {
    top: 0;
    left: 0;
    border-radius: 0;
    min-width: 200px;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    background: 0 0;
    margin: 0;
    background: rgb(5 28 55);
    padding: 5px
}

#header #navbarMain .navbar-nav a {
    padding: 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 15.5px
}

#header #navbarMain .dropdown-menu li a {
    font-size: 12px;
    padding: 10px 5px;
    line-height: 18px;
    color: #fff;
}

#header #navbarMain .dropdown-menu li a:hover {
    color: #fff;
}

#header #navbarMain .dropdown-menu li {
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-bottom: 1px solid #b5b3b2
}

#header #navbarMain .dropdown-menu li:last-child {
    border: 0
}

#header #navbarMain a:hover {
    text-decoration: none
}

#header .navbar-light .navbar-toggler {
    background: 0 0;
    border: 0;
    color: #0d4a87
}

#header .navbar-light .navbar-toggler-icon {
    background: 0 0
}

#header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon .fa-times {
    display: none
}

#header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon .fa-bars {
    display: block
}

#header .navbar-light .navbar-toggler .navbar-toggler-icon .fa-bars {
    display: none
}

#footer {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #081c33
}

.footer-copyright {
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff3d;
    text-align: center;
    margin-top: 15px
}

.footer-copyright span {
    display: block;
    padding: 15px;
    color: #fff
}

#footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    color: #fff;
    border-left: 4px solid #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

#footer .followus {
    margin: 0 0 0 15px;
    padding: 0
}

#footer .followus li {
    float: left;
    padding: 0 15px 0 0;
    list-style: none
}

#footer .followus li a {
    float: left;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    transition: .3s
}

#footer .followus li i {
    transition: .3s
}

#footer .followus li a:hover i {
    font-size: 18px
}

#footer .followus li a:hover {
    background: #bed2e859;
    color: #fff
}

#footer .nav-list {
    margin: 0;
    padding: 0 0 0 34px;
    line-height: 25px
}

#footer .nav-list li a {
    color: #fff
}

#footer .nav-list li a:hover {
    text-decoration: underline
}

#footer .contact-info {
    line-height: 25px;
    color: #fff;
    display: block;
    padding-left: 19px
}

#footer .contact-info a {
    color: #fff;
    text-decoration: underline
}

#footer .contact-info a:hover {
    text-decoration: none
}

.post-wrap {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
    background: #f9f9f9
}

.post-img {
    padding: 0;
    max-height: 300px;
    overflow: hidden
}

.post-img figure {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.post-content {
    padding: 0
}

.posts-block {
    float: left;
    width: 100%;
    padding: 50px 0
}

.posts-block .block-head {
    margin-bottom: 35px;
    text-align: center
}

.posts-block .block-head span {
    font-style: italic
}

.post-1 {
    margin-bottom: 25px;
    padding: 30px
}

.post-1 .row {
    margin: 0
}

.post-1 .post-date {
    display: block;
    color: #333;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700
}

.post-1 .post-date strong {
    display: inline-block;
    margin-right: 5px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600
}

.post-1 .post-meta-info {
    float: right
}

.post-1 .post-meta-info span {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    margin-right: 14px;
    white-space: nowrap
}

.post-1 .post-meta-info .text-c-1 {
    color: #980aac
}

.post-1 .post-meta-info i {
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin: 2px 5px 0 0
}

.post-1 .post-meta-info span {
    float: left
}

.post-1 .post-title {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0
}

.post-1 .post-title h2 {
    font-size: 16px;
    font-weight: 600
}

.post-1 .post-title h2 a {
    color: #333
}

.like-work-block {
   float: left;
    width: 100%;
    background: #1179ba;
    padding: 30px 0;
    position: relative;
    z-index: 11;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 50px;
}

.like-work-block .btn-getintouch {
    border-color: #fff;
    padding: 12px 41px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    float: right;
    letter-spacing: normal;
    width: 200px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 15px 0 0 0;
    outline: 0
}

.like-work-block .btn-getintouch:hover {
    background-color: rgba(0, 0, 0, .4392156862745098);
    border-color: #ccc
}

.like-work-block h3 {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #f1f10a!important;
}

#get-touch {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    padding-top: 30px
}

#get-touch .contact-info {
    font-size: 18px;
    line-height: 24px;
    color: #333
}

#get-touch .contact-info .mb-20,
#get-touch .contact-info .mt-20 {
    margin: 25px 0
}

#get-touch h4 {
    font-size: 25px;
    line-height: 25px;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

#get-touch .contact-info .info-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#get-touch .contact-info .info-list li {
    float: left;
    width: 100%;
    padding: 8px 0
}

#get-touch .contact-info .info-list li i {
    margin-right: 10px;
    font-size: 1.3em;
    width: 1.3em;
    text-align: center;
    display: inline-block
}

.get-touch-social {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 16px
}

.get-touch-social a {
    display: inline-block;
    margin: 0 10px
}

#get-touch #inputs-two-rows .form-group {
    margin: 5px 0
}

.clients-block {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 50px;
}

.clients-list {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px dotted #c1bbbb;
    border-left: 0;
    border-right: 0;
    position: relative
}

.clients-list .item {
    border-left: 1px dotted #c1bbbb;
    border-right: 0;
    padding: 5px;
    margin-top: 5px;
    overflow: hidden
}

.clients-block .owl-dots {
    display: none
}

.clients-list:before {
    position: absolute;
    left: 0;
    z-index: 22;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    content: '';
    background: #fff
}

.clients-list .item img {
    transition: .5s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.clients-list .item:hover img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.testimonial-block {
    float: left;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/home02-bg-Testimonial.jpg);
    min-height: 400px
}

.testimonial-block h3 {
    color: #fff;
    padding: 100px 0 0 0
}

.testimonial-block .owl-dots {
    margin-bottom: 50px
}

.testimonial-block .owl-dot span {
    width: 40px;
    height: 10px;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px
}

.testimonial-block .owl-dot.active span {
    background-color: #3c6379
}

.testimonial-block .item {
    margin-bottom: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.testimonial-block .item blockquote i {
    color: #f0f0f0;
    font-size: 50px;
    display: inline-block;
    height: 42px;
    font-variant: normal;
    margin: 30px auto 20px;
    overflow: hidden
}

.testimonial-block .item figure {
    display: inline-block
}

.testimonial-block .item figure img {
    border-radius: 100%;
    max-width: 120px;
    height: 120px
}

.testimonial-block .item .quote-info {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    margin: 25px 0 0 0
}

.testimonial-block .item .quote-info strong {
    display: block;
    color: #333
}

.services-block {
    float: left;
    width: 100%;
    padding: 20px 0
}

.services-block .text1 {
    font-size: 18px;
    line-height: 30px
}

.services-block .clearfix {
    clear: both;
    overflow: hidden
}

.services-list {
    margin: 25px 0 0 0
}

.services-list .services-item {
    display: block;
    padding: 20px 5px;
    margin-bottom: 35px;
    text-align: center;
    color: #333;
    min-height: 250px;
	box-shadow: 0 15px 45px -10px rgba(0,0,0,.2);
	cursor: pointer;
}

.services-list .services-item:hover {
    text-decoration: none;
    transform: scale(1.1);
    -moz-box-shadow: 0 10px 35px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 35px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 35px 5px rgba(0, 0, 0, .2)
}

.services-list .item-head {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #333
}

.services-list .item-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.portfolio-block {
    position: relative;
    z-index: 222;
    background: #fff;
    float: left;
    width: 100%
}

.portfolio-block .container-fluid {
    padding: 0
}

.portfolio-block header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px
}

.portfolio-block .col-lg-3 {
    padding: 0
}

.portfolio-block #filters {
    margin: 25px 0px 0px 15px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 22
}

.portfolio-block #filters li span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    transition: .3s;
    font-size: 16px
}

.portfolio-block #filters li span.active,
.portfolio-block #filters li:hover span {
    background: #0d4a87;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#portfoliolist.row {
    float: left;
    width: 100%;
    display: inline-flex;
    margin: 0;
    padding: 0
}

#portfoliolist .portfolio {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative!important;
    background: #666;
    cursor: pointer;
    float: left;
    width: 100%
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0
}

.portfolio:hover img {
    top: 0
}

.portfolio-filters {
    float: left;
    width: 100%;
    text-align: center;
    -moz-box-shadow: rgba(1, 2, 2, .08) 0 1px 1.96px 1px;
    -webkit-box-shadow: rgba(1, 2, 2, .08) 0 1px 1.96px 1px;
    box-shadow: rgba(1, 2, 2, .08) 0 1px 1.96px 1px
}

.portfolio-filters li {
    display: inline-block
}

#portfoliolist .portfolio-wrapper .overlay {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    border-bottom: 28px solid;
    border-right: 28px solid;
    border-top: 28px solid transparent!important;
    border-left: 28px solid transparent!important;
    transition: all .4s ease-in .2s;
    -moz-transition: all .4s ease-in .2s;
    -webkit-transition: all .4s ease-in .2s;
    -o-transition: all .4s ease-in .2s;
    -ms-transition: all .4s ease-in .2s;
    border-color: #0d4a87;
    cursor: default;
    color: #fff;
    font-family: Raleway, sans-serif
}

#portfoliolist .portfolio-wrapper:hover .overlay {
    border-width: 600px!important;
    opacity: .85;
    transition: all .4s ease-in 0s;
    -moz-transition: all .4s ease-in 0s;
    -webkit-transition: all .4s ease-in 0s;
    -o-transition: all .4s ease-in 0s;
    -ms-transition: all .4s ease-in 0s
}

.portfolio-block .overlay:after,
.portfolio-block .overlay:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 0;
    border-bottom: 1px solid #fff;
    left: 6px;
    top: 10px;
    transition: all .1s ease-in .6s;
    -moz-transition: all .1s ease-in .6s;
    -webkit-transition: all .1s ease-in .6s;
    -o-transition: all .1s ease-in .6s;
    -ms-transition: all .1s ease-in .6s
}

.portfolio-block .overlay:after {
    content: "";
    position: absolute;
    width: 0;
    height: 11px;
    border-left: 1px solid #fff;
    left: 11px;
    top: 5px
}

#portfoliolist .portfolio-wrapper:hover .overlay:after,
#portfoliolist .portfolio-wrapper:hover .overlay:before {
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -webkit-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    -ms-transition: all .1s ease-in 0s
}

.portfolio-block .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    letter-spacing: .05em
}
.portfolio-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    width: 100%;
    height: 100%;
}

.portfolio-block .portfolio-wrapper:hover .content {
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in 350ms;
    -moz-transition: all .2s ease-in 350ms;
    -webkit-transition: all .2s ease-in 350ms;
    -o-transition: all .2s ease-in 350ms;
    -ms-transition: all .2s ease-in 350ms
}

.portfolio-block .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.portfolio-block .content a,
.portfolio-block .content a:active,
.portfolio-block .content a:link,
.portfolio-block .content a:visited {
    color: #f8f8f8
}

.portfolio-block .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff
}

.portfolio-block .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s
}

.portfolio-block .content .center>:last-child,
.portfolio-block .content .center>:last-child>.icon {
    margin: 0
}

.portfolio-block .content .icon:hover {
    background-color: #000;
    text-decoration: none
}

.portfolio-block .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600
}

.portfolio-block .content .sep {
    padding: 0 4px
}

.portfolio-block .content .info {
    font-style: italic;
    font-size: 13px
}

.portfolio-block .portfolio-wrapper img {
    transition: .3s
}

.portfolio-block .portfolio-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#slider_home {
    position: relative;
    float: left;
    width: 100%;
    max-height: 850px;
    overflow: hidden;
    margin-bottom: 40px;
}

.responsive-slider .slide_content {
    position: relative;
    width: 100%;
    margin: 20% 0 0;
}

.slide_content_wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
    width: 100%
}

#slider_home .slide-image {
    position: absolute;
    overflow: hidden
}

#slider_home .caption {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

#slider_home .align-middle {
    margin: 0;
    position: absolute;
    top: 35%;
    z-index: 99999;
    width: 100%;
    left: 0
}

#slider_home .slide-text p {
    margin: 25px 0
}

#slider_home h1 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 70px;
    margin: 25px 0 0px 0;
}

#slider_home .btn {
    border: 1px solid rgba(255, 255, 255, .57);
    color: #fff;
    font-weight: 400;
    background: rgba(255, 255, 255, .12);
    padding: 0;
    margin: 10px;
    width: 140px;
    height: 45px;
    line-height: 42px;
    text-transform: uppercase;
    outline: 0;
}

#slider_home .btn {
    border-color: rgba(255, 255, 255, .12)
}

#slider_home .btn {
    background: rgb(231 24 92);
    border-color: #e81b57;
	color: #fff;
}

#slider_home .button-effect:before {
    background: rgba(8, 13, 25, .56)
}

#slider_home .btn:hover,
#slider_home .btn:hover:before {
    background: rgba(186, 198, 228, .33)
}

#slider_home .btn:hover {
    background: rgba(8, 13, 25, .56)
}

.menu-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 350px;
    margin-right: -350px;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 9999
}

.menu-wrap ul {
    padding: 0
}

.menu-wrap.menu-show {
    display: block;
    margin: 0
}

.page-content {
    position: relative;
    z-index: 22
}

.menu-wrap ul {
    list-style: none;
    padding: 40px
}

.menu-wrap ul li {
    border-top: 1px solid #ccc
}

.menu-wrap ul li a {
    padding: 20px;
    display: block;
    color: #4c4c4c;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

.menu-wrap ul li a i {
    float: left;
    margin: 4px 10px 0 0
}

.menu-wrap ul li a:hover {
    background: #142646;
    color: #fff;
    text-decoration: none
}

.menu-wrap .fb-messenger {
    padding: 25px;
    display: block;
    background: #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #4c4c4c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center
}

.menu-wrap .fb-messenger i {
    display: inline-block;
    font-size: 50px;
    color: #0d72b9
}

.menu-wrap .fb-messenger span {
    display: inline-block;
    font-size: 20px;
    padding: 0 0 0 25px;
    line-height: 25px
}

.toggle-close {
    display: none
}

.overlay-bg .toggle-close {
    display: block;
    content: '';
    background: rgba(23, 34, 53, .67);
    position: fixed;
    z-index: 222;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

.overlay-bg .toggle-close a {
    display: block;
    width: 100%;
    height: 100%
}

@media (min-width:1200px) {
    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none
    }
}

.toggle_menu {
    cursor: pointer;
    height: 40px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: .95;
    padding: 0!important;
    position: absolute;
    right: 10%;
    top: 55px;
    visibility: visible;
    width: 60px;
    z-index: 1002
}

#header.sticky .toggle_menu {
    top: 45px;
    margin-right: -10px
}

.toggle_menu {
    z-index: 1003
}

#header #navbarMain li {
    position: relative
}

.toggle_menu span,
.toggle_menu span:after,
.toggle_menu span:before,
.toggle_menu:before {
    background-color: #4c4c4c
}

.toggle_menu:hover span:before {
    top: -9px
}

.toggle_menu:hover span:after {
    top: 9px
}

.toggle_menu span,
.toggle_menu span:after,
.toggle_menu span:before,
.toggle_menu:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 25px
}

#header.sticky .toggle_menu span,
#header.sticky .toggle_menu span:after,
#header.sticky .toggle_menu span:before,
#header.sticky .toggle_menu:before {
    background-color: #333
}

#header.sticky .toggle_menu.toggle_menu_active span,
#header.sticky .toggle_menu.toggle_menu_active span:after,
#header.sticky .toggle_menu.toggle_menu_active span:before,
#header.sticky .toggle_menu.toggle_menu_active:before {
    background-color: #98e0ff
}

.toggle_menu span,
.toggle_menu:before {
    left: 15px;
    top: 50%
}

.toggle_menu span:before {
    opacity: 1;
    top: -8px
}

.toggle_menu span:after {
    opacity: 1;
    top: 8px
}

.toggle_menu.mobile-active {
    background-color: #5b83cd;
    border: none;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000
}

.toggle_menu.mobile-active:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.mobile-active span {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.mobile-toggle_menu_active span:after,
.toggle_menu.mobile-toggle_menu_active span:before {
    opacity: 0
}

.toggle_menu.toggle_menu_active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.toggle_menu_active span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.toggle_menu_active span:after {
    opacity: 0
}

#header.sticky .toggle_menu_active,
.toggle_menu_active {
    top: 195px;
    right: 380px
}

.toggle_menu.toggle_menu_active span,
.toggle_menu.toggle_menu_active span:after,
.toggle_menu.toggle_menu_active span:before,
.toggle_menu.toggle_menu_active:before {
    width: 50px!important
}

.toggle_menu.toggle_menu_active span:before {
    display: none
}

.social-flex {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 65%;
    -webkit-transform: translateY(-66%) translateX(-2%) rotate(90deg);
    -ms-transform: translateY(-66%) translateX(-2%) rotate(90deg);
    transform: translateY(-66%) translateX(-2%) rotate(90deg);
    z-index: 999999;
    color: #fdff84
}

.social-flex p.social-heading {
    font-size: 12px;
    letter-spacing: .4em;
    margin-bottom: 0;
    margin-right: 34px
}

.social-flex .social-icons {
    letter-spacing: 0
}

.social-flex .social-icons a {
    color: #fdff84;
    display: inline-block;
    margin: 0 5px
}

.social-flex .social-icons a {
    margin-left: 16px;
    opacity: .5
}

.social-flex .social-icons a:hover {
    opacity: 1;
    text-decoration: none
}

.progress_count {
    float: left;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.progress_count .container-fluid {
    position: relative;
    z-index: 22
}

.progress_count:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background:rgb(17, 121, 186);
    content: ''
}

.progress_count i {
    display: inline-block;
    font-size: 60px
}

.progress_count p {
    display: inline-block;
    padding: 0 0 0 15px;
    text-align: left;
    font-size: 12px
}

.progress_count p span {
    display: block;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px
}

.progress_count strong {
    font-weight: 400
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

#particle-canvas {
    width: 100%;
    height: 100%;
    position: absolute!important;
    z-index: 222;
    top: 0;
    left: 0;
    cursor: default;
    opacity: .5
}

.bg-particles {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999
}

#particle-canvas div {
    background: rgba(8, 7, 16, .63)!important
}

.overlay-bg {
    overflow: hidden
}


.mar-top-20 {
    margin-top: 20px
}


.mar-top-30 {
    margin-top: 30px
}

.pad-15{
	padding:5% !important;
}

.inner-content {
    float: left;
    width: 100%;
    padding: 50px 0
}

.inner-content h3 {
    text-align: left
}

.inner-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px
}

.about-text {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.content-block2 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f5fbff;
    background: linear-gradient(150deg, rgba(245, 251, 255, 1) 0, rgba(241, 249, 254, 1) 46%, rgba(245, 251, 255, 1) 100%)
}

.content-widget1 {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
}

.inner-content h4 {
    font-weight: 700
}

.content-widget1 h3 {
    font-size: 20px;
    color: #333
}

#banner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden
}

.banner-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../images/hero-5.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%)
}

.banner-img:before {
    content: '';
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 33;
    width: 100%;
    height: 100%
}

.banner-img:after {
    content: '';
   /*background: url(../images/bg.png) repeat center top;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    opacity: .5
}

.banner2 .banner-img:before {
    background-color: rgb(18 34 60);
}

.banner2 .banner-img:after {
    display: none
}

.banner-content {
    display: table;
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 222
}

.banner-content .vertical-middle {
    display: table-cell;
    vertical-align: middle
}

.banner-content h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase
}

.banner-content {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.banner-content p {
    font-size: 25px;
    line-height: 50px;
    font-family: Arapey, serif;
    font-weight: 400;
    color: #fafaff
}

.breadcrumb-links {
    margin: 25px 0
}

.breadcrumb-links li {
    display: inline-block;
    font-weight: 400;
    color: #fff
}

.breadcrumb-links a {
    margin-right: 5px;
    position: relative;
    color: #7db1ff
}

.breadcrumb-links li a:after {
    float: right;
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transition: .3s;
    transform: rotate(315deg);
    margin: 8px 5px 0 0
}

.inner-content h3 {
    text-transform: capitalize
}

#banner #particle-canvas {
    opacity: .1
}

#banner #particle-canvas div {
    background: #000!important
}

.frontend {
    height: 350px;
    border-radius: 2%;
    margin-top: 15px
}

.talk-about-business {
    float: left;
    width: 100%;
    padding: 25px;
    margin-bottom: 50px;
    background: #384447;
    border-radius: 10px;
    color: #fff
}

.talk-about-business h4 {
    padding: 0 0 10px 0;
    margin: 0
}

.talk-about-business p {
    margin: 0
}

.talk-about-business .btn-getintouch {
    border-color: #fff;
    padding: 12px 41px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    float: right;
    letter-spacing: normal;
    width: 100%;
    max-width: 180px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    outline: 0;
    border-radius: 0
}

.talk-about-business .btn-getintouch:hover {
    background-color: rgba(0, 0, 0, .4392156862745098);
    border-color: #ccc
}

@media (max-width:767px) {
    .talk-about-business {
        margin: 15px
    }
    .talk-about-business .btn-getintouch {
        margin-top: 15px;
        float: left
    }
}

.devlopment-block {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f3f3f3
}

.key-technologys {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
    padding: 35px 0;
    border-top: 1px solid #d2bfbf
}

.mt-15 {
    margin-top: 15px
}

.devlopment-block h4 {
    color: #33383a
}

.key-technologys h5 {
    font-size: 20px;
    color: #131212;
    margin: 10px 0 5px 0;
    font-weight: 700
}

.technology-1 {
    margin-top: 20px
}

.list1 {
    margin: 0;
    padding: 0 0 0 10px
}

.list1 li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.list1 li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border: solid #247bff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 6px
}

.mobile-development {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    background: #f7f7f7
}

.services-menu {
    float: left;
    width: 100%;
    padding: 50px 0 30px 0;
    background: #081e3d;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%)
}

.service-content {
    padding: 15px;
    clear: both;
    overflow: hidden;
    display: table;
    height: 100%
}

.services-menu h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 30px;
    font-weight: 700;
    text-transform: capitalize
}

.services-menu nav ul {
    padding: 0 0 0 30px;
    margin: 0;
    border: 0
}

.services-menu nav li {
    width: 100%;
    list-style: none;
    position: relative;
    border-top: 1px solid #2e6eef
}

.services-menu nav li:first-child {
    border: 0
}

.services-menu nav li a {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    border-left: 5px solid #4b4b4b;
    font-weight: 500
}

.services-menu nav li a:before {
    content: '';
    border: solid #acbdde;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transition: .3s;
    transform: rotate(315deg);
    margin: 8px 5px 0 0;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: .3s
}

.services-menu nav li a.active,
.services-menu nav li a:hover {
    background: #0076bd;
    border-color: #90a9dc;
    text-decoration: none
}

.container-inner {
    height: 100%;
	display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal
}

.service-content .vertical-middle {
    display: table-cell;
    vertical-align: middle
}

.service-content .btn {
    border-color: #000;
    padding: 12px 41px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: normal;
    width: 100%;
    max-width: 180px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    outline: 0;
    border-radius: 0;
    background: #4c4c4c
}

.service-content .btn:hover {
    background-color: rgba(0, 0, 0, .4392156862745098);
    border-color: #ccc
}

.banner-mobdev {
    background: #f7f7f7
}

@media(max-width:768px) {
    .service-content {
        padding: 50px 0
    }
}

.mobile-development .tab-content {
    height: 100%
}

.mobile-development .tab-content>.tab-pane {
    height: 100%
}

.industries-list {
    float: left;
    width: 100%
}

.industrie-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.industrie-item figure {
    overflow: hidden;
    margin: 0;
	border-radius: 6px;
}

.industrie-item figure img {
    border-radius: 20px;
    display: block;
    transition: .2s
}

.industrie-item .item-text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 20px
}

.industrie-item:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.industrie-item .more-link {
    float: right;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: 30px;
    text-align: center
}

.industrie-item .more-link:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transition: .3s;
    transform: rotate(315deg);
    content: '';
    margin: 17px 0 0 17px;
    float: left
}

.industrie-item h2 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
}

.industrie-item .more-link:hover {
    background: rgba(255, 255, 255, .52)
}

.industrie-item .more-link:hover:before {
    border-color: rgba(255, 255, 255, .52)
}

.industrie-item div {
    width: 75%
}

.industrie-item img {
    border-bottom: 0
}

.industrie-item:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1.8s
}

.clients {
    padding: 0;
    list-style: none
}

.clients .industrie-item {
    float: left;
    width: 100%;
    border-radius: 0
}

.clients .industrie-item figure img {
    border-radius: 0
}

.clients .item-text {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center
}

.clients .item-text div {
    display: table-cell;
    vertical-align: middle
}

.clients .industrie-item h4 {
    text-transform: capitalize
}

.clients .industrie-item:before {
    border-radius: 0
}

.clients .industrie-item span {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.clients .industrie-item:before {
    transition: 1s
}

.clients .industrie-item:hover:before {
    opacity: .7
}

.clients .industrie-item:hover .item-text {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1.8s
}

.clients .industrie-item .item-text span:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(315deg);
    content: '';
    margin: 12px 0 0 7px;
    display: inline-block
}

.client_info{
	color: #565656;
    text-decoration: none;
    padding-bottom: 24px;
    transition: all .15s ease;
}

.breadcrumb-nav2 {
    list-style: none;
    float: right;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #404546
}

.breadcrumb-nav2 li {
    float: left
}

.breadcrumb-nav2 li a {
    float: left;
    padding: 15px 10px;
    color: #fff
}

.clearfix1 {
    clear: both;
    overflow: hidden
}

.breadcrumb-nav2 li.active {
    color: #fff
}

.clients .industrie-item:hover .client-name {
    display: none;
    transition: 1.8s
}



.contact-page {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0
}

.contact-page h4 {
    margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 30px;
    color: #000
}

.contact-text {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #484848
}

.contact-text i {
    float: left;
    margin: 5px 0 0 0
}

.contact-text span {
    float: left;
    padding: 0 0 0 20px
}

.contact-text a {
    color: #484848;
    text-decoration: underline
}

.contact-text a:hover {
    text-decoration: none
}

.contact-page .form-control {
    padding: 25px 15px;
    border-radius: 0;
    border-color: #d8d8d8
}

.contact-page textarea.form-control {
    height: 150px;
    resize: none
}

.contact-page .btn {
    border-radius: 0;
    padding: 10px 15px
}

.contact-locations {
    float: left;
    width: 100%;
    padding: 50px 0
}

.contact-locations {
    background: url(../images/contact-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

.contact-locations:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(22, 115, 254, .65);
    width: 100%;
    height: 100%;
    content: ''
}

.contact-locations p {
    margin: 0 0 10px 0
}

.contact-locations h2 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 50px 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .78)
}

.contact-locations .location {
    background: rgba(255, 255, 255, .75);
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    color: #333;
    -moz-box-shadow: 0 10px 35px 5px rgba(31, 24, 24, .42);
    -webkit-box-shadow: 0 10px 35px 5px rgba(31, 24, 24, .42);
    box-shadow: 0 10px 35px 5px rgba(31, 24, 24, .42);
    margin-bottom: 25px;
    padding-bottom: 0;
    min-height: 260px
}

.contact-locations strong {
    font-weight: 700
}

.contact-locations h3 {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 15px 0;
    color: #c53636
}

.location-text1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 5px 25px;
    font-size: 18px;
    line-height: 28px
}

.location-text1 i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
    color: #1470ff
}

.location-text1 span {
    float: left
}

.footertxt {
    color: #fff;
    text-align: justify;
    font-size: 13px
}

.contact_list {
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding-left: 0
}

.contact_list i.fa,
.contact_list i.fab,
.contact_list i.fas {
    padding-right: 12px
}

.pad-lef {
    padding-left: 27px
}

.contact {
    padding-bottom: 12px
}

.list-inline {
    text-align: center
}

.list-inline li a {
    color: #ccc;
    font-size: 15px;
    line-height: 2.2em
}

.touch {
    border:1px solid #fff;
    padding: 12px 41px;
    color: #0076bd !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    float: right;
    letter-spacing: normal;
    width: 200px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 15px 0 0 0;
	background:#fff;
	
}

.touch:hover{
	background:#0076bd;
    color: #fff !important;
	border:1px solid #fff;
}

.consult{
	color: #f1f10a!important	;
    font-size: 25px!important;
    margin-bottom: 20px;
}

.chooseus{
    color: #fff;
    margin-bottom: 30px;
}

.mar-lef-10{
	margin-left:10px;
}
.case-tags-blue a{
	color: #0076bd;
    background-color: #f0f2fa;
    padding: 5px 15px;
    border-radius: 6px;
	text-decoration:none;
}

.case-tags-blue a:hover {
    background-color: #e1e6f5;
}

.case-tags-red a{
	color: #e63b60;
    background-color: #fcebef;
    padding: 5px 15px;
    border-radius: 6px;
	text-decoration:none;
}

.case-tags-red a:hover {
       background-color: #f7c4cf;
}

.case-tags-gray a{
	color: #3b671f;
    background-color: #d4dec7;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.case-tags-gray a:hover {
    color: #fafafa;
    background-color: #565656;
}

.mar-top-5{
	margin-top:5%;
}