/* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-weight: normal;
}*/
.topbtn1{
	margin-left: -15px;
}
.text_M{
	font-size: 24px;
}
.fw-500{
	font-weight: 500;
}
.text_Xz{
	font-size: 13px;
}
.line_H24{
	line-height: 24px;
}
.topbackground-bg
{
	/* background-image: url(../images/top-background.png); */
	background-image:url(../images/background.jpg);
	min-height: 120vh;
	padding-bottom: 175px;
	position: relative;
	background-size: cover;
}
.main-header-wrapper {
	padding: 14px 0;
}

.header {
	/* height: 70px; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.header.shrink .navbar{
	height: 55px;
	background-color: #07224E;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.header.shrink #nav-brand img {
	width: 222px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header.shrink #nav-ops ul li a {
	font-size: 20px;
	padding: 20px 0;
	padding: 20px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header.shrink .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid #292929;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	margin-top: 5px;
	float: right;
	margin-left: 5px;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	background-color: transparent;
	width: 100vw;
	position: fixed;
	top: 0;
	transition: 0.4s linear;
	height: 55px;
	z-index: 99999999999;
}
.scrolled {
	background-color: #fff; 
	color: #5d8bd4;
	border: none;
	height: 70px;
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1); -
	-link-hover-color: #2f5ca5 !important;
}

#nav-brand img {
	width: 222px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: -24px;
}

#nav-ops ul.nav-menu {
	list-style-type: none;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin-right: -50px;
}

#nav-ops ul li {
	display: inline-block;
	margin: 0 43px;
	
}

#nav-ops ul li a {
	color: #3b71dc;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 20px;
	padding: 15px 0;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	font-family: 'Gilroy';
}
.top-bgwrapper
{
	background: url(../images/banner-bg-topright.svg),url(../images/banner-leftbottom.svg);
	background-position: right top, left top 400px;
	background-repeat: no-repeat;
}
.top-bgwrapper2
{
	background:url(../images/banner-leftbottom.svg);
	background-position:left top 400px;
	background-repeat: no-repeat;
}

.main-header-wrapper2.header.shrink .navbar
{
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	background-color: #fff;
}
.main-header-wrapper2 #nav-ops ul li a 
{
	color: #4a4a4a;
	font-weight: 500;
}
.main-header-wrapper2 #nav-ops ul li a.active
{
	font-weight: bold;
}
#nav-ops ul li a:hover {
	/*border-bottom: 2px solid #fff;*/
	text-decoration: none;
	
}
.p-menu {
	position: relative;
}
.drop-m li {
    display: block;
    width: 185px;
    text-align: left;
    border-bottom: 1px solid #51B1F0;
    margin: 0 !important;
}
.drop-m li a:hover {
    border-bottom: 0px !important;
    background: #07224E !important;
    color: #fff !important;
}
.drop-m {
	display: none;
	position: absolute;
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px 10px !important;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	width: 205px;
	-webkit-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
}


.dropdown-menu .drop-m {
	display: block;
	width: 185px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #51B1F0;
	margin: 0 !important;
}

.drop-m li:last-child {
	border-bottom: none;
}

.drop-m  a {
	color: black !important;
	font-size: 16px !important;
	padding: 15px 15px !important;
	margin: 0px !important;
	display: block;
}
.dropdown-item{
	border-bottom: 1px solid #51B1F0;
}
.drop-m  a:hover {
	border-bottom: 0px !important;
	background: #07224E !important;
	color: #fff !important;
}
.p-menu:hover .drop-m {
	display: block;
}
.banner-toppading
{
	padding-top: 169px;
	margin-left: 80px;
}
.banner-Headingpad
{
	margin-top: 55px;
}
.banner-image
{
	padding-top: 50px;
}
.pad-wrapper
{
	padding: 50px 0;
}
.getstartbtn
{
	width: 163px;
    height: 58px;
    font-family: 'Gilroy';
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    background: #FDAB01;
    border-radius: 35px;
    padding: 10px;
    margin-top: 48px;

}
.topbtn:hover{
	color: white;
}
.wrapper-Heading
{
	position: relative;
    font-size: 36px;
    line-height: 40px;
    color: #3B71DC;
    font-family: 'Gilroy';
    font-weight:600;

}
.wrapper-Heading:after
{
	content: '';
	position: absolute;
	top:44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 47px;
	height: 4px;
	border-radius: 15px;
	background: #3B71DC;
}
.down-click
{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -3px;
	text-align: center;
	background: url(../images/Picture1.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 76px; 
}
.down-click a
{
	line-height: 76px;
}
.down-click a img
{
    -webkit-animation: action 0.8s infinite  alternate;
    animation: action 0.8s infinite  alternate;
}
 @-webkit-keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }


/* Banner Section*/
.left-bannerHeading
{
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	font-family: 'Gilroy';
}
.banner-subheading
{
	font-size: 18px;
	font-family: 'Gilroy';
	line-height: 32px;
	color: #4a4a4a;
	font-weight: 500;
}
.side-banner,.side-banners
{
	margin-top: 80px;
	text-align: right;
}
.get-startbtnblue
{
	border: 1px solid #1188f7;
    width: 165px;
    height: 56px;
    color: white;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 22px;
    background: #3B71DC;
}
.get-startbtnblue:hover
{
	 color: #fff;
}
.get-startbtnwhite
{
	border:1px solid #4a4a4a;
	width: 225px;
  	height: 56px;
  	color: #4a4a4a;
  	font-weight: 500;
  	font-family: 'Gilroy';
  	font-size: 22px;
  	background: #fff;
}
.get-startbtnblue:hover
{
	 color: #1188f7;
}


/*What we do Section Style*/

.do-icon img
{
	width: 87px;
	height: 87px;
}
.do-Heading
{
	font-size: 16px;
    font-family: 'Gilroy';
    font-weight:500;
    color: #3B71DC;
}
.do-text
{
	font-size: 13px;
    line-height: 24px;
    color: #413838;
    font-family: 'Gilroy';
    font-weight: 300;
}
.knw-mrebtn
{
	width: 143px;
	height: 41px;
	font-family: 'Gilroy';
}



/*Tracethat Style Icon*/
.my-carousel .carousel-indicators li
{
	background-color: #d8d8d8;
}
.my-carousel .carousel-indicators li.active
{
	background-color: #2e2c97;
}
.my-carousel .carousel-indicators
{
	bottom: -35px;
}
.trace-content
{
	font-size: 15px;
	line-height: 28px;
	color: #4a4a4a;
	font-family: 'Gilroy';
}


/*Our Product List Style section*/
.product-box
{
	border: 2px solid #e8e8e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 11px;
    padding: 20px;
    text-align: center;
	min-height: 450px;
    margin: 35px 15px;
    transition: 0.3s;
	box-shadow: 0px 0px 30px 0px #707070;
	
	
}
.product-box:hover
{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

.product-boxImg
{
	min-height: 140px;
}

.product-pic img
{
	width: 200px;
}
.prouct-listHeading
{
	position: relative;
    font-family: 'Gilroy';
    font-size: 20px;
	font-weight: 500;
	color: black;
}
.prouct-listHeading span
{
	font-weight: bold;
}
.prouct-listHeading:after
{	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 3px;
	border-radius: 15px;
	background: #3B71DC;
}
.prouct-listcontent
{
	font-size: 14px;
    line-height: 24px;
    color: #4a4a4a;
    font-family: 'Gilroy';
    font-weight: 500;
}
/*Footer Section Style*/
footer
{
	font-family: 'Gilroy';
}
.footer-logo img
{
	width: 222px;
	margin-top: 0px;
}
ul.footer-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.footer-menu li
{
	padding: 10px 0;
}
ul.footer-menu li a
{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
ul.footer-menu li a:hover
{
	text-decoration: none;
	opacity: 0.7;
}
.footer-line
{
	width: 100%;
	height: 1px;
	background: #6c6ea6;
	margin: 40px 0 20px 0;
}

