
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body, html {
    font-size: 15px;
    line-height: 1.5;
    color: #4d4e4e;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family:'Arial',sans-serif;
    background: #fff;
    font-weight: 401;
    width: 100% !important;
    height: 100% !important;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference){
:root {
    scroll-behavior: smooth;
}
}

.btn-blue{
	background-color:#213260!important;
	border-color:#1a2c5a!important;
}

.footer-brand a img {
    background-color: #fff;
    border-radius: 10px;
    max-width: 200px;
    padding: 5px;
}
.mybtn {
    background: #df2327;
    color: black;
    font-weight: 600;
	transition:all 0.5s ease;
    text-transform: uppercase;
}



.modal-title {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
}




a.btn.mybtn.mr-right {
    position: relative;
    right: -27px;
}

.mybtn:hover{
    color:#fff;
	transform:scale(1.08);
}



@font-face {
    font-family: 'SF-UI-DISPLAY-REGULAR';
    src: url('../font/SF-UI-DISPLAY-REGULAR.OTF');
}

@font-face {
    font-family: 'SF-UI-DISPLAY-BLACK';
    src: url('../font/SF-UI-DISPLAY-BLACK.OTF');
}

@font-face {
    font-family: 'SF-UI-DISPLAY-BOLD';
    src: url('../font/SF-UI-DISPLAY-BOLD.OTF');
}

@font-face {
    font-family: 'SF-UI-DISPLAY-LIGHT';
    src: url('../font/SF-UI-DISPLAY-LIGHT.OTF');
}

@font-face {
    font-family: 'SF-UI-DISPLAY-ULTRALIGHT';
    src: url('../font/SF-UI-DISPLAY-ULTRALIGHT.OTF');
}








h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight:700;
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.1;
font-family: 'Inria Serif', serif;
    /* letter-spacing: -1px; */
    text-transform: capitalize;
    color: #212529;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  color:#23252d;
}



/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

   .txt 
   {
    font-size: 16px;
    text-align: left !important;
   }
body,p ,h1,h2,h3{
  margin: 0;

}
a{
	color:#df2327;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
    font-size: 46px;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}



::-moz-selection {
  background: #df2327;
  color:#fff;
  /* WebKit/Blink Browsers */
}
::selection {
  background: #df2327;
  color:#fff;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #df2327;
  color:#fff;
  /* Gecko Browsers */
}



p {
    position: relative;
    margin: 0px;  
line-height:1.7	;
    transition: all 500ms ease;
}


a {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease-in-out;
}


a:hover{
 text-decoration:none;
 color:#222;
}



.font-weight-bold, b, strong {
    font-weight: 700 !important;
}

ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	webkit-padding: 0;
	moz-padding: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}



.content_block_four .content-box .inner-box .single-item .icon-box {
    color: #eb7328;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/

.list-inline {
    padding-left: 0;
	display:inline-block;
    list-style: none;
}

.header-topbar {
    width: 100%;
    line-height: 30px;
    position: relative;
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    z-index: 101;
    /* border-bottom: 1px solid #fff; */
    background: #fff;
    font-size: 13px;
}
.header-topbar .topbar-left > li:first-child {
    border-left: 1px #333 solid;
}

.middle-link a{
		color:#000;
}

.middle-section {
    position: relative;
    background: #df2327;
}

.header-topbar {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
.header-topbar .topbar-left > li {
    display: inline-block;
    min-width: 40px;
    color: #000;
    text-align: center;
    vertical-align: top;
    border-right: 1px #333 solid;
    position: relative;
}
.header-topbar .topbar-left > li i, .header-topbar .topbar-left > li span {
    font-size: 16px;
}
.facebook i {
    color: #3b5999;
}
.facebook {
    color: #4867aa;
}

.twitter {
    color: #55acef;
}

.instagram {
    color: #cb017f;
}

.linkedin i {
    color: #0077b5;
}

.youtube {
    color: #fd2422;
}

.btn-qury {
    background-color: #004a7f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 700!important;
    border: none;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 2px 10px!important;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}


.blinking {
    animation: blinkingText 4s infinite;
}

.text-justify{
	text-align:justify;
}
.upd {
    position: absolute;
    width: 22%;
    top: 0px;
    font-size: 17px;
    left: 4px;
    background-color: #213260;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
    padding: 2px 2% 0 5%;
    font-weight: 800;
    z-index: 22;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

marquee {
    padding: 2px 0px;
}

marquee {
    padding: 4px 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

@keyframes blinkingText{
0% {
    color: #fff;
}
10% {
    color: transparent;
}
20% {
    color: #fff;
}
30% {
    color: transparent;
}
40% {
    color: #fff;
}
50% {
    color: transparent;
}
60% {
    color: #fff;
}
70% {
    color: transparent;
}
80% {
    color: #fff;
}
90% {
    color: transparent;
}
100% {
    color: #fff;
}
}



.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height:2px;
    width: 100%;
    background: #222;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 3px;
}


.button-active{
z-index: 1200!important;
}

.navbar-toggler {
    width: 18px;
    height: 20px;
    z-index: 333;
    padding: 0px;
    top:10px;
    right: 27px;
    border: none;
    position: absolute;
    border-radius: 0;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.navbar-toggler span:nth-child(2) {
    top: 6px;
}

.navbar-toggler span:nth-child(3) {
    top: 12px;
}

.navbar-toggler.nav-active span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(
135deg);
    transform: rotate(
135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(
-135deg);
    transform: rotate(
-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}



.header-top {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0px 70px;
}

.header-top:before {
    position: absolute;
    content: "";
    left: 0;
    bottom:0px;
    width: 100%;
    height: 2px;
    background-color: #f3f3f3;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    color: #0c0c0c;
    padding: 8px 25px 8px 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    margin-right: 0px;
}
.header-top .info li i {
    color: #ff7b4d;
}

.header-top .info li i {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 15px;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.header-top .social-links li a {
    font-size: 15px;
    margin: 5px 0px 0px 0px;
    display: block;
   color: #0c0c0c;
}

.header-top .social-links li p {
    font-size: 15px;
   color: #0c0c0c;
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.theme-btn.btn-one {
    background: #ffa200;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

 .toolbar-area .toolbar-sl-share ul {
    float: right;
}

.toolbar-sl-share ul li {
    padding: 9px 0;
    margin: 0;
    width:31px;
    text-align: center;
    display: inline-block;
}

.toolbar-area .toolbar-sl-share ul li a {
    color: #fff;
	opacity: 0.6;
	font-size:15px;
}


.transparent-header {
    background-color: transparent;
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

/*---
.logo-section img {
    margin: 0px 0px;
    filter: invert(1) grayscale(2) brightness(2)contrast(1);
    max-width: 191px;
    transition: all 0.5s ease;
}
----*/

.black-btn {
    background-color: #373434!important;
	color:#fff!important;
}

.hdrinfo {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 20px;
    padding: 10px 0px 10px 40px;
}


/*============topbar--section==============*/

.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  
  .topbr {
    background: #363532;
}
  
.navbar-scroll {
    z-index: 999;
    top: 0!important;
    position: fixed!important;
    background: rgb(255 255 255)!important;
    border-bottom: 1px solid rgb(215 213 213 / 68%);
    transition: .4s ease-out;
    color: #fff;
    box-shadow: 0 0 7px #cececef7;
}
.navbar-scroll .logo-section{
      color: #333!important;
}


.navbar-scroll .logo-section img, .logo-section2 img {
	  max-width: 180px!important;
}
.logo-section img, .logo-section2 img {
    margin: 0px 5px 0px 0px!important;
    max-width:180px;
    filter: hue-rdeg);
    transition: all 0.5s ease;
}


.logo-section,.logo-section2{
    color: #fff!important;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
}



.navbar-scroll .hdrinfo {
    padding: 2px 0px 7px 40px;
}



@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color:white!important;
}

.header{
    position:relative;
    right: 0;
	top:0;
    z-index:999;
    left: 0;
}



@media only screen and (max-width:576px){
	
	
	a.btn.mybtn.mr-right {
    position: relative;
    right: -3px!important;
}
	
	
	.carousel-caption {
    right:6%!important;
    left: 6%!important;
}
	
	
.slider-item {
    background-attachment:none!important;
    height: 203px!important;
}
	.carousel-caption {
    top: 15%!important;
}
	
	.slide-item-content {
    width: 100%!important;
}
.socio i {
    padding: 11px 7px!important;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 44px!important;
    text-align: center;
    font-size: 20px!important;
}
.video-area .video-title p {
    font-size: 15px!important;
    color: #ffffff;
    line-height: 23px!important;
    margin: auto;
}
.text-salebox .text-left .sale-box .text-sale {
    font-size: 48px!important;
    color: #fff;
    font-weight: 900;
    margin: 0;
    line-height: 38px!important;
    text-transform: uppercase;
}
	
	.signature-tours-index {
    position: relative;
    z-index: 44;
    top: 12px!important;
    padding: 0px 0px;
}
	.nav-tabs li {
    padding: 0 0%;
    width: 100%!important;
    display: block!important;
}
	
	
	
	.navbar-scroll .navbar-nav .nav-item .nav-link {
    padding: 0px 17px!important;
}
	
	.testimonial-section .section-title h2 {
    font-size: 18px!important;
    /* color: #061933; */
    /* font-family: 'Inria Serif', sans-serif; */
    position: relative;
    margin: 0;
}
	
.header-top-crti {
    display: none!important;
}
.header-top-link {
    text-align: center!important;
}
.header-top-link a {
    line-height: 24px!important;
    text-align: center!important;
}
}



.carousel-caption {
    top: 60%;
}

.box-transparent {
     display:inline-block;
	 z-index:1;
	position:relative;
    padding: 25px 20px;
}

.box-transparent:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
    width: 90%;
    height: 100%;
    background-color: rgb(255 255 255 / 62%);
}


.carousel-control-next-icon, .carousel-control-prev-icon {
        background-color: #000;
    border-radius: 100%;
    padding: 14px;
    background-size: 14px;
    background-position: 49% 50%;
}


.box-transparent h3 {
    font-size: 32px;
    font-weight:700;
}
.carousel-caption h1, .carousel-caption h2 {
    text-shadow: 2px 2px 5px #323232f0;
    color: #fff;
    margin: 1px 0px;
    border-radius: 2px;
    background-color: #213260;
    padding: 3px 16px;
    display: inline-block;
    font-family: 'Open', sans-serif;
    font-size: 55px;
    text-transform: capitalize;
    line-height: 55px;
}



.position-absolute h1 {
    color: #213260;
    padding: 0px 0px;
    display: block;
    text-align: left!important;
    font-family: 'Open Sans',sans-serif!important;
    -webkit-text-stroke: 2px white;
	transition:all 0.4s ease;
}

.position-absolute h4 {
    color: #213260!important;
    font-size: 28px;
    -webkit-text-stroke: 1px white;
	 -opera-text-stroke: 1px white;
	 -moz-text-stroke: 1px white;
    font-weight: 800!important;
    /* text-shadow: 2px 2px 5px #323232f0; */
    text-transform: capitalize;
    font-family: 'Open Sans',sans-serif!important;
}

.position-absolute h4 i{
	padding-right:10px;
	font-size:20px;
}

@media only screen and (min-width:1080px){
	.position-absolute h1 {
    font-size: 53px;
}
}


.carousel-caption.top-0{
	 top: 20%!important;
	 left: 8%!important;
}

.slider-item{
	height:650px;
	background-size:cover!important;
}


@media only screen and (min-width:992px){


.slider-item{
	background-attachment:fixed!important;
	background-size:cover!important;
}


.formnew {
    margin-bottom: 20px;
    padding: 20px 20px 45px 20px;
    background: #99CC99;
    clear: both;
	border-radius:0px!important;
	left:100px!important;
    width: 340px!important;
	z-index:44;
    position: absolute!important;
    top: 40px!important;
}

.offcanvas-header {
    display: block!important;
}


   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
  .screen-overlay {
   display:none;
}
body.offcanvas-active {
  overflow:auto!important;
}
}




@media only screen and (max-width:768px){
.box-transparent h3 {
    font-size: 15px!important;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 22px!important;
	padding: 3px 5px!important;
    line-height: 25px!important;
}
.pcss3t-effect-scale {
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* overflow: hidden; */
    z-index: 2;
    top: -22px!important;
    padding: 0px 0px;
    position: relative;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 4%); */
}


.footer-bs {
    padding: 20px 18px 20px 20px!important;
}


.secure img {
    height: 50px;
    width: auto!important;
    margin: 4px 0px!important;
}


.bottom-fixed {
    position: fixed;
    left: 22px!important;
    z-index: 999;
    bottom: 15px!important;
}
.bottom-fixed ul li {
    display: block;
    margin-bottom: 10px;
    width: 39px!important;
}

li.call{
	width:30px!important;
}

.navbar-nav .nav-item {
    padding: 0px 0px!important;
}

.navbar-nav .nav-item .nav-link {
    margin-left: 0px!important;
    border-top: 1px solid #f0f0f0;
}
.header-content2__call {
    padding: 0px 20px!important;
}
.marked2 {
    border-bottom: 0px solid #df2327 !important; */
}

.b-services {
    padding: 15px 5% 23px 9%!important;
}

.thumb-image.slider-nav.thumb-image {
    padding: 0px 0px 0!important;
}

.thumbnail-image {
    padding: 25px 20px 20px 5px!important;
}

.slider-banner-image {
    height: auto!important;
}

.b-about__inner {
    margin-right: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 40px;
    background:none!important;
    background-position: right top;
}
.b-about-list {
    margin-right: 0;
     margin-left: -0px!important;
}
.section-default {
    position: relative;
    padding-top: 30px!important;
    padding-bottom: 9px!important;
}

.b-info_mod-a {
    margin: 28px -90px 0 0;
    padding: 34px 25% 48px 3%!important;
}
.b-info_mod-b {
    padding: 29px 34% 60px 3%!important;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%)!important;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%)!important;
}

.b-about-main {
    margin-top: 50px;
    padding-top: 0px!important;
}

.sp-thumbnail-title {
    padding-left: 12px!important;
    font: 599 15px Arial!important;
}
.sp-thumbnail-description {
    font-size: 11px!important;
    padding-left: 12px!important;
}


.toolbar-contact{
  width: 100%;
    display: inline-block!important;
    white-space: nowrap!important;
    font-weight: 700;
	overflow-y:hidden!important;
    overflow: scroll!important;
}

.toolbar-area .toolbar-sl-share ul li {
    padding: 9px 0;
    margin: 0;
    width: 20px!important;
    text-align: center;
    display: inline-block;
}


.footer-widget-wrap .footer-widget{
        width: 100%!important;
}
}

@media only screen and (max-width:992px){
	
	.big-hidden{
		display:none!important;
	}
	
	
.navbar-nav .nav-item .nav-link {
    color:#fff!important;
}
	
	
.slider-section .shape .shape-3 {
    width: 715px;
    height: 81px!important;
    opacity: 0.7;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.slider-section .shape .shape-2 {
    width: 660px;
    height: 63px!important;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}


.btn-box {
    display: flex!important;
    justify-content: center!important;
}


.title-center h2, .title-center1 h2 {
    margin-bottom: 15px;
    font-size: 24px!important;
    padding-top: 5px;
    font-weight: 500;
}


.about-content .about_box {
    position: relative;
    right:0px!important;
    z-index: 1;
    height:auto!important;
    top: 48px;
    padding: 1.5em!important;
    border-radius: 20px;
    box-shadow: -2px 0px 8px rgb(0 0 0 / 10%);
    background: #FFF;
}

.btn-style-one ,.btn-style-two{
    font-size: 13px!important;
     padding: 8px 17px 8px!important;
}
.main-slider h1 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 31px!important;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.navbar-nav .nav-item .nav-link i {
    position: absolute!important;
    top: -24px!important;
    right:20px!important;
}

.navbar-nav .nav-item .nav-link:before {
    display:none!important;
}

.slide-big-heading{
	text-align:center!important;
}

.dropdown-toggle::after {
    position: absolute!important;
    right: 10px!important;
    top: 17px;
}

.law-header-cta-btn.float-end {
    position: relative;
    top:15px;
    /* direction: ltr; */
    display: flex!important;
    justify-content: center!important;
}


.nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
}

.offcanvas-header {
    display: block!important;
    background: #fdfdfd;
    border-bottom: 1px solid #d2d2d2;
    padding: 13px 20px;
    overflow: hidden;
}

.footer-widget-wrap .footer-widget{
        width:100%!important;
		padding:0px 20px!important;
}
.mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0px;
    opacity: 0;
    left: 0;
    height: 100vh;
    padding: 0px 0px;
    z-index: 1200;
    width: 267px;
    overflow: auto;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #192e6a !important;
}
  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas.show {
    visibility: visible;
	opacity:1;
    transform: translateX(0);
  }

.footer-widget-wrap .footer-widget:nth-child(1) {

    padding-right:20px!important;
}

.hero-wrap.style2 {
    padding-top:70px!important;
    padding-bottom: 0px;
}

.hero-wrap .hero-content p {
    line-height: 21px!important;
    padding-right: 9px!important;
}

.hero-wrap .hero-content h1 {
    font-size: 24px!important;
}


.logo-section{
    color:#23252d!important;
}

.navigation {
    top: 0px!important;
    position: relative!important;
}


.navigation {
    background-color: #ffffff!important;
}
.navbar-brand img {
    max-width: 141px!important;
}
.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 700;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
   
.nav-item .nav-link {
    /* background-color: #333; */
    /* color: #333!important; */
    display: block!important;
    line-height: 49px!important;
    padding: 0px 18px!important;
}

 .nav-item .nav-link:hover {
   background-color:#f5f5f5;
}


 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}

.navbar-toggler {
    width:27px;
    margin: 16px 0px;
    background: #fff0;
    height: 35px;
    line-height: 35px!important;
    right: 15px;
    padding: 0px!important;
    border: none;
    position: relative;
    border-radius: 0px;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler i {
    color: #000;
    font-size: 27px;
}
.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}


body.offcanvas-active {
  overflow: hidden;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  cursor:pointer;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  height:100vh;
  visibility: visible;
}



.small-menu {
    position: relative;
    border-radius: 0px;
    padding: 0px;
         background: #fff;
   border-radius: 15px;
    box-shadow: 0 -5px 10px -5px rgb(50 50 50 / 45%);
    margin: 0px 0px 0px 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
	border:none;
   min-width: 16rem;
    padding: 0.5rem 0;
    opacity: 0;
    transform: translatey(30px);
    visibility: hidden;
    animation: slidedown 0.4s ease-in-out 1;
}

.small-menu2{
   	min-width:14rem;
    padding: 0px;
	border-radius:0px;
	     background: #ff7b4d;
    animation:slidedown 0.4s ease-in-out 1;
}


@keyframes slidedown{
  0%{ transform:translatey(-30px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}


.small-menu a {
    display: block;
    color: #484848;
    font-size: 15px;
    padding: 10px 20px;
    margin: 0.5rem 0;
    font-weight: 400!important;
    border-bottom: 1px solid #e9ecef;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.small-menu a:last-child{
	  border-bottom:0px solid #e9ecef!important;
}



.dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 44px;
    box-sizing: border-box;
    border-color: transparent transparent transparent transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 4px 0px rgb(50 50 50 / 20%);
    border: 0.5em solid #ffffff;
    z-index: 0;
}


.small-menu2  a{
     display: block;
  color: #fff5e6;
    font-weight: 500;
padding: 9px 15px;
    line-height: 24px;
	    border-bottom: 1px solid rgba(236, 216, 216, 0.15);
    font-size: 13px;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}


.dropend > a{
    display: block;
  color: #fff5e6;
    font-weight: 500;
padding: 9px 15px;
    line-height: 24px;
	    border-bottom: 1px solid rgba(236, 216, 216, 0.15);
    font-size: 13px;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}


@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}


}
@media only screen and (max-width:992px){

.event .column_bg .head_tittle div h1 {
    font-size: 30px!important;
    font-weight: 400;
}

.header-top .info li i {
    top: 5px!important;
}
.header-top .social-links li {
    float: none;
}
.header-top .info li {
     margin-right:0px!important; 
}
.header-top {
    padding: 0px 0px!important;
}

.header-top .top-inner {
    display: block!important;
    text-align: center;
}
.header-top .info li {
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
}


.event .column_bg .head_tittle div h1 {
    font-size: 30px;
    font-weight: 400;
}

.cc2 {
    -webkit-column-count:1!important;
    column-count:1!important;
}
.pr-40 {
    padding-right: 15px!important;
}
.pl-40 {
    padding-left: 15px!important;
}

.breadcrumb > li + li:before {
  display:none;
}

   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}

.small-menu a:hover {
    color: #ff0000 !important;
}

.dropdown:hover .nav-link {
    color: #212529 !important;
}
.dropdown:hover .nav-link:before {
    visibility: visible;
    opacity: 1;
}
.nav-item .nav-link:hover :before{
 visibility: visible;
    opacity: 1;
}

.nav-item .nav-link:hover {
   color: #212529 !important;
}


.navigation {
    width: 100%;
    /* background: rgb(255 255 255 / 88%); */
    background: rgb(255 255 255 / 72%);
    box-shadow: 0px 3px 5px 0px #4e4e4e66;
    position: absolute;
    transition: .4s ease-out;
    z-index: 3;
}



.navigation.positionrelative{
    width: 100%;
	background: rgb(255 255 255 / 88%);
    position: relative;
    transition: .4s ease-out;
    z-index: 3;
}



.header-inner {
    width: 100%;
    position: relative;
}

.navbar-nav .nav-item{
	position:relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
 color: #333;
    /* background-color: #df2327; */
    /* opacity: 1; */
}


.navbar-nav .nav-item {
    height: 100%!important;
    position: relative;
    z-index: 5;
    padding:0px 0px;
    align-items: center;
}
.navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    text-transform:uppercase;
    display: block;
    padding: 36px 2px;
    margin-left: 12px;
    font-size: 13.5px;
    font-family: 'Inria Serif', serif;
    color: #000;
    font-weight: 800!important;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-nav .nav-item .nav-link:before {
    width: 20px;
    content: "";
    height: 2px;
    background-color: #df2327;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scalex(0);
	transform-origin:left;
	transition:all 0.4s ease;
    top: 26px;
}

.navbar-nav .nav-item:hover .nav-link:before {
    transform: translateX(-50%) scalex(1);
}


.header-content2__call img {
    display: inline-block;
    width: 27px!important;
    margin: 9px 6px 0px 0px;
    height: 29px!important;
}
.header-content2__call {
    color: black !important;
    display: flex;
    text-align: center;
    vertical-align: center;
    text-align: center;
    vertical-align: middle;
    justify-content: space-between;
    transition: all 0.5s;
}
.header-content2__call__phone-number span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.header-content2__call__phone-number p {
    margin-bottom: -5px;
    font-size: 15px;
    font-weight: 500;
}
.navbar-nav .nav-item:last-child .nav-link {
    border-right:0px solid #d9d9d9;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 10px;
    margin-left: 2px;
    font-size: 14px;
    color: #df2327;
    /* height: 10px; */
    position: relative;
    /* top: -11px; */
    bottom: 0;
    margin: auto;
    right: 0px;
}


.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 700;
}

.header-social-icon {
   border-left: 1px solid #fff;
}


@media only screen and (min-width:1200px){


}



.hero-wrap .hero-content .hero-btn .btn, .tp-solid-btn {
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: 700;
    font-size:13px;
    text-transform:uppercase;
    color: #fff;
    background: #df2327;
}

.typography {
    border-radius: 0px 0px 5px 5px;
    padding: 0px 30px;
    transition: all 0.4s ease;
    box-shadow: 0px 3px 3px 3px rgb(0 0 0 / 20%);
    background: rgb(255,85,85);
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    height: auto!important;
    position: relative;
    bottom: -5px;
}
.nav-tabs li {
	 padding: 0 0%;
	 display:inline-block;
}


.nav-tabs li a {
    margin: 0 5px 5px 0;
    display: block;
    border-radius: 46px 47px 0px 0!important;
    background: #ff5555;
    box-shadow: 4px 2px rgb(0 0 0 / 20%);
    color: #fff;
    transition: all .4s ease-in-out;
    opacity: 0.9;
    border: none;
    text-transform: capitalize;
    padding: 9px 35px;
}

.nav-tabs.package-tab li a {
    margin: 0 4px 12px 0;
    display: block;
    border-radius: 4px!important;
    background: #d4d4d5;
    box-shadow:none!important;
    color: #000;
    transition: all .4s ease-in-out;
    opacity: 0.9;
    border: none;
    text-transform: capitalize;
    padding: 8px 23px;
}


.nav-tabs.package-tab li a.active {
    background: #192e6a;
    color: #ffffff;
	border-top: 0px;
    cursor: default;
    background-color: #df2327;
    /* border-top: 2px solid #ffffff; */
    /* border-bottom-color: rgba(0, 0, 0, 0); */
    /* color: #fff; */
}



.nav-tabs li a:hover {
    transform: scale(1.02);
    transition: all .4s ease-in-out;
    z-index: 2;
}

.typography:hover {
    transform: scale(1.02);
    transition: all .4s ease-in-out;
    z-index: 2;
}



.form-row label {
    color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ededed;
    vertical-align: middle;
    cursor: pointer;
    /* box-shadow: 0px 0px 72px rgb(0 0 0 / 40%); */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    /* border: 1px solid transparent; */
    padding: 7px 14px!important;
    font-size: 12px;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nav-tabs li a.active {
    background: #192e6a;
    color: #000000;
    cursor: default;
    background-color: #eceded;
    border-top: 2px solid #ff5555;
    border-bottom-color: rgba(0, 0, 0, 0);
    /* color: #fff; */
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    height: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #5f6061;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
     border: 1px solid #ebebeb; 
    border-radius: 0rem;
}



/*================================================================
   new theme style
   =====================================================*/
   .default-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #df2327;
  color: #fff;
  border-radius: 50px;
  font-family: 'Inria Serif', sans-serif;
  font-size: 18px;
  border: 1px solid #c18348;
  font-weight: 700;
}

.default-btn-one:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

.gray-bg {
  background-color: #f0f0f055;
}

.bg-style {
  background-color: #2174bd;
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0 0 16px 0;
  text-transform: capitalize;
}

.section-title p {
  font-size: 16px;
  color: #666666;
  max-width: 550px;
  margin: auto;
  line-height: 30px;
}


/* Default CSS */
/* Preloader CSS */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}

.spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 100px auto;
  left: 0;
  right: 0;
  top: 35%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6a9b1c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Preloader CSS */
/* Start Header Style */
.header-area {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #df2327;
  z-index: 99999999999999;
  /*border-bottom: 1px solid #333;*/
}

.header-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 2px;
}

.header-info li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.header-info li:last-child {
  margin-right: 0;
}

.header-info i {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

.header-info i::before {
  font-size: 15px;
}

.header-info a {
  text-decoration: none;
  color: #fff;
}

.social-links {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.social-links li {
  list-style-type: none;
  display: inline-block;
}

.social-links i {
  display: inline-block;
  height: 27px;
  width: 27px;
  background-color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  color: #3a3737;
  border-radius: 30px;
  margin: 0 0 0 5px;
  border: 1px solid #ffffff;
}

.social-links i::before {
  font-size: 13px;
}

.social-links i:hover {
  background-color: #6a9b1c;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-links a {
  text-decoration: none;
}

/* End Header Style */
/* Start Nav Style */
.jian-mobile-nav {
  display: none;
}

.jian-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #6a9b1c;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.jian-nav {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.jian-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.jian-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.jian-nav .navbar .navbar-nav {
  margin-left: auto;
}

.jian-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.jian-nav .navbar .navbar-nav .nav-item a {
  font-size: 14.4px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}

.jian-nav .navbar .navbar-nav .nav-item a:hover, .jian-nav .navbar .navbar-nav .nav-item a:focus, .jian-nav .navbar .navbar-nav .nav-item a.active {
  color: #000;
}

.jian-nav .navbar .navbar-nav .nav-item a i {
  margin-left: -3px;
  font-size: 13px;
}

.jian-nav .navbar .navbar-nav .nav-item:hover a, .jian-nav .navbar .navbar-nav .nav-item:focus a, .jian-nav .navbar .navbar-nav .nav-item.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 700;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 700;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.jian-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.jian-nav .others-options {
  margin-left: 15px;
}

.jian-nav .others-options .btn-primary {
  background-color: #6a9b1c;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  border-color: #6a9b1c;
}

.jian-nav .others-options .btn-primary::before, .jian-nav .others-options .btn-primary::after {
  background: #141414;
}

.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .jian-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .jian-nav .others-options .btn-primary.dropdown-toggle {
  background-color: #6a9b1c;
  color: #ffffff;
  border-color: #141414;
}

.jian-nav .others-options .btn-primary:hover, .jian-nav .others-options .btn-primary:focus {
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

/* End Nav Style */
/* Start Banner Style */
.banner-slider .banner-slider-item {
  height:650px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-slider .banner-slider-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.banner-slider .banner-slider-item .banner-area-content {
  text-align: center;
}

.banner-slider .banner-slider-item .banner-area-content h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Inria Serif', sans-serif;
  margin: 0 0 24px 0;
}

.banner-slider .banner-slider-item .banner-area-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  max-width: 550px;
  margin: auto;
}

.banner-slider .banner-slider-item .banner-btn {
  margin-top: 35px;
  text-align: center;
}

.banner-slider .banner-slider-item .banner-btn .banner-btn-one {
  display: inline-block;
  padding: 15px 40px;
  background-color: #6a9b1c;
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Inria Serif', sans-serif;
  font-size: 16px;
  border: 1px solid #6a9b1c;
}

.banner-slider .banner-slider-item .banner-btn .banner-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .slider-one {
  background-image: url(../img/banner/banner-bg.jpg);
}

.banner-slider .slider-two {
  background-image: url(../img/banner/banner-bg2.jpg);
}

.banner-slider .slider-three {
  background-image: url(../img/banner/banner-bg3.jpg);
}

.banner-slider .owl-prev {
  position: absolute;
  left: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.banner-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .owl-next {
  position: absolute;
  right: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.banner-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .owl-nav {
  margin-top: 0;
}

.banner-slider .owl-item.active h1 {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active p {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

/* End Banner Style */
/* Start Partner Style */
.partner-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.partner-section .partner-slider {
  position: relative;
}

.partner-section .partner-slider .partner-item {
  text-align: center;
}

.partner-section .partner-slider .partner-item img {
  display: inline-block;
  width: 150px;
  margin: auto;
}

.partner-section .partner-slider .owl-nav {
  margin-top: 0;
}

/* End Partner Style */
/* Start About Style */
.about-section {
  padding-bottom: 70px;
  position: relative;
}

.about-area-content .about-content span {
  font-size: 20px !important;
  color: #f2bc49;
  font-weight: 700;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

/*.new-mjjjsshf{
  display: none !important;
}*/

.about-area-content .about-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 105px;
  margin: 0 auto;
  top: 15px;
}

.about-area-content .about-content h3 {
  font-size: 34px;
  color: #000;
  margin: 10px 0px 20px 0;
  line-height: 40px;
  font-weight: 700;
}

.about-area-content .about-content p {
  font-size: 17px;
  color: #565656;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 0 0px;
  text-align: center;
}

.about-area-content .about-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
}

.about-area-content .about-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 700;
  color: #565656;
  font-size: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}

.about-area-content .about-features-list li i::before {
  margin-right: 6px;
  color: #16519a;
}

.about-area-content .btn-box {
  margin-top: 35px;
}

.about-video {
  position: relative;
}

.about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.about-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #8dc63f;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.about-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #8dc63f;
}

.about-video .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.about-video .video-btn i {
  font-weight: 900;
}

.about-video .video-btn i::before {
  font-size: 40px;
}

/* End About Style */
/* Start Offer Style */
.offer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.offer-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.offer-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.offer-section .section-title h2 {
  font-size: 18px;
  color: #2174bd;
  margin: 0 0 15px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.offer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #16519a;
  right: -180px;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.offer-section .section-title p {
  font-size: 30px;
  color: #061933;
  font-weight: 700;
  max-width: 645px;
  margin: auto;
  line-height: 40px;
}

.offer-section .therapy-slider .therapy-content {
  background-color: #f9f9f9;
  padding: 20px;
}

.offer-section .therapy-slider .therapy-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 10px 0;
}

.offer-section .therapy-slider .therapy-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one {
  display: inline-block;
  color: #6a9b1c;
  font-weight: 700;
  -webkit-transition: .6s;
  transition: .6s;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one:hover {
  letter-spacing: 1px;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one i::before {
  position: relative;
  top: 1px;
  font-size: 11px;
}

.offer-section .therapy-slider .owl-prev {
  position: absolute;
  left: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}

.offer-section .therapy-slider .owl-prev:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: .6s;
  transition: .6s;
}

.offer-section .therapy-slider .owl-next {
  position: absolute;
  right: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}

.offer-section .therapy-slider .owl-next:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Offer Style */
/* Start Counter Style */
.counter-section {
  background-color: #df2327;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
}

.single-counter h3 {
  color: #ffffff;
  font-size: 48px;
}

.single-counter .sub-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  color: #ffffff;
  display: block;
}

.shape-img1 {
  position: absolute;
  right: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 30px;
}

.shape-img2 {
  position: absolute;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 0;
}

/* End Counter Style */
/* Start Customer Services Style */
.customer-services-section {
  padding-bottom: 100px;
  position: relative;
  margin-top: -50px;
}

.customer-area {
  position: absolute;
  background: #f6f6f6;
  max-width: 750px;
  bottom: 26%;
  right: 12%;
  padding: 45px;
}

.customer-area h2 {
  font-size: 30px;
  color: #061933;
  line-height: 45px;
  margin: 0 0 20px 0;
}

.customer-area p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin: 0;
}

.customer-area .customer-btn {
  margin-top: 30px;
}

/* End Customer Services Style */
/* Start Advantags Style */
.advantags-section {
  padding-bottom: 100px;
}

.advantags-content h3 {
  font-size: 15px;
  color: #2174bd;
  margin: 0 0 15px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.advantags-content h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  right: 28%;
  left: 0;
  margin: 0 auto;
  top: 15px;
}

.advantags-content h4 {
  font-size: 30px;
  color: #061933;
  line-height: 40px;
  margin: 0 0 12px 0;
}

.advantags-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.advantags-content .advantags-btn {
  margin-top: 10px;
}

.advantags-area .advantags-text-content {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 35px 20px 20px 110px;
  margin-top: 28px;
}

.advantags-area .advantags-text-content:hover {
  border: 1px solid #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.advantags-area .advantags-text-content h3 {
  font-family: 'Inria Serif', sans-serif;
  font-size: 18px;
  color: #061933;
  margin: 0 0 8px 0;
}

.advantags-area .advantags-text-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.advantags-area .advantags-text-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
}

.advantags-area .advantags-text-content i::before {
  font-size: 30px;
}

.advantags-area .advantags-text-content img {
  position: absolute;
  left: 20px;
  top: 20px;
}

/* End Advantags Style */
/* Start Desk Style */
.help-desk-section {
  padding-bottom: 100px;
}

.help-desk-area {
  max-width: 500px;
  margin-right: auto;
  padding-left: 30px;
}

.help-desk-area .desk-form-content {
  background-color: #f0f0f0;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
}

.help-desk-area .desk-form-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 0 0 20px 0;
}

.help-desk-area .desk-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 16px 0;
}

.help-desk-area .desk-form-content .get-form-area .form-group {
  margin-bottom: 15px;
}

.help-desk-area .desk-form-content .get-form-area .form-group .form-control {
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

.help-desk-area .desk-form-content .get-form-area .form-group .form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.help-desk-area .desk-form-content .get-form-area .send-btn {
  text-align: center;
  margin-top: 30px;
}

/* End Desk Style */
/* Start Video Style */
.video-section {
  padding-top: 70px;
  padding-bottom: 1px;
  background-image: url(../img/slider/hire.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.video-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
    background-color: rgba(0,0,0,.5);
  z-index: -1;
}

.video-area .video-title {
  text-align: center;
  margin-bottom: 100px;
}

.video-area .video-title h2 {
  color: #ffffff;
  text-transform: capitalize;
  margin: -6px 0 20px 0;
  font-size: 36px;
  font-family: 'Inria Serif', sans-serif;
  line-height: 50px;
}

.video-area .video-title p {
    font-size: 18px;
    color: #ffffff;
    max-width: 723px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin: auto;
}
.video-area .video-content {
  position: relative;
}

.video-area .video-content .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.video-area .video-content .video-btn a {
  color: #000000;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 102px;
  background: #ffffff;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.video-area .video-content .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #ffffff;
}

.video-area .video-content .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.video-area .video-content .video-btn i {
  font-weight: 900;
}

.video-area .video-content .video-btn i::before {
  font-size: 60px;
}

.video-text {
  position: relative;
  text-align: center;
  margin-top: 208px;
}

.video-text h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/* End Video Style */
/* Start Testimonial Style */
.testimonial-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonial-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-slider .slick-slide{
	margin:0px 10px;
}


.testimonial-slider .slick-list {
   padding-bottom:40px!important;
}

.slick-slide {
    display: none;
    float: left;
    height: auto!important;
    min-height:auto!important;
}


.testimonial-section .section-title h2 {
    font-size: 34px;
    /* color: #061933; */
    /* font-family: 'Inria Serif', sans-serif; */
    position: relative;
    margin: 0;
}
.testimonial-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #061933;
  right: -33%;
  left: 0;
  margin: 0 auto;
  top: 25px;
}

.testimonial-slider .testimonial-content {
  background-image: url(../img/pattern.png);
  background-position: center center;
  background-size: cover;
  padding: 35px;
  text-align: center;
}

.testimonial-slider .testimonial-content i::before {
  font-size: 40px;
  color: #df2327;
  line-height: normal;
}

.testimonial-slider .testimonial-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 16px 0;
  font-style: italic;
}

.testimonial-slider .testimonial-content .star-list {
  padding-left: 0;
  margin-bottom: 0;
}

.testimonial-slider .testimonial-content .star-list li {
  list-style-type: none;
  display: inline-block;
}

.testimonial-slider .testimonial-content .star-list i::before {
  font-size: 24px;
  color: #fac917;
  line-height: normal;
  margin-right: 8px;
}

.testimonial-slider .testimonial-content .rectangle-image {
  position: relative;
}

.testimonial-slider .testimonial-content .rectangle-image img {
  width: 70px;
  position: absolute;
  left: 4%;
  bottom: -70px;
}

.testimonial-slider .testimonial-content-area {
  padding-left: 40px;
  margin-top: 40px;
}

.testimonial-slider .testimonial-content-area img {
  width: 100px;
  display: inline-block;
}

.testimonial-slider .testimonial-content-area h2 {
  font-size: 16px;
  color: #6a9b1c;
  margin: 8px 0px 6px 0;
  padding-left: 10px;
}

.testimonial-slider .testimonial-content-area p {
  font-size: 15px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  padding-left: 24px;
}

.testimonial-slider .owl-dots .owl-dot {
  position: relative;
  top: 10px;
}

.testimonial-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #bdbebb;
  display: block;
  border-radius: 30px;
  border: none;
}

.testimonial-slider .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.testimonial-slider .owl-dots .owl-dot.active span {
  background: #6a9b1c;
}





/*---------footer--section---*/
.footer-bs {
    background-image:url(../img/slider/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
	z-index:2;
    padding: 25px 50px 0px 40px;
    color: rgba(255,255,255,1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}
.overlay1 {
    background: rgb(58 59 60 / 92%);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-bs h3 {
    margin: 15px 0px 15px;
    font-size: 20px;
    color: #fff;
    padding: 0px 0 0px 0;
}
.booking-ddl {
    font-size: 11px;
    /* height: 28px; */
    border: 0px solid #fff!important;
    border-radius: 0px 30px 30px 0px!important;
    -o-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    background: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ffffff, #df2327);
    background: -webkit-linear-gradient(45deg, transparent 50%, white 50%), -webkit-linear-gradient(135deg, white 50%, transparent 50%), -webkit-linear-gradient(to right, #ff9c39, #fe8b19);
    background: -moz-linear-gradient(45deg, transparent 50%, white 50%), -moz-linear-gradient(315deg, white 50%, transparent 50%), -moz-linear-gradient(to right, #ff9c39, #fe8b19);
    background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 9px) calc(1em + 2px), 100% 0px;
    background-position: -webkit-calc(100% - 14px) -webkit-calc(1em + 2px), -webkit-calc(100% - 9px) -webkit-calc(1em + 2px), 100% 0px;
    background-position: -moz-calc(100% - 14px) -moz-calc(1em + 2px), -moz-calc(100% - 9px) -moz-calc(1em + 2px), 100% 0px;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #484343;
    border: none;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-right: 1px solid #cecece!important;
    border-radius: 30px 0px 0px 30px;
}
table {
    caption-side: bottom;
    width: 100%;
    border-collapse: collapse;
}


.socio .fa-facebook-f:hover {
    background: #4867aa;
    transition: background 0.1s ease-out;
}
.socio .fa-linkedin-in:hover {
    background: #0274b3;
    transition: background 0.1s ease-out;
}
.socio .fa-google-plus:hover {
    background: #e1584b;
    transition: background 0.1s ease-out;
}

.socio .fa-twitter:hover {
    background: #1da1f2;
    transition: background 0.1s ease-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #767676;
    /* box-shadow: inset 0px 1px 6px 0px rgb(80 80 80 / 22%); */
    /* -webkit-box-shadow: inset 0px 1px 6px 0px rgb(80 80 80 / 22%); */
    -moz-box-shadow: inset 0px 1px 6px 0px rgba(80, 80, 80, 0.22);
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #df2327;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #dc3545;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f1f1;
    opacity: 1;
}
.btn10 {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius: 50px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #bdabab80;
    z-index: 10;
}
.btn10 {
    padding: 10px;
    margin: 2px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.btn10  span{
	color:#fff;
}

.footer-bs .footer-brand p {
    font-size: 15px;
    color: rgba(255,255,255,0.70);
}
.socio a{
	display:inline-block;
	margin-right:6px;
}
.socio i {
    padding: 15px 10px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 55px;
    text-align: center;
    font-size: 24px;
}
.secure img {
    height: 50px;
	width:auto!important;
    margin: 4px 8px;
}
.footer-bs .footer-ns p {
    font-size: 15px;
    color: rgba(255,255,255,0.70);
    display: inline-block;
}

.footer-bs .footer-ns i {
    display: inline-block;
}
.col-xs-1 i {
    color: red;
}

.f-menu {
    background: #111;
    padding: 5px;
    color: #fff;
    font-size: 11px;
}

.f-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-family: initial;
    margin: 2px;
    font-weight: 600;
}
.f-menu li a{
	color:#fff;
}






/* End Footer-bottom Style */
/* Start Button style */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: #6a9b1c;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
          display: none !important;
}

#toTop:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

#toTop .top-arrow i::before {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  top: 3px;
  position: relative;
}

/* End Button style */
/* Start Main Banner style */
.main-slider {
  position: relative;
}

.main-slider .main-banner-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-slider .main-banner-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}

.main-slider .item-bg {
  background-image: url(../img/slider/bg.jpg);
}

.main-slider .item-bg-two {
  background-image: url(../img/slider/bg2.jpg);
}

.main-slider .item-bg-three {
  background-image: url(../img/slider/bg3.jpg);
}

.main-slider .banner-area-content {
  max-width: 550px;
  text-align: left;
}

.main-slider .banner-area-content h1 {
  color: #ffffff;
  font-size: 45px;
  font-family: 'Inria Serif', sans-serif;
  margin: 0 0 10px 0;
  line-height: 70px;
}

.main-slider .banner-area-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  max-width: 450px;
}

.main-slider .banner-area-content .banner-btn {
  margin-top: 35px;
}

.main-slider .owl-prev {
  position: absolute;
  left: 2%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.main-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.main-slider .owl-next {
  position: absolute;
  right: 2%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.main-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.main-slider .owl-nav {
  margin-top: 0;
}

.main-slider .owl-item.active h1 {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.main-slider .owl-item.active p {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.main-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-video {
  position: relative;
  background-image: url(../img/about.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.banner-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.banner-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #8dc63f;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.banner-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #8dc63f;
}

.banner-video .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-video .video-btn i {
  font-weight: 900;
}

.banner-video .video-btn i::before {
  font-size: 40px;
}

/* End Main Banner style */
/* Start Top Services style */
.top-services-section {
  padding-bottom: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.no-padding {
  padding: 5px;
}

.top-services-content {
  padding: 30px;
  text-align: center;
  background-image: url(../img/top-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-services-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 20px 0 15px 0;
}

.top-services-content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin: -1px 0 0px 0;
}

.top-services-content span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.top-services-content i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #609bd0;
  border-radius: 50px;
}

.top-services-content i::before {
  font-size: 35px;
}

/* End Top Services style */
/* Start Expertise style */
.expertise-section {
  padding-bottom: 100px;
  position: relative;
}

.expertise-content-area h2 {
  font-size: 18px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.expertise-content-area h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #2174bd;
  right: 40%;
  left: 0;
  margin: 0 auto;
  top: 15px;
}

.expertise-content-area h3 {
  font-size: 36px;
  color: #061933;
  margin: 0 0px 20px 0;
  line-height: 50px;
}

.expertise-content-area p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  font-weight: 400;
}

.expertise-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
  margin-top: 10px;
}

.expertise-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 700;
  color: #061933;
  font-size: 15px;
  padding-right: 15px;
  padding-left: 22px;
  margin-top: 10px;
  position: relative;
}

.expertise-features-list li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #6a9b1c;
  border-radius: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.expertise-box {
  margin-top: 35px;
}

.back-image {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}

.expertise-image {
  text-align: right;
}

/* End Expertise style */
/* Start Choose style */
.choose-section {
 /* background-image: url(../img/choose-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
background: #e9fbffeb;
}

/*.choose-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}*/

.choose-area {
  margin-bottom: 40px;
}

.choose-area .choose-title h2 {
  font-size: 20px;
  color: #be8ab8;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.choose-area .choose-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #be8ab8;
  right: 21%;
  left: 0;
  margin: 0 auto;
  top: 15px;
}

.choose-area .choose-title h3 {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  margin: 0;
  line-height: 45px;
}

.choose-area .p-text {
  margin-top: 35px;
}

.choose-area .p-text p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.choose-content {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 35px 20px 20px 110px;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;

}

/*.choose-content:hover {
  -webkit-transition: .6s;
  transition: .6s;
  background-color: #6a9b1c;
  border: 1px solid #6a9b1c;
}*/

/*.choose-content::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #6a9b1c;
  right: 0;
  margin: 0 auto;
  top: -1px;
}*/

/*.choose-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #6a9b1c;
  right: -24px;
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}*/

.choose-content h3 {
  font-family: 'Inria Serif', sans-serif;
  font-size: 20px;
  color: #071e55;
  margin: 0 0 8px 0;
}

.choose-content p {
  font-size: 15px;
  color: #071e55;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.choose-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
  color: #be8ab8;
  z-index: 11;
}

.choose-content i::before {
  font-size: 30px;
}

.choose-content img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.choose-image {
  position: absolute;
  top: -1px;
  right: 15px;
}

.choose-btn {
  margin-top: 20px;
  text-align: center;
}

/* End Choose style */
/* Start What We style */
.what-we-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.what-we-area {
  margin-bottom: 60px;
}

.what-we-area .what-we-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.what-we-area .what-we-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 55%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.what-we-area .what-we-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.what-we-area .p-text {
  margin-top: 15px;
}

.what-we-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.what-we-slider .what-we-item .what-we-image {
  position: relative;
}

.what-we-slider .what-we-item .what-we-image .what-we-text {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
  bottom: 0;
  background: #317aba;
  margin: 10px;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
  visibility: hidden;
}

.what-we-slider .what-we-item .what-we-image .what-we-text p {
  position: absolute;
  margin: 0;
  top: 30%;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
}

.what-we-slider .what-we-item .what-we-content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}

.what-we-slider .what-we-item .what-we-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 18px 0;
  line-height: 28px;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one {
  display: inline-block;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one:hover {
  letter-spacing: 1px;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one i::before {
  position: relative;
  top: 0px;
  font-size: 11px;
}

.what-we-slider .what-we-item:hover .what-we-image .what-we-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.what-we-slider .owl-prev {
  position: absolute;
  left: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}

.what-we-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .owl-next {
  position: absolute;
  right: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}

.what-we-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .owl-nav {
  margin-top: 0;
}

/* End What We style */
/* Start Treatments style */
.treatments-section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.treatments-area-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 700;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.treatments-area-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 105px;
  margin: 0 auto;
  top: 15px;
}

.treatments-area-content h3 {
  font-size: 30px;
  color: #061933;
  margin: 10px 0px 20px 0;
  line-height: 40px;
}

.treatments-area-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 0px;
}

.treatments-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
  margin-top: 10px;
}

.treatments-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 700;
  color: #061933;
  font-size: 16px;
  margin-top: 16px;
  position: relative;
  background-color: #a6c7e4;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#a7c8e5), color-stop(#c3d4ec), color-stop(#dae1f3), color-stop(#eff0f9), to(#ffffff));
  background: linear-gradient(to right, #a7c8e5, #c3d4ec, #dae1f3, #eff0f9, #ffffff);
}

.treatments-features-list i {
  font-size: 20px;
  padding-right: 8px;
}

.treatments-features-list i::before {
  font-size: 20px;
}

.treatments-box {
  margin-top: 40px;
  text-align: center;
}

/* End Treatments style */
/* Start Customer style */
.customer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/choose-bg.jpg);
  background-position: center center;
  background-size: cover;
}

.customer-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.customer-section .section-title h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
  margin: 0;
}

.customer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ffffff;
  right: -30%;
  left: 0;
  margin: 0 auto;
  top: 25px;
}

.customer-slider .customer-item {
  position: relative;
  margin-top: 68px;
}

.customer-slider .customer-item .customer-content {
  background-color: #ffffff;
  padding: 35px;
  text-align: left;
  position: relative;
}

.customer-slider .customer-item .customer-content .last-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.customer-slider .customer-item .customer-content .last-icon i::before {
  font-size: 50px;
  color: #9fc3e3;
}

.customer-slider .customer-item .customer-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 16px 0;
}

.customer-slider .customer-item .customer-content .customer-pic {
  position: absolute;
  left: 30px;
  top: -52px;
}

.customer-slider .customer-item .customer-content .customer-pic img {
  width: 100px;
  display: inline-block;
}

.customer-slider .customer-item .customer-content h2 {
  font-size: 16px;
  color: #2174bd;
  margin: 30px 0px 0px 0;
}

.customer-slider .customer-item .customer-content span {
  font-size: 15px;
  color: #b4b4b4;
  font-weight: 400;
  margin: 0;
}

.customer-slider .customer-item .star-list {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 60px;
}

.customer-slider .customer-item .star-list li {
  list-style-type: none;
  display: inline-block;
}

.customer-slider .customer-item .star-list li i {
  padding-right: 4px;
}

.customer-slider .customer-item .star-list li i::before {
  font-size: 20px;
  color: #fac917;
}

.customer-slider .owl-dots .owl-dot {
  position: relative;
  top: 15px;
}

.customer-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #bdbebb;
  display: block;
  border-radius: 30px;
  border: none;
}

.customer-slider .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.customer-slider .owl-dots .owl-dot.active span {
  background: #6a9b1c;
}

/* End Customer style */
/* Start Team style */
.team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.team-area {
  margin-bottom: 45px;
}

.team-area .team-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.team-area .team-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 55%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.team-area .team-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.team-area .p-text {
  margin-top: 15px;
}

.team-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.team-item .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 15px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 20px;
  text-align: center;
  max-width: 230px;
  position: relative;
  left: 13px;
  top: -45px;
}

.team-item .team-content::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #115fa4;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}

.team-item .team-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 26px;
  background-color: #115fa4;
  left: -12px;
  bottom: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.team-item .team-content h3 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 8px 0;
}

.team-item .team-content span {
  font-size: 16px;
  color: #72a8d8;
  font-weight: 500;
}

.team-item .team-content .social-team-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.team-item .team-content .social-team-links li {
  list-style-type: none;
  display: inline-block;
}

.team-item .team-content .social-team-links i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: #2174bd;
  border: 1px solid #2174bd;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}

.team-item .team-content .social-team-links i:hover {
  background-color: #ffffff;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.team-item .team-content .social-team-links i::before {
  font-size: 15px;
  font-weight: 900;
}

.team-item .team-content .bar {
  position: absolute;
  left: 0;
}

/* End Team style */
/* Start FAQ style */
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  padding: 12px 35px 12px 15px;
  color: #ffffff;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  display: inline-block;
  font-size: 15.5px;
  font-weight: 700;
  background-color: #2174bd;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\eab2";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-image {
  padding-left: 70px;
  margin-top: 0px;
}

/* End FAQ style */
/* Start Page area Style */
.page-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/page-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-banner .page-banner-content {
  text-align: left;
}

.page-banner .page-banner-content h2 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px 0;
}

.page-banner .page-banner-content p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.page-banner .page-banner-content p a {
  color: #ffffff;
}

.page-banner .page-banner-content p a:hover {
  color: #8dc63f;
  -webkit-transition: .5s;
  transition: .5s;
}

/* End Page area Style */
/* Start Physical Style */
.physical-section {
  padding-top: 100px;
}

.single-physical-item .physical-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 700;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.single-physical-item .physical-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 160px;
  margin: 0 auto;
  top: 15px;
}

.single-physical-item .physical-content h3 {
  font-size: 30px;
  color: #061933;
  margin: 10px 0 20px 0;
}

.single-physical-item .physical-content p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  line-height: 30px;
}

.single-physical-item .physical-btn {
  margin-top: 28px;
}

/* End Physical Style */
/* Start Superior Style */
.superior-section {
  padding-top: 100px;
}

.superior-area {
  margin-bottom: 45px;
}

.superior-area .superior-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.superior-area .superior-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 35%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.superior-area .superior-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.superior-area .p-text {
  margin-top: 25px;
  padding-left: 30px;
}

.superior-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.superior-content {
  padding-left: 30px;
}

.superior-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* End Superior Style */
/* Start Mission Style */
.mission-section {
  padding-top: 100px;
}

.mission-area {
  margin-bottom: 45px;
}

.mission-area .mission-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.mission-area .mission-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 45%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.mission-area .mission-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.mission-area .p-text {
  margin-top: 25px;
  padding-left: 30px;
}

.mission-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.mission-item .mission-content h3 {
  font-size: 18px;
  color: #061933;
  margin: 20px 0 10px 0;
}

.mission-item p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* End Mission Style */
/* Start Services Style */
.services-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.services-area {
  margin-bottom: 60px;
}

.services-area .services-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.services-area .services-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 75%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.services-area .services-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.services-area .p-text {
  margin-top: 30px;
}

.services-area .p-text p {
  font-size: 17px;
  color: #061933;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.services-item {
  margin-bottom: 30px;
}

.services-item .services-image {
  position: relative;
}

.services-item .services-image .services-text {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
  bottom: 0;
  background: #317aba;
  margin: 10px;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
  visibility: hidden;
}

.services-item .services-image .services-text p {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
}

.services-item .services-content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}

.services-item .services-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 10px 0;
}

.services-item .services-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.services-item .services-content .services-btn {
  margin-top: 20px;
}

.services-item .services-content .services-btn .services-btn-one {
  display: inline-block;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.services-item .services-content .services-btn .services-btn-one:hover {
  letter-spacing: 1px;
}

.services-item .services-content .services-btn .services-btn-one i::before {
  position: relative;
  top: 0px;
  font-size: 11px;
}

.services-item:hover .services-image .services-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* End Services Style */
/* Start Appoinment Style */
.appoinment-section {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.appoinment-area {
  position: relative;
  background-image: url("../img/bac-hjjj.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 700px;
}

.appoinment-area .appoinment-form-content {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  -webkit-box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
          box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
  max-width: 465px;
  margin-left: auto;
  position: absolute;
  bottom: -50px;
  right: 100px;
}

.appoinment-area .appoinment-form-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 0 0 20px 0;
}

.appoinment-area .appoinment-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  max-width: 350px;
  margin: 20px auto;
}

.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control {
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b5b4b4;
  border-radius: 0;
}

.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-bottom: 1px solid #6a9b1c !important;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn {
  text-align: center;
  margin-top: 30px;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one {
  display: inline-block;
  padding: 16px 45px;
  background-color: #6a9b1c;
  color: #ffffff;
  font-family: 'Inria Serif', sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #6a9b1c;
  width: 100%;
  text-transform: uppercase;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

.appoinment-style {
  padding-left: 45px;
  max-width: 580px;
  padding-right: 45px;
}

.appoinment-style .appoinment-content span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Inria Serif', sans-serif;
  position: relative;
}

.appoinment-style .appoinment-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ffffff;
  left: 90px;
  margin: 0 auto;
  top: 15px;
}

.appoinment-style .appoinment-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin: 10px 0px 0 0;
  line-height: 40px;
}

.appoinment-style .appoinment-content .appoinment-btn {
  margin-top: 45px;
}

.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #6a9b1c;
  border-radius: 50px;
}

.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one:hover {
  background-color: #6a9b1c;
  color: #ffffff;
}

/* End Appoinment Style */
/* Start Single Team Style */
.single-team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.single-team-item .single-team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 15px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 20px;
  text-align: center;
  max-width: 230px;
  margin: auto;
  position: relative;
  left: 0;
  top: -45px;
}

.single-team-item .single-team-content .social-team-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-item .single-team-content .social-team-links li {
  list-style-type: none;
  display: inline-block;
}

.single-team-item .single-team-content .social-team-links i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 34px;
  background-color: #2174bd;
  border: 1px solid #2174bd;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}

.single-team-item .single-team-content .social-team-links i:hover {
  background-color: #ffffff;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.single-team-item .single-team-content .social-team-links i::before {
  font-size: 16px;
}

.single-team-item .single-team-content .bar {
  position: absolute;
  left: 0;
}

.single-team-area {
  margin-bottom: 40px;
}

.single-team-area .single-team-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 15px 0 15px 0;
}

.single-team-area .single-team-content span {
  font-size: 16px;
  color: #72a8d8;
  font-weight: 500;
}

.single-team-area .single-team-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 12px 0 0 0;
  line-height: 30px;
}

.single-team-area .single-team-details {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-team-area .single-team-details li {
  list-style-type: none;
  font-size: 17px;
  color: #464646;
  font-weight: 700;
  padding-top: 12px;
}

.single-team-area .single-team-details li:first-child {
  padding-top: 0;
}

.single-team-area .single-team-details span {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  padding-left: 20px;
}

/* End Single Team Style */
/* Start Work-Injury Style */
.work-injury-section {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}

.work-injury-area .work-injury-content h2 {
  font-size: 30px;
  color: #061933;
  margin: 0px 0 20px 0;
}

.work-injury-area .work-injury-content strong {
  font-size: 17px;
  color: #061933;
  line-height: 30px;
}

.work-injury-area .work-injury-content p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin: 20px 0 10px 0;
}

.work-injury-area .injury-list {
  padding-left: 0;
  margin-bottom: 0;
}

.work-injury-area .injury-list li {
  list-style-type: none;
  font-size: 16px;
  color: #565656;
  font-weight: 700;
  position: relative;
  padding-top: 15px;
  padding-left: 25px;
}

.work-injury-area .injury-list li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #16519a;
  left: 0;
  border-radius: 50px;
  top: 50%;
}

/* End Work-Injury Style */
/* Start Payment Style */
.payment-content {
  padding-left: 10px;
}

.payment-content p {
  font-size: 16px;
  color: #565656;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
}

/* End Payment Style */
/* Start Details Style */
.details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.details-content {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.details-content h2 {
  font-size: 25px;
  color: #061933;
  margin: 0 0 20px 0;
}

.details-content p {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.details-content .details-list {
  padding-left: 0;
  margin-bottom: 0;
}

.details-content .details-list li {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  list-style-type: none;
  padding-top: 10px;
}

.details-content .details-style {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.details-content .details-style li {
  font-size: 15px;
  color: #061933;
  font-weight: 700;
  list-style-type: none;
  padding-top: 10px;
}

.details-content .details-style .details-button {
  margin-top: 26px;
}

.details-content .details-style .details-button .details-button-one {
  display: inline-block;
  padding: 8px 30px;
  background-color: #061933;
  color: #ffffff;
  border: 1px solid #061933;
}

.details-content .details-style .details-button .details-button-one:hover {
  background-color: #ffffff;
  color: #061933;
}

.details-payment {
  background-color: #061933;
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
}

.details-payment h3 {
  font-size: 25px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.details-payment p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.details-payment .details-style {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.details-payment .details-style .details-button {
  margin-top: 26px;
}

.details-payment .details-style .details-button .details-button-one {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffffff;
  color: #061933;
  border: 1px solid #ffffff;
}

.details-payment .details-style .details-button .details-button-one:hover {
  background-color: #061933;
  color: #ffffff;
}

/* End Details Style */
/* Start Map Style */
.map iframe {
  height: 510px;
  width: 100%;
}

/* End Map Style */
/* Start Contact Style */
.contact-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.contact-box {
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  padding-left: 115px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  color: #6a9b1c;
  border: 1px solid #6a9b1c;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-box:hover .icon {
  background: #6a9b1c;
  color: #ffffff;
}

.contact-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-box p {
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}

.contact-box p a {
  color: #777777;
}

.contact-box p a:hover {
  color: #6a9b1c;
}

.get-in-touch {
  margin-top: 40px;
}

.get-in-touch h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.get-in-touch p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.get-in-touch ul li {
  display: inline-block;
}

.get-in-touch ul li a {
  color: #ffffff;
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #6a9b1c;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #6a9b1c;
}

.get-in-touch ul li a:hover {
  background-color: #ffffff;
  color: #6a9b1c;
}

.contactForm {
  margin-top: 40px;
}

.contactForm .form-group {
  margin-bottom: 15px;
}

.contactForm .form-control {
  background: transparent;
  border: 1px solid #fbf21b;
  border-radius: 0px;
  height: 50px;
}

.contactForm .form-control:focus {
  border: 1px solid #6a9b1c;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactForm textarea.form-control {
  height: 100px !important;
}

.contactForm .send-btn {
  margin-top: 10px;
}

.contactForm .send-btn .send-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #6a9b1c;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 700;
}

.contactForm .send-btn .send-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Contact Style */
/* Start Blog Page Style */
.blog-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-page-item {
  margin-bottom: 40px;
}

.blog-page-item:last-child {
  margin-bottom: 0;
}

.blog-page-item .single-image img {
  width: 100%;
}

.blog-page-item .blog-page-content {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 28px;
}

.blog-page-item .blog-page-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 12px 0 10px 0;
}

.blog-page-item .blog-page-content a {
  color: #061933;
}

.blog-page-item .blog-page-content a:hover {
  color: #6a9b1c;
}

.blog-page-item .blog-page-content span {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-page-item .blog-page-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.blog-page-item .blog-page-content .read-button {
  margin-top: 20px;
}

.blog-page-item .blog-page-content .read-button .read-btn-one {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 30px;
  background-color: #6a9b1c;
  border: 1px dashed #6a9b1c;
  display: inline-block;
}

.blog-page-item .blog-page-content .read-button .read-btn-one:hover {
  color: #6a9b1c;
  background-color: #ffffff;
  letter-spacing: 1px;
}

.blog-page-item .blog-page-content .blog-list {
  padding-left: 0;
  margin-bottom: 0;
  line-height: normal;
}

.blog-page-item .blog-page-content .blog-list li {
  display: inline-block;
  font-size: 15px;
  color: #666;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.blog-page-item .blog-page-content .blog-list a {
  color: #666666;
}

.blog-page-item .blog-page-content .blog-list a:hover {
  color: #6a9b1c;
}

.blog-page-item .blog-page-content .blog-list i {
  color: #666666;
  margin-right: 6px;
  font-weight: bold;
  line-height: normal;
}

.blog-page-item .blog-page-content .blog-list i::before {
  font-size: 16px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget.widget-search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 20px;
}

.sidebar .widget.widget-search form {
  position: relative;
}

.sidebar .widget.widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: #8dc63f;
  outline: 0;
  color: #fff;
  padding: 12px;
  cursor: pointer;
}

.sidebar .widget.widget-search form .form-control {
  height: 50px;
  padding: 16px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: transparent;
  border-bottom: 1px solid #b5b4b4;
}

.sidebar .widget.widget-search form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #8dc63f;
}

.sidebar .widget h3, .sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 18px;
  position: relative;
}

.sidebar .widget h3 span, .sidebar .widget .widget-title span {
  z-index: 2;
  position: relative;
}

.sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget-categories {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-categories ul {
  padding-left: 0;
}

.sidebar .widget.widget-categories ul li {
  position: relative;
  border-top: 1px solid #fbf21b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.sidebar .widget.widget-categories ul li:last-child {
  border-bottom: 1px solid #fbf21b;
}

.sidebar .widget.widget-categories ul li a {
  color: #6084a4;
}

.sidebar .widget.widget-categories ul li a:hover {
  color: #6a9b1c;
}

.sidebar .widget.widget-recent-entries {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-recent-entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget-recent-entries ul li a {
  display: block;
}

.sidebar .widget.widget-recent-entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 65px;
}

.sidebar .widget.widget-recent-entries ul li h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
}

.sidebar .widget.widget-recent-entries ul li a {
  color: #172841;
}

.sidebar .widget.widget-recent-entries ul li a:hover {
  color: #6a9b1c;
}

.sidebar .widget.widget-recent-entries ul li p {
  color: #6084a4;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
}

.sidebar .widget.widget-tag-cloud {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #8dc63f;
  padding: 10px 25px;
  color: #495057;
  display: inline-block;
  background: transparent;
  margin: 5px;
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
  background: #8dc63f;
  color: #ffffff;
}

.pagination-area {
  margin-top: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #000000;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #6a9b1c;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/* End Blog Page Style */
/* Start Single Blog Style */
.single-blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.blog-details .article-img {
  position: relative;
}

.blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 80px;
  left: 15px;
  height: 90px;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  border-radius: 5px;
  padding-top: 15px;
  line-height: 30px;
  background-color: #6a9b1c;
  color: #ffffff;
}

.blog-details .article-content {
  padding: 30px;
}

.blog-details .article-content h3 {
  font-size: 22px;
  margin-bottom: -2px;
  line-height: 30px;
}

.blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 15px;
}

.blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-left: 4px solid #6a9b1c;
}

.blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 18px;
}

.blog-details .article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-controls-buttons {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-controls-buttons .controls-left {
  float: left;
}

.post-controls-buttons .controls-right {
  float: right;
}

.post-controls-buttons div a {
  border: 1px solid #fbf21b;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  color: #06131e;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  color: #ffffff;
  background: #8dc63f;
  border-color: #8dc63f;
}

.post-comments {
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.post-comments .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}

.post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

.post-comments .single-comment .comment-img img {
  border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-comments .single-comment .comment-content span {
  color: #141414;
}

.post-comments .single-comment .comment-content p {
  margin-bottom: 15px;
}

.post-comments .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #141414;
}

.post-comments .single-comment.left-m {
  margin-left: 85px;
}

.leave-a-reply {
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}

.leave-a-reply h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.leave-a-reply .form-group {
  margin-bottom: 15px;
}

.leave-a-reply .form-group .form-control {
  height: 45px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #fbf21b;
  border-radius: 2px;
  color: #818992;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.leave-a-reply .form-group .form-control:focus {
  border-color: #6a9b1c;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leave-a-reply .form-group textarea.form-control {
  height: 120px !important;
}

.leave-a-reply .send-btn {
  margin-top: 10px;
}

.leave-a-reply .send-btn .send-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #6a9b1c;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 700;
}

.leave-a-reply .send-btn .send-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Single Blog Style */
/* Start Gallery Style */
.gallery-section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.gallery-section .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .filter-menu li {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #828893;
  outline: 0 !important;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}

.gallery-section .filter-menu li:hover {
  background: #6a9b1c;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.gallery-section .filter-menu .filter.active {
  color: #ffffff;
  background-color: #6a9b1c;
}

.gallery-section .single-work {
  margin-bottom: 30px;
}

.gallery-section .single-work .work-image {
  display: block;
  position: relative;
}

.gallery-section .single-work .work-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {
  height: 100%;
  background-color: #6a9b1cbe;
}

.gallery-section .single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}

.gallery-section .single-work .work-image .popup-btn:hover {
  text-decoration: none;
}

.gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.gallery-section #Container .mix {
  display: none;
}

.gallery-section .gallery-btn {
  margin-top: 30px;
  text-align: center;
}

.gallery-section .gallery-btn .gallery-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #6a9b1c;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 700;
}

.gallery-section .gallery-btn .gallery-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

.hhhdyrbhhdyyrttr {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  position: relative;
  text-transform: uppercase;
}

.home-section p.hero-text {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px #373737;
}
ul.benefits12 {
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0;
}
ul.benefits12 li {
  color: #fff;
  position: relative;
  padding-left: 34px;
  text-transform: capitalize;
  list-style-type: none;
  margin-bottom: 15px;
}
ul.benefits12 li i {
  background-color: #fff;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 16px;
  color: #df2327;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.dffsrewrffsdewr-nnnns {
    position: absolute;
    right: 40px;
    top: 7%;
    z-index: 99;
}
.homenewpopup {
  border: 0;
  background-color: #fff;
  border-radius: 6px;
  width: 30%;
}

.formmainhead {
  font-size: 16px;
  text-align: center;
  padding: 20px 15px;
  border-bottom: 1px #ccc dashed;
}

.formmainhead b {
 font-size: 20px;
font-family: 'Inria Serif', sans-serif;
color: #000;
font-weight: 700;
text-align: center;
line-height: 24px;
text-transform: uppercase;
}
.homenewpopup .formmainhead span {
  color: #6a9b1c;
}

.formmainhead .p1 {
  font-size: 15px;

}

.homenewpopup .homenewpopinner {
  padding: 10px 20px 5px;
}
.homenewpopup .homefield {
  margin-bottom: 10px;
  position: relative;
}
.homenewpopup .homefield input[type="text"], .homenewpopup .homefield input[type="email"], .homenewpopup .homefield input[type="number"], .homenewpopup .homefield textarea, .homenewpopup .homefield select {
    width: 100%;
    padding: 8px 10px;
    background-color: #ffff;
    border-radius: 8px;
    border: 3px #acacac solid;
    margin-bottom: 3px;
    color: #000;
}
.homenewpopup .homefield textarea, .homenewpopup .homefield select {
  width: 100%;
  padding: 11px 10px;
  border-radius: 8px;
    border: 3px #acacac solid;
  margin-bottom: 3px;
  color: #000;
}
.homenewpopup .homefield input[type="submit"] {
  padding: 8px 40px;
  background-color: #df2327;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  margin-top: 5px;
  border-radius: 30px;
  width: 210px;
  font-weight: 700;
}
.homenewpopup .homefield textarea, .homenewpopup .homefield select {
  width: 100%;
  padding: 11px 10px;
  border-radius: 8px;
  border: 3px #acacac solid;
  margin-bottom: 3px;
  color: #000;
}

.njjf-iiiirj{
  position: relative;
  overflow-x: hidden;
  /*z-index: 1;*/
padding-top: 50px;
padding-bottom: 150px;
background: url(../img/slider/slider-banner.jpg) top center no-repeat;
  background-size: auto;
background-size: cover;

}

.home-section-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nnnndjr-jjjd{
  padding-top: 50px;
}

.nnnchfuut img{
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.mkkkdujrnnchf{
  background-color: #c18348;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  border: none;
  box-shadow: none;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 30px;
}

.new-mmmfjkg{
  background-color: #fff;
  padding: 60px 0px;
}

.njjjdie-content h3 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

.njjjdie-content p{
  color: #4b4b4b;
  font-size: 16px;
  line-height: 30px;
}

.njjjdie-content{
  text-align: center;
  padding: 10px 10px;
  background-color: #fff;
}

.nnnf-kk{
  margin-bottom: 30px;
}

.nnnff-kkkr{
  padding: 70px 0px;
  background-color: #f5f5f5;
}

.nnnfgooe{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.mxfksfiiwjasuijwe{
  background: #f1faff;
}

.nsjsjdweurwjm h4{
font-size: 26px;
color: #061933;
padding-left: 83px;
}

.nsjsjdweurwjm{
  position: relative;
}

.nsjsjdweurwjm img{
  position: absolute;
top: 10px;
left: 10px;
width: 90px;
}

.nsjsjdweurwjm{
  border: 1px solid #ccc;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.nnnff-kkkr-zdmsmdmsj{
  padding: 90px 0px 50px 0px;
  background-color: #f5f5f5;
}

.snjjjdhur{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}


.mobile-show{
  display: none;
}

.mmmmcbf{
  display: none;
}

.mob-show-jjj{
  display: none;
}

@media(max-width: 768px){

  .mobile-show{
  display: block !important;
}

.ndvnsdfasik ul li{
  width: 100% !important;
}

.nnxfyshdi{
  margin-bottom: 15px !important;
}

.nmmcd-jjjdhyr{
  width: 85%;
}
.nmmcd-jjjdhyr-2{
  width: 85%;
}

.new-mjjjsshf{
  display: none;
}
.on-mob-juuenhfy{
  
  display: block !important;
}

.no-sh-mob-kkks{
  display: none;
}

.about-area-content .about-content h3 {
  font-size: 22px !important;
}
.video-area .video-title h2 {
  line-height: 36px !important;
}

.about-area-content .about-content h3 {
  margin: 10px 0px 11px 0 !important;
}

.footer-bottom {
  display: none;
}

#myBtn{
display: none !important;
}

.main-fixee-bot {
  display: block !important;
}

.jian-mobile-nav .logo {
  width: 80% !important;
  margin: 0 auto;
  padding-right: 26px !important;
}




.mean-bar{
  display: none;
}
.choose-area {
  margin-bottom: 15px;
}

 .video-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.about-section {
  padding-top: 0px !important;
}

.mob-show-jjj{
  display: block;
}



.about-area-content{
  padding-top: 20px;
}

.d-no-mob{
  display: none;
}

.video-area .video-title {
  
  margin-bottom: 18px;
}

.choose-content {
  margin-bottom: 6px;
}

.choose-content h3 {
  margin-top: 10px;
}

.choose-section {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

.nnnff-kkkr {
  padding: 35px 0px;
}

.no-show-mobile{
  display: none;
}

.homenewpopup {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.hhhdyrbhhdyyrttr {
  font-size: 26px !important;
  line-height: 33px !important;
}

.njjf-iiiirj {
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.jian-mobile-nav {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mmmmcbf{
  display: block;
 
}

.ns-sh{
  display: none !important;
}

.new-mmmfjkg {
  padding: 30px 10px;
}

.nsjsjdweurwjm{
  margin-bottom: 20px;
}

.gallery-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.nnnvjjfuur-mmmske{
  padding-right: 0px !important;
}

.new-top-bar-mobile{
  display: block !important;
}

}


.new-top-bar-mobile{
  display: none;
}


.new-top-bar-mobile {
  background-color: #df2327;
  padding: 0;
  width: 100%;
}

.first-njjjsu {
  float: left;
  margin: 0;
  background-color: #000;
  font-size: 15px;
  border: 0;
  color: #fff;
  padding: 0 20px 0 10px;
  height: 35px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}
.first-njjjsu a {
  color: #f2bc49;
  font-size: 15px;
}
.righhhdyr-mobile-bh {
  
  text-align: right;
}
.righhhdyr-mobile-bh ul {
  padding: 0;
  margin: 0;
}
.righhhdyr-mobile-bh ul li {
  list-style-type: none;
  cursor: pointer;
  color: #fff;
  border-right: 1px #fff solid;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  height: 35px;
  line-height: 35px;
  padding-right: 12px;
}
.righhhdyr-mobile-bh ul li a {
  color: #fff;
}
.righhhdyr-mobile-bh ul li:last-child {
  border-right: none;
}
.righhhdyr-mobile-bh ul li a {
  color: #fff;
}
.righhhdyr-mobile-bh ul li i {
  font-size: 20px;
}
.mkkkdjhryyfh {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.nmmcd-jjjdhyr {
    background-color: #fff;
    text-align: center;
    font-size: 17px;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 99;
    margin-top: 10px;
    font-weight: 700;
}
.main-div-position-kks{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
}

#myBtn {
    background-color: #2671ad;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 999999;
    border-radius: 30px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.main-jjjjsfheur{
  border: 1px solid #c18348;
  padding: 6px;
  	transition:all 0.4s ease;
}

.main-jjjjsfheur:hover{
	transform:translatey(-5px);
}


.main-jjjjsfheur .njjjdie-image{
	overflow:hidden;
}
.main-jjjjsfheur .njjjdie-image img{
	transition:all 0.4s ease;
}
.main-jjjjsfheur:hover .njjjdie-image img{
	transform:scale(1.1);
}



.jjjjd-hhhr{
  background-color: #fff !important;
  color: #000 !important;
}

.mkkks-jueutwey{
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 10px;
  color: #000;
}

.mkkks-jueutwey-2{
  width: 100%;
  height: 90px;
  border: 1px solid #ccc;
  padding-left: 10px;
  color: #000;
}

.nsfyuwurwk{
  margin-bottom: 20px;
}

.inv-center{
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 30px 30px;
}

.asdc-uuuey{
  background-color: #df2327;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
  margin-top: 10px;
}
.nsfyuwurwk{
  text-align: center;
}

.mkkkdjhryyfh span{
  display: block;
  color: #df2327;
  font-size: 13px;
  font-weight: 700;
}

.bottom-content p a{
  color: #df2327 !important;
}

.main-fixee-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999999999;
  display: none;
}

.left-bot-kkks {
  width: 50%;
  float: left;
  padding: 13px 0px;
  color: #fff;
  background-color: #df2327;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  height: 50px;
}

.left-bot-kkks a {
  color: #fff;
}

.right-bot-kkks {
  width: 50%;
  float: left;
  padding: 12px 0px;
  color: #fff;
  background-color: #df2327;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.instagram-mjksfj{
  width: 20%;
  float: left;
  padding: 12px 0px;
  color: #fff;
  background-color: #f2bc49;
  height: 50px;
  text-align: center;
}

.right-bot-kkks a {
  color: #fff;
}

.new-mjjjsshf{
  padding: 50px 0px;
}

.jfenfwyryhuurw h3{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}

.jfenfwyryhuurw h3:after{
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #be8ab8;
  width: 50px;
  height: 2px;
  content: "";
}



.jfenfwyryhuurw p{
  color: #000;
  font-size: 15px;
  line-height: 30px;
}

.bnzddshwndnsa{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.conttentghha h2{
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;

}

.conttentghha p{
  color: #000;
  font-size: 15px;
  line-height: 28px;
  
}

.on-mob-juuenhfy{
  padding: 10px 0px;
  background-color: #fcfaee;
  display: none;
}

.ikkkf-jewurjweru{
  padding: 5px;
  background-color: #fff;
}

.conttentghha{
  padding: 20px 10px;
}

.nmmcd-jjjdhyr-2{
  background-color: #f2bc49;
  color: #000;

text-align: center;
font-size: 17px;
padding: 10px 20px;
border-radius: 30px;
border: none;
box-shadow: none;
position: relative;
z-index: 9999999;
margin-top: 10px;
font-weight: 700;
}

.abg-jjjryhdfg img{
  width: 60px;
}

.abg-jjjryhdfg h3{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 25px;
}

.abg-jjjryhdfg p{
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

.abg-jjjryhdfg{
  text-align: center;
}

.nnxfyshdi{
  font-size: 16x;
  color: #000;
  text-align: center;
  padding: 10px 7px;
  border: 1px solid #ccc;
  box-shadow: -4px 1px 19px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 30px;
}

.loacjerur{
  padding: 60px 0px 50px 0px;
}

.nnncs-kk{
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;

}

.new-clients-pat{
  background-color: #f5f5f5;
  padding: 50px 0px 50px 0px;
}

.ndvnsdfasik ul{
  padding: 0px;
  margin: 0px;
}

.ndvnsdfasik ul li{
  list-style-type: none;
  font-size: 16px;
  color: #000;
  line-height: 30px;
float: left;
width: 50%;
  background: url(../img/arrow.png) no-repeat 0 9px;
padding: 0 0 15px 25px;

}

.new-pribsh{
  padding: 50px 0px;
}

.pde-jjjsu{
  padding-top: 20px;
}

.mkkks-jueutwey{
  background-color: transparent !important;
}

.new-background-kk{
  background-image: url(../img/about-bg.jpg);
  background-position: center;
  background-repeat: repeat;
}

.main-hsdfjsu h3{
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px;
}

.main-hsdfjsu p{
  color: #333;
  font-size: 15px;
}

.main-hsdfjsu{
  padding: 20px 20px;
  border: 1px solid #333;
  text-align: center;
  height: 100%;
  border-radius: 10px;
}

.nnh{
  margin-bottom: 20px;
}






/*-------footer------*/

#footer-widgets {
    background: url(../img/footer-bg2.jpg);
    background-position: right center;
    color: #ddd;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 1px 1px 0 rgb(44 49 59 / 15%);
}

#footer-widgets:before {
    width: 100%;
    background: rgb(0 0 0 / 39%);
    opacity: 1.5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-top {
    /* background-color: #000; */
    padding: 50px 0 50px;
    position: relative;
}

.widget_pages ul li a, .widget_nav_menu ul li a {
    color: #ddd;
}

#footer-widgets ul li {
    list-style: none;
}
#footer-widgets ul li {
    list-style: none;
    font-size: 15px;
}

.textwidget p a img {
    filter: hue-rotate(-300deg) grayscale(0) invert(24) brightness(1);
    max-width: 157px;
}

.widget_nav_menu ul li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #373232a1;
}
#footer-widgets p {
    color: #ddd;
}
ul.widget-info i {
    margin-right: 10px;
}

.footer-bottom {
    position: relative;
    /* padding-top: 30px; */
}

#footer-widgets .widget-title {
    position: relative;
    color: #f1f1f1;
    font-weight: normal;
    margin-bottom: 30px!important;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3a3a3a;
    font-weight: 400;
}

.widget-title::before, .widget-title::after {
    background-color: #df2327;
}

.widget-title::before {
	
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}

.widget-title::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
.widget-title::before, .widget-title::after {
    background-color: #df2327;
}

#scrollUp {
    position: fixed;
	display:none;
    right: 30px;
    bottom: 24px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #df2327 0%, #f53e3e 100%);
    width: 50px;
    z-index: 333;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
}
#scrollUp i {
    line-height: 45px;
}

#scrollUp:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    font-size: 18px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
}


#footer-widgets .textwidget p {
    color: #ddd;
    font-size: 15px;
    line-height: 21px;
    text-transform: none;
}






@media only screen and (max-width:576px){
	
.why .card {
    padding: 42px 0px 14px 0px;
    min-height: auto!important;
    margin: 20px auto!important;
}
body, html {
    font-size: 14px!important;
}
	
	.prev.slick-arrow {
    left: 4px!important;
}
.next.slick-arrow {
    right: 4px!important;
}


.page-title {
    position: relative;
    color: #fff;
    padding:30px 0 45px!important;
	min-height:auto!important;
    background-color: #fff;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

.main-center {
    padding: 19px 15px!important;
}

.footer-bs .footer-ns p {
    font-size: 13px!important;
}
.page-title h1 {
    position: relative;
    font-size: 33px!important;
    margin-bottom: 0px!important;
    line-height: 45px!important;
}
.page-title .bread-crumb li {
    margin-left: -11px!important;
}
.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -6px!important;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 30px;
}
.page-title .bread-crumb li {
    padding: 0px 20px!important;
}
.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 29px!important;
    font-weight: 700;
    line-height:35px!important;
}
.navbar-scroll .navbar-nav .nav-item .nav-link {
    padding: 0px 17px!important;
}

.main-slider .text {
  display:none!important;
}
.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #df2327;
    display: inline-block;
    padding: 12px 45px 12px;
    text-transform: uppercase;
    border: 2px solid #df2327;
   font-family: 'Inria Serif', sans-serif;
}
.inner-box .lower-box .content h3 {
    font-size: 17px!important;
}
.btn-style-one {
    padding: 8px 17px 8px!important;
}
.services-section .services-title-box h2 {
    font-size: 35px!important;
    font-weight: 300;
    line-height: 35px!important;
}
.btn-style-two {
    padding: 8px 17px 8px!important;
}
}





/*-------page--style-----*/

.page-padding{
  position:relative;
}
.page-title {
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    padding: 144px 0 13px;
    background-color: #fff;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(64 53 53 / 40%); */
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%); */
}
.theme_color3 {
    color: #ffffff;
}
.page-title h1 {
    position: relative;
    font-size: 41px;
    line-height: 1.2em;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.12);
    text-shadow: 2px 2px 5px #323232f0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page-title .bread-crumb {
    position: relative;
    padding-top: 40px;
    text-align: right;
}
.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 30px;
}

.page-title .bread-crumb li:first-child {
    margin-left: 0;
}
.page-title .bread-crumb li:last-child:before{
	display:none;
}
.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform:capitalize;
}


.section_header h2 {
    font-size: 26px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}
.section_header h2:before {
    content: "";
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #df2327;
    position: absolute;
    bottom: 0;
}
.color h2 {
    color: #242424 !important;
}

.section_header p {
    font: 400 15px/26px "Inria Serif", sans-serif;
    padding-top: 25px;
    margin: 0;
}

span.text_heilight {
    font-weight: bold;
    color: black;
}

li.dcontent {
    font: 500 16px/26px "Inria Serif", sans-serif;
	position:relative;
	margin-bottom:10px;
	padding-left:27px;
}

li.dcontent i {
    color: #df2327;
	position:absolute;
	top:4px;
	left:0;
    font-size: 20px;
}

img.feature {
    height: 150px;
	margin-bottom:20px;
}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px rgb(123 123 123 / 77%);
}

.img-circle {
    border-radius: 50%;
}

.feature-box:hover{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}

.feature-box{
    padding: 10px;
     border: 1px solid rgb(200, 200, 200);
    border-radius: 4px;
	height:100%;
    transition: 0.2s;
}

.feature-box h3{
	font-size:20px;
}




/** faq-section **/


.panel,
.panel-body {
  box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}

.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}


.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #df2327;
    color: #fff!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    filter: hue-rotate(0) grayscale(3) invert(1) brightness(2.5);
    transform: rotate(-180deg);
}


.accordion-body {
    padding: 15px;
    color: #707070;
    background-color: #fff;
	border:1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
}

.accordion-header .accordion-button {
    /* position: relative; */
    /* display: block; */
    /* cursor: pointer; */
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.2px;
    font-weight: 500;
    /* border: 1px solid #e9e9e9; */
    color: #000000;
    box-shadow: 0px 10px 40px 0px rgb(155 155 155 / 5%);
    padding: 10px 50px 10px 30px;
    /* border-radius: 10px; */
    transition: all 500ms ease;
    /* position: relative; */
    /* display: block; */
    /* margin-bottom: 20px; */
    transition: all 500ms ease;
}


.accordion-item {
    background-color: #fff;
    margin: 20px 0px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #333;
}
.accordion-item:not(:first-of-type) {
     border: 1px solid #333;
}


h2, .h2 {
    font-size: 36px;
}





.contact-section{
	background-color:#fff;
}
.contact-section .title-text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 40px;
    color: rgba(0,0,0,0.70);
    text-align: justify;
}
.contact-section {
    position: relative;
    padding: 80px 0 60px;
}

.contact-info {
    position: relative;
    margin-bottom: 60px;
}

.contact-info .inner {
    position: relative;
    padding: 25px 20px;
    text-align: center;
    min-height: 201px;
    border: 9px solid #ececec;
}

.map-section .column h2 {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}


.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 12px 20px;
    height: 55px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}



.contact-info .inner .icon-box {
    position: relative;
    color: #df2327;
    font-size: 34px;
    line-height: 1em;
}


.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 27px;
    padding: 0px 20px;
    height: 42px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #df2327;
    display: inline-block;
    padding: 12px 45px 12px;
    text-transform: uppercase;
    border: 2px solid #df2327;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 11px 20px;
    color: #555;
    height: 165px;
    resize: none;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}


.bottom-fixed{
	position:fixed;
	left:25px;
	z-index:999;
	bottom:30px;
}


.bottom-fixed ul li{
	display:block;
	margin-bottom:10px;
	width:70px;
}



tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-color: transparent;
    padding: 4px 7px;
    border-width: 0px;
}

li.call{
	width:57px!important;
}


 h1.post-title {
    font-size: 27px;
    color: #303030;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 0 15px;
}

.list ul{
	list-style:disc;
	font-size: 17px!important;
}
.list ul li {
    font-size: 15px;
    margin-left: 30px;
    padding: 6px 0px;
    line-height: 1.6em;
}

.list ul li b{
	margin-right:10px;
	   font-size: 16px;
}

.sticy-top{
	position:sticky;
	top:100px;
}

blockquote {
    font-style: italic;
    color: #888;
    position: relative;
    display: block;
    background-color: #f8f8f8;
    border-left: 5px solid #27ae60;
    margin-left: 0;
    padding: 15px 20px;
}

.heading {
    background: #e22310;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: "Inria Serif";
}














/*-----------------tour--slider------*/

.min-heig {
    min-height: 47px;
}

.signature-tours-index-heading {
    /* color: #ffffff; */
    font-size: 16px;
    font-weight: 600;
    color: #172b8b;
    margin-top: 20px;
    padding: 0px 20px;
    margin-bottom: 5px;
}
.ribbon-card-green {
    width: 144px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    right: -6px;
    z-index: 99;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    text-align: center;
    position: relative;
    left: 6px;
    width: 140px;
    z-index: 99;
    height: 0px;
    color: #000;
    top: 10px;
    right: -3px;
    border-left: 20px solid transparent;
    border-top: 20px solid #fbf21b;
    border-right: 20px solid #fbf21b;
    border-bottom: 20px solid #fbf21b;
}

.ribbon-green:before {
    left: 0;
    z-index: 99;
}
.ribbon-green:after {
    right: 0;
    z-index: 99;
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
    z-index: 99;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgb(0 0 0 / 0%);
    border-top: 1px dashed rgba(0,0,0,.125);
    display: flex;
    justify-content: space-between;
}


.btn-danger {
    color: #fff;
    background-color: #df2327;
    border-color: #df2327;
}

.card-footer p {
    font-size: 15px;
    color: #424141;
}
.btn10:hover {
    color: #fff!important;
}
.btn10:hover::before, .btn1O:hover::before {
    opacity: 1;
    width: 116%;
}
.btn10:hover::after, .btn1O:hover::after {
    opacity: 1;
    width: 120%;
}
.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e03b31;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 15px rgb(0 0 0 / 60%);
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #eb5f37;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 15px rgb(0 0 0 / 60%);
}
.tours-pkg {
    background: #f0f0f0;
}.slick-track {
    padding: 22px 0px;
}
.slide-item-content {
    /* border-bottom: 3px solid #dbd053; */
    margin: 0px auto;
    border-radius: 4px;
    /* padding: 5px; */
	transition: all .4s ease-in-out;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    /* padding-bottom: 16px; */
    /* border: 1px solid rgba(0,0,0,.125); */
    width: 100%;
    position: relative;
    /* box-shadow: 2px 1px 3px 1px #777; */
}

.slide-item-content:hover {
    transform: scale(1.02);
    transition: all .4s ease-in-out;
    z-index: 2;
}
.btn{
	transition: all .4s ease-in-out;
}
.btn:hover {
    transform: scale(1.02);
    transition: all .4s ease-in-out;
    z-index: 2;
}


.card-footer a{
	font-family: 'Inria Serif', serif;
}


.ribbon-green p {
    margin-top: -6%;
    font-size: 11px;
    color: #242424;
    overflow: hidden;
    position: relative;
}
.slide-item-content .image-sec {
     height: 200px; 
    position: relative;
    overflow: hidden;
}
.slide-item-content .image-sec img {
    height: 100%;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

span {
    /* color: #df2327; */
    /* margin-bottom: 3px; */
    /* display: block; */
    /* padding-bottom: 10px; */
}
.text {
	display: block;
  overflow: hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}

.hcolor {
    font-family: 'Inria Serif', serif;
    /* padding: 0px 0px; */
    /* line-height: 34px; */
    margin: 7px 0px 0px;
    font-size: 14px;
    /* padding-bottom: 17px; */
    text-decoration: underline;
    /* border-bottom: 1px solid #333; */
}

.singleline {
    white-space: nowrap;
    width: 85%!important;
    overflow: hidden;
    /* border-bottom: 1px solid; */
    padding-bottom: 10px;
    font-size: 15px;
    display: inline-block;
    text-overflow: ellipsis;
}
.price-box {
    margin-top: 6px;
    border-top: 2px solid #df2327;
    color: #223260;
    display: block;
    width: 82%;
    margin: 13px auto;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 10px;
}
.slick-slide {
    margin: 0px 10px;
}


.signature-tours-index {
    position: relative;
    z-index: 44;
    top: 0px;
    padding: 0px 0px;
}

.slick-slide img {
   display:inline-block!important;
}

.more-btn {
    display: inline-block;
    /* width: 100%; */
    padding: 8px 23px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    margin: 20px auto 0px auto;
    font-size: 12px;
    font-family: 'Belgrano', serif;
    color: #555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all.5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: transparent;
}



/*----------about--section---*/
.about-sec-bg {
    background: url(../img/about-us-bg.jpg) 0px 0px no-repeat;
    background-size: cover;
    padding: 70px 0px;
    overflow: hidden;
    /* border-top: 8px solid #df2327; */
    text-align: center;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}
.about-sec-bg h3 {
    color: #333;
    font-size: 20px;
    line-height: 26px;
}

.text-left {
    text-align: left;
}

.h2-heading36 {
    font-size: 36px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.about-sec-bg p {
    /* text-align: left; */
}
.mt20 {
    margin-top: 20px;
}

.about-sec-bg .more-btn {
    border-color: #bdbdbd;
}
.more-btn {
    display: inline-block!important;
    /* width: 100%; */
    padding: 8px 23px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    margin: 20px auto 0px auto;
    font-size: 12px;
    font-family: 'Belgrano', serif;
    color: #555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all.5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: transparent;
}


.absolute-img{
	bottom: 0;
    left: 0;
	width: 100%;
	z-index:-1;
   -webkit-filter: blur(5px);
filter: blur(5px);
    position: absolute;
    top: 0;
    width: 100%;
}

.img-container{
	position:relative;
	overflow:hidden;
	padding-bottom:10px;
}
.material-card{
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 0;
	overflow:hidden;
	    border-radius: 0.25rem;
    font-weight: 400;
	}
	
	
	.active-with-click{
		position:relative;
		top:-50px;
		z-index:33;
	}
	.mc-footer{
		    padding: 1.25rem;
		
	}
	
	.mc-footer h4{ 
	
			color: #747373;
    font-size: .9rem;
    font-weight: 400;
	}
	
	
.why {
    background: linear-gradient(rgb(0 0 0 / 30%) , rgb(10 15 29 / 81%)),url(../img/heli2.jpg) center center no-repeat fixed;
    background-size: cover;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
    margin: 3% 0 0 0;
    padding: 55px 0;
}
.why .card {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid #eee;
    width: 97%;
    padding: 42px 0px 14px 0px;
    min-height: 246px;
    border-radius: 6px;
    margin: 30px auto;
    background: rgba(255,255,255,0.7);
}
	
.icon-wraper {
    position: absolute;
    top: -30px;
    left:50%;
	transform:translateX(-50%);
    display: flex;
    justify-content: center;
    /* border: 1px solid black; */
    /* border-radius: 10px; */
    align-items: center;
    width: 68px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height:58px;
    /* border-radius: 79px; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #df2327;
    /* box-shadow: 1px 1px 10px -1px rgb(0 0 0 / 63%); */
}
.why p {
	text-align: center;
    padding: 0 15px;
    margin-top: 1rem;
    font-family: 'Inria Serif', serif;
    color: #222;
}

.why p b{
    font-family: 'Inria Serif', serif;
}


	.icon-wraper i {
    color: #FBEAFF;
}
	
	.ap-bnr-frm{
		position:relative;
		padding-top:40px;
	}
	.ap-bnr-frm h4 {
    clip-path: polygon(100% 0%, 88% 51%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background-color: red;
    display: inline-block;
    color: #fff;
    padding: 5px 30px 5px 15px;
}

.contact-heading{
	position: absolute;
    left: -39px;
    top: -15px;
}

	.contact-heading:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 9px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    height: 10px;
    background-color: #b30101;
    content: "";
}


.book_now_btn {
    position: fixed;
    top: 37%;
    right: -4px;
    z-index: 999;
    /* transform: rotate(-90deg); */
    -webkit-transform-origin-x: 20px;
    transform-origin: 20px;
}


.book_now_btn a {
    /* background-color: #eb5f37; */
    border-radius: 5px 0px 2px 5px!important;
    padding: 7px 18px;
    font-size: 13px;
    overflow: hidden;
    padding: 0px!important;
    font-weight: 400;
    border-color: #213260;
}
.book_now_btn a:hover{
		background-color:#223260;
			border-color:#223260;
}


.banner-sale-3.new-style {
    z-index: 1;
    overflow: hidden;
    background-attachment: initial;
    background-position: center top;
}

.banner-sale-3 {
    background-image: url(../img/about-us-1.jpg);
    position: relative;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #fff;
}

.banner-sale-3.new-style .clouds_one, .banner-sale-3.new-style .clouds_two {
    z-index: 3;
}

.clouds_one {
    background: url(../img/cloud.png) no-repeat center;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_left_to_right 150s linear infinite;
    -webkit-animation: cloud_left_to_right 150s linear infinite;
    -moz-animation: cloud_left_to_right 150s linear infinite;
    -o-animation: cloud_left_to_right 150s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.text-salebox .text-left .sale-box .sale-box-top {
    display: inline-block;
    position: relative;
}

.text-salebox .text-left .sale-box .text-sale {
    font-size: 72px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    line-height: 55px;
    text-transform: uppercase;
}

.banner-sale-3 .text-salebox .text-right .title {
    border-bottom: 0;
}

.text-salebox .text-right .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 5px 0;
    display: inline-block;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

@keyframes cloud_left_to_right{
0% {
    left: -200%;
}

100% {
    left: 0;
}
}

.text-salebox .text-left .sale-box .number {
    font-size: 90px;
    color: #192e6a;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    display: inline-block;
}.text-salebox .text-left .sale-box .sup-2 {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 100%;
    display: block;
    line-height: 1;
}.text-salebox .text-left .sale-box .sale-box-top {
    display: inline-block;
    position: relative;
}.text-salebox .text-right .text {
    margin: 0;
}
.banner-sale-3 .text-salebox {
    width: 100%;
    min-height: 500px;
}

.banner-sale-3.new-style .text-salebox .text-right {
    position: relative;
    z-index: 4;
}.contact .contact-wrapper-images {
    position: absolute;
    left: 0%;
    bottom: 0;
}.wrapper-contact-style {
    float: left;
    width: 100%;
    position: relative;
}
.banner-sale-3 .text-salebox .text-right {
    padding-left: 50px;
    vertical-align: middle;
}.contact {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
}
.text-right .title {
    border-bottom: 0;
}

.text-right .title {
    font-size: 23px!important;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 5px 0;
    display: inline-block;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}
.contact {
    background-image: url(../images/background/bg-section-contact.jpg);
}

.pcss3t-effect-scale {
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* overflow: hidden; */
    z-index: 2;
   top: -40px;
    padding: 0px 0px;
    position: relative;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 4%); */
}

/*-------------review--slider---*/

.testimonial {
    padding: 20px 0 50px;
    margin-top: 0;
}

.testimonial .description {
    background: #f5f5f5;
    border-radius: 6px;
    font-style: italic;
    padding: 26px;
    font-size: 17px;
    color: #6c6c6c;
    position: relative;
}
.review-slider .slick-slide{
	margin:0px 21px;
}
.testimonial .description:before {
    content: "\f10d";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: -19px;
    font-size: 35px;
    color: #2a3a66;
}
.testimonial-review {
    padding-top: 32px;
}
.testimonial .description:after {
    content: "";
    width: 27px;
    left: 35px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #f5f5f5;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}
.testimonial-review img {
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    height: 70px!important;
    width: 70px!important;
    background: #fff;
    margin-right: 20px;
}



 .img-block {
    position: absolute;
	left:0;
	z-index:2;
	top:0;
}


.testimonial-review .testimonial-title {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}

.testimonial-title small {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.so-page-builder section {
    overflow: hidden;
}

.section-home2-style5 {
    padding: 50px 0;
    margin-bottom: 0;
}
.group-title {
    margin-bottom: 20px;
    text-align: left;
}
.group-title .sub-title .icons {
    font-size: 28px;
    color: #c6c6c6;
    margin-left: 60px;
    position: relative;
}.group-title .main-title {
    color: #434a54;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}
.group-title .sub-title .text {
    color: #6e747c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.box-media .icons {
    display: block;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    color: #c3c3c3;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.about-us-wrapper .group-list .box-media {
    margin-top: 40px;
}
.media:first-child {
    margin-top: 0;
}
.box-media {
    overflow: visible;
    cursor: pointer;
}.box-media .title {
    color: #15171b;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}.box-media .text {
    margin-bottom: 0;
}


.content-tours {
    color: #fff;
    display: inline-block;
    width: 19%;
    text-align: center;
    position: relative;
}

.wrapper-tours .content-icon-tours {
    width: 100%;
}.wrapper-tours {
    position: relative;
    width: 100%;
}.content-tours .icon {
    font-size: 35px;
    line-height: 35px;
    display: initial;
    margin-bottom: 5px;
}

.content-tours i img {
    width: 35px;
    filter: hue-rotate(90deg) invert(1);
}

.content-tours .wrapper-icon-thin {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    line-height: 1;
}.content-tours .wrapper-icon-thin:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #515151;
    width: 207px;
    right: -106px;
    top: 9px;
    pointer-events: none;
}.content-tours .wrapper-icon-thin .icon-thin {
    font-size: 10px;
    color: #515151;
    display: inline-block;
    width: 9px;
    position: relative;
    height: 9px;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #fff;
    font-weight: 900;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}.content-tours .tours-title {
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.content-tours .wrapper-icon-thin {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    line-height: 1;
}



.content-tours:last-child .wrapper-icon-thin:before {
    height: 0;
    width: 0;
}

.contact-form {
    padding: 24px;
    background-color: #cbcbcb;
    border: 8px solid #f1f1f1;
    border-radius: 0px;
}
.elementor-shape-bottom svg {
    width: calc(40% + 1.3px);
    height:24px;
}

.elementor-shape-bottom .elementor-shape-fill {
    fill: #ffffff;
}

.elementor-shape-bottom{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
bottom: -3px;
    transform: rotate(180deg);	
}
.elementor-shape-top {
    top: -1px;
	    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-top svg {
    width: calc(40% + 1.3px);
    height: 25px;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}


span.input-group-addon {
    width: 40px;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    color: #524c4c;
    border-radius: 3px 0px 0px 3px;
    display: flex;
    text-align: center;
    background-color: #dfdfdf;
}
.form-group {
    margin-bottom: 14px;
}

.main-center {
    border-radius: 0px;
    padding: 19px 30px;
    position:relative;
    top:0px;
    border: 1px solid #0d478117;
    border-radius: 1px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 4%); */
    /* box-shadow: 0px 3px 3px 3px rgb(0 0 0 / 20%); */
    background: #ffffffed;
}

.sticky-top{
 position:sticky!important;
    top: 120px;
}

.main-center h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0px;
    width: 100%;
    background: #a0a3ab;
    color: #ffffff;
}
.main-center form {
    margin-top: 45px;
}

.main-center form .input-group input,.main-center form .input-group select, .main-center form .input-group textarea{
    border: 1px solid #dfdada;
	font-size:14px;
	text-transform:capitalize;
}
.main-center form .input-group{
	border-radius:0px;
}


.bg-white-f5 {
    background-color: #79b4da!important;
}
.bg-white-f1 {
    background-color: #f1f1f1!important;
}

.main-content {
    padding: 60px 0px;
    background-color: #ffffff;
    position: relative;
}
.trip-facts__details {
    background-color: #ffffff;
    border: 10px solid #d4d4d5;
    position: sticky;
    top: 120px;
    padding: 12px;
    color: #000;
}
.trip-facts__details table tr td {
    font-size: 14px;
}
.trip-facts__details table tr td span i {
    margin-right: 10px;
    font-size: 12px;
}

.trip-facts__details table tr td span {
    color: #000;
    align-items: center;
    display: flex;
}

.trip-facts__caption{
	text-align:left;
	font-weight:600;
	font-size:25px;
}
.tab-content-first {
    /* border: 1px solid #d5d3d3; */
    /* padding: 14px; */
    /* background-color: #edeeee; */
}
.itinerary-tab ul li {
    position: relative;
    padding-left: 30px!important;
}

.itinerary-tab ul li:before {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 16px;
    height: 8px;
clip-path: polygon(0% 20%, 60% 39%, 60% 0%, 100% 50%, 60% 100%, 60% 63%, 0% 80%);
    background-color: #000;
    content: "";
}


.tag {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px 16px 10px;
    border-radius: 4px;
    background-color: #df2327;
}

span.text-theme-color-2 {
    color: #df2327;
}
.image-box:hover{
transform: scale(1.02);
    transition: all .4s ease-in-out;
    z-index: 2;
	}
	.image-box{
transition: all .4s ease-in-out;
border-radius:10px;
	overflow:hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	}
.image-box img{
	border-radius:10px;
	overflow:hidden;
}


.prev.slick-arrow {
    position: absolute;
    z-index: 2;
    transition: all 0.5s ease;
    background-size: 15px 15px !important;
    background: rgba(0, 0, 0, 0.5) url(../img/arrow-left.png) center center no-repeat !important;
    left: -21px;
}

.next.slick-arrow {
    position: absolute;
    z-index: 2;
    /* top: 172px; */
    background-size: 15px 15px !important;
    background: rgba(0, 0, 0, 0.5) url(../img/arrow-right.png) center center no-repeat !important;
    transition: all 0.5s ease;
    right: -21px;
}


i.fas.next.slick-arrow.slick-disabled {
    display: none!important;
}
i.fas.prev.slick-arrow.slick-disabled {
    display: none!important;
}
.next.slick-arrow:hover {
    background: #df2327 url(../img/arrow-right.png) center center no-repeat !important;
}
.prev.slick-arrow:hover {
    background:#df2327 url(../img/arrow-left.png) center center no-repeat !important;
}


.slick-slider .slick-arrow {
    position: absolute;
    line-height: 25px!important;
    top: 50%;
    visibility: none;
    transform: translateY(-50%);
    color: #0083c5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 15px 15px !important;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.tab-border {
    /* border: 1px solid #dbdbdb; */
    /* padding: 14px; */
    transition: all 0.4s ease;
    /* box-shadow: 0px 3px 3px 3px rgb(0 0 0 / 20%); */
    /* border-radius: 0px 0px 10px 10px; */
    background-color: #ffffff;
}
.desc table tbody tr td ,.desc table thead tr td{
    font-size: 14px;
	letter-spacing:-0.4px;
	font-family: 'Belgrano', serif;
    padding: 10px 8px;
    color: #000;
}

.desc table thead{
  background-color: #e7e7e7;
}


.desc table tbody tr:nth-child(odd) {
    background-color: #fff;
}.desc table tbody tr:nth-child(even) {
background-color: #e7e7e7;
}

.tab-image-box{
	position:relative;
	width:100%;
	margin:10px 0px;
}
.tab-image-float {
    float: left;
    max-width: 275px;
    margin: 5px 15px 5px 0px;
}

.tab-image-box p{
	text-align:justify;
}



.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}





.thumbnail, .img-thumbnail {
    /* -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%); */
    /* box-shadow: 0 1px 2px rgb(123 123 123 / 77%); */
}
.img-thumbnail {
    padding: 7px!important;
    background-color: #fff;
    border: 1px solid #dee2e6!important;
	box-shadow:none!important;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}

.wrapper .social-icons .icon a {
    background-image: radial-gradient(circle, #e95656, #e9504f, #e84948, #e74241, #e63b3a, #e73736, #e93332, #ea2e2e, #ee2c2c, #f12a2a, #f52828, #f82626);
}
.wrapper .social-icons .icon a {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 28px;
	animation: pulse2 1.3s infinite;
	display:inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 13px 26px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 20%);
}
.wrapper .social-icons .icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.6s ease-in-out;
}

.wrapper .social-icons .icon h4 {
    color: #080911;
    font-size: 1em;
	text-transform:uppercase;
    margin-top: 1.3em;
	font-weight:500;
	font-family:'Open Sans',sans-serif;
    margin-bottom: 0.2em;
}

.wrapper .social-icons .icon p {
    color: #666b7d;
    font-size: 12px;
}

.pulse2 a:hover {
    animation: pulse2 1.3s infinite;
}
@keyframes pulse2{
  0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
}

.hotel__details__features__feature{
	display:inline-block;
	padding:10px 10px;
	color:#000;
}

.hotels__hotel{
	margin-bottom:20px;
}

.hotel__details__name{
font-family: 'Inria Serif', serif;
    font-size: 18px;
	font-weight:700;
	color:#000;
}

.hotel__details__star-ratings span i{
    color: orange;
	margin-bottom:10px;
}

.shadow-img {
	position:relative;
}



.shadow-img img:nth-child(1){
	z-index:2;
	position:relative;
	transition:all 0.5s ease;
}

.shadow-img img:hover:nth-child(1){
filter:brightness(1.1);
}

.shadow-img img:nth-child(2){
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	filter: blur(5px);
	left:0;
	z-index:-1;
}



.send-a h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: #df2327;
    letter-spacing: -1px;
    font-size: 1.5rem;
    font-family: 'Open Sans',sans-serif;
}

.title .fa {
    line-height: calc(60px - 12px);
    font-size: 24px;
    transition: .5s;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
    padding: 5px;
    color: #df2327;
}

.list__caption{
	font-size:20px;
	font-family: 'Inria Serif', serif;
    color: #000;
    font-weight: 800!important;
}