@media(min-width:1919px){
    .container{
        max-width: 1600px;
    }
}
body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
}
body p{
    font-size: 17px;
}
/* top-part css start */
.top-part {
	background-color: #d0963e;
}
.top-part .left {
	list-style-type: none;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.top-part .left li {
	margin-right: 15px;
}
.top-part .left li:last-child{
    margin-right: 0px;
}
.top-part .left li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .45s;
}
.top-part .left li a:hover .fa-solid{
    color: #EFA434;
}
.top-part .left li a .fa-solid {
	margin-right: 7px;
	color: #fff;
	font-size: 18px;
    transition: .45s;
}
.top-part .left li a:hover .rtu{
    color: #EFA434;
}
.top-part .left .rtu {
	color: #fff;
    font-size: 15px;
    transition: .45s;
}
.top-part {
	background-color: #175763;
	padding: 10px 0px;
}
.top-part .top-social {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
    justify-content: end;
}
.top-part .top-social li{
    margin-right: 15px;
}
.top-part .top-social li:last-child{
    margin-right: 0px;
}
.top-part .top-social li .sol{
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
    border-radius: 50%;
    transition: .45s;
}
.top-part .top-social li .sol:hover{
    background-color: #EFA434;
    color: #fff;
}
.top-part .jkk {
	display: flex;
	align-items: center;
}
.top-part .top-social .boktn {
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 3px;
	transition: .45s;
	text-decoration: none;
	color: #000;
    font-size: 16px;
}
.top-part .top-social .boktn:hover{
    background-color: #EFA434;
    color: #fff;
}
/* model css */
.navbar-brand img {
	width: 120px;
}
.my-mod .modal-header {
	border-bottom: none;
}
.my-mod .modal-footer {
	border-top: 0;
	display: flex;
	justify-content: center;
}
.my-mod #exampleModalLabel {
	font-size: 30px !important;
	font-weight: 600;
}
.my-mod .btn-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	opacity: 1;
	font-size: 14px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,.5);
	background-color: #fff;
}
.my-mod .btn.btn-primary {
	background-color: #EFA434;
    color: #fff;
	border: none;
	transition: .45s;
}
.my-mod .btn.btn-primary:hover{
	background-color: #175763;
    color: #fff;
}
.my-mod .form-control {
	border: 1px solid #175763;
}
.my-mod .form-control::placeholder{
	color: #175763 !important;
}
.my-mod .form-control:focus{
	border: 1px solid #175763;
	box-shadow: none;
}
.my-mod .modal-content {
	background-color: #fff;
}
/* nav-bar css */
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.nav-item {
	margin-left: 20px;
}
.nav-link.active {
	color: #175763 !important;
}
.nav-link{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    transition: .45s;
}
.nav-link:hover{
    color: #175763
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	background-color: #fff;
}
/* banner-sec */
.banner-sec .banner-pic img {
	width: 100%;
}
.banner-sec{
	position: relative;
	overflow: hidden;
}
.banner-sec .banner-content {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
}
.banner-sec .banner-content .head h1 {
	font-size: 60px;
	font-weight: 300;
}
.banner-sec .ban-but a {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #000;
	transition: .45s;
	color: #fff;
	border-radius: 10px;
}
.banner-sec .ban-but a:hover{
	background-color: #175763;
}
.banner-sec .ban-but{
	margin-top: 80px;
}
.banner-sec .banner-content .head .gtr {
	color: #175763;
	font-weight: 700;
}
.banner-sec .mobile-banner{
	display: none;
}
.banner-sec .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #000 !important;
	border-radius: 50%;
	margin-right: 3px;
	transition: .45s;
}
.banner-sec .owl-dot.active {
	width: 30px;
	height: 10px;
	border-radius: 10px;
	background-color: #175763 !important;
}
.banner-sec .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}
.banner-sec .owl-dots:last-child{
	margin-right: 0px;
}
/*working-process*/
.work-sec .head {
	text-align: center;
	margin-bottom: 40px;
}
.work-sec h2 {
	color: #175763;
	font-weight: 700;
}
.work-sec .cir {
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #175763;
	border-radius: 50%;
	font-size: 50px;
	color: #fff;
	border: 3px solid #d0963e;
}
.work-sec .cir strong {
	display: inline-flex;
	align-items: center;
}
.work-sec .top {
	display: flex;
	justify-content: center;
}
.work-sec .titel {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
}
.work-sec .main-box {
	position: relative;
}
.work-sec .main-box::before {
	position: absolute;
	content: '';
	width: 73%;
	height: 1px;
	background-color: #175763;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.work-sec {
	margin-top: 70px;
	background-color: #eaf3ee;
	padding: 70px 0px;
}
.content-box {
	position: relative;
	z-index: 2;
}
/* about-sec */
.about-sec .head {
	margin-bottom: 20px;
}
.about-sec h2 {
	color: #175763;
	font-weight: 700;
}
.about-sec .ableft .abpic img {
	width: 100%;
}
.about-sec .abright .cir {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}
.about-sec .abright .sub {
	font-size: 14px;
	font-weight: 500;
	color: #175763;
}
.about-sec .abright .plname strong {
	font-size: 20px;
}
.about-sec .abright .cir .pic img {
	width: 125px;
}
.about-sec .abright .crfd {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.about-sec .abright .name {
	margin-left: 20px;
}
.about-sec {
	margin-top: 70px;
}
.about-sec .abright .bgt a {
	background-color:#000;
	border: none;
	color: #fff;
	padding: 8px 30px;
	text-align: center;
	transition: .45s;
	text-decoration: none;
	font-weight: 500;
	border-radius: 6px;
	transition: .45s;
}
.about-sec .abright .bgt a:hover{
	background-color: #175763;
	color: #fff;
}
.about-sec .abright .bgt {
	margin-top: 50px;
}
.about-sec .abpic {
	position: relative;
	overflow: hidden;
}
.about-sec .abpic::before {
	position: absolute;
	content: '20 years of Exprience';
	color: #fff;
	left: -130px;
	font-size: 25px;
	padding: 10px;
	background-color: #175763;
	rotate: -90deg;
	bottom: 125px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom-right-radius: 30px;
    border: 3px solid #fff;
}
/* services-sec */
.our-services .sr-icon {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #175763;
	margin-right: 15px;
}
.our-services .top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.our-services .sr-icon img {
	width: 60px;
}
.our-services{
	margin-top: 70px;
}
.our-services .s-box {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	transition: .45s;
	border-radius: 10px;
	padding: 15px;
	min-height: 100%;
}
.our-services .s-box:hover{
	transform: scale(1.03);
}
.our-services .s-box .s-pic img {
	width: 100%;
}
.our-services .s-box .s-head {
	color: #175763;
	font-size: 20px;
}
.our-services .s-box .s-button a {
	text-decoration: none;
	color: #000;
	transition: .45s;
	display: flex;
	align-items: center;
	justify-content: end;
}
.our-services .s-box .s-button a:hover{
	color: #175763;
}
.our-services .s-box .s-button a .fa-solid{
	margin-left: 5px;
}
.our-services .head {
	text-align: center;
	margin-bottom: 40px;
}
.our-services h2{
	color: #175763;
	font-weight: 700;
}
/* client-logo */
.client-sec {
	margin-top: 70px;
}
.client-sec .head {
	text-align: center;
	margin-bottom: 40px;
}
.client-sec h2 {
	color: #175763;
	font-weight: 700;
}
.cln-logo img {
	width: 120px !important;
}
.cln-logo .hnm {
	background-color: #f9f9f9;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.cln-logo .hnm {
	background-color: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	margin: 20px 10px;
}
.client-sec .owl-dots {
	display: none;
}
/* testimonial-sec*/
.testimonial-sec .test-box {
	position: relative;
	border-top-right-radius: 12px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	margin: 30px 10px 10px 10px;
	border-bottom-left-radius: 12px;
	padding-bottom: 10px;
	background-color: #fff;
}
.testimonial-sec .re-view img {
	width: 80px !important;
}
.testimonial-sec .re-view {
	display: flex;
	justify-content: center;
}
.test-box .text p {
	font-size: 15px;
}
.test-box .text {
	margin-left: 12px;
	margin-right: 12px;
}
.testimonial-sec .heading h2 {
	margin-bottom: 30px;
	color: #fff;
}
.testimonial-sec .heading .vbz {
	color: #fff;
}
.total {
	background-color:#eaf3ee;
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.testimonial-sec .owl-nav span {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 33px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.10);
    transition: .45s;
    margin-right: 5px;
    padding-bottom: 7px;
}
.testimonial-sec .owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.testimonial-sec .owl-nav span:hover{
    background-color: #175763;
    color: #fff;
}
.testimonial-sec .owl-dots {
	display: none;
}
.testimonial-sec .left-p p {
	margin-bottom: 0px;
	color: #fff;
}
.testimonial-sec .left-p .pll {
	font-size: 14px;
}
.testimonial-sec .left-p {
	width: 310px;
	clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
	background-color: #175763;
	padding: 5px 0px 5px 12px;
}
.testimonial-sec .cl-pic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #175763;
	position: absolute;
	right: 10px;
	top: -24px;
}
.testimonial-sec .cl-pic img {
	width: 100px !important;
}
.testimonial-sec .head {
	text-align: center;
	margin-bottom: 40px;
}
.testimonial-sec h2 {
	color: #175763;
	font-weight: 700;
}
/* contact-sec css */
.contact-sec {
	margin-top: 70px;
}
.contact-sec .head {
	margin-bottom: 40px;
	text-align: center;
}
.contact-sec h2 {
	color: #175763;
	font-weight: 700;
}
.contact-sec .rtk {
	margin-top: 30px;
}
.contact-sec .rtk a{
	padding: 7px 50px;
	border-radius: 10px;
	margin-top: 30px;
	background-color: #000;
	border: none;
	transition: .45s;
}
.contact-sec .rtk a:hover{
	background-color: #175763;
}
.contact-sec .bny{
    display: flex;
    justify-content: center;
}
.contact-sec .sub {
	position: relative;
	z-index: 2;
	text-decoration: none;
	color: #fff;
}
.contact-box {
	padding: 50px 30px;
	background-color: #eaf3ee;
	border-radius: 30px;
}
.contact-box .c-head h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300;
}
.contact-box .form-control:focus {
	box-shadow: none;
	border-color: #00a0e3;
}
.contact-sec .con-d {
	display: flex;
	align-items: center;
}
.contact-sec .hjr {
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.contact-sec .icr {
	background-color: #eaf3ee;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-sec .elo p {
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 21px;
}
.contact-sec .fa-solid {
	font-size: 25px;
	color: #175763;
}
.contact-sec .fa-brands {
	font-size: 25px;
	color: #175763;
}
.contact-sec .hjr li{
    margin-bottom: 20px;
}
/* plan-sec*/
.plan-sec .head {
	margin-bottom: 40px;
	text-align: center;
}
.plan-sec h2 {
	color: #175763;
	font-weight: 700;
}
	.plan-box .plnnm h4 {
	font-size: 25px;
}
	.plan-box .price strong {
		font-size: 34px;
		color: #175763;
	}
	.plan-box .fgr {
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.plan-box .fgr li {
		margin-bottom: 20px;
		position: relative;
		margin-left: 30px;
	}
	.plan-box .fgr li::before {
		position: absolute;
		content: '';
		background-image: url(images/check.png);
		width: 20px;
		height: 20px;
		left: -28px;
		z-index: 1;
		top: 3px;
		background-size: contain;
	}
	.plan-box .fgr li:last-child{
		margin-bottom: 0;
	}
	.plan-box {
		padding: 20px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
		min-height: 100%;
		border-radius: 12px;
	}
	.plan-box .price {
		margin-bottom: 10px;
	}
	.plan-sec {
		margin-top: 80px;
	}
	/*faq-sec*/
	.faq-sec .head {
	margin-bottom: 40px;
	text-align: center;
   }
  .faq-sec  h2 {
	color: #175763;
	font-weight: 700;
   }
   .faq-sec {
	margin-top: 70px;
   }
   .faq-sec .accordion-button[aria-expanded="true"] {
	background-color: #175763;
	color: #fff;
}
.faq-sec .accordion-button[aria-expanded="true"]::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.faq-sec .accordion-button:focus {
	box-shadow: none;
}
	/* footer-sec */
.flsec .f-logo img {
	width: 120px;
}
.flsec .f-logo a{
	padding: 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 12px;
    text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}
.footer {
	padding: 50px 0px;
	background-color: #151d46;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer .fead strong {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
.footer .dsaa li a:hover{
    text-decoration: underline;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	background-color: #000;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #EFA434;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color:#175763;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 50px 0px;
	background-color:#175763;
	margin-top: 80px;
}