
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600&display=swap');


body{
	margin:0px;
	padding: 0px;
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	color: #111;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
}
input[type='text'], input[type='submit'] {
	border: none;
    font-family: 'Poppins', sans-serif;
}
input[type='submit'] {
	-webkit-appearance: none;
}
p {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #333;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h1,h2,h3{
	margin-bottom: 10px;
}

img{
	max-width: 100%;
}

a{
	transition: all .3s ease;
	text-decoration: none !important;
}
a:focus{
	outline: none !important;
}

input, textarea{
	width: 100%;
	border: solid 1px #ccc !important;
	padding: 15px 25px;
	font-size: 15px;
	margin-bottom: 15px;
	color: #111;
}
input:focus, textarea:focus, button:focus{
	outline: none;
	border: none;
	box-shadow: none;
}
textarea{
	height: 190px;
	resize: none;
}

.pad-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad-0{
	padding: 0px;
}
.mar-top-15{
	margin-top: 15px;
}
.mar-top-20{
	margin-top: 20px;
}
.mar-top-30{
	margin-top: 30px;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.owl-carousel .owl-nav{
	margin: 0px;
}
.owl-carousel .owl-nav button{
	width: 50px;
	height: 50px;
	border: none;
	padding: 0;
	box-shadow: 0 0px 4px 0 rgba(0,0,0,0.21);
	background-size: 10px !important;
}
.owl-carousel .owl-nav button span{
	display: none;
}
.owl-carousel .owl-nav button.owl-next{
	background: rgba(255, 255, 255, 0.85) url(../images/right-arrow.png) no-repeat center;
}
.owl-carousel .owl-nav button.owl-prev{
	background: rgba(255, 255, 255, 0.85) url(../images/left-arrow.png) no-repeat center;
}
.owl-carousel.middle-ctrl .owl-nav button{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-next{
	right: 35px;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-prev{
	left: 35px;
}


.color-button {
    background-color: #158d44;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 13px 30px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-block;
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
}
.color-button:hover{
	background-color: #0e1a3e;
	color: #fff;
}
.color-button.outline{
	background-color: transparent;
	border: solid 1px #158d44;
	color: #158d44;
	padding: 12px 30px;
}
.color-button.small{
	padding: 10px 22px;
    letter-spacing: .5px;
    font-size: 12px;
    margin-top: 10px;
}


.underlines {
    position: relative;
    display: inline-block;
    margin-bottom: 20px !important;
}
.underlines:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #158d44;
    display: block;
    position: absolute;
    bottom: -6px;
}
.underlines:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #158d44;
    display: block;
    margin-top: 7px;
}
.heading{
	max-width: 600px;
	width: 100%;
	margin: 0 auto 45px;
}
.heading h2{
	font-size: 30px;
	font-weight: 600;
}
.heading p{
	font-size: 16px;
}
.heading.text-center .underlines:before{
	transform: translateX(-50%);
	left: 50%;
}
.heading.text-center .underlines:after {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #158d44;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

header {
    padding: 13px 0px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(36,39,44,0.1);
    position: relative;
    z-index: 99;
    border-top: solid 3px rgba(21, 141, 68, 0.74);
}
header .logo {
    max-width: 130px;
    width: 100%;
    transition: all .3s ease;
}
header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    border: none;
	z-index: 99;
	width: 100%;
	left: 0;
}
header.fixed *{
	color: #333;
}
header.fixed .wsmenu-list {
    margin: 0;
}
header .callToday {
    color: #1c3982 !important;
    font-size: 26px !important;
    text-align: right;
    text-transform: inherit !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    margin: 2px 0 2px 35px !important;
    letter-spacing: 0 !important;
}
header .callToday span{
	display: block;
    font-size: 16px;
    color: red;
}
header .callToday span i{
	margin-right: 5px;
	vertical-align: middle;
}


.banner-sec{
	position: relative;
}
.banner-sec .item::after{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-sec figcaption{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 20%;
	right: 20%;
	z-index: 9;
}
.banner-sec figcaption p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .5px;
    margin-bottom: 35px;
}
.banner-sec figcaption h1 {
    color: #fff;
    font-size: 68px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    margin-top: 0;
}
.banner-sec figcaption h1 span{
	font-weight: 800;
}



.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0px;
}
.breadcrumb li a{
	font-weight:500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 13px; 
	letter-spacing: .5px;
}
.breadcrumb .active {
    color: #ccc !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}


.threeBlock {
    background-color: #158d44;
}
.threeBlock .content{
	margin-top: 20px;
}
.threeBlock .content h3{
	font-size: 18px;
	font-weight: 500;
}
.threeBlock .heading h2, .threeBlock .heading p, .threeBlock .content h3{
	color: #fff;
}
.threeBlock .underlines::after, .threeBlock .underlines::before{
	background-color: #fff;
}
.threeBlock .content p{
	line-height: 23px;
	color: #eee;
}
.threeBlock .content .color-button{
	background-color: #fff;
	color: #333 !important;
}
.threeBlock .content .color-button:hover{
	background-color: #0b193d;
	color: #fff !important;
}


.aboutSec .img-wrap{
	position: relative;
}
.aboutSec .img-wrap img{
	width: 100%;
}
.aboutSec .img-wrap::after{
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.aboutSec h3 {
    font-weight: 500;
    font-size: 23px;
    margin-top: 20px;
}
.popup-video {
    height: 80px;
    width: 80px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    transition: .3s;
    color: #158d44 !important;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 5;
}
.popup-video .fa{
	margin-left: 5px;
}
.popup-video::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}


.visionSec {
    background: #f2f4fb url(../images/pattern.png) no-repeat center;
    background-size: cover;
}
.visionSec .img-wrap{
	max-width: 200px;
	width: 100%;
	float: left;
	margin-right: 15px;
}
.visionSec h3{
	font-size: 22px;
}

.serviceSec{
	position: relative;
	background: #ccc url(../images/service-block.jpg) no-repeat center;
	background-size: cover;
	padding: 90px 0px;
	width: 100%;
}
.serviceSec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.serviceSec .content{
	max-width: 500px;
	padding: 50px;
	background-color: #fff;
	text-align: center;
	float: right;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}
.serviceSec .content h2{
	font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.serviceSec .content p {
    font-size: 16px;
    margin-bottom: 15px;
}



.gallerySec{
	background: #f2f4fb url(../images/pattern.png) no-repeat center;
	background-size: cover;
}
.grid-gallery .gridItem{
	background-color: #666;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 576px;
	margin-bottom: 7px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.grid-gallery .gridCol:nth-child(1) .gridItem, .grid-gallery .gridCol:nth-child(3) .gridItem{
	height: 184px;
}
.grid-gallery .gridCol:nth-child(2) .gridItem{
	height: 380px;
}
.grid-gallery .row{
	margin-left: -7px;
	margin-right: -7px;
}
.grid-gallery [class*='col']{
	padding-left: 7px;
	padding-right: 7px;
}
.gridCaption{
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.73);
	color: #333;
	z-index: 9;
	padding: 20px;
	opacity: 0;
	transition: all .3s ease;
}
.grid-gallery .gridItem:hover .gridCaption{
	opacity: 1;
}
.gridCaption .middle{
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
}
.gridCaption h3{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
.gridCaption .zoom-ico{
	width: 25px;
	height: 25px;
	background: url(../images/zoom-black.png) no-repeat center;
	margin: 0 auto;
	background-size: 25px;
}



.chooseSec{
	position: relative;
}
.chooseSec .heading{
	margin-bottom: 50px;
}
.chooseSec .heading p{
	width: 80%;
	margin: 0px auto;
}
.chooseSec .chooseWrap {
    padding: 75px 15px 85px;
}
.chooseSec::before {
    background: url(../images/chooseimg.jpg) no-repeat center;
    background-size: cover;
    width: 30%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}
.chooseSec h3 {
    font-size: 18px;
    margin: 20px 0px 15px;
}
.chooseSec img{
	width: 60px;
}



.inner-section{
	padding: 170px 0px 50px 0px;
}
.inner-banner{
	width: 100%;
	position: relative;
}
.inner-banner-img{
	min-height: 370px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-title{
	max-width: 490px;
	width: 90%;
	height: 220px;
	background-image: url(../images/banner-title-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 255px;
}
.banner-title .middle{
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}
.banner-title h1{
	color: #fff;
	font-size: 35px;
	margin: 0px;
}



.tabber-content{
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.tabber-detail {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.87);
    max-width: 450px;
    width: 100%;
    padding: 40px 50px;
    right: 55px;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
}
.tabber-content h3 {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 15px;
}



.gallery .itemWrap{
	display: inline-block;
	margin: 15px 0px;
}
.gallery .imgouter{
	position: relative;
}
.gallery .itemWrap .overlay {
    background-color: rgba(11, 25, 61, 0.65);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.gallery .itemWrap:hover .overlay{
	opacity: 1;
}
.gallery .itemWrap .zoomIco{
	width: 31px;
	height: 31px;
	background: url(../images/zoom.png) no-repeat center;
	margin: 0 auto 20px auto;
	display: table;
}
.gallery .itemWrap .playIco{
	width: 64px;
	height: 64px;
	background: url(../images/play.png) no-repeat center;
	margin: 0 auto;
	display: table;
}
.gallery .itemWrap .middle{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 25px;
	right: 25px;
	text-align: center;
}
.gallery .itemWrap .middle p {
    color: #fff;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.28);
    padding: 3px 15px;
    display: inline-block;
    border-radius: 3px;
}

.contact-sec{
	margin-top: 25px;
}
.location-address{
	position: absolute;
	left: 40px;
	background-color: #fff;
	padding: 10px 20px;
	z-index: 9;
	transform: translateY(-50%);
    top: 50%;
}
.location-address p{
	color: #525252;
}
.location-address a {
    color: #525252;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}
.location-address a:hover{
	color: #158d44;
}
.location-address h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
}
.location-address strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
.contactImg {
    position: relative;
    background: #ccc url(../images/contact.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 475px;
}


footer{
	padding: 60px 0px;
	background: #0b193d;
}
footer p{
	color: #fff;
}
footer .socialMedia{
	float: right;
}
footer .socialMedia li{
	display: inline-block;
}
footer .socialMedia li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #1c3982;
    color: #fff;
    border-radius: 50%;
    margin: 2px;
    font-size: 15px;
}
footer .socialMedia li a:hover{
	background-color: #158d44;
}
footer strong {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 600;
}
footer .call{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
footer .call img {
    margin-right: 10px;
}
footer .footLinks li{
	display: inline-block;
}
footer .footLinks li a {
    display: inline-block;
    margin-right: 12px;
    color: #ddd;
    font-size: 14px;
    padding: 3px 0px;
}
footer .footLinks li a:hover{
	color: #158d44;
}
footer span{
	display: inline-block;
	color: #ddd;
	font-size: 13px;
}
footer hr {
    border-top: 1px solid #31384c;
    margin: 30px 0px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    right: 1px;
    z-index: 99;
}
.scroll {
    position: absolute;
    right: 40px;
    bottom: 70px;
    background: #6d6d6d url(../images/to-top.png) no-repeat center;
    background-size: 18px;
    width: 35px;
    height: 42px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background-color: #158d44;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}



@media (max-width: 1366px) {

.chooseSec::before {
    width: 25%;
}

}


@media (max-width: 1199px) {

.chooseSec::before {
    width: 22%;
}

.banner-sec figcaption h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
.banner-sec figcaption p {
    font-size: 18px;
    margin-bottom: 20px;
}
.color-button {
    padding: 12px 22px;
    font-size: 12px;
}
.heading h2 {
    font-size: 25px;
}
.heading p {
    font-size: 14px;
    line-height: 23px;
}
.serviceSec .content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
header .callToday {
    font-size: 22px !important;
}
header .callToday span {
    font-size: 14px;
}
header .callToday img{
	width: 17px;
}
.pad-60 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wsmenu-list > li > a{
	font-size: 15px;
}
.serviceSec {
    padding: 60px 30px;
}
footer .call {
    font-size: 26px;
}
footer {
    padding: 40px 15px;
}
footer .call img {
    margin-right: 6px;
    width: 25px;
}
.chooseSec .chooseWrap {
    padding: 45px 15px 45px;
}

}


@media (max-width: 1024px) {

header .callToday{
	display: none !important;
}
header .logo {
    max-width: 110px;
}
.wsmenu-list {
    margin-top: 15px !important;
}
.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background-size: 10px !important;
}
.aboutSec h3 {
    font-size: 20px;
}
.aboutSec h4 {
    font-size: 18px;
}
.serviceSec .content {
    padding: 35px;
}
.mar-top-15 {
    margin-top: 0;
}

}

@media (max-width: 991px) {

.chooseSec::before {
    display: none;
}
.heading {
    margin: 0 auto 25px;
}
footer{
	text-align: center;
}
footer .socialMedia {
    float: none;
}
footer .text-right{
	text-align: center;
}
footer .footLinks{
	margin-bottom: 15px;
}
footer .call {
    margin-bottom: 15px;
    display: block;
}
.inner-section .image-block{
	text-align: center;
}
.inner-section  .block-content{
	margin-top: 20px;
}
.banner-title h1 {
    font-size: 28px;
}
.inner-section {
    padding: 140px 0px 50px 0px;
}
.tabber-content h3 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-form{
	margin-bottom: 30px;
}

}


@media (max-width: 812px) {

.wsmenu-list > li > a {
    font-size: 14px;
    margin: 4px 9px;
}
.banner-sec figcaption h1 {
    font-size: 38px;
    margin-bottom: 13px;
}
.banner-sec figcaption p {
    font-size: 16px;
    margin-bottom: 15px;
}
.serviceSec .content{
	float: none;
	margin: 0 auto;
}
.aboutSec{
	text-align: center;
}
.aboutSec [class*='col-']{
	width: 100%;
}
.aboutSec .img-wrap {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}
.aboutSec .underlines:before {
    transform: translateX(-50%);
    left: 50%;
}
.aboutSec .underlines:after {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.scroll {
    right: 20px;
    bottom: 30px;
}
.aboutSec h4 {
    margin-top: 15px;
}
.divideSec{
	margin-top: 15px;
}
.tabber-detail {
    position: relative;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 0;
    right: 0;
    transform: inherit;
    top: inherit;
}
.inner-section {
    padding-bottom: 30px;
}
.gallery .itemWrap .middle p {
    font-size: 12px;
    padding: 1px 10px;
}
.gallery .itemWrap .zoomIco {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px auto;
    background-size: 23px;
}
.gallery .itemWrap .playIco {
    width: 38px;
    height: 38px;
    background-size: 35px;
}
input, textarea {
    padding: 12px 15px;
    font-size: 13px;
}

}


@media (max-width: 768px) {

.visionSec [class*='col-']{
	width: 100%;
	margin: 10px 0px;
}
.pad-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

}



@media (max-width: 767px) {

.grid-gallery .gridItem{
	height: auto !important;
}
footer .call {
    font-size: 22px;
}
footer strong, footer .socialMedia{
	margin-top: 15px;
}
.chooseSec .heading {
    margin-bottom: 20px;
}
.underlines {
    margin-bottom: 15px !important;
}
.heading h2 {
    font-size: 22px;
}
.threeBlock .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}
.chooseSec .chooseWrap {
    padding: 30px 15px 30px;
}
.threeBlock .content p {
    line-height: 21px;
}
.banner-sec figcaption h1 {
    font-size: 26px;
}
.banner-sec figcaption p {
    font-size: 14px;
    margin-bottom: 10px;
}
.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
    left: 10px;
}
.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
    right: 10px;
}
.color-button, .color-button.small {
    padding: 8px 18px;
    font-size: 11px;
}
.inner-banner-img {
    min-height: 200px;
}
.banner-title {
    height: 175px;
    top: 115px;
}

}

@media (max-width: 480px) {

.pad-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.heading p {
    line-height: 21px;
}
.serviceSec {
    padding: 30px 15px;
}
.serviceSec .content {
    padding: 20px 15px;
}
.serviceSec .content h2 {
    font-size: 20px;
    margin-bottom: 7px;
}
.serviceSec .content p {
    font-size: 14px;
    line-height: 22px;
}
.color-button{
	letter-spacing: .5px;
}
.heading h2 {
    font-size: 20px;
}
.aboutSec h3 {
    font-size: 18px;
}
footer [class*='col-']{
	width: 100%;
}
.banner-sec figcaption p {
    display: none;
}
.banner-sec figcaption h1 {
    font-size: 21px;
}
.banner-sec figcaption{
	left: 20px;
	right: 20px;
}
.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
    left: 7px;
}
.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
    right: 7px;
}
.banner-sec .owl-carousel .owl-nav button {
    width: 32px;
    height: 32px;
    background-size: 7px !important;
}
.chooseSec h3 {
    font-size: 15px;
    margin: 15px 0px 10px;
}
.visionSec h3 {
    font-size: 18px;
}
.visionSec {
	text-align: center;
}
.visionSec .underlines:before {
    transform: translateX(-50%);
    left: 50%;
}
.visionSec .underlines:after {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.visionSec .img-wrap{
	float: none;
	margin: 0 auto;
}
.banner-title h1 {
    font-size: 22px;
}
.inner-section {
    padding: 120px 0px 30px 0px;
}
.tabber-detail {
    padding: 30px 0px 0;
}
.gallery [class*='col-']{
	width: 100%;
}
.location-address{
	left: 30px;
	right: 30px;
	padding: 10px 15px; 
}
.location-address h3 {
    font-size: 16px;
}

}

@media (max-width: 360px) {

.banner-sec figcaption h1 {
    font-size: 18px;
}


}