/*-------------------------------------
    
	Author: Webstrot 
	Copyright © 2018
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	width:100%;
	overflow-x:hidden;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
body::-webkit-scrollbar{
	width: 4px;
	background-color: #ffffff;
}

body::-webkit-scrollbar-thumb{
	background-color: rgb(230, 38, 72);
}
a {
	color: rgb(230, 38, 72);
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	line-height: 1.1;
	font-weight:500;
	color: #222222;
	margin:0;
	padding:0;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
    background: -webkit-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -o-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -ms-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: #f51644;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*-- try top banner main wrapper Start --*/
.try_top_banner_wrapper{
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	padding-bottom:60px;
}
.try_top_side_img{
	position:absolute;
	top:0;
	left:0;
}
.top_logo{
	float:left;
	width:20%;
}
.top_menu{
	float:left;
	width:50%;
}
.top_btn{
	float:left;
	width:30%;
	padding-right:25px;
}
.try_logo_wrapper{
	float:left;
	width:100%;
	padding-left:30px;
	padding-top:30px;
}
.try_top_login_wrapper{
	float:right;
	width:100%;
	padding-top:26px;
	padding-right:30x;
}
.try_top_login_wrapper ul{
	float:right;
}
.try_top_login_wrapper li{
	float:left;
	margin-right:10px;
}

.try_top_login_wrapper li a i{
	color:#92da54;
}
.try_top_login_wrapper li a{
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	color:#fff;
	width:180px;
	height:50px;
	text-align:center;
	line-height:50px;
	float:left;
	background: #f21d49;
	background: -moz-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(252, 76, 79)), color-stop(100%, rgb(252, 76, 79)));
	background: -webkit-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -o-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -ms-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: #f21d49;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ad2e', endColorstr='#E62648', GradientType=1 );
	border:1px solid #f21d49;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	 -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.try_top_login_wrapper li:last-child a:hover{
	border:1px solid #fe4f4a;
	color:#fff;
	background: #f21d49;
	 -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*-- try top banner main wrapper End --*/
/*-- SliderNTimer css Start --*/
.slider-area{
	float:left;
	width:100%;
	position:relative;
	padding-top:80px;
	padding-bottom:100px;
}
.slider-area .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:820px;
  position:relative;
}
.slider-area .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:820px;
  position:relative;
}
.slider-area .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:820px;
  position:relative;
}
.try_slider_img_Wrapper{
	 position: absolute;
    right: -350px;
    top: -60px;
	-webkit-animation: moveleftbounce 3.0s linear infinite;
    animation: moveleftbounce 3.0s linear infinite;
}
.try_slider_watch_img_Wrapper {
	 position: absolute;
    left: 0;
    top: 50px;
	animation-delay: 2.5s;
	-webkit-animation: moveleftbounce 3.0s linear infinite;
    animation: moveleftbounce 3.0s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
.ss_hds_slider_overl_img{
	float:left;
	width:100%;
	position:relative;
	top:100px;
	z-index:100;
}
.ss_hds_slider_overl_img img{
	width:100%;
}
.slider-area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  top: 190px;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.lr_thumbs_slide{
	float:left;
	width:100%;
	text-align:center;
}
.lr_banner_content_inner_wrapper{
	float:left;
	width:100%;
}
#clockdiv{
	animation-delay: 1.3s;
}
.lr_banner_content_inner_wrapper h3{
	font-size:43px;
	color:#fff;
	font-weight:600;
	margin-top:25px;
	position:relative;
	animation-delay: 1.5s;
}  
.lr_banner_content_inner_wrapper p{ 
	 font-family: "Raleway", sans-serif;
	 letter-spacing: .5px;
	 animation-delay: 3.7s; 
	 margin-top:20px; 
	 padding-bottom:15px;
	 color:#fff; 
	 width:47%;
	 font-size:18px;
} 
.try_slider_btn{
	float:left;
	width:100%;
	margin-top:20px;
}
.try_slider_btn li{
	float:left;
	margin-right:20px;
}
.try_slider_btn li:last-child{
	margin-right:0;
}

.try_slider_btn li:first-child a{
	float:left;
	width:180px;
	height:50px;
	line-height:47px;
	text-align:center;
	background: transparent;
	border:2px solid #fff;
	color:#fff;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:first-child a:hover{
	background: #fff;
	color:#111111;
-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:last-child a{
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	float:left;
	width:180px;
	height:50px;
	line-height:47px;
	text-align:center;
	background:#fff;
	color:#111;
	border:2px solid transparent;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_btn li:last-child a:hover{
	background: transparent;
	border:2px solid #fff;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.try_slider_btn li:first-child{
	animation-delay: 2.9s !important;
}
.try_slider_btn li:last-child{
	animation-delay: 3.5s !important;
	    justify-content: center;
    align-items: center;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
#clockdiv{
    background: #E62648;
	background: -moz-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79)) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(230, 38, 72)), color-stop(100%, rgb(252, 76, 79)));
	background: -webkit-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -o-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -ms-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: linear-gradient(135deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ad2e', endColorstr='#E62648', GradientType=1 );
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
    width: 360px;
	-webkit-border-radius: 10px;
	border:1px solid #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#clockdiv > div{
	display: inline-block;
    margin: 10px;
	position:relative;
	color:#ffffff;
	font-weight:400;
}
#clockdiv div > span{
    float: left;
    width: 100%;
    color: #ffffff;
	font-size:44px;
	font-weight:600;
	padding-bottom:15px;
}	
/*-- try top Slider main wrapper End --*/
.main-header{
	float:left;
	width:100%;
	background:#ffffff;
	position:relative;
	z-index:100;
	box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	width:100%;
	overflow:hidden;
	-o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}
.s{
	float:left;
	width:100%;
	margin-top:30px;
}
.main-menu{
	position:relative;
	float:left;
    width: 100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	 display:inline-block;
	 padding-left:60px;
}

.main-menu .navigation > li{
	font-family: "Raleway", sans-serif;
	position:relative;
	float:left;
	margin:0px 0px 0px 25px;
}
.width_calc{
	float:left;
	width:100%;
}
.main-box{
	float:left;
	width:100%;
	text-align:center;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:20px;
	color:#111;
	opacity:1;
	padding:40px 0px;
	font-weight:400;
	padding-bottom:35px;
	/* text-transform:capitalize; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #fa4e4b;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	/* text-transform:capitalize; */
	color:#222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#4a5064;
	color:#ffffff;	

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	border-top:2px solid #fa4e4b;
	background:#ffffff;
	margin-top: -2px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	/* text-transform:capitalize; */
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#4a5064;
	color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#4a5064;
	background:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header.fixed-header .main-menu .navigation > li > a{
	color: #4a5064;
}

.main-header.fixed-header .main-menu .navigation > li.current > a,
.main-header.fixed-header .main-menu .navigation > li > a:hover{
	color: #fa4e4b;
}
/******------try Slider banner Start------********/
.try_banner_slider_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/about_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.try_banner_slider_inner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
      top: 160px;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.try_banner_slider_inner_wrapper .carousel-indicators{
	bottom: 100px;
    left: 40px;
	display:none;
}
.try_banner_slider_inner_wrapper .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li { */
  /* text-indent: 0; */
  /* position: relative; */
  /* width: 10px; */
  /* height: 10px; */
  /* background-color: transparent; */
  /* display: inline-block; */
  /* border: none; */
  /* border-radius: 0; */
  /* cursor: pointer; */
  /* font-size: 16px; */
  /* margin: 0; */
  /* color: #fff; */
  /* font-family: "Poppins", sans-serif; */
  /* text-align: left; */
  /* background: #e3e3e3; */
  /* margin-top:10px; */
      /* -webkit-border-radius: 100%; */
    /* -moz-border-radius: 100%; */
    /* border-radius: 100%; */
/* } */
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li span.number { */
  /* display: inline-block; */
/* } */
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li span.con { */
  /* display: inline-block; */
  /* position: relative; */
  /* padding-left: 42px; */
/* } */
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li span.con:after { */
  /* content: ''; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 50%; */
  /* height: 1px; */
  /* background: #cf9c67; */
  /* width: 26px; */
/* } */
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li.active { */
  /* background: rgba(91,44,208,1); */
	/* background: -moz-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%); */
	/* background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(91,44,208,1)), color-stop(100%, rgba(83,98,215,1))); */
	/* background: -webkit-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%); */
	/* background: -o-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%); */
	/* background: -ms-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%); */
	/* background: linear-gradient(135deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 ); */
      /* width: 10px; */
    /* height: 10px; */
/* } */
/* .try_banner_slider_inner_wrapper .carousel-inner .carousel-indicators li:first-child { */
  /* margin-top: 0; */
/* } */
.try_banner_slider_inner_wrapper .carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
	display:block !important;
}
.try_banner_slider_inner_wrapper .carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	font-size:100px;
	    background: transparent;
    color: #fff;
	font-weight:100;
	text-align:center;
	line-height:46px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_slider_inner_wrapper .carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: transparent;
    color: #fff;
	font-size:100px;
	text-align:center;
	line-height:46px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_slider_inner_wrapper .carousel-nevigation > .prev i:before,.try_banner_slider_inner_wrapper .carousel-nevigation > .next i:before{
	font-size:40px;
}
.try_banner_slider_inner_wrapper .carousel-nevigation > .prev:hover,.try_banner_slider_inner_wrapper .carousel-nevigation > .next:hover{
	background:transparent;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_slider_inner_wrapper:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_slider_inner_wrapper:hover .carousel-nevigation > .next{
	right:20px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.try_slider_banner_cont h3{
	font-size:20px;
	color:#ffffff;
	animation-delay: 1.3s;
}
.try_slider_banner_cont h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	animation-delay: 1.5s;
}
.try_slider_banner_cont ul{
	animation-delay: 1.7s;
}
.try_slider_banner_cont li{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-size:20px;
	color:#ffffff;
	margin-top:10px;
	float: left;
    width: 100%;
	font-weight:200;
}
.try_slider_banner_cont li .try_banner_detail_right_part:after{
	content:':';
	position:absolute;
	        left: -40px;
    color: #ffffff;
    top: 0px;

}
.try_slider_banner_cont li .try_banner_detail_right_part{
	position:relative;
	float:left;
	width:60%;
}
.try_slider_banner_cont li .try_banner_detail_left_part{
	float:left;
	width:40%;
}
.try_slider_banner_cont p{
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
	animation-delay: 1.9s;
}	
.try_slider_banner_cont a{
	    color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_cont a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try Slider banner End------********/
/******------try recent mobail Slider Start------********/
.try_recent_mobail_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.try_recent_mob_heading_wrapper h2{
	font-size:36px;
	color:#111111;
	/* text-transform:capitalize; */
}
.try_recent_mob_heading_wrapper p{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	display:inline-block;
	margin-top:24px;
	width:235px;
	height:35px;
	line-height:36px;
	background: rgb(230, 38, 72);
	background: -moz-linear-gradient(-45deg, rgb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(230, 38, 72)), color-stop(100%, rgb(252, 76, 79)));
	background: -webkit-linear-gradient(-45deg, rgbargb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -o-linear-gradient(-45deg, rgbargb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: -ms-linear-gradient(-45deg, rgbargb(230, 38, 72) 0%, rgb(252, 76, 79) 100%);
	background: #f51644;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	position:relative;
}
.try_left_dots{
	    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 13px;
    top: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.try_left_dots:after{
	    content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    left: -13px;
    top: 4px;
}
.try_right_dots{
	    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.try_right_dots:after{
	    content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    right: -13px;
    top: 4px;
}
.try_recent_mob_heading_wrapper{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin-top: 60px;
}
.try_recent_mob_heading_wrapper:after{
	    content: '';
    border: 1px solid #e3e3e3;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 15px;
    z-index: -1;
}
.try_rc_slider_inner_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.try_rc_slider_inner_wrapper  .owl-theme .owl-dots{
	display:none;
}
.try_rc_slider_inner_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.try_rc_slider_inner_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: -85px;
	font-size: 26px;
	top:0;
	color:#000000;
	width:70px;
	height:35px;
	line-height: 25px;
	border:1px solid #e3e3e3;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:transparent;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_slider_inner_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    right: -90px;
	top:-5px;
    position: absolute;
	color:#000000;
	width:70px;
	padding-left:14px;
	height:35px;
	line-height:18px;
	border:1px solid #e3e3e3;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:transparent;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_slider_inner_wrapper .owl-theme .owl-nav .owl-prev:hover,.try_rc_slider_inner_wrapper  .owl-theme .owl-nav .owl-next:hover{
	border:1px solid transparent;
	 background: rgba(91,44,208,1);
    background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
    background: -webkit-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -o-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -ms-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: #f51644;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
	color:#ffffff;
}
.try_rc_slider_inner_wrapper  .owl-theme .owl-nav .owl-next i:before{
	margin-left:0;
	font-size:16px;
}
.try_rc_slider_inner_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
	font-size:16px;

}
.try_rc_mob_box_wrapper{
	float:left;
	width:100%;
	background:rgb(249, 249, 249);
	border:1px solid #e3e3e3;
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
	overflow:hidden;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_mob_box_wrapper:hover{
	border:1px solid rgb(245, 22, 68);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_mob_img{
	float:left;
	width:100%;
	position:relative;
}
.try_rc_mob_img h5{
	font-size:10px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:42px;
	text-align:center;
	float:left;
	font-size:13px;
	background: rgb(46, 176, 50);
	background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
	background: -webkit-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -o-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -ms-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: #f51644;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	position:absolute;
	top: -45px;
    left: 20px;
flaticon-logistics-delivery-truck-in
}
.try_rc_mob_img a{
	color: rgb(152, 222, 105);
    position: absolute;
    right: 20px;
    top: -45px;
    font-size: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_mob_img a:hover{
	color:rgb(65, 181, 56);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_mob_img img{
	width:auto !important;
	display:inline-block !important;
}
.try_rc_mob_img_cont{
	float:left;
	width:100%;
}
.try_rc_mob_img_cont h2{
	font-weight: 700;
	font-size:18px;
	color:#111111;
	padding-top:32px;
}
.try_rc_mob_img_cont h3{
	font-size:14px;
	color:#111111;
	padding-top:8px;
}
.try_rc_mob_img_cont_bottom{
	float:left;
	width:100%;
	margin-top: 25px;
	position:relative;
	z-index:1;
}
.try_rc_mob_img_cont_bottom:after{
	    content: '';
    width: 100%;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -250px;
	z-index:-1;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_rc_mob_box_wrapper:hover .try_rc_mob_img_cont_bottom:after{
	bottom: -85px;
	    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.try_rc_mob_img_cont_bottom p{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-weight: 600;
	font-size:24px;
	background: #f51644;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #f51644;
	display:inline-block;
}
.try_rc_mob_img_cont_bottom del{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	margin-left:10px;
}
.try_mob_btn_wrapper{
	float:left;
	width:100%;
}
.try_mob_btn_wrapper a {
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-weight: 600;
	display:inline-block;
    width: 140px;
    height: 50px;
	margin-top:20px;
    line-height: 50px;
    text-align: center;
    background: rgb(46, 176, 50);
    background: -moz-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(245, 22, 68)), color-stop(100%, rgb(245, 73, 108)));
    background: -webkit-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: -o-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: -ms-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: #f51644;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_mob_btn_wrapper a:hover{
	background: #f21d49;
    background: -moz-linear-gradient(-45deg, #fe4f4a; 0%, #f21d49; 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(245, 22, 68)), color-stop(100%, rgb(245, 73, 108)));
    background: -webkit-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: -o-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: -ms-linear-gradient(-45deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 100%);
    background: linear-gradient(135deg, rgb(245, 22, 68) 0%, rgb(245, 73, 108) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try recent mobail Slider End------********/
/******------try Slider erp banner Start------********/
.try_banner_erp_slider_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/app_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.try_banner_erp_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
}
.try_banner_erp_slider_inner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
      top: 180px;
}
#clockdiv > div:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    background-image: url(../images/header/timerdot.png);
    height: 30px;
    width: 7px;
    background-repeat: no-repeat;
    margin-top: -30px;
}
#clockdiv > div:last-child:after{
	display:none;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.try_banner_erp_slider_inner_wrapper .carousel-indicators{
	bottom: 100px;
    left: 40px;
	display:none;
}
.try_banner_erp_slider_inner_wrapper .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.try_banner_erp_slider_inner_wrapper .carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
	display:block !important;
}
.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	font-size:100px;
	    top: 10px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:70px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .prev i:before,.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .next i:before{
	font-size:40px;
}
.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .prev:hover,.try_banner_erp_slider_inner_wrapper .carousel-nevigation > .next:hover{
	background:transparent;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_erp_slider_inner_wrapper:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_erp_slider_inner_wrapper:hover .carousel-nevigation > .next{
	right:25px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.try_slider_banner_erp_cont h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
	animation-delay: 1.3s;
}
.try_slider_banner_erp_cont h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	animation-delay: 1.5s;
}
.try_slider_banner_erp_cont h4{
	color: rgba(255, 255, 255, 0.76);
    line-height: 26px;
	animation-delay: 1.7s;
}
.try_slider_banner_erp_cont p{
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
	animation-delay: 1.9s;
}	
.try_slider_banner_erp_cont a{
	    color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_erp_cont a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try Slider banner End------********/
/******------try sh section Start------********/
.try_sh_main_section_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.try_sh_main_box_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
	border:1px solid #e3e3e3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_sh_main_box_wrapper:hover{
	border:1px solid rgba(91,44,208,1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_sh_img_wrapper{
	float:left;
	width:270px;
	background:#f7f8ff;
	text-align:center;
	min-height:220px;
	line-height:220px;
	position:relative;
	-webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.try_sh_img_cont_wrapper{
	float:left;
	width:calc(100% - 270px);
	min-height:220px;
	text-align:left;
	    padding-left: 25px;
    padding-top: 50px;
	    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.try_sh_img_wrapper h5{
	    font-size: 10px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    line-height: 12px;
    background: #e94c4c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 20px;
    padding-top: 9px;

}
.try_sh_img_wrapper a{
	    color: #bbc3f3;
    position: absolute;
    right: 20px;
    top: 20px;
	line-height:0;
    font-size: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_sh_img_wrapper a:hover{
	color:rgba(83,98,215,1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_sh_img_cont_wrapper h3{
	font-size:18px;
	color:#111111;
}
.try_sh_img_cont_wrapper p{
	font-size:18px;
	font-weight:600;
	color:#5363d7;
	display:inline-block;
	padding-top:15px;
}
.try_sh_img_cont_wrapper del{
	margin-left:10px;
}
.try_sh_btn_wrapper{
	float:left;
	width:100%;
}
.try_sh_btn_wrapper a {
    display:inline-block;
    width: 140px;
    height: 40px;
	margin-top:15px;
    line-height: 40px;
    text-align: center;
    background: rgba(91,44,208,1);
    background: -moz-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(91,44,208,1)), color-stop(100%, rgba(83,98,215,1)));
    background: -webkit-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%);
    background: linear-gradient(135deg, rgba(91,44,208,1) 0%, rgba(83,98,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_sh_btn_wrapper a:hover{
	background: rgba(91,44,208,1);
    background: -moz-linear-gradient(-45deg, rgba(83,98,215,1) 0%, rgba(91,44,208,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83,98,215,1)), color-stop(100%, rgba(91,44,208,1)));
    background: -webkit-linear-gradient(-45deg, rgba(83,98,215,1) 0%, rgba(91,44,208,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(83,98,215,1) 0%, rgba(91,44,208,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(83,98,215,1) 0%, rgba(91,44,208,1) 100%);
    background: linear-gradient(135deg, rgba(83,98,215,1) 0%, rgba(91,44,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try sh section End------********/
/******------try led section Start------********/
.try_led_main_section_wrapper{
	background:url('../images/content/led_back.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	width:100%;
	float:left;
	position:relative;
	padding-top:100px;
	text-align:center;
	margin-bottom:50px;
}
.try_led_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
}
.try_led_img_wrapper{
	float:left;
	width:100%;
	position:relative;
	top:50px;
}
.try_led_heading_wrapper{
	float:left;
	width:100%;
}
.try_led_heading_wrapper h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
}
.try_led_heading_wrapper h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
}
.try_led_heading_wrapper h4{
	color: rgba(255, 255, 255, 0.76);
    line-height: 26px;
}
.try_led_heading_wrapper p{
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:10px;
	float:left;
	width:100%;
}	
.try_led_heading_wrapper a{
	    color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display:inline-block;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_led_heading_wrapper a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try led section End------********/
/******------try lt st section Start------********/
.try_lt_st_main_wrapper{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}


.try_lt_st_heading_wrapper{
	padding-bottom:30px;
	
}
.try_lt_st_main_box_wrapper{
	margin-top:30px;
}
/******------try lt st section End------********/
/******------try Slider erp banner Start------********/
.try_banner_watch_slider_wrapper{
	float:left;
	width:100%;
	background:url('../index_files/about_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}

.try_banner_watch_slider_inner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  top: 60px;
}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.try_banner_watch_slider_inner_wrapper .carousel-indicators{
	bottom: 100px;
    left: 40px;

}
.try_banner_watch_slider_inner_wrapper .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation{
	position:absolute;
	top:60%;
	float:left;
	width:100%;	
	display:block !important;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	font-size:100px;
	    top: 10px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:70px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .prev i:before,.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .next i:before{
	font-size:40px;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .prev,.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .next{
	background:transparent;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_watch_slider_inner_wrapper .carousel-nevigation > .next{
	right:25px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.try_slider_banner_watch_cont h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
	animation-delay: 1.3s;
}
.try_slider_banner_watch_cont h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	animation-delay: 0.7s;
}
.try_slider_banner_watch_cont h4{
	color: rgba(255, 255, 255, 0.76);
    line-height: 26px;
	animation-delay: 1.7s;
}
.try_slider_banner_watch_cont p{
	font-family: "Raleway", sans-serif;
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
	animation-delay: 1.9s;
}	
.try_slider_banner_watch_cont a{
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:21px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_watch_cont a:hover{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------try Slider banner End------********/
/******------try Slider erp banner Start------********/
.try_banner_mac_slider_wrapper{
	float:left;
	width:100%;
	background:url('../index_files/app_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
	padding-bottom:235px;
}

.try_banner_mac_slider_wrapper_foot{
	float:left;
	width:100%;
	background:url('../index_files/foot_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	/* background-size:cover; */
	position:relative;
	/* padding-bottom:100px; */
}


.try_bike_img{
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: -300px;
    -webkit-animation: moveleftbounce 3.0s linear infinite;
    animation: moveleftbounce 3.0s linear infinite;
}
.bike_assesories{
	padding-top:20px;
}
.try_banner_mac_slider_inner_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.try_slider_banner_mac_cont h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
}
.try_slider_banner_mac_cont h2{
	font-size:20px;
	color:#ffffff;
	/* text-transform:capitalize; */
	padding-top:20px;
	padding-bottom:25px;
}
.try_slider_banner_mac_cont h4{
	color: #fff;
    line-height: 1.25;
	font-size:42px;
}
.try_slider_banner_mac_cont p{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-size:48px;
	font-weight:800;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
}
.try_slider_banner_mac_cont{
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
}	
.try_slider_banner_mac_cont a{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-weight: 500;
	color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display:inline-block;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_mac_cont a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_mac_img_Wrapper{
	top:200px;
}
.try_slider_mac_img_Wrapper img{
	width:100%;
}
/******------try Slider banner End------********/
/******------try Slider erp banner Start------********/
.try_banner_bank_slider_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/about_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.try_banner_bank_slider_inner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:500px;
  position:relative;
}
.try_slider_banner_watch_cont li .try_banner_detail_right_part:after{
	content:':';
	position:absolute;
	left: -40px;
    color: #ffffff;
    top: 0px;

}
.try_slider_banner_watch_cont li .try_banner_detail_right_part{
	position:relative;
	float:left;
	width:60%;
}
.try_slider_banner_watch_cont li .try_banner_detail_left_part{
	float:left;
	width:40%;
	/* text-transform:capitalize; */
}
.try_slider_banner_watch_cont ul{
	animation-delay: 0.7s;
}
.try_slider_banner_watch_cont li{
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
	font-size:20px;
	color:#ffffff;
	margin-top:10px;
	float: left;
    width: 100%;
	font-weight:300;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:500px;
  position:relative;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:500px;
  position:relative;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
      top: 110px;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.try_banner_bank_slider_inner_wrapper .carousel-indicators{
	bottom: 100px;
    left: 40px;
	display:none;
}
.try_banner_bank_slider_inner_wrapper .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.try_banner_bank_slider_inner_wrapper .carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
	display:block !important;
}
.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    top: 10px;
	font-size:100px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:70px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .prev i:before,.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .next i:before{
	font-size:40px;
}
.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .prev:hover,.try_banner_bank_slider_inner_wrapper .carousel-nevigation > .next:hover{
	background:transparent;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_bank_slider_inner_wrapper:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_bank_slider_inner_wrapper:hover .carousel-nevigation > .next{
	right:25px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.try_slider_banner_bank_cont h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
	animation-delay: 1.3s;
}
.try_slider_banner_bank_cont h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	animation-delay: 1.5s;
}
.try_slider_banner_bank_cont h4{
	color: rgba(255, 255, 255, 0.76);
    line-height: 26px;
	animation-delay: 1.7s;
}
.try_slider_banner_bank_cont p{
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
	animation-delay: 1.9s;
}	
.try_slider_banner_bank_cont a{
	    color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_bank_cont a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_bank_slider_img_Wrapper img{
	width:100%;
}
/******------try Slider banner End------********/
/******------try Slider erp banner Start------********/
.try_banner_cam_slider_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/app_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.try_banner_erp_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0.9;
	background: rgb(46, 176, 50);
    background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
    background: -webkit-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -o-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -ms-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: #f51644;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
}
.try_banner_cam_slider_inner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  min-height:700px;
  position:relative;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
      top: 230px;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.try_banner_cam_slider_inner_wrapper .carousel-indicators{
	bottom: 100px;
    left: 40px;
	display:none;
}
.try_banner_cam_slider_inner_wrapper .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.try_banner_cam_slider_inner_wrapper .carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
	display:block !important;
}
.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	top:10px;
	height:50px;
	font-size:100px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: transparent;
    color: #fff;
	text-align:center;
	line-height:70px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .prev i:before,.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .next i:before{
	font-size:40px;
}
.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .prev:hover,.try_banner_cam_slider_inner_wrapper .carousel-nevigation > .next:hover{
	background:transparent;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_cam_slider_inner_wrapper:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_banner_cam_slider_inner_wrapper:hover .carousel-nevigation > .next{
	right:25px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.try_slider_banner_cam_cont h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.76);
	animation-delay: 1.3s;
}
.try_slider_banner_cam_cont h2{
	font-size:46px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	animation-delay: 1.5s;
}
.try_slider_banner_cam_cont h4{
	color: rgba(255, 255, 255, 0.76);
    line-height: 26px;
	animation-delay: 1.7s;
}
.try_slider_banner_cam_cont p{
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	margin-top:30px;
	float:left;
	width:100%;
	animation-delay: 1.9s;
}	
.try_slider_banner_cam_cont a{
	    color: #000000;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
	animation-delay: 2.1s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_slider_banner_cam_cont a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_cam_slider_img_Wrapper{
	top:140px;
}
/******------try Slider banner End------********/
/******------try Shipping section Start------********/
.try_shippy_main_wrapper{
	float:left;
	width:100%;
    background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
    background: -webkit-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -o-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -ms-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background:url('../images/content/app_bg.jpg') 50% 0 repeat-y;
    background: #f51644;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
	padding-top:100px;
	padding-bottom:100px;
}
.try_shippy_main_box_wrapper{
	float:left;
	width:100%;
}
.try_ship_icon_wrapper{
	float:left;
	width:100px;
	height:100px;
	border:1px solid rgba(255, 255, 255, 0.48);
	text-align:center;
	line-height:100px;
	color:#ffffff;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.try_ship_icon_wrapper i:before{
	margin-left:0;
	font-size:40px;
}
.try_ship_icon_cont_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:20px;
	padding-top:5px;
}
.try_ship_icon_cont_wrapper h3 a{
	font-size:18px;
	color:#ffffff;
}
.try_ship_icon_cont_wrapper h4{
	font-size:16px;
	color:rgba(255, 255, 255, 0.8);
	padding-top:10px;
	line-height:24px;
}
/******------try Shipping section End------********/
/******------try footer section Start------********/
.try_footer_main_section_wrapper{
	float:left;
	width:100%;
	background:#111111;
	/* padding-top:60px; */
}
.try_footer_first_sec_wrapper{
	float:left;
	width:100%;
}
.try_footer_first_sec_wrapper h4{
	font-size:14px;
	color:rgba(255, 255, 255, 0.58);
	padding-top:12px;
	line-height:24px;
}
.try_footer_first_sec_wrapper p{
	font-size: 28px;
    letter-spacing: .5px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 28px;
}
.try_footer_first_sec_wrapper h5{
	font-size:14px;
	color:rgba(255, 255, 255, 0.58);
	padding-top:35px;
}
.try_footer_first_sec_wrapper h5 a{
	font-size:14px;
	color:rgba(255, 255, 255, 0.58);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_footer_first_sec_wrapper h5 a:hover{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_footer_second_sec_wrapper{
	float:left;
	width:100%;
}
.try_footer_second_sec_wrapper h3{
	font-size:18px;
	color:#ffffff;
}
/* .try_footer_second_sec_wrapper ul{
	margin-top:10px;
} */
.try_footer_second_sec_wrapper li{
	float:left;
	width:100%;
	margin-top:10px;
}
.try_footer_second_sec_wrapper li a{
	color:rgba(255, 255, 255, 0.58);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_footer_second_sec_wrapper li a:hover{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.text-align-left{
	width:60%;
	float:left;
}
.text-align-right{
	width:40%;
	float:left;
}
.try_footer_third_sec_wrapper{
	float:left;
	width:100%;
}
.try_footer_third_sec_wrapper h3{
	font-size:18px;
	color:#ffffff;
}
.try_footer_input_wrapper{
	float:left;
	width:100%;
	margin-top:24px;
}
.try_footer_input_wrapper input{
	float:left;
	width:calc(100% - 50px);
	height:50px;
	padding-left:20px;
	background:#1d1d1d;
	border:0;
	color:rgba(255, 255, 255, 0.58);
	    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.try_footer_input_wrapper button{
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:0;
	background:rgb(230, 38, 72);
	 -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.try_footer_input_wrapper button i:before{
	color:rgba(255, 255, 255, 0.58);
	margin-left:0;
}
.try_footer_third_sec_wrapper h4{
	font-size:14px;
	color:rgba(255, 255, 255, 0.58);
	padding-top:30px;
	float:left;
	width:100%;
}
.try_footer_third_sec_wrapper ul{
	float:left;
	width:100%;
	margin-top:30px;
}
.try_footer_third_sec_wrapper li{
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.try_footer_third_sec_wrapper li a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid rgba(255, 255, 255, 0.35);
	color:rgba(255, 255, 255, 0.52);
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_footer_third_sec_wrapper li a:hover{
	background: rgb(46, 176, 50);
    background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
    background: -webkit-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -o-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: -ms-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
    background: #f51644;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2cd0', endColorstr='#5362d7', GradientType=1 );
	border:1px solid rgb(46, 176, 50);
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_bottom_footer_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px solid rgba(255, 255, 255, 0.17);
	margin-top:80px;
	padding-top:20px;
	padding-bottom:20px;
}
.try_bottom_footer_wrapper p{
	font-size: 12px;
	font-family: "Raleway", sans-serif;
	color:rgba(255, 255, 255, 0.58);
}
.try_bottom_footer_wrapper p a{
	color:rgba(255, 255, 255, 0.58);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_bottom_footer_wrapper p a:hover{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_logo_wrapper_top{
	margin-top:0 !important;
}



.icons{
	width: 60%;
    display: inline-block !important;
}














#success-message {
	opacity: 0;
  }
  
  
  .margin-top-25 {
	margin-top: 25px;
  }
  
  .form-title {
	padding: 25px;
	font-size: 30px;
	font-weight: 300;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  
  .form-group .form-control {
	-webkit-box-shadow: none;
	border-bottom: 1px;
	border-style: none none solid none;
	border-radius:0; 
	border-color: #000;
  }
  
  .form-group .form-control:focus {
	box-shadow: none;
	border-width: 0 0 2px 0;
	border-color: #000;
	
  }
  
  textarea {
	resize: none;
  }
  
  .btn-mod.btn-large {
	  height: auto;
	  padding: 13px 52px;
	  font-size: 15px;
  }
  
  .btn-mod.btn-border {
	  color: #000000;
	  border: 1px solid #000000;
	  background: transparent;
  }
  
  .btn-mod, a.btn-mod {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 4px 13px;
	  color: #fff;
	  background: rgba(34,34,34, .9);
	  border: 1px solid transparent;
	  font-size: 11px;
	  font-weight: 400;
	  text-transform: uppercase;
	  text-decoration: none;
	  letter-spacing: .5px;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }
  
  .btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
	  color: #fff;
	  border-color: #000;
	  background: #000;
	  outline: none;
  }
  
  @media only screen and (max-width: 500px) {
	  .btn-mod.btn-large {
		 padding: 6px 16px;
		 font-size: 11px;
	  }
	
	  .form-title {
		  font-size: 20px;
	}
  }









  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.contact-section {
	position: relative;
	/* min-height: 100vh; */
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

/* Background with overlay */
.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/api/placeholder/1920/1080') center/cover no-repeat;
	opacity: 0.1;
	z-index: 0;
}

.container {
	position: relative;
	z-index: 2;
	padding: 60px 15px;
}

.contact-info {
	color: white;
	padding-right: 50px;
}

.contact-info h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 12px;
	color: rgb(230, 38, 72);
}

.contact-info p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0.9;
	margin-bottom: 40px;
	color: #111111;
}

.contact-details {
	list-style: none;
	padding: 0;
}

.contact-details li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #111111;
	font-size: 16px;
}

.contact-details i {
	margin-right: 15px;
	width: 24px;
	text-align: center;
}

.form-card {
	background: #ffffff;
	border-radius: 4px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 25px;
	position: relative;
}

.form-control {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 8px 0;
	font-size: 15px;
	background: transparent;
	transition: all 0.3s ease;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #4c66ea;
}

textarea.form-control {
	min-height: 100px;
	resize: none;
}

.form-control::placeholder {
	color: #333;
	font-size: 15px;
}

.btn-submit {
	background: #E62648;
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-submit:hover {
	background: #FC4C4F;
}

.btn-submit::after {
	content: '→';
	font-size: 18px;
}

/* Add subtle shadow to form card to match image */
.form-card {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
	.contact-info {
		padding-right: 0;
		margin-bottom: 40px;
	}
	
	.container {
		padding: 40px 15px;
	}
}


/******------try footer section End------********/


/* NEW */


@media (max-width: 600px) {
	.try_recent_mob_heading_wrapper h2 {
		font-size: 24px;
		color: #111111;
	}
}


