@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body
	{
		overflow-x: hidden;
	}

a
	{
		text-decoration: none;
		color: #000;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

a:hover
	{
		color: #000;
	}

*
	{
		margin: 0;
		padding: 0;
		font-family: 'Poppins', sans-serif;
	}

input, textarea, button
	{
		box-shadow: none !important;
		border: none !important;
		outline: none !important;
	}

.no-padding
	{
		margin: 0;
		padding: 0;
	}

.hcca-font
	{
		color: #D7B758;
	}

.hcca-bg
	{
		background-color: #D7B758;
	}

h1, h2, h3, h4, h5, h6
	{
		color: #000;
	}

.heading-main
	{
		margin: 0;
		padding: 0 0 20px;
		font-size: 55px;
		font-weight: 800;
		letter-spacing: 1px;
		color: #000;
		font-family: 'Poppins', sans-serif;
	}

p
	{
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 26px;
		font-weight: 300;
		color: #000;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px;
	}

.form-control
	{
		margin: 0;
		padding: 15px 20px;
		font-size: 15px;
		color: #000;
		background: #fff;
		border-radius: 5px;
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto;
		box-shadow: none;
	}

.form-control {
  border: 0px solid #606060 !important;
  border-radius: 0px;
  margin-bottom: 20px;
  background: #eee;
}

.form-control2 {
  border: 0px solid #606060 !important;
  border-radius: 0px;
  margin-bottom: 20px;
  height: 120px;
  resize: none;
  width: 100%;
}

.request-area_btn
	{
		margin: 10px 0 0px;
		padding: 10px 40px;
		outline: none;
		box-shadow: none;
		border: 0;
		border: 2px solid #0093d7 !important;
		display: inline-block;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		letter-spacing: 2px;
		background: #0093d7;
	}

.request-area_btn:hover
	{
		color: #0093d7;
		border: 2px solid #0093d7 !important;
		background: transparent;
	}

.form-control.select-form
	{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
		background-repeat: no-repeat;
		background-position-x: 95%;
		background-position-y: 10px;
		box-shadow: none;
		outline: none;
	}

.position-relative
	{
		position: relative;
	}


/*******************************************/
/*   Menu   */
/*******************************************/

header
	{
		background: rgb(255,255,255,0.8);
		padding: 10px 50px;
		position: fixed;
		width: 100%;
		z-index: 999;
		box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

header .navbar-brand img
	{
		width: 140px;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

.header-space
	{
		padding: 0px 50px;
		background: #fff;
		z-index: 99999;
	}



.header-space .navbar-brand img
	{
		width: 130px;
	}

header .navbar-collapse
	{
		justify-content: end;
	}

header .navbar-light .navbar-toggler 
	{
	    color: rgba(0,0,0,.55);
	    border: 1px solid #000;
	}

header .navbar-toggler:focus 
	{
	    text-decoration: none;
	    outline: 0;
	    box-shadow: none;
	}

header .navbar-nav
	{
		align-items: center;
	}

header .navbar-expand-lg .navbar-nav .nav-item
	{
		padding-right: 20px;
	    padding-left: 20px;
	    transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}



header .navbar-expand-lg .navbar-nav .nav-link 
	{
		padding:0 ;
	    font-size: 14px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #000;
	    transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

header .call-btn
	{
		margin: 0 0 0 10px;
		padding: 10px 15px;
		background: #0093d7;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: uppercase;
		border-radius: 30px;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

header .call-btn:hover
	{
		background: #000;
		color: #fff;
	}


header .navbar-expand-lg .navbar-nav .nav-item:last-child
	{
		padding-right: 0px;
	}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:after
	{
		background: transparent;
	}

header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link 
	{
		color: #0093d7;
	}


header .navbar-expand-lg .navbar-nav .nav-item.nav-last:hover .nav-link:after
	{
		background: transparent;
	}

.dropdown-menu 
	{
	    position: absolute;
	    top: 65%;
	    left: 0;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 10rem;
	    padding: .5rem 0;
	    margin: .125rem 0 0;
	    font-size: 14px;
	    color: #000;
	    text-align: left;
	    list-style: none;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 0px solid;
	    border-radius: 0rem;
	    transition: ease .6s;
	    -webkit-transition: ease .6s;
	    -o-transition: ease .6s;
	    -moz-transition: ease .6s;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}

.dropdown-item 
	{
	    display: block;
	    width: 100%;
	    padding: .25rem 1.5rem;
	    clear: both;
	    font-weight: 400;
	    color: #000;
	    text-align: inherit;
	    white-space: nowrap;
	    background-color: transparent;
	    border: 0;
	    transition: ease .6s;
	    -webkit-transition: ease .6s;
	    -o-transition: ease .6s;
	    -moz-transition: ease .6s;
	}

.dropdown-toggle
	{
		transition: ease .6s;
	    -webkit-transition: ease .6s;
	    -o-transition: ease .6s;
	    -moz-transition: ease .6s;
	}

.dropdown-item:focus, .dropdown-item:hover 
	{
	    color: #fff;
	    text-decoration: none;
	    background-color: #0093d7;
	    transition: ease .6s;
	    -webkit-transition: ease .6s;
	    -o-transition: ease .6s;
	    -moz-transition: ease .6s;
	}

.dropdown-menu[data-bs-popper] 
	{
	    top: 30px;
	    left: 0;
	    margin-top: .125rem;
	}

.header-space .navbar-expand-lg .navbar-nav .nav-item
	{
		padding-right: 10px;
	    padding-left: 10px;
	}

/*******************************************/
/*   Mobile Menu   */
/*******************************************/

.mobile-menubar 
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		flex-direction: column;
		z-index: 1000;
		display: none;
		background: #fff; 
		z-index: 9999;
	}

.btn-menu-close 
	{
		color: #000;
		padding: 2px;
		width: 38px;
		flex: 0 0 38px;
		height: 38px;
		background: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		margin: 10px 15px 0 auto;
		position: absolute;
		top: 25px;
		right: 15px;
	}

.btn-menu-close:hover 
	{
		color: #E5E5E5;
		background: #0093d7;
	}

.mobile-menu 
	{
		list-style: none;
		margin: 0;
		padding: 0 15px;
		width: 100%;
		height: 100%;
	}

.mobile-menu > li 
	{ 
		font-size: 16px; 
	}

.mobile-menu > li > a 
	{
		color: #000;
		padding: 0px 15px 15px;
		display: block;
		text-align: center;	
		font-weight: 600;
		font-size: 14px;
		letter-spacing: .5px;
	}

.mobile-menu > li:last-child a
	{
		padding-bottom: 0px;
	} 

.mobile-menu > li:hover > a, .mobile-menu > li.current-menu-item > a 
	{
		color: #0093d7;
	}


.mobile-logo-area
	{
		position: relative;
		left: 25px;
		top: 30px;
	}

.mobile-nav-logo
	{
		margin: 0;
		padding: 0;
		width: 100px;
	}

/*******************************************/
/*   Slider   */
/*******************************************/

.slider
	{
		margin: 0;
		padding: 0;
		position: relative;
	}

.slider .owl-theme .owl-dots .owl-dot span
	{
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		border: 2px solid transparent;
		background: #fff;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
	}

.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span 
	{
	    border: 2px solid #fff;
		background: #0093d7
	}

.slider .owl-theme .owl-dots
	{
		position: relative;
		top: -50px;
	}

.slider .carousel-caption 
	{
	    position: absolute;
	    bottom: 25%;
	    left: 5%;
	    color: #fff;
	    text-align: left;
	    width: 90%;
	    z-index: 99;
	}

.slider .carousel-caption h6
	{
		font-weight: 400;
		margin: 0;
		padding: 20px 0 0px;
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 1px;
	}


.slider .carousel-caption h1
	{
		font-size: 65px;
		font-weight: 700;
	}

.slider .carousel-caption p
	{
		font-weight: 400;
		margin: 0;
		padding: 0 0 25px 0;
		font-size: 16px;
		color: #fff;
		width: 450px;
		letter-spacing: 1px;
	}


.slider .owl-theme .owl-nav
	{
		margin: 0;
		position: absolute;
		bottom: 50%;
		left: 0px;
		z-index: 9;
		width: 100%;
	}

.slider .owl-carousel .owl-nav button.owl-prev
	{
		width: 12px;
		height: 20px;
		background: url(../images/slider-left-arrow.png) center;
		background-size: cover;
		border-radius: 100%;
		position: absolute;
		left: 15px;
	}

.slider .owl-carousel .owl-nav button.owl-next
	{
		width: 12px;
		height: 20px;
		background: url(../images/slider-right-arrow.png) center;
		background-size: cover;
		border-radius: 100%;
		position: absolute;
		right: 15px;
	}

.slider .owl-carousel .owl-nav button span
	{
		display: none;
	}


/*******************************************/
/*   welcome to   */
/*******************************************/

.welcome-section
	{
		margin: 0;
		padding: 80px 0;
		position: relative;
		overflow: hidden;
	}

.welcome-section .image-area
	{
		width: 50%;
		top: 0;
		left: 0;
	}


.welcome-section .cnt-panel
	{
		margin: 0 0;
		padding: 0;
		width: 45%;
		position: relative;
	}

.welcome-section .welcome-section-box
	{
		position: relative;
	}


.welcome-section .cnt-panel h1
	{
		padding-bottom: 10px;
	}

.welcome-section .cnt-panel h6
	{
		margin: 0;
		padding: 0 0 5px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 5px;
		/*color: #fff;*/
	}

.welcome-section  h3
	{
		margin: 0;
		padding: 0 0 50px;
		font-size: 35px;
		font-weight: 800;
		letter-spacing: 1px;
		/*color: #fff;*/
	}


.welcome-section .cnt-panel p
	{
		padding-bottom: 15px;
		text-align: justify;
		justify-content: left;
	}

.welcome-section .cnt-panel p:last-child
	{
		padding-bottom: 0;
	}


.more-btn
	{
		margin: 30px 0 0 0;
		display: inline-block;
		padding: 10px 35px;
		border-radius: 30px;
		font-size: 16px;
		letter-spacing: 2px;
		font-weight: 500;
		text-transform: uppercase;
		background: #0093d7;
		color: #fff;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}

.more-btn:hover
	{
		background: #000;
		color: #fff;
	}



/*******************************************/
/*   Home Services   */
/*******************************************/

.home__blog
	{
		padding: 20px 0 80px;
		overflow: hidden;
	}


.home__blog .home-blog
	{
		margin-top: 30px;
	}

.home__blog .home-blog .item
	{
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		padding: 0 0 20px;
	}

.home__blog .home-blog .item .img-box
	{
		margin: 0 0 25px ;
		padding: 0 0 ;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

.home__blog .home-blog .item .img-box img
	{
		margin: 0;
		padding: 0;		
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.home__blog .home-blog .item h2
	{
		margin: 0;
		padding: 0 15px 10px;
		font-size: 20px;
		font-weight: 600;
		color: #000;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.home__blog .home-blog .item p
	{
		height: 49px;
		overflow: hidden;
		padding: 0 15px;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.home__blog .home-blog .item .date
	{
		margin: 0;
		padding: 20px 0 0 15px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.home__blog .home-blog .item .date a
	{
		color: #000;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.home__blog .home-blog .item:hover img
	{
		transform: scale(1.05);
	}

.home__blog  .owl-theme .owl-dots .owl-dot span 
	{
	    width: 10px;
	    height: 10px;
	    margin: 5px 7px;
	    background: #C7C7C7;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	    border-radius: 30px;
	}

.home__blog  .owl-theme .owl-dots .owl-dot.active span, .home__blog  .owl-theme .owl-dots .owl-dot:hover span 
	{
	    background: #0050D5;
	}

.home__blog .our-products-slider .owl-theme .owl-nav
	{
		margin: 0;
		position: relative;
		bottom: 0%;
		left: 0px;
		z-index: 9;
		width: 100%;
	}

.home__blog .owl-carousel .owl-nav button.owl-prev
	{
		width: 12px;
		height: 20px;
		background: url(../images/slider-left-arrow.png) center;
		background-size: cover;
		border-radius: 100%;
		position: absolute;
		left: -80px;
		bottom: 50%;
	}

.home__blog .owl-carousel .owl-nav button.owl-next
	{
		width: 12px;
		height: 20px;
		background: url(../images/slider-right-arrow.png) center;
		background-size: cover;
		border-radius: 100%;
		position: absolute;
		right: -80px;
		bottom: 50%;
	}

.home__blog .owl-carousel .owl-nav button span
	{
		display: none;
	}

.home__blog  .owl-carousel .owl-dots.disabled, .home__blog  .owl-carousel .owl-nav.disabled
	{
		display: block;
	}

.home__blog  .owl-theme .owl-dots
	{
		margin-top: 30px !important;
	}

.home__blog .home-blog .item:hover
	{
		background: #0093d7;
	}

.home__blog .home-blog .item:hover h2, .home__blog .home-blog .item:hover p, .home__blog .home-blog .item:hover .date a
	{
		color: #fff !important;
	}

/*******************************************/
/*   key offering   */
/*******************************************/

.key-offering 
	{
		margin: 0;
		padding: 0px 0 0px;
		position: relative;
		overflow: hidden;
		background: #000;
	}


.key-offering  .private-cnt-panel
	{
		margin: 0 0;
		width: 35%;
		padding: 0px 0;
	}

.key-offering  .private-cnt-panel h1
	{
		text-transform: uppercase;
		color: #0093d7;
	}

.key-offering  .private-cnt-panel h6
	{
		margin: 0;
		padding: 0 0 5px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 5px;
		color: #0093d7;
		text-transform: uppercase;
	}


.key-offering  .private-cnt-panel p
	{
		margin: 0;
		width: 93%;
		color: #fff;
		text-align: justify;
	}

.key-offering  .private-image-panel
	{
		margin: 0 0;
		width: 60%;
		padding: 0px 0;
	}

.key-offering .more-btn:hover
	{
		background: #fff;
		color: #0093d7;
	}

.why-us
	{
		margin: 0;
		padding: 60px 0;
	}

.why-us .image-area
	{
		width: 48%;
	}

.why-us .cnt-panel
	{
		width: 48%;
	}

.why-us .cnt-panel h6
	{
		margin: 0;
		padding: 0 0 25px 0;
		font-size: 25px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

.why-us .cnt-panel .wrapper
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
		grid-row-gap: 50px;
	}

.why-us .cnt-panel .cnt-panel-box
	{
		position: relative;
	}

.why-us .cnt-panel .cnt-panel-box img
	{
		position: absolute;
		bottom: 0px;
		right: 20px;
		opacity: 0.1;
	}


.why-us .cnt-panel .cnt-panel-box h3
	{
		margin: 0;
		padding: 15px 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
		color: #0093d7;
		letter-spacing: .5px;
		transition: ease .3s;
		-o-transition: ease .3s;
		-moz-transition: ease .3s;
		-webkit-transition: ease .3s;
	}

.why-us .cnt-panel .cnt-panel-box p
	{
		transition: ease .3s;
		-o-transition: ease .3s;
		-moz-transition: ease .3s;
		-webkit-transition: ease .3s;
		text-align: justify;
	}


/*******************************************/
/*   Footer   */
/*******************************************/

footer
	{
		margin: 0;
		padding: 60px 0 20px;
		background: #000;
		border-top: 5px solid #0093d7;
		overflow: hidden;
	}


footer h2
	{
		margin: 0;
		padding: 0;
		font-size: 25px;
		color: #fff;
	}

.footer-logo
	{
		width: 150px;
	}

.footer-top
	{
		margin-bottom: 50px;
	}

.quick-area
	{
		margin: 0 0px 0 0;
		padding: 0;
		width: 30%;
	}

.quick-area ul
	{
		margin: 0;
		padding: 30px 0 20px;
		display: grid;
	}

.quick-area ul li
	{
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
		font-size: 15px;
		font-weight: 400;
		color: #fff;
	}

.quick-area ul li a
	{
		color: #fff;
	}

.quick-area ul li i
	{
		font-size: 10px;
		margin-right: 15px;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		color: #0093d7;
	}

.quick-area ul li:hover i
	{
		margin-right: 25px;
	}

.contact-area
	{
		margin: 0;
		margin: 0 0px 0 0;
		padding: 0;
		width: 30%;
	}

.contact-area p
	{
		margin-top: 30px;
		color: #fff;
	}

.contact-area p a
	{
		color: #fff;
	}

.contact-area p .social_media
	{
		margin-right: 15px;
	}

.contact-area p .social_media:last-child
	{
		margin-right: 0;
	}

.contact-area p .social_media i
	{
		margin: 0;
		padding: 10px 0 0 0;
		width: 40px;
		height: 40px;
		background: #0093d7;
		border-radius: 100%;
		text-align: center;
		font-size: 20px;
	}

.copy
	{
		margin: 0;
		padding: 15px 0;
		background: #333;
	}

.copy p
	{
		font-size: 12px;
		color: #fff;
	}

.copy p span a
	{
		color: #0093d7;
	}

.fixed-whatsapp
	{
		position: fixed;
		bottom: 60px;
	    right: 30px;
	    width: 70px;
	    height: 70px;
	    background: #25D366;
	    border-radius: 100%;
	    text-align: center;
	    vertical-align: middle;
	    box-shadow: 0 0px 20px rgb(51 51 51 / 20%);
	    z-index: 99999;
	}

.fixed-whatsapp i 
{
    margin: 0;
    font-size: 45px;
    color: #fff;
    padding: 10px 0 0;
}


/*******************************************/
/*   Banner   */
/*******************************************/

.banner
	{
		margin: 0;
		padding: 200px 0 50px;
		position: relative;
	}

.banner img
	{
		margin: 0;
		position: absolute;
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: -1;
	}

.banner h6
	{
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #fff;
		position: relative;
		z-index: 9;
		letter-spacing: 2px;
	}

.banner h6 a
	{
		color: #fff;
	}

/*******************************************/
/*   About Page   */
/*******************************************/

.vision-area
	{
		margin: 0;
		padding: 100px 0;
		background: url(../images/vision.jpg) center;
		background-size: cover;
		overflow: hidden;
	}

.vision-area h1
	{
		color: #fff;
	}

.vision-area p
	{
		color: #fff;
		width: 60%;
		margin: 0 auto;
	}

.mission
	{
		padding: 100px 0;
		overflow: hidden;
	}

.documents_page
	{
		margin: 0;
		padding: 100px 0;
	}

.documents_page .wrapper
	{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-rows: minmax(10px, auto);
		grid-gap: 30px;
	}

.documents_page .documents_box
	{
		border: 2px solid #0093d7;
		padding: 20px;
	}

.documents_page .documents_box .logo-img
	{
		width: 100px;
		margin: 0 auto;
	}

.documents_page .documents_box h5
	{
		margin: 0;
		padding: 15px 0 0 ;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
	}

/******************************************/

.services_page
	{
		margin: 0;
		padding: 100px 0;
	}

.services_page .wrapper
	{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-rows: minmax(10px, auto);
		grid-gap: 30px;
		grid-row-gap: 50px;
	}

.services_page .wrapper .item
	{
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		padding: 0 0 20px
	}

.services_page .wrapper .item .img-box
	{
		margin: 0 0 25px ;
		padding: 0 0 ;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

.services_page .wrapper .item .img-box img
	{
		margin: 0;
		padding: 0;		
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.services_page h1
	{
		margin: 0;
		padding: 30px 0px;
		font-size: 30px;
		font-weight: 600;
		color: #0093d7;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
	}
	
.services_page h5
	{
		margin: 0;
		padding: 20px 0px 10px;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}	

.services_page ul 
	{
		margin: 0;
		padding: 20px 0 0 ;
	}

.services_page ul li
	{
		margin: 0;
		list-style: none;
		padding: 0px 0px 15px 30px;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #000;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		position: relative;
	}

.services_page ul li i
	{
		position: absolute;
		top: 6px;
		left: 0;
	}

.services_page ul li:hover
	{
		padding-left: 50px;
	}

.services_page .wrapper .item h2
	{
		margin: 0;
		padding: 0 15px 10px;
		font-size: 20px;
		font-weight: 600;
		color: #000;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}


.services_page .wrapper .item p
	{
		height: 49px;
		overflow: hidden;
		padding: 0 15px;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.services_page .wrapper .item .date
	{
		margin: 0;
		padding: 20px 0 0 15px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.services_page .wrapper .item .date a
	{
		color: #000;
		-webkit-transition: all 0.6s ease-in-out;
    	transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
	}

.services_page .wrapper .item:hover img
	{
		transform: scale(1.05);
	}

.services_page .wrapper .item:hover
	{
		background: #0093d7;
	}

.services_page .wrapper .item:hover h2, .services_page .wrapper .item:hover p, .services_page .wrapper .item:hover .date a
	{
		color: #fff !important;
	}

.contact_details-section
	{
		margin: 0;
		padding: 50px 0;
		background: #fff;
		position: relative;
		top: -60px;
	}

.contact_details-section .wrapper
	{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minamx(5px , auto);
		grid-gap: 30px;
	}

.contact_details-section .wrapper .cont-cnt-area
	{
		border-right: 1px solid #000;
		padding: 20px 10px;
	}

.contact_details-section .wrapper .cont-cnt-area:last-child
	{
		border-right: 0px;
	}

.contact_details-section .wrapper .cont-cnt-area i
	{
		margin: 0;
		padding: 0 0 25px;
		font-size: 35px;
		color: #0093d7;
	}

.contact_details-section .wrapper .cont-cnt-area h6
	{
		margin: 0;
		padding: 0 0 10px;
		font-size: 16px;
		font-weight: 600;
		color: #000;
		letter-spacing: 1px;
	}

.contact_page
	{
		margin: 0;
		padding: 0px 0 80px;
	}

.contact_page h2
	{
		font-size: 30px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
		margin: 0;
		padding: 0 0 30px;
	}

/*******************************************/
/*   Scroll Fix   */
/*******************************************/

.scroll_mobile_fix
	{
		position: fixed;
		height: 100vh;
		overflow: hidden;
	}
