@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*font-family: 'PT Serif', serif;*/
/*text font-family: 'Open Sans', sans-serif;*/


html{
      font-size: 16px;
      height: 100%;
    }


body {
	height: 100%;
	

}

div, p, td, a, span, li, input, textarea {
	font: normal 16px/24px 'Open Sans', sans-serif;
	
	color: #8F8F8F;
	
}

#cookiesdirective div {
	color:#ffffff!important;
}

.bg-light {
	background-color: #ffffff!important;
}


a {
	color: #666666;
	text-decoration:none;
}

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


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
	

.owl-nav {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-nav div{
	margin: 0 10px
}

h1, h2, h3, h4, h5 {
	
letter-spacing: 0;
/* color: #8d835180; */
color: #666666;
	
	
}


h1 {
/*  font: normal 112px/112px 'PT Serif'; */
    font: normal 50px/60px 'PT Serif';
	/*margin-top: 30px;*/
	text-align: left;
	margin-bottom: 30px;
	
}


h2 {
/*  font: normal 112px/112px 'PT Serif'; */
    font: normal 50px/50px 'PT Serif';
	margin-top: 30px;
	margin-bottom: 60px;
	position: relative;
}





h3 {
	font: normal 30px/30px 'PT Serif';
    
    margin-top: 0;
    margin-bottom: 25px;
    color: #626262;
    font-weight: bold;
}



h4 {
	font: normal 40px/26px 'PT Serif';
	margin-top: 0;
	margin-bottom: 25px;
	color: #626262;
/*	font-weight: bold; */
	
}

/*h1::after {
	display: block;
    content: "";
    width: 225px;
    border-top: 1px solid #707070;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

 h2::after {
	display: block;
    content: "";
    width: 225px;
    border-top: 1px solid #707070;
    margin-top: 20px;
	 

} 
*/
.line1::after {
    display: block;
    content: "";
    width: 1px;
    border-left: 1px solid #c4a477;
    margin-top: 26px;
    height: 186px;
    position: absolute;
    top: 45px;
    right: 61px;
}

.line2::after {
    display: block;
    content: "";
    width: 1px;
    border-left: 1px solid #c4a477;
    margin-top: 20px;
    height: 184px;
    position: absolute;
   
    left: 61px;
}
.line3::before {
    display: block;
    content: "";
    width: 1px;
    border-left: 1px solid #c4a477;
    margin-top: -250px;
    height: 150px;
    position: absolute;
   
    left: 61px;
}

.line3::after {
    display: block;
    content: "";
    width: 1px;
    border-left: 1px solid #c4a477;
    margin-top: 80px;
    height: 100px;
    position: absolute;
   
    left: 50%;
}

h1.minusleft, h2.minusleft {
	margin-left:-100px;
	text-align: left;
}

h1.minusright, h2.minusright {
/*	margin-right:-100px; */
	margin-right:-15px; 
	text-align: right;
}

h1.noline::after {
	display: none!important;
}

h2.noline::after {
	display: none!important;
}
h3.noline::after {
	display: none!important;
}


h2.mycenter {
	text-align: center;
	margin-left: 0!important;
}
h2.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}

h3.mycenter {
	text-align: center;
	margin-left: 0!important;
}
h3.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}



.cecece::after {
	border-top: 1px solid #CECECE;
}

.ffffff::after {
	border-top: 1px solid #ffffff;
}


.large::after {
	width:644px;
}


.innershadow {
   -moz-box-shadow:     0 0 25px #27272770;
   -webkit-box-shadow:  0 0 25px #27272770;
/* box-shadow:         inset 0 0 25px #272727; */
   box-shadow:          0 0 9px #27272770;
}

.hideme
{
    opacity:0;
}

.largedashafter::after {
	width: 234px;
    height: 0px;
    border-top: 1px solid #E4A14B;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}

.smalldashafter::after {
	width: 160px;
      height: 0px;
    border-top: 1px solid #E4A14C;
    content: "";
    display: block;
	    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


ul {
	margin: 0;
    padding: 0;
    list-style-position: inside;
}


.noslider header {
	background-color: #658db1;
}


.noslider #mainnavbar-container {
	background-color: #658db1;
}

.noslider #maintext-container {
    padding-top: 200px!important;
	
}

.divider-grey {
	width: 113px;
height: 0px;
border-top: 1px solid #CC5200;
}

.divider-grey-small {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#ledger-distances-inner  .divider-grey-small {
	
	margin-top: 18px;
	
}

.separator30 {
	margin-top:30px;
	margin-bottom:15px;
}
	
.separator60 {
	margin-top:60px;
	margin-bottom:30px;
}

.separator80 {
	margin-top:80px;
	margin-bottom:40px;
}



button:focus {
   
    outline: none;
}






#modalOffer .modal-header {
	background-color: #3ca3dc;
	border:none;
	
}

#modalOffer .modal-title {
    margin-bottom: 0;
   
    color: #fff;
       font-weight: bolder;
    font-size: 20px;
    LINE-HEIGHT: 20px;
}
#modalOffer .modal-header .close {
      opacity: .7;
    padding: 15px;
}

#modalOffer .modal-header .close span{
      font: 400 28px/30px 'Fira Sans Condensed';
    color: #FFFFFF
}

#modalOffer .modal-footer {
  
    border-top: none;
}






.btn-close {
   
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

.offcanvas-header .btn-close {
   
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

.ui-datepicker .ui-datepicker-title span{
   color: #ffffff;
}

.toast {
	position: fixed; 
	bottom: 80px; 
	right: 20px;
	width: 193px;
	background-color: #d2ac6899;
	z-index: 1000;
}

.toast-header {
    
    display: block;
  
    align-items: flex-end;
    padding: 0 10px 0 0;
    color: #6c757d;
    background-color: #fff1d7;
    background-clip: padding-box;
    border-bottom: none;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.toast p {
	margin-bottom: 0;
	color:#ffffff;
}

.toast p a {
	margin-bottom: 0;
	color:#2c2c2c;
}




/*#covid {
			  position: absolute;
			  top:120px;
			  right:65px;
			  z-index: 9999;
			  
			  width: 202px;

			  overflow: hidden;
			  height: 80px
			
		  }
		  
		   #covid-ins {
			  background-color: rgba(255,255,255,0.72);
			      box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
			  padding:20px;
			   padding-top: 0;
			  margin-left:100%;
			   width: 100%;
			  
		  }
		  

	  
	#covid-title {
			      font-weight: bold!important;
    letter-spacing: 0;
    font-size: 18px;
		  }
		  
		  #covid-text {
			  font: normal 12px/20px 'Comfortaa';
     letter-spacing: 0px;
			   margin-top: 8px;
		  }
		  
		   #covid-link {
			  font: normal 14px/24px 'Comfortaa';
     letter-spacing: 0px;
			   margin-top: 12px;
		  }
		  
		   #covid-close {
			  width:10px;
			   height:10px;
			   position: relative;
			   top:10px;
			   left:160px;
			   z-index: 999999;
		  }
		  
		  #covid-close svg {
			 
			   position: absolute;
			   top:0px;

		  }*/





/*----- effects ------*/

/*--- pulse effect ---*/
.pulse{box-shadow:0 0 0 rgba(252, 251, 249,.9);animation:pulse 1.5s infinite}.pulse:hover{}@-webkit-keyframes pulse {
                0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -webkit-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -webkit-box-shadow: 0 0 0 0 rgba(60, 163, 220, 0);
               }
            }@keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -moz-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                    box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                }
            }


@-webkit-keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse2 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.pulse2 .circle{
     text-decoration: none; 
     width: 58px; 
     height: 58px; 
     line-height: 55px; 
     border:solid 1px rgba(255, 255, 255, .5); 
     border-radius: 50%; 
     white-space: nowrap; 
     text-align: center; 
     position: relative; 
}
.pulse2 .circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
}
.pulse2 .circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-delay: 600ms;
}
@keyframes pulseCircle {
    0%   {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    100% {
        top: -50px;
        left: -50px;
        right: -50px;
        bottom: -50px;
        opacity: 0.01;
    }
}



/*----- image1 effects start------*/

	  /* Shine */
.hover14 div {
	position: relative;
	overflow: hidden;
}
.hover14 div::before {
	position: absolute;
	top: 0;
	left: -98%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 div:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/* Common style */
.grid figure {
	position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 360px;
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
			 
			 /*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	/*background: #18a367;*/
}

figure.effect-layla img {
	height: 390px;
}



figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*----- image1 effects end------*/

/*----- book now effects start------*/

.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 1);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  /*text-shadow: 1px 1px 2px #427388;*/
}

/*----- book now  effects start------*/


/*----- read more  effects start------*/

.btn-0:before {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #85988D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
z-index: -1;
	
}

.btn-0:hover {
  color:#ffffff;
}

.btn-0:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.the-arrow1 {
				  width: 56px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				display:inline-block;
				}
				
				.the-arrow1.-right1 {
				  top: -4px;
					position: relative;
					left: 5px;
				}
				
				.the-arrow1.-right1 > .shaft1 {
				  width: 56px;
				  -webkit-transition-delay: 0.2s;
						  transition-delay: 0.2s;
				}
				.the-arrow1.-right1 > .shaft1:before, .the-arrow1.-right1 > .shaft1:after {
				  width: 8px;
				  -webkit-transition-delay: 0.3s;
				  transition-delay: 0.3s;
				  -webkit-transition: all 0.5s;
				  transition: all 0.5s;
				}
				.the-arrow1.-right1 > .shaft1:before {
				  -webkit-transform: rotate(40deg);
				  transform: rotate(40deg);
				}
				.the-arrow1.-right1 > .shaft1:after {
				  -webkit-transform: rotate(-40deg);
						  transform: rotate(-40deg);
				}
				.the-arrow1 > .shaft1 {
				  background-color: #394B2F;
				  display: block;
				  height: 1px;
				  position: relative;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
						  transition-delay: 0;
				  will-change: transform;
				}
				.the-arrow1 > .shaft1:before, .the-arrow1 > .shaft1:after {
				  background-color: #394B2F;
				  content: '';
				  display: block;
				  height: 1px;
				  position: absolute;
				  top: 0;
				  right: 0;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
				  transition-delay: 0;
				}
				.button-readmore:hover .the-arrow1 > .shaft1, .button-readmore:hover .the-arrow1 > .shaft1:before, .button-readmore:hover .the-arrow1 > .shaft1:after  {
					
					 background-color: #ffffff;
				}
				
				.the-arrow1 > .shaft1:before {
				  -webkit-transform-origin: top right;
				  transform-origin: top right;
				}
				.the-arrow1 > .shaft1:after {
				 /* -webkit-transform-origin: bottom right;*/
				  /* transform-origin: bottom right; */
				}



/*----- read more  effects end------*/









/*----- fp photos zoom out  effect stard------*/




.zoomout{
    overflow: hidden;
    padding: 0;
    width: 100%;
 
}

.zoomout img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
 
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	 transform: scale(1.2);
}
.zoomout img:hover {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	transform: scale(1);
    z-index: 0;
}

/*----- fp photos zoom out  effect end------*/






/*----- effects end ------*/


/*---menu start----*/




/*----- animated menu button  start------*/
	.hamburger {
  -webkit-transform: scale(1);
  transform: scale(1);

  position: relative;
  display: block;
  width: 68px;
  height: 68px;
 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-main {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
	top: 0;
    left: 0;
	background-color: #fcfbf9;
    border-radius: 34px;
}

.burger-inner {
  position: relative;
  height: 28px;
  width: 36px;
	
}

.burger-main span {
  position: absolute;
  display: block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  background: #535353;
	
}

.top {
  top: 0;
  transform-origin: 37px 2px;
}

.bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

.mid {
  top: 12px;
}

.svg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-circle {
  width: 68px;
  height: 68px;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

.hamburger.open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .top {
  animation: close-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .bot {
  animation: close-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .top {
  animation: close-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .bot {
  animation: close-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .mid {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .mid {
  animation: burger-fill-in 0.6s linear normal;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
  mask: url(#mask);
  -webkit-mask-box-image: url(https://dev.awsm.in/codepen/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #fff;
}

.hamburger.open .animate-path {
  animation: circle-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .animate-path {
  animation: circle-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 0;
  }

}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 0;
  }

}

@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 240;
  }

}

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 240;
  }

}

@keyframes close-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }

  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }

  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }

}

@keyframes close-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    transform: rotate(-15deg);
  }

  80% {
    left: -5px;
    transform: rotate(60deg);
  }

  100% {
    left: -5px;
    transform: rotate(45deg);
  }

}

@keyframes close-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }

  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }

  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }

  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }

}

@keyframes close-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }

  20% {
    left: -5px;
    transform: rotate(60deg);
  }

  80% {
    left: 0;
    transform: rotate(-15deg);
  }

  100% {
    left: 0;
    transform: rotate(0deg);
  }

}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  80% {
    width: 36px;
    left: -6px;
  }

  100% {
    width: 36px;
    left: 0px;
  }

}

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }

  20% {
    width: 42px;
    left: -6px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  100% {
    width: 0;
    left: 36px;
  }

}
@keyframes circle-out {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }

}


@keyframes circle-in {
  0% {
    transform: rotate(360deg);
  }

  40% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }

}	

/*----- animated menu button  end------*/

#mainnavbar .nav-link {
    display: block;
    margin: .5rem 3rem;
	padding:0;
    color: #666666;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-size: 18px;
	border-bottom:1px solid #fff;
}
#mainnavbar .nav-link:hover {
    
    text-decoration:none;
/*	border-bottom:1px solid #8d8351; */
    border-bottom:1px solid #c4a477;
	color: #c4a477;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#mainnavbar .nav-link.text-secondary {
    
    text-decoration:none;
	border-bottom:1px solid #8d8351;
	color: #8d8351!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#mainnavbar .nav-link.lastitem {
    
    padding-right: 0!important;

    
}


.navbar-toggler:focus {

    box-shadow: none;
}

 
 .navbar-toggler {
   
  
	 border: none;
	
	 z-index: 10050;
	
    border-radius: 0;
	    /* -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);*/
	 
	
}

 .toggler-text {
	 font: normal  17px/21px 'Fira Sans Condensed';
    letter-spacing: 0.42px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: 12px;
    position: absolute;
    top: 23px;
    right: -57px;
}



  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 27 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='1.4' stroke-linecap='corner' stroke-miterlimit='25' d='M0 1 h17 M0 9 h27'/%3E%3C/svg%3E")!important;
	      vertical-align: middle;
}

.navbar-toggler-icon {
   
    width: 37px;
    
	
}






  







.navbar-collapse .nav-link {
	
	
	font-size: 16px;
	text-align: center;
	/*color: #2c2c2c;*/
	color: #ffffff;
	line-height: 40px;
  
	position: relative;
	    padding-right: 0rem!important;
    padding-left: 0rem!important;
	
}

.navbar-collapse .nav-link:hover {
	color: #d2ac67;
	background-color:inherit;
	
	
}

.navbar-collapse  .nav-link.active::before {
	
	content: "";
	position: absolute;
	top:0;
	left:50%;
	width:50px;
	border-top:4px solid #ffffff;
	-ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	
	
}

.navbar-collapse  .nav-link::after {
	
	/*display: block;
	content: '';
	border-top: 2px solid #d9eae4;
	max-width:200px;
	margin-left: auto;
	margin-right: auto;*/
	
	
}








.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas .nav-link {
   text-align: center;
	color:#666666;
}

/*---menu ends----*/
















/*---main slider start----*/


#main-slider {
      width: 100%;
	
      height: 100%;
	/*position: relative;
		margin-top: 116px;*/
	/*margin-bottom: 45px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
    }

.swiper1 {
      width: 100%;
      height: 100%;
	
	
    }

.swiper1 .swiper-slide {
	 width: 100%;
      height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.95;
}


.swiper-pagination {
	z-index: 100000;
    position: absolute!important;
    bottom: 50px!important;
    left: 50px!important;
    text-align: center!important;
	width: 56px!important;
	color:#ffffff;
	
}
.swiper-pagination span {
	display: block;
	color:#ffffff;
	font-size: 32px;
	line-height: 40px;
	font-family: "Rochester";
}

.swiper-pagination span:first-child {
	
	font-size: 50px;
	line-height: 50px;

}

.swiper-pagination span:first-child::after {
	display: block;
	content: "";
	border: 1px solid #ffffff;
	width:100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.snav {
	position: absolute;
	bottom:66px;
	left:125px;
	width:35px;
	height:50px
}



.swiper-button-next::after {
	content: none!important;
}

.swiper-button-prev::after {
	content: none!important;
}



.swiper-container-horizontal > .swiper-pagination-bullets {
 left: auto!important;
    right: 60px!important;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
	width:auto!important;
	bottom: auto!important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 6px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}













#slider-container {
	background-color: #f8f8f8;
	height: 623px;
}



 .swiper-button-prev,   .swiper-button-next {
	color: #c4a477!important;
	 top:55%!important;
}
 .swiper-button-prev {
	left:40px!important;
	 
}
.swiper-button-next {
	right:40px!important;
	 
}

.swiper1 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  display: inline-block;
/*  border-radius: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;*/
	/*opacity: 0.25;*/
	
	margin:0px auto!important;
	/* transform: rotate(-90deg);*/
	background-color:transparent;
	color: #ffffff;
	font: normal  17px/24px 'Fira Sans Condensed';
	opacity: 1;
	border-right:solid 1px #ffffff;
	border-radius: 0;
}

.swiper1 .swiper-pagination-bullet-active {
      width: 24px;
    height: 24px;
   /* background: #FFFFFF 0% 0% no-repeat;*/
   /* opacity: 1;*/
    /*border: 2px #394B2F solid;*/
	/* border: 2px #CC5200 solid;
    padding: 2px;*/
    /* box-sizing: border-box; */
   /* background-clip: content-box;*/
	/* transform: rotate(-90deg);*/
	background-color:transparent;
	color: #535353;
	font: normal  17px/24px 'Fira Sans Condensed';
	border-right:solid 1px #535353;
}

 .swiper-container-vertical > .swiper-pagination-bullets {
  left: 80px;
	right:auto!important;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
	 
}




/* moto animation */
.animate {
	
	margin: 30px 0 0;
	
}

.animate span {
	display: inline-block;
}
		
		.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
		
		/* Animation Four */


.four span {
	color: #ffffff;
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: revolveDrop .3s forwards;
	font-size: 50px;
}


@keyframes revolveDrop {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}

	60% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
	}

	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}

/* moto animation ends */




.moto-slider {
	word-wrap:break-word;
	position: absolute;
	top: 50%;
	left:20%;
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
overflow: hidden;
	font-size:60px;
	color:#ffffff;
max-width:50%;
line-height:  80px;
	z-index: 100;
/*	text-shadow: 2px 2px #8d8351; */
    text-shadow: 2px 4px #0000005c	
}


#moto-slider .btn-discover {
	border-radius: 50%;
	width:15px;
	height:15px;
	background-color: #ffffff;
	padding: 0;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
}

#scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 auto;
	
	font: 400 15px/13px 'Open Sans';
text-align: center;
/*	color: #FFFFFF; */
    color: #c4a477;
   
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down:hover {
    cursor: pointer;
}










#scroll-down-mouse {
	position: absolute;
    bottom: 26px;
	left: 50%;
	


	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down-mouse {
	font: 600 13px/13px 'Fira Sans Condensed';
	color:#ffffff;
}





#scroll-down-arrow {
	position: absolute;
    bottom: 45px;
	left: 50%;
	/* width: 2px; */
	/* height:70px; */
	/* background-color:#1393c9; */

	
	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}



@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}








@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.encircle {
  width:60px;
  height:60px;
  border-radius:60px;
  border: solid 2px white;
  position: fixed;
  bottom: 0;
  left: 50%;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/* main slider ends */







/* --- front page start --- */


#maintext-container {
    padding-top: 120px;
    padding-bottom: 106px;
background-color: #f8f9fa;
-webkit-box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 14%);
    /* box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 20%); */
     box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 14%);
}

#services-container {
    padding-top: 100px;
    /*padding-bottom: 140px;*/
background-color: #ffffff ;
	overflow: hidden;

}

#market-container {
    padding-top: 100px;
    padding-bottom: 140px;
background-color: #f1f2f4  ;
	overflow: hidden;

}

#r1 {
	display: flex; 
	flex-direction: column; 
	justify-content: space-between;
	z-index:1;
	padding-right: 2rem;
}

#s1 {
		margin-bottom: 80px;
	}

#s2 {
		margin-bottom: 120px;
	}

#c1 {
		margin-bottom: 80px;
	}

#record-container {
    padding-top: 80px;
    /*padding-bottom: 140px;*/
background-color: #ffffff ;
	overflow: hidden;

}

#record-container li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

#team-container {
    padding-top: 180px;
    padding-bottom: 80px;


}

#t1 {
	background-image: url('images/xenios_logo-trans4.png'); 
	background-repeat: no-repeat;background-position: 
		top right;
}

#services .card {
	
	   border:none;
}

#services .card-body {
	
	    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* justify-items: center; */
    height: 100%;
}

#services .innershadow img {
	
	position: relative;   
	z-index: -2;
}
#team .card {
	margin-bottom: 60px;
	background-color: #f1f2f4;
	border:none;
}

#team .card .photo {
	width:150px;
	height:150px;

	border-radius: 50%;
	position: absolute;
	right:50px;
	top:-75px;
}

#team .card-title {
	color:#626262;
	font-weight: bold;
}

#team .card-subtitle {
	color:#8d8351;
	font-weight: bold;
	margin-bottom: 20px;
}

#team .card-text {
	margin-bottom: 0;
	text-align: left;
	
}

#team .card-body p {
	/*margin-bottom: 0;
	text-align: left;
	font:normal 20px/30px 'Open Sans', sans-serif*/
}

.p1 {
		border-radius: 50%;max-width: 150px;
	}

#services .card-text {
	line-height: 40px;
	font-size: 16px;
}


#creation-container {
    padding-top: 100px;
    padding-bottom: 80px;

background-image: url('images/03.jpg');
	background-position: center center;
	
	box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
-moz-box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
	background-size: cover;
	background-attachment: fixed;
}

#creation-container h2, #creation-container p{
   color:#ffffff;
}



#contact-container {
/*    padding-top: 100px;
    padding-bottom: 100px;  */
    padding-top: 75px;
    padding-bottom: 40px;

background-color: #f0f0f0;
	
    -webkit-box-shadow: 0px -4px 7px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px -4px 7px 0px rgba(0,0,0,0.13);
    box-shadow: 0px -4px 7px 0px rgb(0 0 0 / 13%);
}

#contactinfo p {
	font: normal 20px/30px 'Open Sans', sans-serif;
}


/* --- front page ends --- */







/*--- footer starts ---*/





#copyright_container-outer {
	/*border-top: 1px #8f8f8f solid;*/

}

#copyright_container {
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.ccol-1, .ccol-2, .ccol-3 {
	font: 500 13px/15px 'Open Sans';
letter-spacing: 0px;
color: #626262;
	margin-bottom: 0;
	
}

.ccol-2 {
	text-align: center;
}

.ccol-3 {
	text-align: right;
}

.dproject {
		
	font: 500 13px/15px 'Open Sans';
letter-spacing: 0px;
color: #626262;
	margin-bottom: 0;
	}

a.dproject:hover {
		
	color:#626262;
	}



.scroll-topp {
    display: none;
    z-index: 999;
    font-size: 14px;
    
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.scroll-topp {
		position: fixed;
		bottom: 10px;
		right: 31px;
	z-index: 1002;
	}
	
	.scroll-topp:before {
		content: "";
		height: 50px;
		width: 50px;
		top: -2.5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #e0dfdd;
		position: absolute;
		border-radius: 50%;
		z-index: -1;
	}

.scroll-topp span {
    display: block;
}

.scroll-top--arrow {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
    width: 12px;
    height: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    display: block;
    margin: auto;
}

/*--- footerends ---*/







/*contact start */








.contact-info {
	margin-top: 80px;
	padding-left: 5px;
	
}

.contact-info p {
	margin-bottom: 40px;
	font-weight: normal;
	
}

.contact-info p img {
	margin-right: 15px;
	
}




.contactleft {
	background-image: url("images/Group 600.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #3ca3dc;
	background-clip: content-box;
	margin-bottom: 30px;
}
.contactleft img{
	margin-top: 80px;
	
}

.contactright {
	background-color: #EFEFEF;
	background-clip: content-box;
	margin-bottom: 30px;
}
#contact-form {
	display: flex;
	
}


.contact-container .input-group {
    
    width: 100%;
}




label {
   
	font-size:18px;
    font-weight: normal;
}

/*.form-control::-moz-placeholder {
  color: #626262;
}
.form-control:-ms-input-placeholder {
  color: #626262;
}
.form-control::-webkit-input-placeholder {
  color: #626262;
}



#contact-form .form-control {
	height: 50px;
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #626262;

	box-shadow: 0px 8px 16px #0000001A;
	}
#contact-form .form-control:focus {
    color: #626262;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}
#contact-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 16px;
    color: #626262;
}

#contact-form textarea.form-control {
    height: 201px;
	background-color: #fff;

    color: #626262;
}*/

#contact-form #btn_submit {
	    background-color: #8d8351;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
	box-shadow: 0px 8px 16px #0000001A;
}

#contact-form #contact-text  {	
	align-items: center;

    display: flex;
}

#contact-form #contact-text p {
	    font-size: 21px;
    letter-spacing: 6px;
    color: #626262;
	margin-bottom: 0;

}

#contact-form #contact-text span {
	    font-size: 21px;
    letter-spacing: normal;
    color: #626262;
}

 
.contactinfo {
	background-color: #3ca3dc;
	background-clip: content-box;
	
	
}
.contactinfo div {

	padding:50px 80px;
	text-align: center;
	color:#ffffff;
	display: flex;
	flex-direction: column;
	height:100%;
		justify-content: flex-end;
}

.contactinfo div div{

	padding:0;
	
}

.contactinfo  h3 {
font: normal 24px/24px 'Noto Serif';

	color:#ffffff;
}

.contactinfo  h3::after {
display: block;
    content: "";
    width: 100px;
    border-top: 1px solid #ffffff;
    margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.contactinfo  p {

font-size: 18px;
	font-weight: normal;
	color:#ffffff;
}



#contact-form   .input-block{
        background-color: rgba(255, 255, 255, 1);
    border: solid 1px #7c7d7e1a;
        width: 100%;
        height: 50px;
        padding: 25px;
        position: relative;
        margin-bottom: 30px;
      /*  @include transition(all 0.3s ease-out);*/
	 -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}
 #contact-form   .input-block.focus{
            background-color: #fff;
            border: solid 1px darken(#FF512F, 10%);
        }
#contact-form   .input-block.textarea{
            height: auto;
}
#contact-form   .input-block            .form-control{
                height: auto;
                resize: none;
            }
        
 #contact-form   .input-block       label{
            position: absolute;
            left: 25px;
            top: 22px;
            display: block;
            margin: 0;
            font-weight: 300;
            z-index: 1;
            color: #333;
            font-size: 16px;
            line-height: 10px;
        }
  #contact-form   .input-block      .form-control{
            background-color: transparent;
            padding: 0;
            border: none;
           /* @include border-radius(0);
            @include box-shadow(none);*/
            height: auto;
            position: relative;
            z-index: 2;
            font-size: 16px;
            color: #8F8F8F;
        }
  #contact-form   .input-block      .form-control:focus {
           
               
           box-shadow: none;
        }



/* contact ends */












/* ----------------------- Extra small devices (phones, less than 576px) ----------------------- */
/* ----------------------- No media query since this is the default in Bootstrap ----------------------- */

@media (max-width: 1399px)  {
    #mainnavbar .nav-link {
    margin: .5rem 2rem;	
    }	
}

@media (max-width: 1199px)  {
	
	
	
}

@media (min-width: 1200px) and (max-width:1399px) {
	
	
	
}

@media (max-width: 1310px) {
	
	
	
}

@media (max-width: 1230px) {
	
}


/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) { 
	
	
#team .card .photo {
    
    right: 5px;
    top: -75px;
}
	
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1024px) { 
	
	

 }

@media (min-width: 992px) and (max-width:1199px) { 
	
	



}

@media (min-width: 992px)  { 
	
	
	

}

@media (max-width: 991px) {
	

	.navbar-collapse .nav-link {

    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
	
	
	#main-slider {
      width: 100%;
      height: 550px;
		position: relative;
    }
	

	.four span {

		font-size: 38px;
	}
	
	#c1 {
		margin-bottom: 30px;
	}
	
	#t1 {
	background-image: none; 
	
}
	
	#team .card .photo {
    right: 40px;
    top: -75px;
}
	#team .card {
    margin-bottom: 95px;

}
	
	.innershadow img {

    width: 100%;
}
	
	#r1 {

	padding-right: 0;
}
	
	#s1 {
		margin-bottom: 20px;
	}
	
	#s2 {
		margin-bottom: 40px;
	}
	
		#team-container {
   
    padding-bottom: 0;
}
	
}

@media (max-width: 880px) { 

	
	
	
	
}

@media (min-width: 768px) {
	
}


@media (min-width: 768px) and (max-width: 800px) { 

	
	
	
	
}
 
@media (min-width: 576px) { 
	
	
}

@media (min-width: 768px) and (max-width:991px) { 


	
}
 
@media  (max-width:767px) {
	

	
	body.scroll-top {
		display: none!important;
	}
	
	.navbar-collapse .nav-link {
		font-size: 15px;

		padding-right: .5rem!important;
		padding-left: .5rem!important;
	}
	
	
	

	

}
 



@media (min-width: 426px) and (max-width:767px) { 

	

}

@media (max-width: 640px) {
	
	
	
	
	
	
}

@media (max-width: 575px) {
	
	h1, h2 {
		font-size: 42px!important;
	}
	
	h1, h2 {

    margin-bottom: 30px;

}

	
	#main-slider {
      width: 100%;
      height: 400px;
		padding-top: 89px;
		
    }
	

	.moto-slider {

		display: none;
	
	}
	.animate {
    margin: 9px 0 0;
}
	.four span {
    font-size: 25px;
}
	
	
	.swiper-container-vertical > .swiper-pagination-bullets {
		left: 25px;
		
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets {
		left: unset!important;
		right: unset!important;
		top: unset!important;
		transform: inherit!important;
		width: 100%!important;
		bottom: 20px!important;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px!important;
		display: inline-block;
		vertical-align: middle!important;
	}
	
	ol li {
		margin-bottom: 15px;

	}
	
	
	#services-container {
    padding-top: 40px;

}
	
	.line1::after {
   
    height: 140px;

}
	
	#market-container {
    padding-top: 50px;
    padding-bottom: 60px;

}
	
	#team .card .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -50px;
}

	.swiper-button-prev img, .swiper-button-next img{
		max-height: 30px;
	}
	
	
	.ccol-1, .ccol-2, .ccol-3 {
	   text-align: center!important;
	}
	
	.p1 {
		border-radius: 50%;max-width: 100px;
	}
	

	
	
}
 
@media (max-width: 480px) {
	
	


	
}
 
 @media (max-width: 425px) { 
 
#team-container {
    padding-top: 130px;
    padding-bottom: 40px;
}
	 
	 #maintext-container {
  
    padding-bottom: 80px;

}
	 
	 
}

 @media (max-width: 375px) {
	 
	.logo, #logo-footer	 {
		 max-width:160px!important;
	 }
	#main-slider {
      width: 100%;
      height: 400px;
		padding-top: 74px;
		
    }
	 
	 #team .card .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    right: auto;
    top: 10px;
    margin-right: auto;
    margin-left: auto;
}
	 
	 #team .card-title, #team .card-subtitle {
		 text-align: center;
	 }
	 
}

 @media (max-width: 320px) {
	 
	 
	 
}




