@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@font-face {
   font-family: NEXAFONT-bold;
   src: url(../css/fonts/Nexa-Bold.otf);
}
@font-face {
   font-family:YesevaOne-Regular;
   src: url(../css/fonts/YesevaOne-Regular.ttf);
}

body{
	
	font-family: 'Poppins', sans-serif;

}
body{
	overflow-x: hidden;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #fff;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.footer-bottom
{
	    background: #919191;
    padding-bottom: 10px;
      padding-top: 10px;
        font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
}
.text-right
{
	text-align: right;
}
.text-sm-right
{
	text-align: right;
}
.info-cnt-get
{
	display: none;
}
.cn-te
{
	    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #330066;
    font-size: 21px;
    line-height: 28px;
    font-weight: 550;
    margin-bottom: 16px;
}
.ftp-top {
    border-top: 1px solid #ffffff;
    padding-top: 1em;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.btn-ser-active
{
background-color: #2e0662;
    color: #fff;
    padding: 6px 14px;
    border-radius: 100px;
    font-weight: 500;
}
.txt-cnt
{
	text-align: center;
}
.ser-sec-2
{
	margin-top:2em;
}
.d-fl123 li
{
	margin-bottom: 14px;
}
.d-fl1
{
	display: flex;
}
.ser-1
{
	display: flex;
}
.ser-11
{
	    font-size: 24px;
    position: relative;
    top: 6px;
    color: #652ca0;
    margin-right: 11px;

}
.info3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #000;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    margin: 17px 0;
    font-style: italic;
    padding: 0 2em;
    border-left: 16px solid #652ca0;
}
.btn-ser
{
	color:#000;
	 padding: 6px 14px;
}
.ser-info-1
{
	margin-top:2em;
}
.se-div
{
	margin: 0 0 3em 0;
}
.ser-list
{
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}
.ser-list li
{
	display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
}
.info2
{
	    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #652ca0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 17px 0;
    font-style: italic;
}
.count-text
{
	    padding-left: 15px;
}
.sec-br
{
	    width: 1px;
    height: 62px;
    background: #fff;
}
.t1-cnt
{
	    display: flex;
    justify-content: space-between;
    margin:0;
}
.counter-value
{
	    font-size:40px;
    font-family: NEXAFONT-bold;
}
.title {
    font-family: NEXAFONT-bold;
    font-size: 40px;
    letter-spacing: 1px;
}
.info-t1
{
	    color: #2e0762;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 27px;
}
.let-abt
{
	position: relative;
}
.img-1
{
	    display: block;
    margin-left: auto;
}

.img-2
{
	    position: absolute;
    width: 300px;
    top: 250px;
    left: 40px;
        border: 7px solid #fff;
}
.sec-in
{
	padding:3em 0;
}
.left-info
{
	    padding-left: 2em;
    padding-top: 3em;
}
.about-div-1
{
	    padding-left: 2em;
}
.abt-image
{
	position: relative;
	z-index: 1;
}
.abt-image:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    bottom: 20px;
    width: 60px;
    border-radius: 4px;
    background-color: #2e0662;
    z-index: -1;
}
.img-12 {
    background: #306;
    height: 446px;
    width: 506px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.man-top-sec
{
	margin-top:2em;
}
.info
{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #575757;
    font-size: 15px;
    line-height: 28px;
}
.padding-btm-30px
{
	padding-bottom:20px;
}
.logo img
{
width: 200px;
}
/*header*/
.header{
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding: 10px 0;
	background-color: #ffffff;
}
.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 00px 0;
	border-radius: 4px;
}
.header .logo{
	padding: 0px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #1a3757;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 10px;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 17px;
    color: #1a3757;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #1a3757;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #1a3757;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #1a3757;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
/*	color: #000000;*/
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.a1-ar
{
	    color: #1a3757;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#1a3757;
    width: 100%;
    bottom: -3px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #fff;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
/*		color: #ffffff;*/
		padding: 12px 15px;
		border-bottom: 1px solid #ccc;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #000;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}

	.btn-dn {
    background-color: #2e0662;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 8px 18px;
    font-size: 15px;
    border: 1px solid #2e0662;
    transition: 0.5s all;
    text-align: center;
}
.btn-dn:hover
{
background-color:#fff;
color: #2e0662;
}
.banner
{
	height: 90vh;
}
.d-cnt-1
{
	    display: flex;
    justify-content: flex-end;
}
.vision-box
{
	margin-top:40px;
}
.sec-2
{
	background-color: #ffffff;
	padding:3em 0;
	position: relative;
}
.info-abt-1 img
{
	    width: 700px;
    margin: 0 auto;
    display: block;
    padding:0 2em;
}
.info-abt
{
	padding-left:24px;
}
.d-cnt
{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.sec-3
{
	background-color: #2e0762;
	padding:3em 0;
}
.sec-4
{
	background-color: #fff;
		padding:3em 0 2em 0;
}
.menu
{
	margin-right:100px;
}
.footer
{
	background-color: #919191;
	padding: 3em 0 2em 0;
}
.mb-t40 {
    margin-bottom: 30px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.c1
{
	margin-bottom: 22px;
}
.foot-1 h2 {
    font-family: NEXAFONT-bold;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color:  #fff;
    font-size: 15px;
    font-weight: 400;
	transition: 0.6s all;
    line-height: 28px;
}
.serv-box
{
	margin:3em 0 2em 0;
	    height: 385px;
}
.serv-box:hover .icon-box
{
	background-color: #e1cafe;
}
.serv-box
{
	position: relative;
	 transition: 0.5s all;
}
.sec-5
{
	padding:3em 0 4em 0;
}
.overlay-box
{
    position: absolute;
    width: 91%;
    margin: 0 auto;
    background-color: #fff;
    bottom: 19px;
    left: 0;
    right: 0;
    padding: 12px 0;
    transition: 0.5s all;
    height: 80px;
    z-index: 1;
}
.in-img
{
    width: 410px;
    height: 630px;
    display: block;
    margin-left: auto;
}
.in-img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-div-1
{
background: #2e0762;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.in-box
{
	position: relative;
}
.icon-box
{
    width: 70px;
    height: 70px;
    top: -51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-box
{
	margin:3em 0;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.sn {
    color: #fff;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #101d12;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
    color: #919191;
}
.icon-box img 
{
	width:44px;
}
.ser-box-12 h3
{
	    font-family: NEXAFONT-bold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin: 14px 0;
}
.read-mr
{
	 font-family: NEXAFONT-bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin:0;
    opacity: 0;
    transition: 0.5s all;
}
.ser-box-12:hover .read-mr
{
opacity: 1;
}
.ser-box-12
{
	height: 190px;
	padding:20px;
}
.ser-box-12 img
{
	width: 56px;
    margin-bottom: 10px;
}
.br-right-btm-1
{
	border-bottom:1px solid #fff;
}
.br-right-btm-3
{

}
.br-right-btm-2
{
		border-right:1px solid #fff;
}
.br-right-btm
{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.serv-box:after
{
    content: '';
    position: absolute;
    background-color:rgba(6,100,131,0.76);
    width: 100%;
    height:100%;
    top:0px;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
}
.serv-box:hover::after
{
	 opacity: 1;
}
.red-more
{
	opacity: 0;
	transition: 0.5s all;
	color: #000;
	  font-family: NEXAFONT-bold;
	  text-align: center;
	  display: block;
	  margin-top:20px;
}
.overlay-box h3
{
    text-align: center;
    padding-top: 20px;
    font-family: NEXAFONT-bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #2e0662;
}
.img-34 {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.serv-box:hover .overlay-box
{
    height: 120px;
}
.serv-box:hover  .red-more
{
	opacity: 1;
}
.sub-title
{
	    color: #2e0762;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin: 0 0 14px 0;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.sn-nm {
    font-family: NEXAFONT-bold;
    color: #fff;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 101px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 6px;
}
.pic-1
{
	position: absolute;
	bottom: 0;
}
.relative-pos
{
	position: relative;
}
.breadcrumb-bg {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2e0662;
    opacity: 1;
}
.image-overlay:before {
   opacity: 0.5;
    background-color: #2e0662;
}
.breadcrumb-content {
    padding-top: 220px;
    margin-bottom: 100px;
        position: relative;
    z-index: 1;
}
.text-just
{
	text-align: justify;
}
.main-wrapper
{
	padding:3em 0;
}
.breadcrumb-area.breadcrumb_height .breadcrumb li a,
{
	  color: #fff;
}
.breadcrumb-item a {
    color: #fff;
        font-family: 'Poppins', sans-serif;
}
.breadcrumb > .active {
    color: #fff;
}
.breadcrumb-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    content: "|";
}
.breadcrumb li
{
    color: #fff;
}
.breadcrumb-item {
    color: #ffffff;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
        font-family: 'Poppins', sans-serif;
}
.breadcrumb-content h2 {
	font-family: NEXAFONT-bold;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    word-break: break-word;
    text-transform: capitalize;
        font-size: 42px;
        z-index: 11;
}
/* 9. How it work
============================================================*/
.work-process {
	z-index: 1;
	position: relative;
	margin:2em 0;
}
.work-process ul {
	margin: 0;
	padding: 0;
}
.work-process ul li {
	display: flex;
	align-items: flex-start;
	padding-right: 60px;
	margin-bottom: 35px;
}
.work-process ul li:last-child {
	margin-bottom: 0;
}
.wprocess-list-num span {
	height: 45px;
	width: 45px;
	background:#2e0662;
	text-align: center;
	border-radius: 50%;
	display: block;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	    font-family: NEXAFONT-bold;
}
.wprocess-list-num span::before,
.wprocess-list-num span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	border: 2px solid #d7ebff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background: #eaf7ff;
	z-index: -1;
	content: "";
	display: inline-block;
}
.wprocess-list-num span::after {
	width: 0;
	height: 0;
	background-color:#2e0662;
	transition: all .3s linear;
}
.work-process ul li:hover .wprocess-list-num span::after {
	width: 60px;
	height: 60px;
}
.wprocess-list-num {
	margin-right: 37px;
}
.wprocess-content h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
.wprocess-content p {
	margin-bottom: 0;
}
.work-process::before {
	content: "";
	position: absolute;
	left: 21px;
	top: 20px;
	height: 90%;
	width: 2px;
	background: #d7ebff;
	z-index: -1;
}
.address-list
{
	margin-top:18px;
}
.cont-sec-2
{
	margin-top: 4em;
}
.address-list li
{
    margin-bottom: 10px;
    border-bottom: 1px dotted #dbdadd;
    display: flex;
    /* align-items: center; */
    padding-bottom: 10px;
}
.contact-div-2
{
	    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	    padding:20px;
}
.icon-cnt
{
	    font-size: 24px;
    line-height: normal;
    position: relative;
    top: 7px;
    color: #000;
    margin-right: 9px;
}
.cn-f1
{
	display: flex;
    justify-content: center;
}

	.form-cont .form-control {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 27px;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins', sans-serif;
}
.btn-cnt-12
{
	    margin-top: 2em;
    width: 200px;
    text-align: center;
    display: block;
}
.map
{
	padding-left: 1em;
}
.contact-div-2 h3
{
	    font-family: NEXAFONT-bold;
    font-size: 24px;
    letter-spacing: 1px;
    color: #000;

}
.tj-cta-section {
    background-color:#2e0662;
    background-size: 27.5% 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.btn-dn-1 {
    background-color: #fff;
    color: #2e0662;
    font-family: 'Poppins', sans-serif;
    padding: 8px 18px;
    font-size: 15px;
    border: 1px solid #fff;
    transition: 0.5s all;
    text-align: center;
}
.btn-dn-1:hover
{
background-color:#2e0662;
color: #fff;
}
.tj-cta-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/cta-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.cta-content-area {
    background: var(--tj-secondary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 76px 0;
    position: relative;
}
.cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 75px;
    position: relative;
    z-index: 9;
}
.cta-content .cta-text {
    padding-left: 80px;
    max-width: 850px;
}
.cta-content .cta-text .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
}
.tj-cta-section .tj-theme-button {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    transform: translateY(-500%);
}
.cta-content .cta-text .desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.cta-content .cta-icon {
    background: #fff;
    min-width: 100px;
    height: 100px;
    line-height: 136px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    left: 0;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(38%);
    position: absolute;
    justify-content: center;
    align-items: center;
}
.tj-cta-section .cta-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background-size: cover;
    height: 100%;
    background-position: center;
}

/*Media Query*/

@media(max-width: 820px)
{
	.menu {
    margin-right: 0;
}
.btn-dn {
    background-color: #2e0662;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 8px 18px;
    font-size: 15px;
    border: 1px solid #2e0662;
    transition: 0.5s all;
    text-align: center;
    margin-top: 1em;
    display: block;
}
.header .nav-menu {
    padding: 0 10px;
    display: block;
    justify-content: center;
    align-items: center;
}
.title {
    font-family: NEXAFONT-bold;
    font-size: 38px;
    letter-spacing: 1px;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    flex-direction: column;
}
.foot-1
{
	margin-top: 2em;
}
.banner {
    height: 60vh;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.ser-list {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    overflow: scroll;
}
.img-2 {
    position: relative;
    width: 300px;
    top: -86px;
    left: 40px;
    border: 7px solid #fff;
}
.in-img {
    width: 310px;
    height: 430px;
    display: block;
    margin-left: auto;
}
.container
{
	padding:0 20px;
}
.cta-content .cta-text {
    padding-left: 202px;
    max-width: 100%;
}
.work-process ul li {
    display: flex;
    align-items: flex-start;
    padding-right: 0;
    margin-bottom: 35px;
    text-align: justify;
}
.cta-content .cta-icon {
    background: #fff;
    min-width: 100px;
    height: 100px;
    line-height: 136px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    left: 0;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(160%);
    position: absolute;
    justify-content: center;
    align-items: center;
}
.mt-30px
{
	margin-top:30px;
}
.main-wrapper {
    padding: 3em 0;
}
.logo img {
    width: 180px;
}
.breadcrumb-content {
    padding-top: 200px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.info-cnt-get
{
	padding: 2em;
    background: #2e0662;
    height: 413px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serv-box {
    margin: 2em 0 0em 0;
    height: 300px;
}

}
@media(max-width: 600px)
{
	.mt-30px
{
	margin-top:0px;
}
.info-cnt-get
{
	display: none;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.sn-nm {
    font-family: NEXAFONT-bold;
    color: #fff;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
    /* display: none; */
    margin-top: 10px;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    flex-direction: column;
    margin: 20px 0;
}
.sec-5 {
    padding: 3em 0 3em 0;
}
.sec-div-1 {
    top: 0;
    background: #2e0762;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    top: 36px;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.info-abt {
    padding-left: 0;
}
.sec-5 {
    padding: 0em 0 3em 0;
}
.sec-4 {
    background-color: #fff;
    padding: 3em 0 0em 0;
}
.ser-box-12 {
    height: auto;
    padding: 20px 20px 0 20px;
}
.serv-box {
    margin: 2em 0 0em 0;
    height: 385px;
}
.ser-box-12 {
    height: auto;
    padding: 20px;
}
.info-abt-1 img {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.service-box {
    margin: 3em 0 0 0;
}
.sec-3 {
    background-color: #2e0762;
    padding: 3em 0 0 0;
}
.img-2 {
    position: relative;
    width: 300px;
    top: -29px;
    left: 40px;
    border: 7px solid #fff;
}
.main-wrapper {
    padding: 2em 0;
}
.breadcrumb-content {
    padding-top: 173px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.breadcrumb-item {
    color: #ffffff;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
}
.about-div-1 {
    padding-left: 0;
}
.tj-cta-section .tj-theme-button {
    position: relative;
    z-index: 9;
    right: 0;
    left: 0;
    margin-left: 160px;
    display: block;
    /* margin: 0 auto; */
    top: -59px;
    -webkit-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    transform: translateY(50%);
}
.ser-sec-2 {
    margin-top: 34px;
}
.in-img {
    width: 100%;
    height: 430px;
    display: block;
    margin-left: auto;
}
.ser-list {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    overflow: scroll;
}
.contact-div-2 {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 2em;
}
.cont-sec-2 {
    margin-top: 2em;
    margin-bottom: 0em;
}
.logo img {
    width: 140px;
}
.let-abt {
    position: relative;
    margin-top: 1em;
}
.map {
    padding-left: 0;
    margin-top: 2em;
}
.work-process ul li {
    display: flex;
    align-items: flex-start;
    padding-right: 0;
    margin-bottom: 35px;
    text-align: justify;
}
.cta-content .cta-text .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: normal;
}
.container {
   
    padding: 0 20px;
}
.let-abt-1
{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3em;
}
.cta-content .cta-text {
    padding-left: 80px;
    max-width: 850px;
}
.cta-content .cta-icon {
    background: #fff;
    min-width: 100px;
    height: 100px;
    line-height: 136px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    left: 0;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(30%);
    position: absolute;
    justify-content: center;
    align-items: center;
}
.sec-in {
    padding: 0em 0 3em 0;
}
.img-12
{
	margin-top: 1em;
}
.row-rev
{
	display: flex;
	flex-direction: column-reverse;
}
}
