@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;800&display=swap');
* {
  margin: 0;
  padding: 0;
}


/* 
--------------------------
- Default Typography
--------------------------
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}


body {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 2em;
    font-weight: 400;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fix 1s 1;
  animation: fix 1s 1;
  overflow-x: hidden;
  word-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

a,
a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 10px 0;
}

p:last-child {
  margin-bottom: 0;
}

/* font families */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
}

h1,
h1 a {
  font-size: 3.600em;
  line-height: 1.2em;
  letter-spacing: -2px;
}

h2,
h2 a {
  font-size: 2.400em;
  line-height: 1.2em;
  letter-spacing: -2px;
}

h3,
h3 a {
  font-size: 1.750em;
  line-height: 1.3em;
  letter-spacing: -2px;
}

h4,
h4 a {
  font-size: 1.450em;
  line-height: 1.2em;
  letter-spacing: -1px;
}

h5,
h5 a {
  font-size: 1.200em;
  line-height: 1.2em;
}

h6,
h6 a {
  font-size: 1.000em;
  line-height: 1.2em;
}

span {
font-family: 'Manrope', sans-serif!important;
}

ul {
  margin: 0;
  padding: 0;
  align-items: center;
}

ul li {
  list-style: none;
  margin:0 10px;
}
.pt-10{
	padding-top:10px;
}

.pb-10{
	padding-bottom:10px;
}

.pt-20{
	padding-top:20px;
}

.pt-20{
	padding-bottom:20px;
}
.section_70 {
    padding: 70px 0;
}

.pt-100{
		padding-top:100px;
}


.pb-100{
		padding-bottom:100px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

img{
	max-width:100%;
}

h1 span {
    color: #3b7cba;
}

h4 span {
    color: #3b7cba;
}

.main-title h2{
	    letter-spacing: 1px;
    text-shadow: 3px 3px #dbe7fe;
    font-weight: 600;
}
/*header css*/
.navbar{
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.navbar.darkBG {
    background-color: #0c1435;
}
.navbar.darkBG .nav-link{
    color:#fff !important;
}
.navbar.darkBG .navbar-toggler {
    background-color: #ffffff8b;
    color: #000;
}

.navbar.darkBG2 {
    background-color: #000;
}
.navbar.darkBG2 .nav-link{
    color:#fff !important;
}
.navbar.darkBG2 .navbar-toggler {
    background-color: #ffffff8b;
    color: #000;
}

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

.navbar-nav .nav-link {
    padding: 8px 14px !important;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
    letter-spacing: 0.4px;
    font-weight: 200;
    text-transform: capitalize;
    display: inline-block;
    color: #000 !important;
}

.navbar-dark .navbar-brand {
  color: #fff;
  font-size: 33px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #151C2B;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  z-index: 999;
  padding: 0px;
}

a:hover{
	text-decoration:none;
}

.call-p {
    background-color: #000;
    color: #fff!important;
    margin-top: 9px;
    padding: 8px 21px !important;
    letter-spacing: 1px;
}

#header-number {
	color:#fff!important;
}




.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
    margin:0;
}
.dropdown-menu li{
    margin:0;
}
.dropdown-submenu .dropdown-item:hover, .dropdown-submenu .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #16181b;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 





/*header css end*/
/*banner css*/

.hero-wrap.style2 {
    position: relative;
    z-index: 1;
    /* background-color: #f2e8e8; */
    background-image: url(../images/verma-ads.png);
    padding-top: 46px;
    padding-bottom: 110px;
}

.hero-wrap.style2 .hero-content {
    padding: 30px 0 0;
    margin-top:40px;
    color: #fff;
}


.banner-right-form{
    position: relative;
    z-index: 1;
    width: 80%;
    margin-top: -160px;
    background: #fff;
    padding: 29px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}


.hero-wrap.style2 .filter-box .filter-item {
    width: 17.5%;
    position: relative;
    padding-right: 25px;
}

.hero-content h1{
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 19px;
    font-weight: 800;
}

.hero-img-wrap img{
box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    border-radius: 20px;	
}

#topForm{
    display: flex;	
}

#topForm input{
    padding: 15px;
    margin-right: 12px;
    border: 1px solid;
    border-color: rgba(51,54,68,0.1);
}

.hero-content h3{
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 19px;
    font-weight:200;
}

.typing{font-size: 35px;margin-bottom: 20px;}
.typing span{
    font-size: 46px;
    margin-top: 45vh;
    color: #FFD700;
    font-family: 'Merienda', cursive;
    /* animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
}

@keyframes glow{
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
}



/*banner css end*/
/*about css*/
.about-section {
    position: relative;
}

.about-section .experience-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-x: left;
    top: -34px;
    left: -31px;
}

.default-btn .btn{
	width:40%;
}

.experience-video img{
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    width: 100%;
}
/*about css end*/





.formwrap {
    background: rgba(0, 0, 0, 0.51);
    padding: 30px;
    border: 1px solid #fff;
}


.formwrap h3 {
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
    position: relative;
    left: auto;
    left: -57px;
    text-align: center;
    top: 53px;
    margin-bottom: 27px;
}

.formwrap .form-control {
    border-radius: 0;
    height: 50px;
    margin-bottom: 17px;
    border: none;
    border-right: 1px solid;
}


/*copy right css*/
.copyright-area {
    background: #111B24 none repeat scroll 0 0;
    padding: 30px 0;
    border-top: 1px solid #1C2B3B;
}

.copyright-left {
    color: #697783;
    font-size: 14px;
}

.copyright-left p span {
    color: #fff;
}
.copyright-left p span a{
    color: #ffc107;
}


.copyright-social ul {
    text-align: right;
}

.copyright-social ul li {
    display: inline-block;
    margin-left: 2px;
}

.copyright-social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    background: #1C2B3B none repeat scroll 0 0;
    border-radius: 50%;
    color: #697783 !important;
}
/*copy right css end*/

/*model css*/
.modal-body {
    text-align: center;
}
.modal-body h3 {
    font-size: 16px;
}

.modal-body h4 {
    font-size: 17px;
    padding: 10px;
    background: #322400;
    color: #fff;
    letter-spacing: 1px;
    margin: 8px 0px;
    font-weight: 500;
}

.modal-body h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

.inque .btn{position: relative;display: inline-block;font-size: 13px;padding: 1rem 2.5rem;line-height: 1;text-transform: uppercase;text-align: center;font-weight: bold;z-index: 1;border: 1px solid transparent;-webkit-border-radius: 30px;border-radius: 5px;background-color: #000;color: #fff;}
/*model css end*/


.btn {
    background: #000;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 0;
    /* padding: 12px 15px; */
    height: 56px;
}

.slider-wrap .readmore{padding: 0px 4px;font-size: 26px;background: #fdc236;color: #fff !important;text-shadow: none;border: solid 2px #fff;display: inline-block;}

.quote-btn a:hover {
    background: #000;
    color: #fff;
}

.btn:hover {
    background: #fff;
    color: #000;
    border: solid 1px #3b7cba;
}



.mobile_bottom_btns {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.mobile_bottom_btns .appoint-btn-mobile, .mobile_bottom_btns .call_btn {
    color: #401d5d;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: white;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(73 73 73 / 20%);
    width: 48%;
    height: 47px;
    line-height: 3.5;
}
.mobile_bottom_btns .call_btn{
    background-color: #000;
    color: #fff;
}




#footer-enq input{
border-radius: 0;
    height: 50px;
    margin-bottom: 17px;	
	
}

#footer-enq h6{
 padding-bottom: 18px;
}

/*scrollbar css*/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #3b7cba
	
}

::-webkit-scrollbar-thumb
{
	background-color: #000;
	border: 2px solid #000;
	border-radius:50px;
}

/*scrollbar css end*/

.button,.button:visited {
    border-radius: 10px 0 0 10px;
    padding:4px 12px;
    color:#444;
    height: 25px;
    display:inline-block;
    font-weight:700;
    text-decoration:none;
    text-shadow:0 1px rgba(255,255,255,0.75);
    cursor:pointer;
    font-family:"Helvetica";
    -moz-transition:all,0.15s,ease-out;
    -o-transition:all,0.15s,ease-out;
    -webkit-transition:all,0.15s,ease-out;
    transition:all,0.15s,ease-out;
    background-image:-moz-linear-gradient(top,#f8f8f8,#ebebeb);
    background-image:-o-linear-gradient(top,#f8f8f8,#ebebeb);

}

.button:hover,.button:focus,.button:visited:hover,.button:visited:focus {
    color:#222;
}

.button:active,.button:visited:active {
    background-color:#f8f8f8;
}
.tmo-short-text{position: fixed;width: 60px;height: 60px;background-color: white;border-radius: 40px;z-index: 10;bottom: 60px;right: 20px;border: 1px solid #3b7cba;box-shadow: 0 5px 15px rgb(7 54 154 / 18%);cursor: pointer;display: flex;justify-content: center;align-items: center;z-index: 999;}

.tmo-short-text .tmo-url {
    border-radius: 0 10px 10px 0;
    height:18px !important;
    left:50px;
    width:200px;
    text-align:left;
    outline: none;
    font-size:13px;
    padding-left:6px;
    display:none;
    position:absolute;
    border-style: none;
    border:1px solid #aaa;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    background-color:#ebebeb;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ebebeb));
    background-image:-webkit-linear-gradient(top,#f8f8f8,#ebebeb);
    background-image:-moz-linear-gradient(top,#f8f8f8,#ebebeb);
    background-image:-o-linear-gradient(top,#f8f8f8,#ebebeb);
    background-image:linear-gradient(to bottom,#f8f8f8,#ebebeb)
}
.tmo-short-text .button {
    /* height:10px; */
    /* padding:5px; */
    /* line-height:10px; */
    /* font-size:10px; */
    /* text-align:center; */
    /* position:absolute; */
    /* top:0; */
    /* left:0; */
}

 .button::-moz-selection, .button::selection{
   background: transparent;
   color: transparent;
 }

.tmo-url::selection {
  background: transparent;
  color: orange;
}
.tmo-url::-moz-selection {
  background: transparent;
  color: orange;
}

.fixed-form.fixed {
    position: fixed;
    transform: translateY(0%);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0 0;
    border-radius: 0;
}

.fixed-form {
    position: static;
    bottom: 0;
    transform: none;
    left: 20px;
    padding: 3px;
    background: #c5a550;
    z-index: 1000;
    transition: all 300ms ease-in-out;
}

.fixed-form.fixed .innerform {
    border-radius: 0;
    padding: 10px 20px;
}

.fixed-form.fixed .col-12 {
    flex: 1 0 0;
}

.fixed-form .col-12 {
    flex: 1 0 0;
}
.fixed-form .form-group {
    margin-bottom: 0;
    padding: 5px;
    flex: 1 0 0;
}

.fixed-form.fixed .form-group .form-control {
    padding: 5px 0px;
    margin: 0;
}

.form-control {
    font-size: 14px;
    padding: 5px 10px;
    height: auto;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 34%);
    border-radius: 0;
    transition: all 300ms ease;
    color: #000;
}

.formwrap.form-control {
    padding: 5px 0px;
    margin: 0;
}

.formwrap .form-control {
    font-size: 14px;
    padding: 5px 10px;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    transition: all 300ms ease;
    margin-bottom: 32px;
    max-width: 220px;
    padding: 16px;
    margin-bottom: 19px;
    border: 1px solid;
    position: relative;
    left: 137px;
    top: 49px;
}

.fixed-form.fixed .btn-block {
    margin-top: 0;
}

.fixed-form .btn-block {
    border-radius: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 25px 4px;
    border: none;
    margin-top: 10px;
    transition: all 300ms ease-in-out;
    outline: none;
    font-weight: 700;
    font-size: 14px;
}


.fixed-form ::placeholder {
  color: #fff;
   font-size:17px;
  opacity: 1; /* Firefox */
}

.fixed-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
  font-size:17px;
}

.fixed-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
 font-size:17px;
}


h2 span{
	color:#c5a550;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: linear-gradient(to right, #c5a550 0%, #ff344f 100%);
    overflow: hidden;
}

.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 15px;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}



@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

.z-index {
	z-index: 9;
}

.listing-grid-area .animate-border{
	margin:0 auto;
}
#header-number i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    rotate: 105deg;
}
/*service css*/

.service-image{
    padding: 1rem;
    padding-bottom: 0;	
}


.card-form {
    background-color: #ffffff;
    padding: 0px 0px;
    position: relative;
    margin-top:30px;
    z-index: 1;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

 .card-form__inner ul li {
    list-style: none;
    width: 100%;
    margin-bottom: -8px;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: 1px solid #add2ff;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.card-title{
    margin-bottom: 5px;
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: -33px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-top: 1px;
}

.card-title h4{line-height:0px;margin-bottom: 29px;}

 .card-form__inner ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #000;
    color: #fff;
    margin-right: 5px;
    display: none;
}

.service-image img{
    border-radius: 1rem;
    transform: translateY(-1.5rem);
    width: 100%;
    object-fit: cover;
    box-shadow: -6px 2px 11px -1px rgb(40 40 40 / 55%);
    transition: all 0.5s ease;
}
.card-form__inner{
	padding:10px;
}
.service-image img:hover {
    transform: translateY(-1.5rem) scale(1.05)
}

.dtr-dotted-bg {
    background:url(../images/polka-dots-right-bottom.png) bottom right no-repeat;	
}


.service-image h2{
    position: absolute;
    left: 0;
    right: 0;
    background: #ff5f5fad;
    text-align: center;
    font-size: 17px;
    padding: 8px 2px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    top: 187px;
}

.enq-btn {
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 2px 9px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background: linear-gradient( 126deg , #000000b8 39%, #000 0%);
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    z-index: 999;
    box-shadow: 5px 5px 5px #dbdbe5;
}
.enq-btn:hover{
    color: #fff;
}

.modal-body .form_inner .form-control {
    margin: 8px 0;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #ced4da;
}

#myModaltop input {
    width: 100%;
    height: 47px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: none;
}

#service-bg{
	position:relative;
}

#service-bg:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #5c5b5b1a;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.form-heading {
    font-size: 30px;
    letter-spacing: 1px;
    display: none;
}

.copyright a {
    color: #ffc107;
}
.privacy-policy h2,.privacy-policy h4{
    font-size: 20px;
    line-height:normal;
    margin-bottom:10px;
}
.privacy-policy p{
    font-size: 16px;
    line-height:normal;
}

.section-space {
    padding: 20px 0;
}

.section-bottom .text{
    text-align: left;
    margin-bottom: 28px;	
	
}

.single-portfolio {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    margin-bottom: 59px;
}

.single-portfolio:hover .portfolio-head.overlay:before {
    opacity: 0.8;
    visibility: visible;
}

.single-portfolio img {
    display: block;
    width: 100%;
    z-index: 3;
    transition: all 0.8s ease;
}
.portfolio-content {
    min-height: 12px;
    position: absolute;
    text-align: left;
    width: 44%;
    padding: 0px 6px;
    border-left: 3px solid #000;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 0px;
    -webkit-box-shadow: -2px 2px 6px #0000002e;
    -moz-box-shadow: -2px 2px 6px #0000002e;
    box-shadow: -2px 2px 6px #0000002e;
    bottom: -37px;
    left: 100px;
}

.portfolio-content h4{
	margin-bottom:0px;
}
.section-title p {
    display: block;
    font-size: 15px;
}

.section-title h1{
	margin-bottom:0px;
}
.section-title h1 b {
    display: block;
    font-weight: 700;
    text-transform: capitalize !important;
    font-size: 24px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.section-title .text h1 {font-size: 20px;position: relative;display: inline-block;text-transform: capitalize;color: #525154;line-height: initial;line-height: 24px;margin-bottom: 10px;letter-spacing: 1px;font-weight: 700;}

.section-title .text h3 {font-size: 19px;position: relative;display: inline-block;text-transform: capitalize;color: #525154;line-height: initial;line-height: 24px;margin-bottom: 3px;letter-spacing: 1px;}

.text ul li {
    list-style: square;
    margin-left: 48px !important;
    line-height: 33px;
}
.text-uppercase {
    text-transform: uppercase!important;
    background-color: aliceblue;
    padding-left: 16px;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px;
    color: #525154;
}
.section-space .img-fluid{
	width:100%;
}

.section-bottom iframe{
	width:100%;
}
/*Portfolio css end*/
.container {
    max-width: 1170px;
}

.hero-wrap.style2 .hero-content .possession .r {
    color: #fff;
    padding: 6px 40px;
    margin-top: 25px;
    background: linear-gradient(12deg, #ce1e6b, #FF2B2B,#614c4c, #ffffff);
    background-size: 400% 400%;
    animation: Gradient 3s infinite; /* Updated animation syntax */
    display: flex;
    align-items: center;
    max-width: max-content;
    border-radius: 20px;
}
@keyframes Gradient { /* Define the animation */
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.navratri{
    font-weight:800;
}
.navratri_one{
    width:60px
}
.navratri_one {
    width: 130px;
    position: absolute;
    margin-left: 193px;
    margin-top: 4px;
}
.navratri_two {
    width: 180px;
    position: absolute;
    z-index: 99;
    margin-left: -29px;
}

.ftCon {
    text-align: left;
}
.CustomFooter h3 {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 10px;
    color: #fff;
    display: block; 
}
.CustomFooter {
    padding: 50px 20px;
    background-color: #111b24;
}
.CustomFooter p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}
.copyright-area .customtxt{
    font-size: 15px;
}
.dropdown-menu{
    margin:0;
    box-shadow: 1px 4px 12px rgba(51,51,51,.25);
}
#collapsibleNavbar .dropdown-menu{
    border:0;
    padding: 0;
}


.slider-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.main-slider-content-box{position:absolute;top:0;left:0;width:100%;height: 100%;z-index:9}

.slider-content{width:45%;}
.side-location {position: relative;display: block;}
p.side-location::before{content:"";position:absolute;top: -34%;right: -12px;width:50px;height:1px;background-color:#fff;transform:rotate(90deg)}
p.side-location::after{content:"";position:absolute;top: 135%;right: -11px;width:50px;height:1px;background-color:#fff;transform:rotate(90deg)}
.slider-container #demo .slider-img {
    height: 90vh;
    object-fit: cover;
    width: 100%;
    animation: zoom-out 10s linear infinite;
    transform: scale(1.2);
}
.main-slider-content-box-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 30px;
    color: #fff;
}
.slider-container .slider-content .top-sub-heading {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 3px 3px 1px #000;
}
.slider-container .slider-content h1 {
    font-size: 50px;
    margin-bottom: 25px;
    text-shadow: 3px 3px 1px #000;
}
.highlight-ul-top {
    margin: 40px 0;
}
.highlight-ul-top li {
    margin-bottom: 10px;
    text-shadow: 3px 3px 1px #000;
    list-style-type: none;
    font-size: 22px;
    letter-spacing: .5px;
    font-weight:700;
}
.keyhighlight-img {
    width: auto;
    height: 20px;
    filter: invert(1);
    margin-right: 10px;
}
.slider-container button.btn.btn-custom-3-1 {
    color: #fff;
    border-radius: 0;
    padding: 14px 30px;
    width: fit-content;
    font-size: 17px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #fff;
    margin-left: 15px;
}
@keyframes zoom-out {

100%{transform:unset}

}

.mircosite-form{position:absolute;bottom:0;right:0;z-index:9;background-color:#ffffff;padding:25px;width:360px}
.mircosite-form .top-form-heading{font-size:20px;margin-bottom:15px;text-transform:capitalize;color:#0a0a0a}
.mircosite-form .form-group{position:relative}
.mircosite-form .form-control{
    height:58px;
    border-radius:0;
    padding-left:14px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mircosite-form .btn-custom{
    border:none;
    padding:12px 26px;
    background-color:#000;
    color:#fff;
    font-size:18px;
    width:100%;
    margin-top:10px;
}

.overview-contaier{padding-bottom:120px;padding-top:120px;position:relative}
.overview-contaier::before{content:"";position:absolute;top:0;right:0;width:710px;height:544px;background-image:url(../images/pattern.png);opacity:.8}
.overview-bg{position:absolute;top:0;left:0;opacity:.1}
.overview-contaier p{font-size:17px;letter-spacing:.5px;margin-top:15px;text-align:center}
.overview-content{padding:27px}
.overview-contaier .name-project-heading span{color:#32435a}
.overview-contaier .sub-top-heading{font-size:20px;border-bottom:1px solid #000;width:fit-content;padding-bottom:6px;color:#141414;margin:0 auto;margin-bottom:15px; font-weight: 800;}
.overview-contaier .custom-heading{color:#2a2a2a;text-align:center}
.overview-contaier .overview-1{height:100%;object-fit:cover;object-position:left}

.starting-price-heading {
    padding: 8px 20px;
    color: #ffffff;
    width: fit-content;
    font-size: 26px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.BannerForm {
    text-align: center;
    box-shadow: 1px 4px 8px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 7%;
    right: 0px;
    width: 350px;
    z-index: 1;
    border-radius: 4px;
}
.BannerFormFix {
    position: fixed;
    top: 50%;
    right: 0px !important;
    z-index: 9;
    transform: translate(0, -50%);
}
.BannerFormFixHide {
    display: none;
}
.BannerFormSticky {
    display: none;
}
.BannerFormStickyShow {
    display: block;
    margin-bottom: 50px;
}
.form_container {
    background-color: #203548;
    padding: 20px 30px;
    position: relative;
    z-index: 12;
    border-radius: 4px;
}
.form_container .ftr_phone {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    line-height: 26px;
}
.form_container .ftr_phone {
    text-align: center;
}
.form_container .contact_heading {
    font-size:18px;
    margin-bottom: .5rem;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.BannerForm .form-control {
    border-color: #fff;
    resize: none;
    height: auto;
    border: 1px solid #ced4da;
    padding: 6px 15px;
    background-color: transparent;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.BannerForm .form-control::placeholder{
    color:#fff;
}
.BannerForm .btn {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #ffffff3b;
    color: #ffffff;
    outline: 0;
    border: 0;
    height: fit-content;
}
.form_container .assure_call {
    font-size: .8rem;
    text-align: center;
    color: #fff;
    margin-top: .5rem;
    line-height: 20px;
}
.form_container .pol_con {
    overflow-y: hidden;
    margin-top: .5rem;
    position: relative;
}
.form_container .pol_con .our_pro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #fff;
    height: 12px;
}
.form_container .pol_con .our_pro span {
    position: absolute;
    left: calc(50% - 65px);
    top: -5px;
    background-color: #203548;
    padding: .1rem 1rem;
    color: #fff;
}
.form_container .pol_con ul li i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 15px;
}
.form_container .pol_con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form_container .pol_con ul li:first-child {
    border: none;
}
.form_container .pol_con ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: block;
    width: calc(25% - 0px);
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
}
.form_container .pol_con ul li span {
    font-size: .65rem;
    line-height: 100%;
    display: block;
}

.sideSec{
    padding:60px 0;
}
.contentCol {
    margin-bottom: 40px;
}
.abCon h1 {
    font-size: 32px;
    font-family: 'Manrope';
    font-weight: 600;
    margin-bottom:10px;
}
.abCon p{
    font-size:16px;
    line-height: normal;
}
.BgBox h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}
.BgBox h3::after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgb(0, 0, 0);
}
.BgBox h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.BgBox ul li {
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 600;
    padding: 0 0 0 15px;
    line-height:normal;
    position: relative;
    margin:0 0 10px;
}
.BgBox ul li::before {
    content: "";
    background-color: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    top: 7px;
    left: 0;
    margin-top:0px;
}
.BgBoxRight {
    border: 1px solid #d5d5d5;
    padding: 10px;
    height: 100%;
}
.BgBoxRightImg,
.BgBoxRightImg img {
    height: 100%;
    object-fit: cover;
}
.BgBox {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ececec;
}
.BgBox2 h3 {
    font-size: 26px;
    color: #000;
}
.BgBox2 h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}
.BgBox2 ul li {
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 600;
    padding: 0 0 0 15px;
    line-height: normal;
    position: relative;
    margin: 0 0 10px;
}
.BgBox2 ul li::before {
    content: "";
    background-color: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    top: 7px;
    left: 0;
    margin-top: 0px;
}
.BgBox3 .service-image img {
    margin: 0 auto;
    display: block;
    width:fit-content;
}
.BgBox3 .card-title h4 {
    line-height: normal;
    font-size: 14px;
}
.map a {
    overflow: hidden;
    border: 1px solid #d5d5d5;
    padding: 10px;
    margin-top: 25px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.map a iframe {
    width: 100%;
}
.map .btn {
    color: #ffff;
    height: fit-content;
    background: #203548;
    text-transform: capitalize;
    font-weight: 200;
    text-decoration: none;
}
.BgBox5{
    padding: 40px 0;
}
.BgBox5 h3 {
    font-size: 26px;
    color: #000;
    position: relative;
}
.banner img{
    width: 100%;
    object-fit: cover;
}
.price_inner {
    border: 1px solid rgb(21, 50, 118, .3);
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: .85rem;
    border-radius: 0.5rem;
    max-width: 369px;
}
.price_inner .rc_one {
    border-bottom: 1px solid rgb(21, 50, 118, .15);
    line-height: 170%;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(33, 37, 41, .7);
}
.price_inner .rc_one span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: rgb(21 50 118);
}
.price_inner .btn {
    color: rgb(255, 255, 255);
    background-color: #203548;
    padding: 10px 20px;
    height: fit-content;
    margin-top: 0.9rem;
}
.sideSec .BannerForm {
    top: 16%;
    position: sticky;
}
.BgBoxLeft p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin-top: 20px;
}
img.mobile{
    display: none;
}
section.mainSec {
    margin-top: -50px;
}
.title {
    text-align: center;
    background-color: #000;
    color: #fff;
}
@media (max-width:768px){
.mircosite-form {
    padding: 30px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.slider-content{
    width: 100%;
}
.navbar.darkBG .nav-link {
    color: #000 !important;
}
.navbar.darkBG2 .nav-link {
    color: #000 !important;
}
.main-slider-content-box-2 {
    width: 100%;
    height: 72%;
}
.overview-contaier {
    padding-bottom: 90px;
    padding-top: 50px;
}
.navbar-nav .nav-link {
    padding: 14px 14px !important;
}

}

@media (max-width:767px){
.ftCon .row .col-lg-6:nth-child(1){
    margin-bottom: 20px;
}
}