@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

/*================================================== */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5rem;
	color: #262d34;
	background: #fff;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}



p {
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;

}

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

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: #333;
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.container.no-gutters {
	padding-right: 0px;
	padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 1.5rem 0;
	font-family: "Alegreya Sans", sans-serif;

}

h1 {
	color: #131530;
	font-family: "Bitter", serif;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 800;
}

.small-text {
	color: #6c7e90;
	font-size: 20px;
	font-family: 'Asap', sans-serif;
	text-transform: none;
	font-weight: 500;
}


h2 {
	font-size:35px;
	font-weight:800;
	text-transform: uppercase;
	font-family: "Bitter", serif;


}

h3 {
	font-size: 20px;
	font-weight: 600;
	color: #22344b;


}

h4 {
	font-size: 18px;
	font-weight: 600;
	color: #22344b;

}

h5 {
	font-size: 16px;
	font-weight: 600;
	color: #22344b;

}


h6 {
	font-size: 15px;
	font-weight: 600;
	color: #22344b;

}

.alegreya-sans-bold {
	font-family: "Alegreya Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.alegreya-sans-extrabold {
	font-family: "Alegreya Sans", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.alegreya-sans-black {
	font-family: "Alegreya Sans", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.orange-text {
	color: #fc8b1c;

}

.orange-btn {
	background: #fc8b1c;
	border-color: #fc8b1c;
	color:#fff; 
}
.orange-btn:hover{background:#95d307; border-color:#95d307; color:#fff;  }

/* ==================================================
 Header Section
================================================== */

header {
	position: relative;
	margin: 0px auto;
	width: 100%;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(230, 232, 242, 0.93) 100%);

}

.logo {
	text-align: left;
	margin: 10px;

}

.top-bar {
	padding: 12px 21px;
	color: #1f4877;
	text-align: right;
	position: absolute;
	right: 13px;
	top: 0;
}

.call {
	font-size: 14px;
	color: #1f4877;
	font-family: 'Asap', sans-serif;
	line-height: 28px;
	text-align: right;
	padding-right: 0px;
}

.call a {
	color: #1f4877;
	font-weight: 600;
}

.call span {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;

}

.call i {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #1f4877;
	background: transparent;
	margin-top: 10px;
	margin-right: 3px;
}

/* ==================================================
Top Navigation Section
================================================== */
.nav-link {
	display: block;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Asap', sans-serif;
	color: #2f323e;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 10px;

}
.navbar-collapse { margin-top:30px;  }
.navbar {
	padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #2f323e !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {}

.navbar-nav .nav-link:hover {
	color: #fff !important;
	transition: 0.5s;
	background: #fc8b1c;
	border-radius: 20px;


}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #2f323e;
	background: #fc8b1c;
	border-radius: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.3rem 1rem;
	color: #2f323e;
	margin: 0px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background: #e5360d;
	border-radius: 20px;
}

.nav-link.active {
	color: #fff !important;
	background: #e5360d;
	border-radius: 20px;
}

.dropdown-menu {
	margin: 0rem 0 0;
	border-radius: .6rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border: 0;
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	text-align: left;
	font-size: 13px;
	color: #333 !important;
}

.dropdown-item {
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}



/* ==================================================
Banner Section
================================================== */

.bannermainbg {
	position: relative;
	
	height: 606px;
	width: 100%;

	background-size: cover;

}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	/*    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);*/
	z-index: 1;

}

.carousel-caption h1 {
	font-family: "Bitter", serif;
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 149px;
	text-shadow: 5px 2px 10px rgb(10 7 48 / 40%);
}

.carousel-caption p {
	text-shadow: 5px 2px 10px rgb(10 7 48 / 40%);
	font-weight: 600;
}

.carousel-control-prev,
.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--primary);
	border: 15px solid var(--primary);
	border-radius: 3.5rem;
}

.notification {
    position: relative;
    padding: 30px 60px;
    height: 96px;
    display: flex;
    align-items: center;
      background-color: #145fb6;
    margin: -34px auto 0;
    color: #fff;
	margin-right: 0;
}
.notification h2{ font-size:25px; font-weight:700;  }
.notification::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 100%;
	top: 0px;
	right: -41px;
	transform: skewX(-30deg);
	background-color: #145fb6;
	display: none;
	
}
.notification::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 100%;
	top: 0px;
	left: -41px;
	transform: skewX(-30deg);
	background-color: #145fb6;
	
	
}

/* ==================================================
welcome Section 
================================================== */
.welcome-sec {
	position: relative;
	padding: 50px 0;
}

.wel-img {
	padding: 30px;
	position: relative;
}

.wel-img img {

	border: 10px solid #fff;
	border-radius: 30px;

}

.hexagon {
	height: 200px;
	aspect-ratio: 1 / cos(30deg);
	clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
	background: #fff;
	position: absolute;
	top: -43px;
	right: -40px;
	box-shadow: 10px 0 54px rgb(131 157 171 / 50%) inset;

}

.hexagon h1 {
	font-family: 'Poppins', sans-serif;
	color: #0d71ce;
	font-size: 110px;
	text-align: center;
	padding: 44px;
	margin: 0;
	line-height: 55px;
	font-weight: bold;
}

.hexagon h1 span {
	color: #144471;
	font-size: 25px;
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-weight: 700;
	text-transform: capitalize;
}

.yellow-box {
	position: absolute;
	background: #fff;
	width: 200px;

	bottom: 0;
	left: 0;
	border-radius: 30px;
}

.wel-content {

	padding: 0px 0px;
	font-size: 16px;
	font-weight: 500;
	color: #262d34;
	margin-left: 0;
	margin-top: 30px;
	position: relative;
	line-height: 26px;
}

.wel-content p {
	font-weight: 600;
}

/* ==================================================
services Section 
================================================== */
#services {
	position: relative;
	height: 100%;
	width: 100%;

}

.services-bg {
    background: #07a8dc;
    height: 375px;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.box-white {
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 0 8px rgb(25 62 100 / 38%), 0 0px 50px rgb(185 202 219 / 38%) inset;
    text-align: center;
    min-height: 496px;
    margin-bottom: 42px;
	position: relative;
}
.box-white h2 {
    min-height: 76px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.box-white img{ width:137px; }
.box-white .btn{ position: absolute; text-align:center; left:90px;  bottom: -10px;}
/* ==================================================
Testimonial Section 
================================================== */
.testimonial-bg {
	background: url(../images/testimonial-bg.jpg) left top no-repeat;
	background-size: cover;
	position: relative;
	margin: 80px 0;
	padding: 50px 0;
}


.testimonial-slider .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%;
}

.testimonial-slider {
	padding: 10px 0px 40px;
}


.testbg {
	background: #fff;
	display: block;
	margin: 20px auto;
	width: 70%;
	padding: 10px;
	border-radius: 60px;
	position: relative;
}

.testimonial-slider .carousel-item p {
	color: #565f6c;
	font-size: 15px;
	text-align: left;
	padding-left: 84px;
}

.testimonial-slider .carousel-item img {
	border: 6px solid rgba(255, 255, 255, 0.4);
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 0;
	margin-left: -47px;
}

.testimonial-slider .carousel-inner {
	position: relative;

}

.testbg i {
	color: #354256;
	position: absolute;
	top: 11px;
	font-size: 27px;
	left: 49px;
	background: #2693e3;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 4px;
}

.blockquote-footer {
	color: #354256;
	text-align: left;
	padding-left: 86px;
	font-size: 18px;
}

.testimonial-slider .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -66px;
}

/* ==================================================
Our Team
================================================== */
.team-text {
	position: relative;
	width: 100%;
	bottom: 39px;
	transition: .5s;
	color: #fff;
	background: #1d5383;
	z-index: -1;
	border-radius: 22px;
	padding: 60px 30px 10px;
	margin-top: 20px;
}

/*
.team-text::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}
*/
.team img {
	border-radius: 50px;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgb(118 142 161 / 50%);
}

.team {
	padding-top: 0px;
}

.team-item {
	position: relative;
	min-height: 310px;
	margin: 20px 0 20px;
	text-align: center;
}

/* ==================================================
Internal pages banner
================================================== */
.aboutpage {
    background: url(../images/about-slide.jpg) center top / cover;
    min-height: 320px;
    padding-top: 137px;
    color: #333;
    background-repeat: no-repeat;
    position: relative;
}
.about-block {
    background: url(../images/contant-bg.jpg) center top / cover;
    padding-top: 120px;
    margin-bottom: 96px;
}
.bag-white {
    border-radius: 20px;
    position: relative;
    background: #fffffff0;
    box-shadow: 1px 0 8px rgb(25 62 100 / 38%);
    margin-bottom: -80px;
}
.bag-white ul, .listing ul {
    padding: 0;
    margin: 0;
}

.bag-white li, .listing li {
    list-style: none;
    display: block;
    padding: 7px 4px;
    /* margin: 5px 0; */
    font-weight: normal;
    color: #313244;
    font-size: 15px;
}

.bag-white li i, .listing li i {
    color: #ff8c00;
    margin-right: 8px;
    float: left;
}
.servicesgpage {
	background: url(../images/services-banner.jpg) center top /cover;
	 min-height: 320px;
    padding-top: 137px;
    color: #333;
    background-repeat: no-repeat;
    position: relative;
}
.projectpage {
	background: url(../images/project-banner.jpg) center top /cover;
	 min-height: 320px;
    padding-top: 137px;
    color: #333;
    background-repeat: no-repeat;
    position: relative;
}
.trainingpage {
	background: url(../images/training-banner.jpg) center top /cover;
	 min-height: 320px;
    padding-top: 137px;
    color: #333;
    background-repeat: no-repeat;
    position: relative;
}
.contactpage {
	background: url(../images/contact-bg.jpg) center top /cover;
	 min-height: 320px;
    padding-top: 137px;
    color: #333;
    background-repeat: no-repeat;
    position: relative;
}

.craft-servicesspage {
	background: url(../images/services-bg.jpg) center top /cover;
	min-height: 431px;
	padding-top: 218px;
	color: #333;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner h1 {
    font-family: "Bitter", serif;
    color: #011d2b;
    font-size: 42px;
    text-align: left;
    margin-bottom: 0;
}

.main-content h1 {
	font-family: "Bitter", serif;
	color:#031858;
	font-size:42px;
	text-align: left;
	line-height:46px;
	margin-top: 0;
}

.main-content h1 span {

	color: #f6ba03;
	font-size: 35px;
	display: block;
	line-height: 35px;
}

.main-content {
margin: 50px 0;
	padding: 25px 0px;
	position: relative
}


.card-box {
    position: relative;
    display: block;
    background: #48abdf;
    border-radius: 20px;
    padding: 20px 18px 5px;
    margin: 10px auto 26px;
    color: #fff;
    min-height: 158px;
}
.card-box h3{ color:#fff; margin:0;   }

.card-box .icon {
    background: #fff;
    padding: 10px;
    width: 84px;
    height: 84px;
    position: relative;
    border-radius: 20px;
    margin-top: -48px;
    box-shadow: 1px 0 8px rgb(25 62 100 / 38%);
    margin-bottom: 10px;
}

/* ==================================================
Accordion
================================================== */
.accordion-button { font-size:1.5rem; font-weight: bold; }
.accordion-button span {
    font-size: 0.85rem !important;
    border: 2px solid #fff;
}

/* ==================================================
Breadcrumb
================================================== */
.breadcrumb {
    margin-bottom: 0rem;
    border-radius: 15px;
    padding: 9px 20px;
    background: rgb(240 244 253 / 72%);
    margin-left: 0;
	float:left;
}

.breadcrumb-item a {
    color: #194578;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
}

.breadcrumb-item.active {
	color: #f3a902;
	font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #7a99b9;
    content: var(--bs-breadcrumb-divider, "/");
}

/* ==================================================
floating icons Section
================================================== */
.socialicon-block {
	position: fixed;
	z-index: 99;
	top: 20%;
	right: 0;
}

.socialicon-block ul {
	list-style: none;
}

.socialicon-block li {
	display: block;
	font-size: 14px;

}

.socialicon-block li a {
	color: #f73d11;
	line-height: 54px;



}

.socialicon-block li a:hover {
	color: #f73d11;

}

.socialicon-block i {
	font-size: 20px;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 10px -11px;
	background:#a6b5c7;
	color: #fff;
}

.socialicon-block i:hover {
	background:#fc8b1c;
	color: #fff;
}

.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.messageus-block {
	position: fixed;
	z-index: 99;
	bottom: 13%;
	left: 0;
	background:#95d307;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
}

.messageus-block a {
	color: #fff;
	font-size: 18px;
}

.callus-block {
	position: fixed;
	z-index: 99;
	bottom: 5%;
	left: 0;
	background: #0bb4dd;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
}

.callus-block a {
	color: #fff;
	font-size: 18px;
}

.modelbg {
	box-shadow: 0 0 66px rgb(135 151 187 / 50%) inset;
}


/* ==================================================
Footer  Section
================================================== */
.contactdetails {
	padding-left: 30px;
}

footer {
	background: url(../images/alpha-footer_02.jpg) center top /cover;
	padding: 80px 0 1rem;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-top: 50px;
}

footer h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

footer h3 span {
	font-size: 14px;
	color: #e4e9ea;
	text-transform: none;
	font-weight: normal;
	display: block;
	margin-top: 8px;
}


footer p {
	padding: .2rem 0;
	margin: .9rem 0;
	line-height: 1.4rem;
	font-weight: 400;
	color: #e4e9ea;
}

footer .pl-3 {
	padding-left: 30px;
}



footer i {
	font-size: 20px;
	padding: 10px;
	color: #e4e9ea;
}


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

footer li {
	display: block;
	padding: 2px 10px 2px 0px;

}

footer li a {
	color: #f5f5f5;
	font-weight: 500;
	text-decoration: none;
}

footer li a:hover {
	color: #ff7200;
}

footer li a i {
	font-size: 10px;
	color: #70b5ef;
}

.footer-bot {
	padding: 15px 0;
	font-size: 0.8rem;
	margin: 0;
	border-top: 1px dashed #164466;
	font-weight: 600;
	text-align: left;

}

footer a {
	color: #f5f5f5;

}

footer a:hover {
	color: #ff7200;
}


/* ==================================================
Media Queries
================================================== */



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

@media (max-width:1024px) {
	
	.carousel-caption h1 {
   
    margin-top: 25px;
		font-size:47px; 
   
}
	.bannermainbg {
   
    height:auto;
   
}
	
}

@media (max-width: 992px) {

	.top-bar {
		position: relative;
		text-align: right;
		right: 0;
	}

	.navbar-toggler {
		padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
		font-size: var(--bs-navbar-toggler-font-size);
		line-height: 1;
		color: var(--bs-navbar-color);
		border: 2px solid #002e70;
		border-radius: var(--bs-navbar-toggler-border-radius);
		transition: var(--bs-navbar-toggler-transition);
		background: #07bae9;
	}

	.navbar-collapse {
		position: absolute;
		top: 109px;
		z-index: 99;
		background:#d0e7ed;
		width: 100%;
		padding: 20px;
		right: 0;
		color: #ccc;
		box-shadow: 0 2px 12px rgb(182 198 209 / 50%);
		margin: 0;
	}

	.navbar-nav .nav-link.active,
	.navbar-nav .nav-link.show {
		color: #f6ba03;
	}

	.nav-link:focus,
	.nav-link:hover {
		color: #f6ba03;
	}

	.nav-link {
		color: #fff;
		padding: 10px !important;
		font-size: 18px;
	}





	.footmenu {
		text-align: left;
	}
}

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

@media (max-width: 768px) {

	h1 {
		font-size: 30px;
	}

	.p-box {

		width: 230px;

	}

}

@media (max-width: 576px) {

	.notification {
		position: relative;
		padding: 0px 10px;
		height: auto;
		display: flex;
		align-items: center;
	
		margin-top: 0px;
		color: #fff;
		  z-index: -1;
	}

.notification::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0px;
    right: -18px;
    transform: skewX(-8deg);
   
	  z-index: -1;
    
}
	.notification::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 100%;
    top: 0px;
    left: -25px;
    transform: skewX(-8deg);
  
		z-index: -1;
  
}

.carousel-caption p {
    text-shadow: 5px 2px 10px rgb(10 7 48 / 40%);
    font-weight: 600;
    line-height: 18px;
}
    .carousel-caption h1 {
        font-family: "Bitter", serif;
        font-size: 26px;
        color: #fff;
        margin-bottom: 5px;
        margin-top: 30px;
        line-height: 22px;
        text-shadow: 5px 2px 10px rgb(10 7 48 / 40%);
    }


	
	.p-box {

		width: 290px;

	}

	.footmenu {
		text-align: left;
		margin-top: 10px
	}

}

@media (max-width: 430px) {
	
	.hexagon {
    height: 150px;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: #fff;
    position: absolute;
    top: -14px;
    right: -45px;
    box-shadow: 10px 0 54px rgb(131 157 171 / 50%) inset;
}
	.hexagon h1 {
    font-family: 'Poppins', sans-serif;
    color: #0d71ce;
    font-size: 110px;
    text-align: center;
    padding: 23px 5px;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
}
	.yellow-box {
    position: absolute;
    background: #fff;
    width: 200px;
    bottom: -76px;
    left: -24px;
    border-radius: 30px;
}
	.notification { display: block;}
	
	.box-white { min-height:426px; }	
	.services-bg {
   
		height: 540px;}

    .welcome-sec h1 {
        font-size: 35px;
        margin-left: 0;
    }

	.welcome-sec h1 span {
		font-size: 23px;

	}

	.yellowbox-bot {
		padding: 30px 0;
		right: 50px;
		width: 47%;
	}

	h1 {
		font-size: 27px;
	}

	.com-craft-services {
		margin-top: 660px;
	}

	.contactdetails {
		padding-left: 10px;
	}

}


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

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/