@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}

body{
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  position: relative;
}
p{
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
}  

.bg-body-tertiary {
	background-color: transparent !important;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.container-wrapper{
    background-color: #ff4200;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.30);
}
.navbar-nav .nav-item {
	margin: 0px 16px;
}

.navbar-brand img {
	width: 190px;
	background-color: #fff;
}
.navbar-nav .nav-link{
    transition: .45s;
	color: #fff;
    padding: 0px !important;

}

.footer .f-logo img {
	width: 190px;
    background-color: #fff;
}
.footer .text {
	margin-top: 20px;
    margin-bottom: 30px;
}

.footer .off-head h6 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
    text-transform: uppercase;
}

.footer .sdr {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
.footer .sdr a {
	text-decoration: none;
	color: #000;
	transition: .45s;
    color: #fff;
}
.footer .sdr a:hover{
    color: #ff4200;
}
.footer .sdr li {
	margin-bottom: 12px;
}
.footer .sdr li:last-child{
    margin-bottom: 0px;
}
.footer .f-head {
	padding-bottom: 30px;
}
.footer .sdr .fa-solid {
	padding: 15px;
	background-color: #ff4200;
	border-radius: 5px;
	color: #fff;
}
.footer .rwn {
    display: inline-block;
    color: #fff;
}
.footer .sdr li {
	display: flex;
	align-items: center;
}
.footer {
	padding: 30px 0px;
    background-color: #000;
}
.footer .f-head h3 {
	color: #fff;
}
.footer .left-icon {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	display: flex;
}
.footer .f-logo p {
	font-size: 40px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
    font-weight: 700;
    font-family: "Merriweather", "Ubuntu", serif;
}
.footer .left-icon li {
	margin-right: 10px;
}
.footer .left-icon a:hover .fa-brands{
    color: #ff4200;
}
.footer .left-icon .fa-brands {
	color: #fff;
	font-size: 22px;
    transition: .45s;
}
.footer .office {
	margin-top: 40px;
}

.copy-right p {
	text-align: center;
	margin-bottom: 0px;
    color: #fff;
}
.copy-right {
   padding: 10px 0px;
   border-top: 1px solid #fff;
   background-color: #000;
}
.banner-sec{
    overflow: hidden;
    position: relative;
}
.banner-sec .banner-pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    position: relative;
}
.banner-sec .owl-dots {
	display: none;
}

.banner-sec .content {
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.banner-sec .content h1 {
	color: #fff;
	font-size: 48px;
	line-height: 70px;
}
.banner-sec .content p {
	color: #fff;
}
.banner-sec .content .qop {
	color: #ff4200;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-sec .content a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 10px 70px;
	border: 1px solid #fff;
	border-radius: 8px;
    transition: .45s;
}
.banner-sec .content a:hover{
    background-color: #ff4200;
    border-color: #ff4200;
}
.banner-sec .content .ban-butt {
	margin-top: 50px;
}
.banner-pic::before {
	position: absolute;
	content: '';
	z-index: 2;
	background-image: url(images/cloud.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-pic::after {
	position: absolute;
	content: '';
    z-index: 1; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.60);
}
.cxm {
	font-size: 20px;
	font-weight: 700;
	color: #ff4200;
	margin-bottom: 20px;
	display: inline-block;
}
.heading h2 {
	font-size: 42px;
	color: #2f2f2f;
}
.about-us .left img {
	width: 100%;
}
.about-us .row.g-4 {
	justify-content: space-between;
    align-items: center;
}
.about-us p {
	margin-top: 20px;
}
.about-us .button a {
	padding: 7px 50px;
	background-color: #ff4200;
	border-radius: 10px;
	text-decoration: none;
	font-size: 18px;
    color: #fff;
    transition: .45s;
}
.about-us .button a:hover{
    background-color: #ff9700;
}
.about-us .button {
	margin-top: 50px;
}
.about-us .fa-solid {
	font-size: 50px;
	color: #fff;
}
.about-us .name {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.about-us .brs-icon {
	display: flex;
	justify-content: center;
}
.about-us .box {
	padding: 20px;
	background-color: #70a6b2;
	border-radius: 10px;
}
.about-us .trw {
	background-color: #f79c67;
}
.about-us .icon {
	margin-top: 35px;
}
.about-us {
	margin: 100px 0px;
}
.about-us .blk {
	background-color: #5866eb !important;
}
.drff .sub-head {
	text-align: center;
}
.drff .heading {
	text-align: center;
	margin-bottom: 40px;
}
.drff .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drff .drbox .pic{
    background-color: #ffa421;
}
.drff .pic img {
	width: 60px;
    filter: invert(99%) sepia(5%) saturate(183%) hue-rotate(211deg) brightness(120%) contrast(100%);
}
.drff .pic{
    background-color: #fc4c3d;
}
.drff .pic.two{
    background-color: #1f8eff;
}
.drff .pic.three{
    background-color: #7bbe3b;
}
.drff .pic.four{
    background-color: #5f7a98;
}
.drff .pic.five{
    background-color: #21a8a4;
}
.drff .drbox .top {
	display: flex;
	justify-content: center;
}
.drff .drbox .name {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.drff .drbox p {
	margin-top: 15px;
	text-align: center;
	color: #413c3a;
}
.drff .drbox {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.20);
	min-height: 100%;
	padding: 10px 20px;
}
.drff {
	padding-bottom: 100px;
	position: relative;
}
.drff::after {
	position: absolute;
	z-index: 2;
	content: '';
	background-image: url(images/cloud-two.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 160px;
	left: 0;
	right: 0;
	bottom: -150px;
}
.contact-sec {
	padding: 100px 0px 50px 0px;
	background-color: #e4f0fa;
	position: relative;
}
.contact-sec::before {
	position: absolute;
	z-index: 2;
	content: '';
	background-image: url(images/rainbow.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 240px;
	left: 10px;
	top: 50px;
	width: 240px;
}
.contact-sec .btn.btn-primary {
	background-color: #ff4200;
	border: none;
	color: #fff;
	padding: 7px 70px;
    transition: .45s;
}
.contact-sec .btn.btn-primary:hover{
    background-color: #ff9700;
}
.contact-sec .sbttn {
	display: flex;
	justify-content: center;
}
.contact-sec .form-control:focus {
	border-color: #c8c8c8;
	box-shadow: none;
}
.contact-sec .lady img {
	width: 100%;
}
.contact-sec .row.g-4 {
	align-items: center;
}
.contact-sec .heading {
	margin-bottom: 30px;
}
.gallary .heading {
	text-align: center;
	margin-bottom: 40px;
}
.gallary .sub-head {
	text-align: center;
}
.gallary {
	background-color: #e4f0fa;
	padding-bottom: 100px;
}
.gallary{
    background-color: #e4f0fa;
    position: relative;
}
.gallary .g-box {
	box-shadow: 3px 3px 10px 3px rgba(100,164,218,.5);
    transition: .45s;
}
.gallary .g-box:hover{
    transform: scale(1.03);
}
.gallary .g-box img {
	width: 100%;
}
.gallary .button a {
  padding: 7px 50px;
  background-color: #ff4200;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  transition: .45s;
}
.gallary .button {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.gallary .button a:hover {
	background-color: #ff9700;
}
.gallary::before {
	position: absolute;
	z-index: 2;
	content: '';
	background-image: url(images/cloud-three.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 240px;
	right: 150px;
	top: -80px;
	width: 240px;
    animation: key1 5s ease infinite alternate;
}
@keyframes key1{
  0% {transform: translateX(0px);}
  100% {transform: translateX(-50px);}
}
.navbar-toggler .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
}
.navbar-toggler .fa-solid.fa-x {
	color: #fff;
    font-size: 20px;
}
.navbar-toggler {
	border-color: #fff;
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler[ aria-expanded="false" ] .fa-solid.fa-x{
    display: none;
}
.navbar-toggler[ aria-expanded="true" ] .navbar-toggler-icon{
    display: none;
}
.navbar-toggler.collapsed:focus {
	box-shadow: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.footer .f-logo a {
	text-decoration: none;
}
#gallary-page .gallary::before {
	display: none;
}
#gallary-page .gallary{
    padding-top: 100px;
}
.inner-banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}
.inner-banner:before{
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.60);
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-banner .content{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-banner .content .heading h1 {
	font-size: 60px;
	color: #fff;
	text-align: center;
}
.inner-banner .content p {
	text-align: center;
	color: #fff;
}
.inner-banner a {
	text-decoration: none;
	color: #fff;
}

#contact-page .contact-sec::before {
	display: none;
}
#contact-page .adicon img {
	width: 60px;
}
#contact-page .adicon {
	display: flex;
	justify-content: center;
}
#contact-page .t-name {
	text-align: center;
	margin-top: 20px;
}
#contact-page .t-name p {
	font-size: 15px;
	font-weight: 700;
	font-family: "Merriweather", "Ubuntu", serif;
	color: #2f2f2f;
	margin-bottom: 0px;
}
#contact-page .address-sec {
	padding-top: 100px;
    position: relative;
}
#contact-page .address-sec::before {
	position: absolute;
	content: '';
	z-index: 1;
	background-image: url(images/cloud-two.png);
	height: 160px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: -160px;
}
/*light-box css*/
#gallary-page .gall-tab .nav-link.active{
	color: #fff;
	background-color: #ff4200;
}
#gallary-page .gall-tab .nav-link {
	color: #ff4200;
}
#pills-tab {
	padding-left: 12px;
	margin-top: 30px;
}
#gallary-page .gall-tab {
	padding: 50px 0px 70px 0px;
    background-color: #e4f0fa;
}
#gallary-page .sub-head {
	text-align: center;
}
 #gallary-page .heading {
	text-align: center;
}
#gallary-page .cxm {
	font-size: 20px;
	font-weight: 700;
	color: #ff4200;
	margin-bottom: 10px;
	display: inline-block;
}

/* ! fancy box gallery css start */

.img-wrapper {
    position: relative;
}

.img-wrapper img {
    width: 100%;
}
 
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.mask i {
    color: white;
    font-size: 2rem;
}

.img-wrapper:hover .mask {
    opacity: 1;
}
.enq .enq-form label {
	margin-bottom: 10px;
}
.enq .heading h2 {
	font-size: 29px;
	color: #2f2f2f;
	margin-bottom: 40px;
	text-align: center;
}
.enq .form-control:focus {
	box-shadow: none;
	border-color: #c8c8c8;
}
.enq .form-control{
    border-color: #c8c8c8;
}
.enq .sbttn {
	display: flex;
	justify-content: center;
}
.enq .btn.btn-primary {
	background-color: #ff4200;
	border: none;
	color: #fff;
	padding: 7px 70px;
	transition: .45s;
}
.enq .btn.btn-primary:hover {
	background-color: #ff9700;
}
.enq-form {
	padding: 40px 30px;
	background-color: #e4f0fa;
	border-radius: 12px;
}
.enq img {
	width: 100%;
}
.enq {
	margin-bottom: 100px;
}
.enq .row.g-4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy-right a {
	text-decoration: none;
	color: #ff4200;
	text-transform: uppercase;
	font-weight: 700;
}
.footer .c-text {
	color: #fff;
    margin-left: 15px;
}
.weq {
	text-transform: uppercase;
	font-weight: 700;
}
