@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('icofont.css');
@import url('meanmenu.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'OpenSans-Regular';
    font-weight: 400;
    background: #fff;
    overflow-x:hidden;
}

body.gray-bg {
    background: #f9f9f9;
}
strong{
    font-family: 'OpenSans-Semibold';
}
* {
    outline: none !important;
}

a{
    cursor: pointer;
}
h1 {
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h2 {
    font-family: 'OpenSans-Semibold';
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

h3,
h4,
h5,
h6 {
    font-family: 'OpenSans-Semibold';
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

p.small,
a {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}
.p-4em{
    padding: 4em 0em 5em !important;
}
.section-padding {
    padding: 110px 0;
}
.section-padding-top {
    padding: 110px 0 0;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding-80 {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 80px;
    text-align: center;
}

.section-header h2 {
    margin-bottom: 20px;
    line-height: .8;
    display: inline-block;
}

.section-header h2:after {
    content: '';
    position: absolute;
    top: 7%;
    right: 90px;
    width: 80px;
    height: 2px;
}


.boxed-btn {
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 15px 40px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
}

.boxed-btn i {
    margin-left: 10px;
}

.boxed-btn:hover {
    background: #fff;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #0565b2
}

.loader {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.loader:before,
.loader:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.loader:before {
    -webkit-animation: animate 2s infinite linear;
    animation: animate 2s infinite linear;
}

.loader:after {
    -webkit-animation: animate2 2s infinite linear;
    animation: animate2 2s infinite linear;
}

@-webkit-keyframes animate {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes animate {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

#header-top {
    color: #fff;
    padding: 10px 0 50px;
    font-size: 14px;
    background: #0565b2;
    font-family: 'OpenSans-Regular'
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0px 5px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
}

.header-social li a:hover {
    color: #eee;
}

#header-top a {
    font-size: 15px;
    color: #fff;
}
#header-top a i{
    font-size: 16px
}
.email,
.header-social {
    position: relative;
    padding-right: 25px;
}

.address,
.phone {
    padding-left: 25px;
}

.email:after{
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    height: 24px;
    width: 0px;
    border: .5px dashed #fff;
}

header {
    position: relative;
    /*overflow: hidden;*/
}

.navbar-area {
    /*background: url(../img/navbarbg.png) no-repeat;*/
    background-position: top left;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -35px;
    width: 100%;
    z-index: 555;
    /*min-height: 128px;*/
    /*background: #fff;*/
}


/* logo */

.logo a {
    display: inline-block
}

header .logo {
    padding: 10px 35px;
}
header .logo img{
    width:125px;
}

nav {
    margin: 13px -60px 13px 0;
    position: relative;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.main-menu ul li a {
    padding: 10px 15px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'OpenSans-Semibold'
}
.main-menu ul li.active a,
.main-menu ul li a:hover {
    color: #e47b27 !important;
}

.main-menu ul li ul li:hover:before {
    color: #e47b27;
}

.main-menu ul li.active ul li a:hover { 
    color: #e47b27 !important;
}

.main-menu ul li a:after,
.main-menu ul li a:before {
    border-color: #0565b2 !important;
}


.mean-container a.meanmenu-reveal {
    border-color: #0565b2;
    color: #0565b2;
}

.mean-container a.meanmenu-reveal span {
    background-color: #0565b2;
}

.mean-container .mean-nav {
    background: #0565b2;    
}

/* Submenu*/

.main-menu ul li.active ul li a {
    color: #6a7d92 !important;
}

.main-menu ul li.active ul li a {
    color: #6a7d92 !important;
}

.main-menu ul li ul {
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 1px solid #ddd;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.main-menu ul li:hover ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu ul li ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.main-menu ul li ul li a {
    padding: 8px 15px 8px 25px;
    text-transform: capitalize;
}

.main-menu ul li ul li:before {
    position: absolute;
    content: '\f105';
    font-family: 'fontAwesome';
    left: 14px;
    top: 7px;
    font-weight: 500;
    color: #6a7d92;
}


/* Before after */

.main-menu ul li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    top: 16px;
    left: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .2s;
    transition: .2s;
}

.main-menu ul li a:hover:after {
    top: 8px;
    left: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    bottom: 16px;
    right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-menu ul li a:hover:before {
    bottom: 8px;
    right: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 8px;
    left: 0px;
}

.main-menu ul li.active a:before {
    bottom: 8px;
    right: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li ul li a:after,
.main-menu ul li ul li a:before {
    display: none;
}


/* Sticky */

div#sticky-wrapper {
    height: 0 !important;
}

div#sticky-wrapper.is-sticky .sticky-nav {
    background: #fff !important;
    background-image: none;
    min-height: 80px;
    box-shadow: 0px 0 1px rgba(0, 0, 0, .2);
}

.is-sticky .sticky-nav {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.collapse.show {
    padding: 15px;
}


/* Mean menu */

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 23px 0px 0px;
    position: absolute;
    left: 0;
    width: 100%;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 17px;
    margin-right: 20px;
    padding: 4px 5px;
    position: absolute;
    top: -90px;
}

.mean-container .mean-nav {
    margin-top: -14px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}


/* Right Nav */

.header-right-bar {
    text-align: right;
}

.header-right-bar ul li {
    display: inline-block !important;
    margin: 28px 0;
}

.header-right-bar ul li a {
    padding: 0 10px 0;
}

a.book-now {
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 10px 4px !important;
    margin-left: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

a.book-now:hover {
    color: #fff;
}

a.book-now i {
    padding-right: 8px;
}

.boxed-btn {
    background: #0565b2;    
}

.boxed-btn:hover {
    color: #fff; 
    background: #e47b27;   
}
.header-slider {
    color: #fff;
}

.header-single-slider figure {
    position: relative;
    display: inline-block;
}

.header-single-slider figure img {
    display: block;
    margin: 0;
}

.header-single-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}

.header-single-slider .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) repeat;
    z-index: -1;
}

.header-single-slider .container.inner-content {
    width: 50%;
    margin-left: 100px;
}
.header-single-slider .container.inner-content p{
    font-size: 16px;
}
.header-single-slider .container.inner-content.text-center {
    margin: 0 auto;
}

.header-single-slider .container.inner-content.text-right {
    margin-right: -200px;
}

.header-slider h1,
.header-slider p {
    margin-bottom: 30px;
}

.header-slider p {
    color: #fff;
}

.header-slider .owl-nav {
    display: block;
}

.header-slider .owl-next,
.header-slider .owl-prev {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #0565b2;
    border-radius: 100px;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
    font-size: 25px;
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
    background: #e47b27;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
}

.header-slider .owl-prev {
    left: -200px;
    visibility: hidden;
    color:#fff;
}

.header-slider:hover .owl-prev {
    left: 50px;
    visibility: visible;
}

.header-slider .owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 50px;
    visibility: visible;
}

.gallery{
    padding:25px 0px 40px !important;
}
.services-inner p{
    padding-bottom:10px;
}
.services-inner strong{
    font-size: 18px;
}
.services-inner ul{
    padding-top:5px;
}
.services-inner ul li{
    margin-left: 10px;
    font-size: 13.5px;
    padding-bottom: 5px;
}
.services-inner ul li .fa{
    width:25px;
    height: 25px;
    line-height: 25px;
    float:left;
}
.services-inner{
    padding:4em 0em 5em;
    color:#333;
}
.services-inner img{
    width:100%;
}
.services-inner h3{
    color: #e47b27;
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
}
.services-inner h3:after{
    content:'';
    position: absolute;
    width:70px;
    height: 2px;
    background-color: #e47b27;
    left:0px;
    bottom: 0px;
}
.services-inner p{
    text-align: justify;
}
.services{
    padding:25px 0px 40px;
    text-align: center;
    color:#333;
}
.services .heading, .gallery .heading{
    display: block;
    margin-bottom: 35px;
    padding: 0px
}
.services h3, .gallery h3{
    font-size: 18px;
    font-family: 'OpenSans-Semibold';
    margin:15px 0px 10px;
    /*height: 28px;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services p, .gallery p{
    font-size: 13.5px;
    line-height: 20px;
}
.services p{
    margin-bottom: 18px
}
.read-more{
    color: #fff;
    border: none;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 12px;
    background: #0565b2;
    font-family: 'OpenSans-Semibold';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}

.read-more:hover{
    color:#fff;
    background-color: #e47b27;
    border: 1px solid #e47b27;
}

.pricing{
    padding: 30px 0px 70px;
    text-align: center;
    color:#333;
}
.pricing .heading{
    display: block;
    margin-bottom: 35px;
}

.pricing-plans {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;
    flex-wrap: wrap;
}

.pricing-plans li {
    flex: 1;
}

.pricing-content {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    position: relative;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pricing-plans li:nth-child(2) {
    z-index: 2;
}

.pricing-content.p-extra,
.pricing-content:hover {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    cursor: pointer;
}

.pricing-plans li:last-child {
    margin-right: 0;
}

.heading-top{

    font-weight: 900;
    font-size: 30px;
    line-height: 43px;
    padding-bottom: 15px;
}


.price-head {
    padding: 20px;
    padding-bottom: 0;
    background: #eceded;
    position: relative;
    z-index: 1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.price-head::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -31%;
    left: -10%;
    right: -10%;
    background: #eceded;
    z-index: -1;
}

.price-head span {
    display: block;
    text-align: center;
}

.plan_icon {
    font-size: 48px;
    line-height: 1;
}

.plan {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5
}

.pcontent {
    padding: 78px 20px 20px;
}

.ptitle.plan-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.duration {
    text-transform: capitalize;
    font-size: 16px;
    font-style: italic;
    line-height: .5;
}

.plan-f {
    text-align: center;
    padding: 0 0 20px 0;
}

.plan-f li {
    padding-bottom: 5px;
}

.plan-f li:last-child {
    padding-bottom: 0;
}

.selectplan {
    padding: 10px 0 15px;
    text-align: center;
}

.selectplan a {
    display: inline-block;
    padding: 12px 28px;
    text-transform: uppercase;
    line-height: 1.4;
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
    background: #0565b2;
    color: #fff;
}

.selectplan a:hover,
.pricing-content:hover .selectplan a {
    background: #e47b27;
    transform: scale(.95);
}

.pricing-content.p-extra .price-head,
.pricing-content.p-extra .price-head::after {
    background: #0565b2;
    color: #fff;
}



.gallery-page-section{
    position:relative;
    padding: 4em 0em;
}

/* Gallery Block Three */

.gallery-block{
    position:relative;
    margin-bottom: 30px;
}

.gallery-block .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
}

.gallery-block .image-box{
    position:relative;
    display:block;
    margin-bottom: 0px;
}

.gallery-block .image-box img{
    position:relative;
    display:block;
    width:100%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid #ddd;
}

.gallery-block .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
}

.gallery-block .overlay-box:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(5, 101, 178, 0.86);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before{
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box{
    opacity:1;
}

.gallery-block .inner-box .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.gallery-block .inner-box .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.gallery-block .inner-box .overlay-inner .link{
    position:relative;
    font-size:28px;
    color:#ffffff;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .icon{
    position:relative;
}

.gallery-page-section .btn-box{
    margin-top:30px;
}



.features {
    background-image: url(../img/about_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 0;
    overflow: hidden;
}

.feature-img {
    padding: 200px 0;
}

.list-f {
    padding-top: 30px;
}
.list-f .tp_meduim_icon.icon_circle .tp_it_icon {
    border: 1px solid #fff;
    border-radius: 0;
}
.list-f .ptitle {
    text-transform: capitalize;
    font-weight: 600;
}

.f-details p {
    margin-top: 14px;
}
.f-details .ptitle {
    font-weight: 500;
    text-transform: capitalize;
}
.features-content {
    background-color: #212121;
    position: static;
}

.feature-block {
    padding: 80px 0 110px 40px;
    position: relative;
    z-index: 9;
    height: 100%;
    color:#fff;
}
.feature-block p{
    color:#fff;
}
.feature-block::before {
    content: "";
    position: absolute;
    width: 146%;
    height: 100%;
    background: #0565b2;
    z-index: -1;
    bottom: 0;
    left: -15px;
}

.list-f li {
    padding-bottom: 30px;
}

.list-f li:last-child {
    padding-bottom: 0;
}

.f-content .list-f li {
    padding-bottom: 20px;
}

.f-content .list-f li:last-child {
    padding-bottom: 0;
}

.f-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    background: #ff8034;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}

.f-details {
    overflow: hidden;
}



.extra{
    background: #0565b2;
    padding: 50px 0px;
    color: #fff;
}
.extra h1{
    font-size: 25px;
}
.extra .request{
    font-family: 'OpenSans-Semibold';
    color: #0565b2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 8px 16px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 0;
    cursor: pointer;
    border: 1px solid #0565b2;
    background: #fff;
    margin-left: 30px;
    position: relative;
    top: -5px;
}
.extra a{
    color:#fff;
}
.extra p{
    padding-top: 15px;
}
.extra strong{
    font-family: 'OpenSans-Semibold';
    font-size: 20px;
}


.footer{
    padding: 10px 0px;
}
.footer-padding{
    padding:60px 0px ;
}
.footer .col-md-4{
    float:left;
}
.footer .block1 h2{
    font-weight: 900;
    font-size: 34px;
    line-height: 43px;
}
.footer .block1 h2 em {
    position: relative;
    font-style: normal;
    color: inherit;
}
.footer .block1 h2 em::after {
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    height: 12px;
    background: #0565b2;
    position: absolute;
    z-index: -1;
}
.footer .block1 p{
    padding: 25px 0px 15px;
    font-size: 15px;
    color: #333;
}
.footer .block1 ul li {
    display: inline-block;
}
.footer .block1 ul li a {
    width: 40px;
    display: inline-block;
    height: 40px;
    color: #0565b2;
    border: 2px solid #0565b2;
    line-height: 40px;
    text-align: center;
    margin: 0 0 5px 3px;
    border-radius: 50%;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.footer .block1 ul li a:hover {
    background: #e47b27;
    border: 2px solid #e47b27;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #fff;
}
.footer address{
    padding-left:50px;
}
.footer address, .footer .subscribe{
    padding-top: 50px;
    color: #333;
    font-size: 14px;
}
.footer address h4{

}
.footer address p, .footer .subscribe p{
    font-size: 14px;
    color:#333;
}
.footer address ul, .footer .subscribe form{
    margin-top:20px;
}
.footer address ul li{
    margin-bottom: 5px
}
.footer address ul li a{
    color: #333;
}
.footer .subscribe input {
    height: 40px;
    background: #fff;
    padding: 15px;
    width: 65%;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.footer .subscribe .boxed-btn {
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 7px 16px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 0;
    cursor: pointer;
    border: 1px solid #0565b2;
    background: #0565b2;
}
.footer .subscribe .boxed-btn:hover{
    background: #e47b27;
    border: 1px solid #e47b27;
}
.footer-links {
    padding: 10px;
    background: #eceded;
}
.footer-links li {
    display: inline-block;
}
.footer-links li a {
    padding: 10px 15px;
    font-family: 'OpenSans-Semibold';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #333;
}
.footer-links li a:hover {
   color: #e47b27;
}
.copyright {
    padding: 25px 0 15px;
    overflow: hidden;
}
.copyright p{
    padding: 0 5px;
    font-size: 13px;
}
.copyright ul li {
    display: inline-block;
}
.copyright ul li a {
    padding: 0 6px;
    font-size: 13px;
    color: #333;
    border-right:1px solid #d8d8d8;
}
.copyright ul li:last-child a{
    border-right:0px solid #d8d8d8;
}

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #fff;
    z-index: 888;
    background-color: #0565b2;
    border-color: #0565b2;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
}
.scrollup:hover{
    color:#fff;
    background-color: #e47b27;
}

.top-banner{
    position: relative;
    background-image: url(../img/top.jpg);
    padding: 90px 0px 90px;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    bottom: 60px;
    width: 65%;
    background-color: rgba(0,0,0,0.60);
}
.top-banner h1 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'OpenSans-Regular';
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
}
.top-banner .page-breadcrumb {
    position: relative;
}
.top-banner .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'OpenSans-Semibold';
}
.top-banner .page-breadcrumb li a {
    color: #ffffff;
    font-weight: 400;
}
.top-banner .page-breadcrumb li.arrow:after {
    position: absolute;
    content: '\f105';
    right: -4px;
    top: 0px;
    color: #ffffff;
    font-family: 'FontAwesome';
}
.top-banner .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    color: #009dea;
}
#contact-form{
    margin-bottom: 20px;
}
.contact-section{
     font-family: 'OpenSans-Regular';
}
.contact-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333333;
    font-family: 'OpenSans-Semibold';
    margin: 0 0 20px;
    line-height: 26px;
}
#contact-form input[type="text"], #contact-form textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    outline: none;
    color: #888888;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#contact-form input[type="text"]:focus, #contact-form textarea:focus {
    border:1px solid #0565b2;
    outline :0px;
    box-shadow: none;
}
#contact-form .col-md-4, #contact-form .col-md-12{
    padding-left: 0px;
    float:left;
}
#contact-form textarea{
    height: 146px;
}
#contact-form input[type="submit"]{
    color: #fff;
    border: none;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 30px;
    background: #0565b2;
    font-family: 'OpenSans-Semibold';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   display: block;
   cursor: pointer
}
#contact-form input[type="submit"]:hover{
    background-color: #e47b27;
}
.contact-section p {
    margin-bottom: 30px;
}
.contact-info, .contact-info p{
    font-size: 14px;
}
.contact-section ul.information-list{
    margin:0px;
    padding: 0px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.contact-section ul.information-list li i {
    float: left;
    color: #0565b2;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    width: 40px;
}
.contact-section ul.information-list li span {
    display: block;
    margin-bottom: 0px;
    margin-left: 60px;
    color: #333333;
    line-height: 22px;
}
@media(max-width:1199px){
    .footer .subscribe .boxed-btn{margin-top:10px;}
}
@media(max-width:1024px){
    .extra{
        text-align: center;
        padding: 50px 20px;
    }
    .extra .request{
    display: table;
    margin: 15px auto 0px;
    float: none;
}
.header-slider h1{font-size: 25px;}
}
@media(max-width:991px){
    .mean-container .mean-nav{margin-top:-24px;}
    .footer .subscribe input{width:100%;}
    .footer address{padding-left:0px;}
}

@media(max-width:767px){
    .services-inner img{margin-bottom: 20px;}
    .header-slider .owl-next, .header-slider .owl-prev{top:42%;}
    .header-single-slider .content{display: none !important}
    .header-single-slider h1{font-size: 25px !important;text-align: center !important}
    .header-single-slider .content p, .header-single-slider .content .boxed-btn{display: none !important;}
    .footer address, .footer .subscribe {
    padding-top: 20px;}
    .footer-links li a {padding: 3px 8px;font-size: 13px;}
    .footer .subscribe input{width:65%;}
    .container{max-width:100%;}
    header .logo {padding: 10px 5px !important;}
    .p-4em {padding: 2em 0em 2em !important;}
    .services .col-md-3{margin-bottom: 20px;}
    .top-banner h1{font-size: 30px;margin-bottom: 0px;height: 35px;}
}
@media (max-width: 576px){
    
    .top-banner {padding: 90px 0px 60px;}
    .top-banner:before {top: 82px;bottom: 50px;}
    .services img{width: 100%;}
}