@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
}
.border{border: 1px solid #333;}
.pad0{padding: 0px;}
.padtb50{padding: 50px 15px;}
.clear{clear: both;}

#overlay{   
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}

@keyframes topnotice {
	0%{
		opacity: .2;
	}
	50%{
		opacity: .5;
	}
    100% { 
        opacity: 1;
    }
}

.top{
	background: #252d39;
	padding: 10px;
}
.topsocial a{
	color: #FFF;
	font-size: 1.1em;
	padding-right: 20px;
	text-decoration: none;
	transition: all 0.5s ease-out;
}
.topsocial a:hover{
	color: #666;
}
.topcontact{
	text-align: right;
}
.topcontact a{
	color: #FFF;
	font-size: 1.1em;
	font-weight: 500;
	padding-right: 10px;
	text-decoration: none;
	transition: all 0.5s ease-out;
}
.topcontact a:hover{
	color: #666;
}

.desktop{
	height: 110px;
	background: #FFF;
	width: 100%;
	z-index: 10;
	top: 0px;
}
.logo img{
	margin-top: 25px;
	width: 200px;
}
.mynav{
	padding: 0px 0px;
	text-align: right;
	height: 110px;
}
.mynav ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.mynav li{
 	display: inline-block;
}
.mynav ul li a{
	text-decoration: none;
	font-weight: 600;
	color: #000;
	display: block;
	font-size: 15px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.mynav a:hover{
	color: #85c339;
}
.mynav ul ul{
	position: absolute;
	z-index: 1000;
	background: #FFF;
	display: none;
	margin: 0px;
	width: 400px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.mynav ul ul li{
	display: block;
}
.mynav ul ul a{
	width: 100%;
	font-weight: 500;
	text-align: left;
	line-height: unset;
	height: auto;
	padding: 10px 20px;
	display: table;
	border-bottom: 1px solid #f6f2f2;
}
.mynav ul ul a i{
	width: 30px;
	display: table-cell;
}

/* ---------------------------- Mobile bar ----------------- */

.mobile{
	display: none;
	padding: 5px 10px;
	height: 100px;
	background: #FFF;
	width: 100%;
	z-index: 10;
	top: 0px;
}
.mobile .logo img{
	margin-top: 12px;
}
.mobile .bars{
	font-size: 40px;
	margin-right: 10px;
	margin-top: 20px;
	color: #86c33a;
}
.fade-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 30;
}
.fade-bg.active{
	display: block;
	opacity: .5;
}
.mynavbar
{
	position: fixed;
	width: 300px;
	height: 100%;
	background: #fcfcfc;
	z-index: 40;
	overflow: auto;
	top: 0px;
	left: -300px;
	transition: all 0.25s linear;
	padding: 50px 0px;
}
.mynavbar.active{
	left: 0px;
	box-shadow: 1px 0px 30px 0px #123;
}
.mynavbar span{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 3em;
	font-weight: 300;
	opacity: .2;
}
.mynavbar span:hover{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 3em;
	font-weight: 300;
	opacity: 1;
}
.mynavbar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.mynavbar ul li a{
	color: #006666;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
}
.menuactive{background: #4344; color: #000;}
#down-menu{
	display: none;
}
.mynavbar ul ul{
	background: #fcfcfc;
	margin-left: 20px;
}
.mynavbar ul ul a{
	width: 100%;
	font-weight: 500;
	text-align: left;
	line-height: unset;
	height: auto;
	padding: 10px 20px;
	display: table;
}
.mynavbar ul ul a i{
	width: 30px;
	display: table-cell;
}


/*----------------- slider -----*/
/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #86c33a;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

.hero-section {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 50px 0 80px;
  }
}
.letter-spacing{
	font-size: 1.7em;
	text-transform: uppercase;
	color: #FFF;
}
.slidetext{
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
}
.slidetext2{
	font-size: 1.2em;
	font-weight: 400;
	color: #FFF;
}
.button_outline{
	border:  2px solid #FFF;
	width: 180px;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 60px;
	line-height: 45px;
	color: #FFF;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: 600;
}
.button_outline:hover{
	border: 2px solid #85c339;
	background: #85c339;
	color: #FFF;
}

.btn_close
{
	text-transform: uppercase;
	font-size: 1.1em;
	height: 50px;
	padding: 0px 50px;
	color: #000;
	border-radius: 25px;
	font-weight: 600;
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
.hero-slider:hover .prevArrow {
  left: 35px;
}
.hero-slider:hover .nextArrow {
  right: 35px;
}

.servicetopper{
	margin-top: -100px;
}
.service_top{
	background: #FFF;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 310px;
	box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}
.service_top img{
	width: 60px;
}
.service_top h2{
	font-weight: 700;
	font-size: 1.6em;
}
.service_top p{
	font-size: 1.2em;
}

.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #86c33a;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}
.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #86c33a;
    border-radius: 10px;
    right: -60%;
    top: 0;
}
.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #86c33a;
    border-radius: 10px;
    right: -95%;
    top: 0;
}
.subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #818385;
    font-size: 1.4em;
}
.section-title {
    margin-bottom: 40px;
    color: #172231;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.2s ease;
}
.para{
	font-weight: 400;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}
.section-title-italic{
	font-style: italic;
	font-size: 1.3em;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	border-left: 4px solid #999;
	padding-left: 10px;
	border-radius: 5px;
}
.text-white{
	color: #FFF !important;
}


/*---------------------- Services -----------*/
.bg-secondary {
    background: #ffcc00 !important;
}
.section-bottom-lg {
    padding-bottom: 100px;
}
.section-title-border.border-center {
    margin-left: calc(50% - 27px);
}
.box-shadow {
    box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}
.service-wrapper{
	transform: translateY(-100px);
}
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}
.card img{
	transition: all .5s ease;
	overflow: hidden;
}
.card:hover img{
	overflow: hidden;
	transform: scale(1.1);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card h4{
    color: #172231;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    min-height: 50px;
}
.btn-secondary {
    background: transparent;
    color: #172231;
    padding-left: 0;
    border: 0;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.btn-arrow {
    transition: 0.2s ease;
}
.btn-arrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    left: calc(95% + 5px);
    transition: 0.2s ease;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    transition: 0.2s ease;
    left: 95%;
}
.card a:hover{
	color: #ffcc00;
}
.btn-arrow:hover::before {
  left: calc(100% + 8px);
  border-color: #ffcc00;
}
.btn-arrow:hover::after {
  width: 20px;
  background: #ffcc00;
}


/*------------------------ counter Area --------------*/
.counter {
    position: relative;
}
.counter::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #252d39;
    opacity: 0.85;
}
.bg-fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.counter i{
	font-size: 4em;
	color: #9e9b9b;
	width: 100px;
	height: 100px;
	line-height: 100px;
	float: left;
	text-align: center;
}
.counter b{
	display: block;
	color: #FFF;
	font-size: 2em;
}
.counter b span{
	font-size: 2em;
}
.countertext{
	font-size: 1.4em;
	color: #FFF;
	font-weight: 600;
}


/*---------------------- Team Area ------------*/
.teamarea{
	background: #FFF;
}
.team{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}
.team img{
	transition: all .5s ease;
	overflow: hidden;
}
.team:hover img{
	overflow: hidden;
	transform: scale(1.1);
}
.team-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    text-align: center;
    padding-bottom: 20px;
    background: #ecf4ff;
}
.team h4{
    color: #172231;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    min-height: 30px;
    font-size: 1.4em;
}


/*---------------------- Choose Us -------------*/
.background_fixed
{
	background: linear-gradient(rgba(40, 120, 235, 0.05), rgba(40, 120, 235, 0.05)), url(../img/bg-image.jpg);
	background-attachment: fixed;
}
.choose{
	margin-bottom: 10px;
}
.choose i{
	width: 90px;
	height: 90px;
	background: #2878eb;
	color: #FFF;
	line-height: 90px;
	text-align: center;
	font-size: 3em;
}
.choose b{
	display: block;
	font-size: 1.4em;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 700;
}
.choose_free{
	padding: 50px;
	background: #fff;
	padding-bottom: 100px;
}
.form input, .form select, .form textarea{
	border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    outline: none;
    padding: 0 20px;
    line-height: 50px;
    color: #666666;
    font-size: 1.1em;
}
.form textarea{
	height: 150px;
	resize: none;
}
.form label{
	color: #999;
	font-weight: 500;
}
#error{
	color: red;
	font-weight: 600;
	font-size: 1.2em;
	padding-top: 10px;
}
.form .error{
	color: red;
	font-weight: 400;
	font-size: 1em;
}
.button{
	padding: 0px 30px;
	padding-right: 50px;
	height: 50px;
	font-size: 1.2em;
	background: rgb(133 195 57);
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0px;
}
.button:hover{
	color: #FFF;
}
.button-arrow {
    transition: 0.2s ease;
}
.button-arrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    left: calc(82% + 8px);
    transition: 0.2s ease;
}
.button-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    transition: 0.2s ease;
    left: 82%;
}
.button-arrow:hover::before {
  left: calc(82% + 18px);
  border-color: #FFF;
}
.button-arrow:hover::after {
  width: 25px;
  background: #FFF;
}


/*-------------------------- testimonial--------------*/
.testimonial_box{
	padding: 80px 15px;
}
.item{
	min-height: 250px;
	padding: 30px;
	background: #FFF;
}
.testimonial img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.testimonial b{
	font-size: 1.6em;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.testimonial p{
	font-size: 1.1em;
	font-weight: 400;
	display: block;
	line-height: 1.5;
}
.testimonial .quote
{
	font-size: 4em;
	right: 20px;
    bottom: 10px;
    color: #ffcc00;
}
.carousel-indicators{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: auto;
    right: 0px;
    bottom: -40px;
    text-align: right;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
	background: #666;
	margin-right: 10px;
	transform: rotate(45deg);
	cursor: pointer;
	border-radius: 0px;
	border:  none;
}
.carousel-indicators .active{
	background: #ffcc00;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: none;
}

/*----------------------- Footer------------*/
.footer{
	min-height: 400px;
	background: #252d39;
	position: relative;
	padding-top: 130px;
	padding-bottom: 50px;
	margin-top: 49px;
	color: #a9a6a6;
}
.footer::before{
	background: url(../img/overlay-top.png) top center;
	background-repeat: repeat-x;
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    left: 0;
    top: 0;
    z-index: 1;
}
.footer p{
	line-height: 1.7em;
}
.footerlogo img{
	margin-bottom: 20px;
	width: 100%;
}
.socialMedia a{
	font-size: 1.6em;
	color: #FFF;
	margin-right: 20px;
}
.footer_head{
	font-size: 1.5em;
	font-weight: 500;
	text-transform: capitalize;
	margin: 10px 0px;
	color: #f5d4d4;
}
.footer_head_border {
    position: relative;
    height: 2px;
    width: 20px;
    background: #f5d4d4;
    margin-bottom: 20px;
    display: block;
}
.footer_head_border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #f5d4d4;
    right: -60%;
    top: 0;
}
.footer_head_border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    background: #f5d4d4;
    right: -94%;
    top: 0;
}
.footer .links a{
	display: inline-block;
	color: #a9a6a6;
	margin-bottom: 10px;
	font-size: 1em;
	text-decoration: none;
	transition: all 0.5s ease;
}
.footer .links a:hover{
	margin-left: 7px;
}
.footer .location table{
	width: 100%;
}
.footer .location td{
	padding: 5px;
}
.designby{
	background: #252d39;
	padding: 40px 0px;
	color: #a9a6a6;
	border: 1px solid #313741;
	font-size: 1.1em;
}
.designby a{
	color: #FFF;
}
.design_right{text-align: right;}
.alltop{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffcc00;
	color: #000;
	font-size: 1.8em;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: none;
}
.alltop a{
	color: #FFF;
}

/*---------------------- Design Other Pages-----------------*/

.pageheader{
	background: url('../img/about.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 150px;
	padding: 30px;
}
.pageheadertext{
	text-align: center;
}
.pageheadertext h1{
	font-weight: 700;
	color: #FFF;
}
.pageheadertext .breadcrumb{
	background: none;
	color: #999;
}
.pageheadertext .breadcrumb a{
	color: #FFF;
}
.director{
	width: 100%;
	min-height: 350px;
	padding: 50px;
	padding-left: 150px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.directorimg{
	width: 200px;
	height: 220px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 8px;
	background: #FFF;
	position: absolute;
	left: -100px;
}
.directorimg img{
	width: 200px;
	height: 220px;
	border-radius: 15px;
	padding: 10px;
}
.director h3{
	font-weight: 700;
}

.pricebox{
	background: #ffcc00;
	/*background: #252d39;*/
	padding: 20px;
	border-radius: 5px;
	color: #000;
	margin-bottom: 20px;
}
.pricebox h3{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}
.pricebox p{
	font-size: 3em;
	text-align: center;
}
.pricebox .table{
	font-size: 1.2em;
}
.pricebox .table b{
	font-size: 1.4em;
}

.formHead{
	background: #ffcc00;
	display: table;
	width: 100%;
	height: 140px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.formHead a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	padding: 10px;
	font-weight: 500;
}
.formHead i{
	font-size: 2em;
	margin-bottom: 10px;
}
.formHead .trangle
{
	width: 30px;
	height: 30px;
	background: #FFF;
	transform: rotate(45deg);
	position: absolute;
	left: 48%;
	bottom: 35px;
}




/*---------------Check Circle-----------*/
.modal-body h4{
	color: green;
	margin-bottom: 20px;
}
.modal-body p{
	font-size: 1.2em;
}
.checkmark__circle{
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 5% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check{
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{
	100%{stroke-dashoffset: 0}
}
@keyframes scale{
	0%, 100%{transform: none}
	50%{transform: scale3d(1.1, 1.1, 1)}
}
@keyframes fill{
	100%{box-shadow: inset 0px 0px 0px 30px #7ac142}
}


@media(max-width:800px)
{
  	.mpad0{padding: 0px;}
  	.desktop{display: none;}
  	.mobile{display: block;}
  	.mobilebar{display: block;}
  	.letter-spacing{
    	font-size: 1.3em;
    }
    .slidetext{
    	font-size: 2.5em;
    }
    .slidetext2{
    	display: none;
    }
    .button_outline{
    	height: 40px;
    	line-height: 25px;
    	border-radius: 20px;
    }
	.pageheadertext h1{
		font-size: 1.8em;
	}
  	center{margin-bottom: 50px;}
  	.logo img{
		margin-top: 25px;
	}
	.topsocial{text-align: center; margin-bottom: 10px;}
	.topcontact{text-align: center;}
	.pageheaderbg{
		transform: translateX(-25%);
	}
	.pageheadertext{
		width: 70%;
	}
	.formHead .trangle
	{
		left: 0px;
		bottom: 0px;
		top: 40%;
	}

	.director{
		padding: 20px;
	}
	.directorimg{
		position: unset;
		box-shadow: none;
	}
	.topcontact a:first-child{
		display: block;
		margin-bottom: 10px;
	}
	.design_right{
		text-align: left;
		margin-top: 10px;
	}
}