@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');
html,
body { 
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #203260;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
h3 {
    font-size: 20px; 
    line-height: 26px;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.fix{
    position: relative;
    display: block;
    overflow: hidden;
}

img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.secpd1{
    padding: 100px 0;
}
.secpd2{
    padding: 100px 0 60px;
}
.secpd3{
    padding: 100px 0 70px;
}

.site-header.header-one .top-bar {
    background: #021F3D;
    padding:6px 0;
}
.site-header.header-one .top-bar ul.list-items>li {
    display: inline-block;
    vertical-align: middle;
}
.site-header.header-one .top-bar ul.list-items>li i {
    font-size: 18px;
    color: #FFBA00;
}
.site-header.header-one .top-bar ul.list-items>li i, .site-header.header-one .top-bar ul.list-items>li .text-line {
    display: inline-block;
    vertical-align: middle;
}
.site-header.header-one .top-bar ul.list-items>li .text-line {
    color: #FFFFFF;
    font-size: 16px;
}
.site-header.header-one .top-bar ul.list-items>li .text-line a{
    color: #fff;
}
.site-header.header-one .top-bar ul.list-items>li {
    display: inline-block;
    vertical-align: middle;
}
.site-header.header-one .top-bar ul.list-items>li+li {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}
.site-header.header-one .top-bar ul.list-items>li+li:before {
    content: '';
    width: 1px;
    height: 18px;
    background: rgba(242, 242, 242, 0.13);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}
.header-navigation .container .menu-toggler {
    display: none;
}
.header-navigation .main-navigation {
    float: right;
    text-align: right;
    width: calc(100% - 32%);
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}
.header-navigation ul.navigation-box>li {
    position: relative;
    padding:30px 0;
    display: inline-block;
    vertical-align: middle;
}
.header-navigation ul.navigation-box>li+li {
    margin-left: 31px;
}
.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}
.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}
.header-navigation ul.navigation-box>li>a {
    font-weight: 900;
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 0;
    transition: all .4s ease;
    position: relative;
}
.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #01B9E6;
}
.header-navigation ul.navigation-box>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 250px;
    padding: 0px 0px;
    padding-top: 0px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .4s ease, visibility .4s ease;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
.header-navigation ul.navigation-box>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease;
    background: #203260;
}
.header-navigation ul.navigation-box>li>.sub-menu>li+li {
    border-top: 1px solid #25386a;
}
.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease;
}
.header-navigation ul.navigation-box>li>.sub-menu>li>a:after {
    content: '\e92c';
    font-family: 'energy-icon' !important;
    font-size: 20px;
    color: #3398fd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 30px;
    transition: all .4s ease;
}
.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    color: #3398fd;
    padding-left: 60px;
}
.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.header-navigation ul.navigation-box>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 250px;
    padding: 0px 0px;
    padding-top: 15px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .4s ease, visibility .4s ease;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease;
    background: #203260;
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
    border-top: 1px solid #25386a;
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease;
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a:after {
    content: '\e92c';
    font-family: 'energy-icon' !important;
    font-size: 20px;
    color: #3398fd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 30px;
    transition: all .4s ease;
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
    color: #3398fd;
    padding-left: 60px;
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    padding-top: 0;
    padding-left: 15px;
}
.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}
.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);
}
.site-header.header-one .header-navigation ul.navigation-box>li>a {
    position: relative;
}
.site-header.header-one .header-navigation.stricky-fixed {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.site-header.header-one .header-navigation.stricky-fixed.header-navigation ul.navigation-box>li {
    padding-top: 25px;
    padding-bottom: 25px;
}


#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    border-top: 5px solid #021f3d;
}
#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}
#minimal-bootstrap-carousel .carousel-indicators {
    bottom: 30px;
}
#minimal-bootstrap-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1 !important;
    border: 2px solid #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
}
#minimal-bootstrap-carousel .carousel-indicators li.active {
    background: #fff;
}
#minimal-bootstrap-carousel [class*=carousel-control-one] {
    background: none;
    width: 63px;
    height: 63px;
    font-size: 24px;
    line-height: 63px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    visibility: visible !important;
    opacity: 1;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91;
}
#minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
    background: #01B9E6;
    color: #fff;
}
@media (max-width: 575px) {
    #minimal-bootstrap-carousel [class*=carousel-control-one] {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
#minimal-bootstrap-carousel [class*=carousel-control-one-next] {
    right: 3%;
}
#minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
    left: 3%;
}
@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-two .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}
.slider-content-style .content {
    position: relative;
    z-index: 990;
}
.slider-content-style .content h3 {
    color: #FFFFFF;
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.slider-content-style .content p {
    color: #FFBA00;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 46px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sec-title {
    position: relative;
    display: block;
    padding-bottom:20px;
}
.sec-title.with-text{
    max-width: 770px;
    margin: -4px auto 0;
    padding-bottom: 42px;
}
.sec-title p{
    color: #a0a7ae;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.sec-title.clrwhite p{
    color: #ffffff;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #203260;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.sec-title.clrwhite .title{
    color: #ffffff;    
}
.sec-title .border-box{
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.sec-title .border-box.center{
    margin: 0 auto;
}
.sec-title .border-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #3aa40c;
}
.sec-title .border-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #3aa40c;
}
.sec-title .border-box.center:after{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-title span {
    display: block;
    color: #83888d;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 0;
}
.sec-title.clrwhite span{
    color: #b3cde4;
}

.sec-title .border-box.bgblue{}
.sec-title .border-box.bgblue:before{
    background: #3398fd;    
}
.sec-title .border-box.bgblue:after{
    background: #3398fd;      
}
.listcheck{
    margin-bottom: 15px;
}
.listcheck li{
    position: relative;
}
.listcheck li:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 16px;
    width: 9px;
    border-bottom: 3px solid #3aa40c;
    border-right: 3px solid #3aa40c;
    margin-right: 10px;
}
.about-area{
    position: relative;
    display: block;
    padding: 60px 0px;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    min-height: 397px;
    margin: 145px auto 0;
}
.about-image-box img{
    width: 100%;
}
.about-image-box .image-box-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-two {
    position: absolute;
    top: -145px;
    left: 0px;
    right: 0;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .image-box-three {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-four {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .icon-box{
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    width: 105px;
    height: 105px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}
.about-image-box .icon-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(45deg);
}
.about-image-box:hover .icon-box:before{
    transform: perspective(0px) rotateX(0deg) rotate(-45deg);    
}
.about-image-box .icon-box span:before {
    display: block;
    padding: 20px 0;
    color: #3398fd;
    font-size: 65px;
    line-height: 65px;
}
.about-text{
    position: relative;
    display: block;
    padding-top: 20px;
}
.about-text .sec-title {
    padding-bottom: 0px;
}
.about-text .inner-content{
    position: relative;
    display: block;    
}
.about-text .inner-content .text{
    display: block;
    padding: 26px 0 17px;
}

.slogan-area {
    position: relative;
    display: block;
    background: #203260;
    padding:30px 0;
    z-index: 99;
}
.slogan-area .title h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
}
.slogan-area .button {
    margin: 14px 0;
}
.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}
.services-style1-area {
    position: relative;
    display: block;
    padding:60px 0 0px;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style1:hover .overlay-style-two{
    opacity: 1;
}
.single-service-style1:hover .img-holder .overlay-style-two:before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;   
}
.single-service-style1:hover .img-holder .overlay-style-two:after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;   
}

.single-service-style1 .overlay-content-box{
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 5;
}
.single-service-style1 .overlay-content-box .icon,
.single-service-style1 .overlay-content-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-service-style1 .overlay-content-box .title {
    background: #f3f7fa;
    padding: 5px 20px;
    width: 70%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.single-service-style1 .overlay-content-box .title  a{
    color: #203260;
}
.single-service-style1 .overlay-content-box .title h3{
    
}
.single-service-style1 .text-holder{
    position: relative;
    display: block; 
    padding: 34px 30px 0;
    box-shadow: 0px 4px 8px 2px #F0F0F0;
    transition: all 900ms ease 500ms;
}
.single-service-style1:hover .text-holder{
    -webkit-box-shadow: 0px 3px 5px 1px rgba(246,246,246,0.9); 
    box-shadow: 0px 3px 5px 1px rgba(246,246,246,0.9);
}
.single-service-style1 .text-holder:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    content: "";
    background: rgb(51,152,253);
    background: linear-gradient(90deg, rgba(51,152,253,1) 0%, rgba(81,167,253,1) 40%, rgba(209,232,255,1) 100%);
}
.single-service-style1:hover .text-holder:before{
    width: 100%;
    transition: all 900ms ease 500ms;
}
.single-service-style1 .text-holder p{
    margin: 0 0 22px;    
}
.single-service-style1 .text-holder .button {
    position: relative;
    display: block;
    border-top: 1px solid #edf2f7;
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-two {
    color: #203260;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}
.single-service-style1:hover .text-holder .button a{
    color: #3398fd;    
}
.sec-pad {
    padding: 50px 0 40px;
}
.dark-bg {
    background-color: #021f3d;
}

.fun-fact-style-one .row [class*=col-]+[class*=col-] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three {
    padding-top: 115px;
}

.fun-fact-style-one.home-three .row [class*=col-] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three .single-fun-fact-style-one h3 {
    color: #F9A03B;
}

.single-fun-fact-style-one {
    position: relative;
    padding: 45px 0;
    padding-left: 60px;
}

.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
    margin: 0;
}

.single-fun-fact-style-one h3 {
    color: #FFBA00;
    font-size: 60px;
    line-height: 1em;
}

.single-fun-fact-style-one h3 span.counter-text {
    font-size: 24px;
}

.single-fun-fact-style-one p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.single-fun-fact-style-one .box-icon {
    font-size: 105px;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gray-bg {
    background-color: #f5f5f5;
}
.sec-pad-with-content-margin-30 {
    padding: 70px 0;
    padding-bottom: 50px;
}
.sec-title-two {
    margin-bottom: 40px;
}
.sec-title-two span.tag-line {
    color: #01B9E6;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 14px;
}
.sec-title-two h2 {
    margin: 0;
    color: #2E2E2E;
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 5px;
}
.sec-title-two h2+p {
    margin-top: 14px;
}
.single-feautre-style-one {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    transition: all .4s ease;
}
.single-feautre-style-one .text-block {
    display: table-cell;
    vertical-align: middle;
}
.single-feautre-style-one .text-block h3,
.single-feautre-style-one .text-block p {
    margin: 0;
}
.single-feautre-style-one .text-block h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all .4s ease;
    padding-left: calc(20% + 20px);
}
.single-feautre-style-one .text-block h3:before {
    content: '';
    width: 20%;
    height: 2px;
    background: #01B9E6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    

}
.single-feautre-style-one .text-block p {
    color: #333;
    line-height: 26px;
}
.single-feautre-style-one:hover {
    box-shadow: 0px 21px 21px rgba(0, 0, 0, 0.07);
}
.single-feautre-style-one:hover .text-block h3 {
    padding-left: 0px;
}
.single-feautre-style-one:hover .text-block h3:before {
    width: 0%;
}
.sec-title-two h2 span {
    font-weight: bold;
}
.cta-style-one {
    background: #021f3d;
    padding: 40px 0;
}
.cta-style-one h2{
    color: #fff;
}
.thm-btn {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 14px 48px;
    transition: all .4s ease;
}

footer {
    padding:12px 0px 10px;
    color: #fff;
    background-color: #090909;
}
footer a {
    color: #fff;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
}
.fotmenu>li:nth-child(n+1) {
    border-right: 1px solid #fafafa;
}
.fotmenu>li:last-child {
    border-right: transparent;
}
.breadcrumb-area {
    background: #f9f9f9;
    position: relative;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 20px 0px;
}
.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(40 40 40 / 48%) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 60px 0;
}
.page-contant-area .sec-title{
    padding-bottom: 0px;
}
.breadcrumb-area .inner-content h2{
    color: #fff;
}
.whowe-are-area {
    position: relative;
    display: block;
    padding: 60px 0 50px;
}
.why-whoose-content .inner-content ul {
    position: relative;
    display: block;
}
.why-whoose-content .inner-content ul li {
    line-height: 38px;
}
.about-gallary{
    padding:10px 0;
    padding-bottom: 50px;
    
}
.choose-area {
    position: relative;
    display: block;
    padding: 60px 0 50px;
    background: #f1f1f1;
}
.page-contant-area{
    padding: 40px 0px;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 52%);
    background: #f5f5f5;
    padding: 25px;
}
.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.info-wrap .dbox .icon {
    width: 45px;
    height: 45px;
    border-radius: 2px;
    background: #289f2d;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.info-wrap .dbox p {
    margin-bottom: 0px;
    line-height: 18px;
}
.info-wrap .dbox p a {
    color: #000;
}