* {
	margin:0;
	box-sizing:border-box;
}

:root{
  --yellow:#535353;
  --blue:#FF3031;
  --light:#fff;
  --dark:#000;
}

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
}

ul {
	list-style-type:none;
	padding:0;
}

a {
	text-decoration: none;
}

h2 { margin-bottom: 0 !important; }


ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}















/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:17px;
	font-weight:600;
	letter-spacing:1px;
	background-color:var(--blue) !important;
	border:2px solid var(--blue) !important;
	padding:10px 30px 10px 55px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:before{
	position:absolute;
	content:'';
	left:18px;
	top:50%;
	height:1px;
	width:20px;
	margin-top:-1px;
	transition:all 0.3s ease;
	/* -moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease; */
	background-color:#ffffff;
}

.btn-style-one:hover{
	color:var(--blue) !important;
	background:var(--yellow) !important;
}

.btn-style-one:hover:before{
	background-color:var(--blue) !important;
}











header {
	width:100%;
	min-height:35px;
	background:var(--blue) !important;
	font-size: 14px;

}

header h2 {
	color:#fff;
	font-weight:500;
	line-height: 35px;
	margin-top: 0;
	font-size: 14px;
}

header h2>span {
	color:#2e635a;
}


header ul li {
	color:#fff;
	line-height: 35px;
	display: inline-block;
}

header ul li:nth-child(1) {
	padding-right: 20px;
}

.floating {  
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0;
    margin-top: 0;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.sticky_header {
	position:fixed;
	width:100%;
	z-index:99999999;
	top:0;
}

/*header end*/


/* navbar_start */

.navbar .navbar-brand img{
  height: 80px;
  /* height: 110px; */
}


@media (max-width:768px) {
	.navbar .navbar-brand img {
		height: 45px;
	}
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.9);
  font-size: 18px;
  margin-left: 30px;
}

/* navbar_end */



















/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:35px;
}

.sec-title {
	position:relative;
	z-index: 1;
	margin-bottom:35px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #afafaf;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: center;
}

.sec-title h2{
	    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: var(--blue);
    font-weight: 800;
    padding-bottom: 25px;
    text-align: center;
   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:100px;
	height:2px;
	background-color:var(--yellow);
}

.sec-title h2:after{
	position:absolute;
	content:'';
	right:50%;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:var(--blue);
}

.sec-title-1 h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: var(--blue);
    font-weight: 800;
    padding-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.sec-title.light h2{
	color: #ffffff;
}

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

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:before{
	left:50%;
	margin-left:-60px;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-60px;
}
















/*** 

====================================================================
	Innovation Section
====================================================================

***/

.innovation-section{
	position:relative;
	/* padding:55px 55px; */
}


.innovation-section .text{
	text-align: justify;
}
.innovation-section .about-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.innovation-section .about-img img{
	/* width: 250px; */
	/* border-radius: 50%; */
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	/* border-color: var(--blue) solid 1px !important; */
}
/* .innovation-section .about-img .about-img-name{ 
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.innovation-section .about-img .about-img-name h3{
	font-size: 25px;
	font-weight: bold;
}

.innovation-section .about-img .about-img-name p{
	font-size: 23px;
	font-weight: 500;
	text-align: center;
} */

.innovation-section .content-column{
	position:relative;
}

.innovation-section .content-column .inner-column{
	position:relative;
	padding-top:15px;
}

.innovation-section .content-column .bold-text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.7em;
	font-weight:700;
	margin-bottom:20px;
}

.innovation-section .content-column .text{
	    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 400;
    /* margin-bottom: 45px; */
    text-align: center;
    letter-spacing: 1px;
}

.innovation-section .content-column .inner-column .counter-box{
	position:relative;
	z-index:1;
	text-align:center;
	/* margin-right:-80px; */
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 35px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 35px rgba(0,0,0,0.15);
	box-shadow:0px 0px 35px rgba(0,0,0,0.15);
}

.innovation-section .content-column .inner-column .fact-counter .column{
	padding:0px;
	float:left;
}

.innovation-section .content-column .inner-column .fact-counter .column:last-child .inner{
	border-right:none;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	display:inline-block;
}

.fact-counter .column .inner{
	position:relative;
	padding:45px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-right:1px solid #dddddd;
	margin:0 0 30px;
}

.fact-counter .count-outer{
	position:relative;
	margin:0px 0px;
	font-weight:300;
	color:var(--dark);
	font-size:40px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:300;
	color:var(--dark);
	font-size:40px;
	display:inline-block;
}

.fact-counter .column .counter-title{
	    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: -var(--dark);
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Space Grotesk', sans-serif;
	
}

.innovation-section .images-column{
	position:relative;
	margin-bottom:30px;
}

.innovation-section .images-column .inner-column{
	position:relative;
	margin-top:-17px;
}

.innovation-section .images-column .image{
	position:relative;
	margin-bottom:25px;
}

.innovation-section .images-column .image img{
	position:relative;
	width:100%;
	display:block;
}









/* product start */
.product-sec {
    background: linear-gradient(rgba(255, 255, 255, 0.712),rgba(255, 255, 255, 0.69)), url(../img/banner/about-bg.jpeg) center top no-repeat fixed;
    background-size: auto;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}
/* .products::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92) !important;
}

.products .col-lg4{display:flex}
.products .products-grid{
	flex:1;
	
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08) ;
	margin: 0px;
	
} */

.product-sec .main-text{
	position: relative;
	background-color: var(--light);
	/* background-image: url(../images/main/bg.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}
.product-sec .main-text-white
{
	background: #ebebef!important;
}
/* .product-sec .pp
{
	padding:0;
} */
.product-sec .title-inner
{
	position:absolute;
	bottom:0;
	right:0;
	background: var(--blue);
	z-index: 999;
	width: 100%;
	text-align: center;
}
.product-sec .title-inner h1
{
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
	margin: 0;
	width: 100%;
}





/*** 

====================================================================
	We Do Section
====================================================================

***/
.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;

}

.read-more{
  background-color: var(--blue) !important;
}

.we-do-section{
	position:relative;
	padding:95px 0px 70px;
	background-color: #ECF5FF;
}

.we-do-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.we-do-section .title-column .inner-column{
	padding-right:30px;
}

.we-do-section .title-column .sec-title{
	margin-bottom:20px;
}

.we-do-section .title-column .bold-text{
	position:relative;
	color:var(--blue) !important;
	/* font-size:20px; */
	font-style:italic;
	/* line-height:1.6em; */
	margin-bottom:18px;
	font-family: 'Lora', serif;
}

.we-do-section .title-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-bottom:28px;
}

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image{
	position:relative;
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:40%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.services-block-three .inner-box:hover .image .overlay-box{
	opacity:0;
}

.services-block-three .inner-box .image .overlay-box h3{
	position:absolute;
	left:0px;
	bottom:20px;
	color:#ffffff;
	font-weight:600;
	font-size:18px;
	width:100%;
	text-align:center;
}

.services-block-three .inner-box:hover .image .content-overlay{
	opacity:1;
}
.services-block-three  .inner-box{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* padding: 2px; */
}

.services-block-three .inner-box .image .content-overlay{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(65,69,177,0.85);
}

.services-block-three.style-two .inner-box .image .content-overlay{
	background-color:rgba(2,173,136,0.90);
}

.services-block-three .inner-box .image .content-overlay .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
	text-align:center;
    padding: 10px 30px;
    vertical-align: middle;
}

.services-block-three .inner-box .image .content-overlay .overlay-inner .content-box{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-three .inner-box .image .content-overlay .content-box h4{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:2px;
}

.services-block-three .inner-box .image .content-overlay .content-box h4 a{
	position:relative;
	color:#ffffff;
}

.services-block-three .inner-box .image .content-overlay .content-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:14px;
	text-decoration:underline;
  background-color: var(--blue) !important;
}

























/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:90px 0px 110px;
	background-color:#ECF5FF;
}

.default-section.alternate{
	background:none;
}

.default-section .sec-title{
	margin-bottom:40px;
}

.default-section .company-column{
	position:relative;
	margin-bottom:30px;
}

.default-section .company-column .inner-column{
	position:relative;
}

.default-section .company-column .inner-column .company-gallery{
	position:relative;
}

.default-section .company-column .inner-column .company-gallery .image{
	position:relative;
	margin-bottom:30px;
}

.default-section .company-column .inner-column .company-gallery .image img{
	position:relative;
	width:100%;
	display:block;
}

.default-section .company-column .bold-text{
	position:relative;
	color:#242424;
	font-size:20px;
	font-style:italic;
	line-height:1.4em;
	margin-bottom:20px;
	font-family: 'Lora', serif;
}

.default-section .company-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
}

.default-section .accordian-column .inner-column{
	/* padding-left:30px; */
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    padding:12px 0px;
    margin-bottom:10px;
	border:1px solid #e1e1e1;
	background-color:#ffffff;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:30px;
	color:#000000;
	font-weight:500;
	padding:0px 10px 0px 64px;
	transition:all 500ms ease;
	/* -ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease; */
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:14px;
	top:0px;
	font-size:18px;
	color: #4145b1;
	transition:all 500ms ease;
	/* -moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease; */
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	font-weight:300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#ffffff;
	background-color:#4145b1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}


.accordion-box .block:focus .acc-content{
  display: block !important;
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:10px 30px 0px 64px;
}

.accordion-box .block .content .text{
	margin-bottom:20px;
	line-height:1.8em;
	font-size:15px;	
	color:#8e8d8d;
	font-family: 'Open Sans', sans-serif;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*Accordian Faq Form*/

.accordion-box.faq .block{
	padding:0px;
	border:0px;
	margin-bottom:40px;
}

.accordion-box.faq .block .acc-btn{
	padding-left:30px;
	font-weight:600;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
}

.accordion-box.faq .block .icon-outer{
	left:-10px;
	color:#242424;
}

.accordion-box.faq .block .acc-btn.active .icon-outer .icon-minus{
	background:none;
	color:#242424;
}

.accordion-box.faq .block .content{
	padding:14px 30px 0px 30px;
}

.accordion-box.faq .block .content .text{
	font-size:17px;
	line-height:1.6em;
}
















/* Clients Section */
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}
.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}
#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}
#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.section-bg {
    background: #ecf5ff;
}
#clients .client-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#clients img {
    transition: all 0.4s ease-in-out;
}













/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	/* background-color:#191919; */
	background-color:var(--yellow);
}

.main-footer .widgets-section{
	position:relative;
	padding:70px 0px 30px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px !important;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	padding-bottom:12px;
	margin-bottom:20px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:var(--yellow) !important;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:var(--light) !important;
	font-size:17px;
	font-weight:400;
	padding-right:60px;
	margin-bottom:25px;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .list li a{
	position:relative;
	color:var(--light) !important;
	font-size:17px;
	transition:all 0.3s ease;
}

.main-footer .social-icon-footer li a{
  font-size: 25px !important;
}

.main-footer .list li a:hover{
	color:var(--blue) !important;
}

.main-footer .info-widget{
	position:relative;
}

.main-footer .info-widget .number{
	position:relative;
	color:var(--light) !important;
	font-size:18px;
	font-weight:500;
	margin-bottom:12px;
}

.main-footer .info-widget .text{
	position:relative;
	color:var(--light) !important;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:20px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	background-color:#191919;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created{
	position:relative;
	color:var(--light);
	font-size:17px;
}





.contact_us {
	/* background-color: var(--yellow) !important; */
}

.contact_us .sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:35px;
}

.contact_us .sec-title {
	position:relative;
	z-index: 1;
	margin-bottom:35px;
}

.contact_us .sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: center;
}

.contact_us .sec-title h2{
	    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: var(--dark);
    font-weight: 800;
    padding-bottom: 25px;
    text-align: center;
   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.contact_us .sec-title h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:100px;
	height:2px;
	background-color:var(--yellow);
}

.contact_us .sec-title h2:after{
	position:absolute;
	content:'';
	right:50%;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:var(--light);
}

.contact_us .sec-title-1 h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: var(--blue);
    font-weight: 800;
    padding-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.contact_us .sec-title.light h2{
	color: #ffffff;
}

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

.contact_us .sec-title.centered{
	text-align:center;
}

.contact_us .sec-title.centered h2:before{
	left:50%;
	margin-left:-60px;
}

.contact_us .sec-title.centered h2:after{
	left:50%;
	margin-left:-60px;
}



.contact_us .btn-style-one{
	position:relative;
	line-height:29px;
	color:var(--blue);
	font-size:17px;
	font-weight:600;
	letter-spacing:1px;
	background-color:var(--light) !important;
	border:2px solid var(--light) !important;
	padding:10px 30px 10px 55px;
	font-family: 'Poppins', sans-serif;
}

.contact_us .btn-style-one:before{
	position:absolute;
	content:'';
	left:18px;
	top:50%;
	height:1px;
	width:20px;
	margin-top:-1px;
	transition:all 0.3s ease;
	/* -moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease; */
	background-color:#ffffff;
}

.contact_us .btn-style-one:hover{
	color:var(--blue) !important;
	background:var(--yellow) !important;
}

.contact_us  .btn-style-one:hover:before{
	background-color:var(--blue) !important;
}



/* captcha section in form start */
.captcha-sec  input {
    width: 50%;
}

.captcha-sec  p {
    background: var(--primary);
    color: rgb(0, 0, 0);
    /* padding: 10px 20px; */
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    /* border-radius: 5px; */
    width: 50%;
    text-align: center !important;
    letter-spacing: 10px;
    background: url(../img/index-img/capt-img.jpeg);
    font-family: "League Spartan", serif;

}

.captcha-sec button {
    /* width: 50%; */
    border: none;
    outline: none;
    background: #e2dfdf;
    font-size: 20px;
    margin: 0 5px;
    background:  var(--light) !important;
    color: #22263E !important;
}

form .text-danger{
    color: red !important;
    font-weight: bold;
}
.map iframe{
	width: 100% !important;
	margin-top: 50px;
}
/* captcha section in form end */



/* captcha new design start */
.captchasep1 {
    display: flex;
}

.captchasep1 input {
    width: 100% !important;
    margin-top: 0 !important;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    border-top: 1px solid #CED4DA;
    border-right: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    background: url(../images/logo/captcha.jpg);
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 9px;
    font-style: italic;
    font-size: 22px;
    padding: 6px;
    height: 100%;
}

.captchasep1 .captcha-codes-sec button {
    font-style: italic;
    font-size: 22px;
    outline: none;
    background: transparent;
    height: 100%;
    border: none;
}

.captchasep1 .captcha-codes-sec button i {
    background: var(--purple);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}


@media screen and (max-width:600px) {
    .captchasep1 {
      display: flex;
      flex-direction: column !important;
    }

    .captchasep1 .captcha-codes-sec {
      border-left: 1px solid #CED4DA;
      border-right: 1px solid #CED4DA;
      border-bottom: 1px solid #CED4DA;
      margin-top: 3px;
    }


  }

.bg-danger22{
    background-color: var(--primary) !important;
}


/* captcha new design end */
/* contact-us-end */







.fixed-divisions {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	
   
	z-index: 999999;
}

.fixed-divisions .division {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.fixed-divisions .division.whatsapp {
	background-color: #008568;
	color: #fff;
}

.fixed-divisions .division.call {
	background-color: #ef1920;
	color: #fff;
}

.fixed-divisions .division.whatsapp:hover {
	opacity: 0.8;
	background-color: #296700;
}

.fixed-divisions .division.call:hover {
  opacity: 0.8;
  background-color: #b90006;
}








/* blog start */
.blog-section .blog-card .date{
    display: flex;
}
.blog-section .blog-card{
  padding: 10px;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.blog-section .blog-card .date p i{
  color: var(--blue);
}
.blog-section .blog-card .date p{
  font-size: 14px;
}
.blog-section .blog-card h1{
  font-size: 18px;
  color: var(--dark);
}
.blog-section .blog-card p{
  text-align: justify;
}
.blog-section .blog-card a{
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--blue);
  border: 1px solid #fff;
  transition: 0.5s ease-in-out;

}
.blog-section .blog-card a:hover{
  color: var(--blue);
  background-color: #fff;
  border: 1px solid var(--blue);

}
/* blog end */







/* enq-form style start */
.inq-start-sec .enq-form button{
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    transition: 0.5s ease;
    font-weight: 500 !important;
 }
 .inq-start-sec .enq-form button span{
     color: #fff;
 }
 .inq-start-sec .enq-form button:hover{
     background-color: #fff !important;
      
 }
 .inq-start-sec .enq-form button:hover span{
     color: var(--black);
 }  
 .enq-para-1 p, .more-details p{
    text-align: justify;
    font-size: 18px;
}
@media(max-width:500px){
 .enq-para-1 p, .more-details p{
    text-align: justify;
    font-size: 14px;
}
}
/* enq-form end */



/*** Blog Start ***/
.blog .blog-item {
	border-radius: 10px;
	background: var(--light);
	transition: 0.5s;
  }
  
  .blog .blog-item:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  }
  
  .blog .blog-item .blog-img {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  }
  
  .blog .blog-item .blog-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: 0.5s;
	z-index: 1;
  }
  
  .blog .blog-item .blog-img img {
	transition: 0.5s;
  }
  
  .blog .blog-item:hover .blog-img img {
	transform: scale(1.2);
  }
  
  .blog .blog-item:hover .blog-img::after {
	background: rgba(249, 21, 0, 0.2);
  }
  
  .blog .blog-item .blog-date {
	position: absolute;
	bottom: 12px;
	left: 12px;
	border-radius: 10px;
	background: var(--blue);
	color: var(--light) !important;
	z-index: 2;
  }
  
  .blog .blog-item .blog-content a {
	transition: 0.5s;
  }
  .blog .blog-item .blog-content p {
	  font-size:20px !important;
	  text-align:justify;
	  color:#000;
  
	/*white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;*/
  }
  .blog-index-blog{
  white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .blog-details-paraaa{
  white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .blog .blog-item .blog-content.paragraph p.fs-5 {
	white-space: wrap;
	text-align: justify;
  
  }
  
  .blog .blog-item:hover .blog-content a:hover {
	color: var(--primary) !important;
  }

  .blog p{
	  font-size: 18px;
  }
  /*** Blog End ***/	