/*html, body{
    height: 100%;
    overflow: hidden;
}*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Roboto', sans-serif;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto:wght@400;500;700;900&display=swap');*/

.bar1, .bar2, .bar3 {
	width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
	transition: 0.4s;
	
  }
  .toggle-nav .bar1, .toggle-nav .bar3{
	margin-left: 7px;
	background-color: #333;
  }
  .bar2 {
	width: 32px;
    height: 3px;
    background-color: #FD6E6E;
    margin: 6px 0;
    transition: 0.4s;
  }
   .close_Menu .bar1, .close_Menu.bar2,.close_Menu .bar3 {
	background-color: #fff;
	margin-left: 0;
  } 
  .toggle-nav{
	  cursor: pointer;
  }
  .navbar-expand-lg .toggle-nav{
display: none;
  }
.toggle-nav:hover .bar1, .toggle-nav:hover .bar2, .toggle-nav:hover .bar3{
	width: 32px;
	
	margin-left: 0;
	
}
body{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	
	color:#848095;
}
body p{
	line-height: 1.6;
}

.header{
	width: 100%;
	overflow: hidden;
}
.left-second-logo{
	float: left;
	padding: 35px 0 0 40px;
}
.right-fix-nav{
	float: right;
	padding: 35px 40px 0 0;
}

.navbar.main_cust--nav{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95px;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 42px #F0EFF4;
	opacity: 1;
	padding: 0 30px 0 40px;
	display: none;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0px;
}
.navbar-expand-lg.navbar-light{
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(204,204,204,0.5);
-moz-box-shadow: 1px 1px 5px 1px rgba(204,204,204,0.5);
box-shadow: 1px 1px 5px 1px rgba(204,204,204,0.5);
padding: 0;
}

.navbar-light .navbar-nav .nav-link{
	padding: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #8984A0;
	font-weight: bold;
	position: relative;
}

.navbar-light .navbar-nav .active .nav-link{
	color: #0B0039;
	font-weight: bold;
	
}

.navbar-light .navbar-nav .nav-link:hover{
	
	color: #0B0039;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-item{
	padding: 0px 18px;
}
.navbar-light .navbar-toggler{
	border:none;
}
.navbar-brand{
	padding-left: 30px;
}
.navbar-collapse-lg .navbar-collapse{
	position: fixed;
    width: 50%;
    height: 100vh;
	background:#0B0039 url('../images/Component20-1.png')  no-repeat;
	background-size: cover;
    right: -50%;
    top: 0;
    bottom: 0;
    left: auto;
	z-index: 99;
	
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
	transition-property: right, visibility;
	min-width: 300px;
}
.navbar-collapse-lg .navbar-collapse.show{
	
	right: 0;
	
}

.navbar-collapse-lg .navbar-nav{
	
    height: 100%;
    justify-content: center;
    padding-left: 30%;

}
.navbar-collapse-lg .navbar-nav .nav-link{
font-size:24px;
padding: 15px 0;
font-weight: bold;
margin-bottom: 15px;
display: inline-block;
min-width: 200px;
color:#B6ACE0;
text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:after{
	content: '';
	display: block;
	border-bottom: 2px solid #FD6E6E;
	left:0;
	width: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;;
}
.navbar-collapse-lg .navbar-nav .nav-link:after{
	content: '';
	display: block;
	border-bottom: 4px solid #FD6E6E;
	left:0;
	width: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}
.navbar-collapse-lg .navbar-nav .nav-link:hover:after ,.navbar-collapse-lg .navbar-nav .active .nav-link:after
, .navbar-light .navbar-nav .nav-link:hover:after , .navbar-light .navbar-nav .active .nav-link:after{
	width: 100%;
}
.navbar-collapse-lg .navbar-nav .active .nav-link , .navbar-collapse-lg .navbar-nav .nav-link:hover{
 color: #fff;
}
.close_Menu {
    padding: 5px;
    display: block;
    position: absolute;
    left: 50px;
    top: 32px;
}
.scroll-circle{
	width: 25px;
    height: 25px;
    background: #f0f0f7;
    margin: 0 auto;
	border-radius: 50%;
	position: relative;
}
.scroll-circle:before{
	content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 7px;
}
.scroll-circle:after {
    content: '';
    width: 1px;
    height: 68px;
    background: #000;
    position: absolute;
    top: 23px;
    left: 11px;
}
.carousel-caption{
	text-align: left;
    position: relative;
    float: left;
    left: 0;
    /* top: 120px; */
    padding: 0;
}
.carousel-caption h5{
	color: #0B0039;
	
	font-size: 47px;
	font-family: 'Pacifico', cursive;
}
.carousel-caption p{
	font-size: 64px;
	font-weight: 900;
	color: #0B0039;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	line-height: 1;
}
.carousel-caption span{
	font-size: 16px;
	color: #848095;
	padding: 20px 0 40px 0;
	display: block;
}
.btn-theme-secondary{
	display: block;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 52px;
	text-align: center;
	background: #F0F0F7;
	border-radius: 24px;
	letter-spacing: 1.44px;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	z-index: 2;
	overflow: hidden;
}
.btn-theme-secondary:before{
	content:'';
	height: 48px;
	border-radius: 0 24px 24px 0;
	position: absolute;
	left:24px;
	right:0;
	background: #FD6E6E;
	width:0;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;	
	z-index:-1;
}
.btn-theme-secondary:hover:before{
	width:100%;
}
.btn-theme-secondary:hover{
	text-decoration: none;
	color:#fff;
}
.carousel-caption a span, .btn-theme-secondary span{
	content: "";
	position: absolute;
	background: #FD6E6E;
	width: 48px;
	height: 48px;
	border-radius: 25px;
	position: absolute;
	left: 0;
	line-height: 51px;
	padding: 0;
}
.right-img{
	float: right;
}

.bg1-slider{
	position: absolute;
	left: 350px;
	z-index: -1;
	top:0;
}
.bg2-slider{
	position: absolute;
	z-index: -1;
	top: 388px;
}
.bg3-slider{
	position: absolute;
	z-index: -1;
	right: 0;
	top: 185px;
}
.carousel {
	position: relative;
	padding:60px 0 0 0;
}
.carousel-indicators{
	margin: 0;
    right: 40px;
    left: auto;
	top: 0;
	
}
.carousel-indicators-c{
	flex-direction: column;
}
.carousel-indicators li{
	background: #8984A0;
	padding: 0;
	border: none;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	display: block;
	clear: both;
	flex: none;
}
.carousel-indicators-c li{
	margin-top: 3px;
    margin-bottom: 3px;
}
.carousel-indicators .active{
	width: 6px;
	height: 35px;
	background: #FD6E6E;
}


.introduction p{
	top: 385px;
    left: 10px;
    transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: left;
    font-size : 12px;
    letter-spacing: 3.6px;
    color: #0B0039;
    opacity: 0.5;
    position: absolute;
}

.chat-icon{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.section_who-we-are{
	clear: both;
}

.page-title{
	/* text-align: center; */
	font-size: 40px;
	font-weight: 900;
	color: #0B0039;
	text-transform: uppercase;
	line-height: 1.1;
}

.page-title p{
	font-size: 30px;
	letter-spacing: 0px;
	color: #8984A0;
	text-transform: initial;
	opacity: 1;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 1.1;
}
.page-title-lg {
font-size: 64px;
}
.page-title-lg p {
	font-size: 47px;
}
.top-effect img, .bottom-effect img{
	width: 100%;
	height: auto;
}
.inner_who-we-are{
	padding: 20px 0;
	background:#F7F7F8 url(../images/who-we-are-left-bg.png) no-repeat left center;
	background-size: 170px 350px;
	margin: -5px 0 0 0;
	position: relative;
}
.inner_why-choose-us{
	padding: 20px 0;
	background:#F7F7F8 url(../images/who-we-are-left-bg.png) no-repeat left top 170px;
	background-size: 170px 350px;
	margin: -5px 0 0 0;
	position: relative;
}
.inner_why-choose-us-right{
	
	background-image: url(../images/shape-right-bg.png) no-repeat left bottom 170px;
	
}
.latest-section {
	background:#F7F7F8;
}
.work-section {
   
    
	
	overflow: hidden;
    position: relative;
}
.work-section-shape-right {
   
    background: url(../images/shape-right-bg.png) no-repeat right bottom 70px;
	background-size: 100px;
}
.work-bg {
	position: absolute;
	bottom:30px;
	right:200px;
	width:87px;

}
.work-section .right-img {
	float:left;
}
.work-bg-circle {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    background: #F0F0F7;
}
.work-section .carousel-caption {
	float: right;
	width: 42%;
	margin-right: 7%;
}
.work-section .carousel-caption p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #848095;
	line-height: 24px;
	max-width: 680px;
	width: 100%;
	margin: auto;
	text-transform: capitalize;
}
.work-section .page-title {
	text-align: left;
}
.work-section.carousel {
	padding:10px 0 50px 0;
}
.work-section .carousel-caption {
	top:90px;
}
.work-section .page-title p {
	font-size: 30px;
	letter-spacing: 0px;
	color: #8984A0;
	text-transform: initial;
	opacity: 1;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.latest-section:before {
	position: absolute;
	background: url(../images/who-we-are-left-bg.png) no-repeat left center;
	content: "";
    left: -20px;
    top: -70px;
    width: 230px;
    height: 330px;
    z-index: 999999999;
}
.who-we-are-detail{
	text-align: center;
}
.who-we-are-detail img{
	padding: 35px 0 25px;
}
.who-we-are-detail p{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #848095;
	line-height: 24px;
	max-width: 680px;
	width: 100%;
	margin: auto;
}

.work-section .page-button a {
	margin:42px 0 0 0;
}
.page-button a{
	background: #FD6E6E;
	border-radius: 25px;
	min-width: 146px;
	height: 44px;
	z-index: 0;
	position: relative;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}
.page-button a:before{
	content: "";
	position: absolute;
	border: 1px solid #0B0039;
	width:100%;
	height: 44px;
	border-radius: 25px;
	color: #FFF;
	z-index: 1;
	left: 5px;
	right:-5px;
	-webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.page-button a:hover{
	background:#e84a4a;
}
.page-button a:hover:before{
	left: 0;
	right:0;
	border-color: #e84a4a;
}



.testimonials-section {
	padding:25px 0 0;
	position: relative;
}
.testimonials-section .carousel {
	max-width:700px;
	margin:auto;
	padding-top:50px;
}
.testimonials-section .carousel-indicators {
    position: relative;
    margin: 0;
    top:0;
    right:0;
}
.testimonials-section .carousel-item p {
	color:#848095;
	font-size:16px;
	line-height: 26px;
	text-align: center;
	padding-bottom: 20px;
	
	margin: auto;
}
.testimonials-section .carousel-item {
	text-align: center;
}
.testimonials-section .carousel-item h6 {
	color:#0B0039;
	font-style: italic;
	font-size: 40px;
	padding-top:20px;
	text-transform: uppercase;
}
.bg-test {
	position: absolute;
	bottom:0;
	right:0;
}
.testimonials-section .carousel-indicators li:last-child {
	margin-right: 0;
}
.latest-section .page-title, .latest-section .who-we-are-detail p {
	text-align: left;
}
.latest-section .page-button a {
	margin-left:0;
	margin-right:0;
}
.section_who-we-are {}
.testimonials-section .carousel-item h4 {
	text-transform: uppercase;
	color: #0B0039;
	font-size:14px;
	line-height: 26px;
	font-weight: bold;
}
.latest-section .who-we-are-detail p {
	padding-top:25px;
}
.latest-section .page-title {
	padding-top:110px;
}
.testimonials-section .carousel-item h5 {
	color: #959CAF;
	font-size:12px;
	line-height: 26px;
}
.testimonials-section .carousel-indicators{
	align-items: center;
	min-height: 115px;
}
.testimonials-section .carousel-indicators li {
	width:78px;
	opacity: 1;
	height:78px;
	text-indent: 9px;
	background: none;
	margin-right: 50px;
	border:none;
	
	-webkit-transition: 800ms ease;
    transition: 800ms ease;
}
.testimonials-section .carousel-indicators li img {
	width:100%;
}
.testimonials-section .carousel-indicators li.active {
	width:115px;
	height:115px;
	text-indent: 9px;
	background: none;
	border:none;
	margin-top:0;
}
.touch-section {
	background: url("../images/touch-bg.png") no-repeat;
	background-size: cover;
	padding:60px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.touch-section h5 {
	font-size:30px;
	color: #B8B5CE;
	font-family: 'Pacifico', cursive;
}
.touch-section h3 {
	font-size:29px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding:25px 0;
}
.touch-section p {
	color: #9F9AB4;
	font-size: 16px;
	max-width:580px;
	margin:auto;
	padding-top:5px;
	line-height: 26px;
}
.form-section {
	max-width:420px;
	margin: auto;
	padding: 0 15px;
}
.form-section form, .form-open .form-section .name-text {
	display:none;
}
.form-open .form-section form {
	display:block;
}
.name-text {
	letter-spacing: 2.8px;
	color: #0B0039;
	font-size: 14px;
	width:100%;
	line-height: 26px;
	margin:50px auto 0 auto;
	height: 60px;
	background: #d5d3e0;
	border-radius:10px;
	display: inline-block;
	line-height: 60px;
	font-weight: bold;
}
.form-section form input {
	height: 60px;
	background: #d5d3e0;
	border-radius:10px;
	margin-top:25px;
	width:100%;
	border:none;
	display: inline-block;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 2.8px;
	text-align: center;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #0B0039 !important; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #0B0039; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #0B0039; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #0B0039; }
  .submit-btn {
  	background: #FD6E6E;
border-radius: 25px;
width: 146px;
height: 44px;
z-index: 0;
margin:20px auto 0 auto;
position: relative;
display: block;
border:none;
text-align: center;
line-height: 44px;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
letter-spacing: 1px;
  }
.name-text:hover {
	background: #fff;
	color:#0B0039;
	text-decoration: none;
}
/* footer {
	background: #F7F7F8;
} */
.footer-top {
	padding:35px 0 10px 0;
}
.sub-title {
	color:#0B0039;
	font-size:16px;
	font-weight: 700;
	padding-bottom:18px;
}
.footer-top p {
	color: #959CAF;
	font-size:12px;
	line-height: 22px;
	width:90%;
	padding-bottom: 5px;
}

.gray
{
	color:#959CAF;
}
.footer-top ul {}
.footer-top ul li {
	list-style-type: none;
	padding-bottom:15px;
}
.footer-top ul li a {
	color: #959CAF;
	font-size:12px;
}
.invalid
{
	color: #ff0018;
    top: 4px;
    position: relative;
}
.footer-menu li a
{
	text-transform:uppercase;
}
.footer-top ul li.phone-number a {
	color:#0B0039;
	font-weight:600;
}
.footer-top ul li a:hover {
	text-decoration: none;
	color:#0B0039;
}
.service-menu {
	padding-bottom:20px;
}
.footer-bottom {
	border-top:1px solid rgba(112,112,112,0.2);
	padding:20px 0;
}
.footer-bottom p {
	color: #959CAF;
	font-size:12px;
}
.section-first{
	padding:80px 0 0px;
}
span.full-stop {
    background: #fd6e6e;
    width: 14px;
    height: 14px;
    display: inline-block;
	border-radius: 50%;
	padding: 0;
}
.feature-box h3{
		font-size: 24px;
		color: #0B0039;
		margin-bottom: 10px;
		font-weight: 600;
}
.gray-bg{
	background-color: #f7f7f8;
	margin: -5px 0 0 0;
}

.text-primary{
	color: #0B0039 !important;
}


.social-list li a{
	color: #848095;
	font-size: 16px;
	margin-right: 0.5rem;
}
.social-list li a:hover, .social-list li a:focus, .social-list li a:active{
	color: #FD6E6E !important;
}
.gray-theme-bg{
	background-image: url('../images/gray-theme-bg.png');
	background-size: 100% 100%;
	padding:100px 0;
}

.lead {
	font-size: 1.1rem;
}
.process-box{
	position: relative;
}
.process-box:before{
	background: #8984A0;
	content: '';
    width:11px;
    height: 11px;
    position: absolute;
    z-index: -1;
	border-radius: 50%;
	left:0;
	top: 3px;
}
.process-box:after{
	background: #8984A0;
	content: '';
    width:11px;
    height: 11px;
    position: absolute;
    z-index: -1;
	border-radius: 50%;
	right:0;
	top: 3px;
}
.process-box ul:before{
    background: #8984A0;
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: -1;
    top: 6px;
}
.section-min-height{
	min-height: 80vh;
	background-image: url('../images/theme-bg.png');
	background-size: cover;
}
.page-title-md{
	font-size: 47px;
}
.touch-section .h5{
	font-size: 20px;
}
.icon-circle{
	width: 50px;
    height: 50px;
    background: #423677;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
	flex: 0 0 50px;
}
.lead-ul li p{
	font-size: 20px;
	text-align: left;
}
.contact-us-btn {
	background: #423677;
	color: #ffffff;
}
.contact-us-btn:hover{
	background: #F0F0F7;
	color: #000000;
	text-decoration: none;
}
.form-control{
	height: 58px;
    background:transparent;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
    border: none;
    display: block;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 2.8px;
    text-align: left;
}
.contact-us {
	display: flex;
	align-items: center;
    position: absolute;
    left: auto;
    top: 0;
    right: -50%;
    background: #fff;
    width: 50%;
	height: 100%;
	transition-timing-function: ease-in-out;
    transition-duration: .3s;
	transition-property: right, visibility;
	min-width: 300px;
    z-index: 11;
}
.contact-us-form{
	margin: 0 auto;
	width: 100%;
	padding: 0 10%;
}
 .contact-us-form .form-control{

    border: 1px solid #ced4da;
}
.contact-us-form textarea.form-control{
  height: 100px;
}
.contact-touch-section{
    padding: 100px 0;
}
.contact-us.active{
	right:0;
}
.close-btn{
	background: #E7E5EF;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 30px;
    border-radius: 50%;
    line-height: 40px;
    color: #180B4E;
    font-size: 16px;
    top: 20px;
z-index:99;
}

@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 80%;
}
}
.content-body ul{
        list-style: inherit;
}
.content-body ol{
           list-style: decimal;
    padding-left: 30px;
}
.content-body ol li{
    line-height: 1.4;
    margin-bottom: 7px;
}
.content-body p{
    margin-bottom: 10px;
}