/*
-----------------------------
DESIGNER DETAILS:
Design & Developed by : Santanu Chowdhury
Gmail ID: santanuchowdhury04@gmail.com
Mobile: 7278239235;
-----------------------------
*/
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
p {
  font-weight: 400;
  font-size: 14px;
  color: #242424;
  line-height: 26px;
}
a,
.btn,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #8dc63f;
}
.btn-primary {
  background-color: #8dc63f;
  border-radius: 50px;
  border: #8dc63f;
  color: #fff;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.section-bg {
  background-color: #FDF5DE;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.title {
  font-size: 36px;
  color: #303030;
  font-weight: 400;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.green-border {
  border-right: 2px solid #7bc83c;
  padding-right: 6px;
  position: relative;
  left: -22px;
}
.img-responsive {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .green-border {
    border-right: none;
    padding-right: auto;
    position: relative;
    left: auto;
  }
  .padding-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*
-----------------------------
main-nav
-----------------------------
*/
.main-nav {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #323232;
  margin-bottom: 0px;
  width: 100%;
}
.main-nav .navbar-brand {
  max-width: 266px;
  padding: 0px;
  position: relative;
  top: -1px;
}
.main-nav .navbar-brand img {
  max-width: 100%;
}
.main-nav .nav li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 20px 11px;
  font-size: 14px;
}
.main-nav .navbar-nav li .dropdown-menu {
  border-top: 4px solid #8dc63f;
  padding: 10px;
  border-left: none;
  border-right: none;
}
.main-nav .navbar-nav li .dropdown-menu li a {
  font-size: 14px;
  color: #333;
  padding: 10px 11px;
  text-transform: capitalize;
  font-weight: 700;
}
.main-nav .navbar-nav li .dropdown-menu li a:hover {
  color: #8dc63f;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav-height {
  height: 112px;
}
@media (max-width: 768px) {
  .nav-height {
    height: 100px;
  }
}
/*
-----------------------------
banner
-----------------------------
*/
.slide-item {
  height: 58vh;
  position: relative;
  width: 100%;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.slide-caption {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.slide-caption span {
  font-size: 17px;
  text-transform: uppercase;
  color: #8dc63f;
}
.slide-caption p {
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  text-transform: capitalize;
}
.slide-caption .slider-inner .caption-title {
  font-size: 55px;
  margin-bottom: 25px;
  margin-top: 10px;
  letter-spacing: -0.9px;
  color: #fff;
  font-weight: 600;
}
.slide-caption .slider-inner .caption-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #ccc;
}
.slide-caption .slider-inner .slide-btn {
  margin-top: 20px;
}
.slide-caption .slider-inner .slide-btn a {
  background-color: #fff;
  border: none;
  color: #333;
  font-weight: 500;
  margin: 0 10px;
}
.slide-caption .slider-inner .slide-btn a:hover {
  text-decoration: none;
}
.owl-item.active .caption-title {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both;
}
.owl-item.active .caption-desc {
  -webkit-animation: 1s .6s fadeInUp both;
  animation: 1s .6s fadeInUp both;
}
.owl-item.active .slide-btn {
  -webkit-animation: 1s .9s flipInX both;
  animation: 1s .9s flipInX both;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.silder .owl-nav div {
  border: 2px solid #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  left: 20px;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.silder .owl-nav div i {
  color: #fff;
}
.silder .owl-nav div:hover {
  background: #333;
}
.silder .owl-nav .owl-next {
  right: 20px;
  left: auto;
}
.silder .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.silder .owl-dot {
  border: 2px solid #38ccff;
  height: 8px;
  width: 24px;
  margin: 0 4px;
  display: inline-block;
}
.silder .owl-dot.active {
  background-color: #38ccff;
}
.related-port .owl-nav div:hover {
  background: #9c27b0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slider-area:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 1;
}
.slider-area:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
}
@media (max-width: 991px) {
  .slide-caption .slider-inner .caption-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  #slider .slidPrv {
    display: none !important;
  }
  #slider .slidNext {
    display: none !important;
  }
  .slide-caption .slider-inner .caption-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .slide-item {
    height: 17vh !important;
    width: 100% !important;
    background-size: contain !important;
    top: 0 !important;
  }
  .slide-caption .slider-inner .caption-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .slide-caption .slider-inner .caption-desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 870px) {
  .slider {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-item {
    background-position: left;
  }
}
/*
-------------------------------------
action
-------------------------------------
*/
.action {
  background-color: #8dc63f;
  padding-top: 40px;
  padding-bottom: 40px;
}
.action h2 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
/*
-------------------------------------
footer
-------------------------------------
*/
footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #333333;
  color: #dddd;
}
footer .media {
  margin-top: 5px;
}
footer .media img {
  width: 20px !important;
  margin-right: 8px;
}
footer .media h4 {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
}
footer .media p {
  font-weight: 400;
  color: #ddd;
  font-size: 14px;
  letter-spacing: 0;
}
footer ul li a {
  color: #dddd;
}
footer ul li a i {
  font-size: 18px;
}
footer h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
footer ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #dddd;
  line-height: 20px;
}
footer ul li a:hover {
  color: #8dc63f;
}
footer P {
  font-weight: 300;
  font-size: 16px;
  color: #ddd;
}
footer hr {
  border-top: 1px solid #151515;
}
/*
-------------------
page banner
-------------------
*/
.page-banner {
  padding-top: 100px;
  padding-bottom: 50px;
  background-position: center;
  background-color: #fbf9f1;
  background-size: cover;
}
.page-banner h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.page-banner ul li .las {
  color: #8dc63f;
}
.page-banner ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #333;
}
.pagination-nav ul li .las {
  color: #8dc63f;
}
.pagination-nav li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #333;
}
/*
-------------------
box
-------------------
*/
.box {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 15px;
  border: 1px solid #f3f3;
  margin-bottom: 30px;
  min-height: 400px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #8dc63f;
}
.box ul {
  margin-bottom: 15px;
}
.box ul li img {
  width: 48px;
  margin-right: 0px;
}
.box ul li h3 {
  position: relative;
  top: 8px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #333 !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #8dc63f;
}
.box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  margin-bottom: 0px;
  text-align: justify;
}
.box:hover {
  border: 1px solid #8dc63f;
}
.box:hover h3 {
  color: #8dc63f !important;
}
/*
-------------------
form
-------------------
*/
form .form-control {
  border-radius: 50px;
  height: 50px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 27px;
}
form textarea {
  height: 120px !important;
}
/*
-------------------
contact-details
-------------------
*/
.contact-details {
  text-align: center;
}
.contact-details img {
  width: 50px;
}
/*
-------------------
nav-tabs
-------------------
*/
.nav-tabs {
  border-bottom: none;
  text-align: center;
  margin: 15px auto;
  font-weight: 500;
}
.nav-tabs li {
  display: inline-block;
  float: initial;
  min-width: 120px;
  margin-bottom: 15px;
}
.nav-tabs li a {
  color: #333;
  margin-left: 2px;
  border: transparent;
  font-size: 14px;
  font-weight: 400;
}
.nav-tabs li a:hover {
  background-color: #8dc63f;
  border-radius: 50px;
  border: #8dc63f;
  color: #fff;
  padding: 12px 26px;
  margin-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #8dc63f;
  border-radius: 50px;
  border: #8dc63f;
  color: #fff;
  padding: 12px 26px;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 23px;
}
/*
-------------------
gallery-image
-------------------
*/
.gallery-image .img-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #8dc63f;
}
.gallery-image .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: -47px;
  height: 0%;
  background: rgba(141, 198, 63, 0.9);
  width: 100%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.gallery-image .img-box .overlay .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-image .img-box .overlay .content-box a {
  position: absolute;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
}
.gallery-image .img-box .overlay .content-box a .las {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.gallery-image .img-box .overlay .content-box a:hover {
  background: #fff;
}
.gallery-image .img-box .overlay .content-box a:hover .las {
  color: #8dc63f;
}
.gallery-image .img-box:hover .overlay {
  height: 0%;
}
.gallery-image h3 {
  padding-left: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #303030;
}
/*
-------------------
title-with-bg
-------------------
*/
.title-with-bg {
  background-color: #5D833F;
  padding: 30px 15px;
}
.title-with-bg h2 {
  margin: 0px;
  color: #d6df41;
  font-weight: 500;
  font-size: 30;
}
.padding-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.padding-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.color-box {
  padding: 20px;
  min-height: 120px;
  display: table;
  width: 100%;
}
.color-box .middle {
  vertical-align: middle;
  display: table-cell;
}
.color-box .middle h3 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}
.add-icon {
  padding-left: 20px;
}
.add-icon li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.add-icon li:before {
  font-family: 'Line Awesome Brands';
  content: "\f299";
  background-size: 10px 20px;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  color: #8dc63f;
}


/*
---------------
update
---------------
*/
label {
    font-weight: 500;
}

/*about*/
       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
img {
    max-width: 100%;
    height: auto;
}
        
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:0px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 24px;
  color: #7cc835;
  font-weight: 800;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
  text-align:left;
  left:-15px;
}

/*.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}*/

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #165f20;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 50px 0 10px;
  background:#fdf5de;
}

.partner{background:#fdf5de;}

.about-section .sec-title{
  margin-bottom: 0px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align:justify;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

/*.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}*/

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
  top:400px;
}

/*.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}*/

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;}
  
/*services*/
         a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
    width: 65%;
}
.fancy-title-view1 i {
    font-size: 22px; }
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #000;
}

.light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fdf5de;
}
/*.categories-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/customers-banner.jpg');
    background-attachment: fixed;
    position: relative;
    min-height: 50vh;
}
*/

.sr1{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/waterborne_Car-parking-decks.jpg');
    background-attachment: fixed;
    position: relative;
}

.sr2{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/ship.jpeg');
    background-attachment: fixed;
    position: relative;
}

.sr3{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/waterborne_Car-parking-decks.jpg');
    background-attachment: fixed;
    position: relative;
}

.sr1{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/waterborne_Car-parking-decks.jpg');
    background-attachment: fixed;
    position: relative;
}

.sr1{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/waterborne_Car-parking-decks.jpg');
    background-attachment: fixed;
    position: relative;
}

.sr1{
    margin-top: 0;
    margin-bottom: 0;
    background-image:url('../img/waterborne_Car-parking-decks.jpg');
    background-attachment: fixed;
    position: relative;
}

.categories-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
   background-color: #fdf5de;
    position: relative;
    min-height: 50vh;
}
.categories,.categories-view1-wrap {
    float: left;
    width: 100%;
}
.categories ul li       { list-style: none; }
.categories > ul > li   {
    float: none;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 30px 50px 30px 95px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height:150px;
}
.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: #498915;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
    color: #ffffff;
    background-color: #274160;
}
.categories-view1 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.categories-view1 small {
    font-size: 13px;
    color: #666;
}
.categories-view1 span {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 90px;
    font-weight: 500;
    color: #999;
    opacity: 0.07;
    line-height: 1;
}
.main-load-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.main-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 18px 45px;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fb236a;
}
.main-load-btn a:hover {
    background-color: #274160;
}
.more-spacer {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

/*testimonial*/
.testimonial_section {
  display: block;
  overflow: hidden;
  padding:50px 0px;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 200px 72px 200px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 20%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/*partners*/
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 40px 20px;
}

.slick-slide img {
    width: 100%;
   height:150px;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*services*/
.mb-60 {
    margin-bottom: 60px;
}
.services-inner {
    border: 2px solid #e3cc89;
    margin-left: 35px;
    transition: .3s;
    height: 200px;
}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
.images img{padding-left:80px;width:90%;}

@media(max-width:768px){
    .about-section .image-column .image-1 {
    position: relative;
    left: -53px;
}
}