/* GENERAL */
body {
	font-family: 'Roboto', sans-serif;
}
.nopad {
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
footer a:hover, .menus li a:hover {
	color: #fff;
	text-decoration: none;
}

/* INFOGRAPHICS */
.sprite {
	background: url(../images/sprite.png) no-repeat 0 0;
}
.sprite.indnum {
	background-position: 0 0;
}
.sprite.usnum {
	background-position: -22px 1px;
}
.section-one {
	background: none repeat scroll 0 0 #fff;
	float: left;
	overflow: hidden;
	width: 100%;
}
.padsectn {
	float: left;
	padding: 50px 0;
	width: 100%;
}
.pagehrdng {
	color: #2b3c4e;
	display: block;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
}
.pagehrdng::before {
	background: none repeat scroll 0 0 #00badc;
	border: 2px solid #fff;
	border-radius: 30px;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 14px;
	z-index: 1;
	visibility: hidden;
}
.pagehrdng::after {
	background: none repeat scroll 0 0 #eaeaea;
	visibility: hidden;
	bottom: 6px;
	content: "";
	height: 1px;
	left: 30%;
	position: absolute;
	right: 30%;
	z-index: 0;
}
.roundsec::before {
	background: none repeat scroll 0 0 #fff;
	border: 4px solid #68696d;
	border-radius: 100%;
	content: "";
	height: 410px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	-o-transform: translateX(-70%);
	transform: translateX(-70%);
	width: 450px;
	z-index: 0;
}
.roundsec::after {
	background: none repeat scroll 0 0 #fff;
	border: 4px solid #68696d;
	border-radius: 100%;
	content: "";
	height: 410px;
	right: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(70%);
	-moz-transform: translateX(70%);
	-o-transform: translateX(70%);
	transform: translateX(70%);
	width: 450px;
	z-index: 0;
}
.roundsec {
	float: left;
	margin: 30px 0 0;
	min-height: 450px;
	position: relative;
	width: 100%;
}
.insidern {
	float: left;
	position: relative;
	width: 100%;
	z-index: 10;
}
.steps {
	float: left;
	padding: 10px 0;
	height: 150px;
	width: 100%;
}
.steps:nth-child(2) {
	-webkit-transform: translateX(83px);
	-moz-transform: translateX(83px);
	-o-transform: translateX(83px);
	transform: translateX(83px);
}
.steps:first-child .spceo,
.steps:nth-child(3) .spceo {
	margin-right: 15px;
}
.animateblock {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.animateblock.animated {
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-family: 'Signika Negative', sans-serif;
	font-size: 30px;
}
.step1.sprite {
	-webkit-transform: translate(-140px, -48px);
	-moz-transform: translate(-140px, -48px);
	-o-transform: translate(-140px, -48px);
	transform: translate(-140px, -48px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.animateblock.animated .step1.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.step2.sprite {
	-webkit-transform: translate(-83px, -150px);
	-moz-transform: translate(-83px, -150px);
	-o-transform: translate(-83px, -150px);
	transform: translate(-83px, -150px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.animateblock.animated .step2.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.step3.sprite {
	-webkit-transform: translate(83px, -150px);
	-moz-transform: translate(83px, -150px);
	-o-transform: translate(83px, -150px);
	transform: translate(83px, -150px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.animateblock.animated .step3.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .spceo {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
.insidern.right_side .steps:nth-child(2) {
	-webkit-transform: translateX(-83px);
	-moz-transform: translateX(-83px);
	-o-transform: translateX(-83px);
	transform: translateX(-83px);
}
.insidern.right_side .steps:first-child .spceo,
.insidern.right_side .steps:nth-child(3) .spceo {
	margin-right: 0px;
	margin-left: 15px;
}
.insidern.right_side .step1.sprite {
	-webkit-transform: translate(140px, -48px);
	-moz-transform: translate(140px, -48px);
	-o-transform: translate(140px, -48px);
	transform: translate(140px, -48px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .animateblock.animated .step1.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .step2.sprite {
	-webkit-transform: translate(83px, -150px);
	-moz-transform: translate(83px, -150px);
	-o-transform: translate(83px, -150px);
	transform: translate(83px, -150px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .animateblock.animated .step2.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .step3.sprite {
	-webkit-transform: translate(-83px, -150px);
	-moz-transform: translate(-83px, -150px);
	-o-transform: translate(-83px, -150px);
	transform: translate(-83px, -150px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .animateblock.animated .step3.sprite {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.insidern.right_side .stephd {
	text-align: right;
}
.step1.sprite {
	background-position: -187px -208px;
}
.step2.sprite {
	background-position: -187px -332px;
}
.step3.sprite {
	background-position: -184px -465px;
}
.insidern.right_side .step1.sprite {
	background-position: -418px -217px;
}
.insidern.right_side .step2.sprite {
	background-position: -416px -333px;
}
.insidern.right_side .step3.sprite {
	background-position: -414px -453px;
}
.spceo {
	background: url("../images/sprite.png") no-repeat scroll 0 -494px rgba(0, 0, 0, 0);
	float: left;
	margin-right: 15px;
}
.comntet {
	display: block;
	height: 98px;
	overflow: hidden;
	width: 89px;
}
.paraset {
	display: block;
	overflow: hidden;
}
.stephd {
	color: #444;
	display: block;
	font-size: 18px;
	margin: 8px 0;
	overflow: hidden;
}
.demopars {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
.steps:last-child .paraset {
	margin: 5px 0 0;
}
.relativediv {
	display: block;
	min-height: 450px;
	position: relative;
	width: 100%;
}
.section-unique_container_img {
	bottom: -30px;
	height: 70%;
	position: absolute;
	right: 0;
	width: 70%;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.section-unique_container_img img {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(15%, -65%);
	-ms-transform: translate(15%, -65%);
	-o-transform: translate(15%, -65%);
	transform: translate(15%, -65%);
}
.section-unique_container_img .img_ipad_1 {
	-webkit-transform: translate(150%, -48%);
	-ms-transform: translate(150%, -48%);
	-o-transform: translate(150%, -48%);
	transform: translate(150%, -48%);
}
.img_ipad_1 {
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-webkit-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
	-o-transition-delay: 450ms;
	transition-delay: 450ms;
}
.img_ipad_2 {
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.img_ipad_3 {
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.container_general.animateblock.animated .img_ipad_1 {
	opacity: 1;
	-webkit-transform: translate(-60%, -48%);
	-ms-transform: translate(-60%, -48%);
	-o-transform: translate(-60%, -48%);
	transform: translate(-60%, -48%);
}
.container_general.animateblock.animated .img_ipad_2 {
	opacity: 1;
	-webkit-transform: translate(-20%, -52%);
	-ms-transform: translate(-20%, -52%);
	-o-transform: translate(-20%, -52%);
	transform: translate(-20%, -52%);
}
.container_general.animateblock.animated .img_ipad_3 {
	opacity: 1;
	-webkit-transform: translate(-63%, -75%);
	-ms-transform: translate(-63%, -75%);
	-o-transform: translate(-63%, -75%);
	transform: translate(-63%, -75%);
}
.subheading {
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin: 5px 0 10px;
	overflow: hidden;
}


/* FOOTER */
footer {
    background: none repeat scroll 0 0 #272628;
    float: left;
    padding: 40px 0 10px;
    width: 100%;
}
footer li {
    display: inline-block;
}
footer h4 {
    color: #eee;
    display: block;
    font-size: 18px;
    margin: 10px 0 15px;
    overflow: hidden;
}
footer a:hover, footer a:focus {color: #c6e254;text-decoration: none;}
footer a, footer p {
    color: #ccc;
    display: block;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    position: relative;
    cursor: default;
}
footer a, footer span {
	float: left;
	display: inline-block;
}
footer span {
    color: #fff;
    line-height: 2;
    padding: 0 11px 0 15px;
}
footer p {
    line-height: normal;
}
footer img {
    margin-bottom: 10px;
}
/* BOTTOM FOOTER */
.bottom_foot {
    background: #005397;
    float: left;
    position: relative;
    width: 100%;
}
.bottom_foot p {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    margin: 0;
}
.bottom_foot p a {
	color: #fff;
}
.copyrit {
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px 0 10px;
}


/* TESTIMONIAL */
.customer {
	background-image: url("../images/c_box.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0 10%;
	background-attachment: fixed;
	clear: both;
}
.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
}
.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}
.dp-slider div {
    transform-style: preserve-3d;
}
.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    transition: transform 1.2s;
}
#dp-next i, #dp-prev i {color: #fff;font-size: 25px;}
.dp-img img {
    border-left: 1px solid #fff;
}
#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(10%) scale(0.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(20%) scale(0.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(30%) scale(0.7);
}
#dp-next, #dp-prev {
    position: absolute;
    top: 75%;
    right: 30px;
    height: 33px;
    width: 55px;
    z-index: 10;
    cursor: pointer;
    background-color: #005397;
    border-left: 3px solid #212121;
}
#dp-next i, #dp-prev i {
    margin: 4px 0 0 14px;
}
#dp-next svg, #dp-prev svg {
    margin-top: 7px;
}
#dp-prev {
    left: -15px;
    transform: rotate(180deg);
    border-right: 3px solid #212121;
    border-left: 0 none;
}
#dp-dots {
    position: absolute;
    display: none;
    bottom: 25px;
    z-index: 12;
    left: 38%;
    cursor: default;
}
#dp-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ffff;
    border-radius: 50%;
}
#dp-dots li:hover {
	cursor: pointer;
	background: #FA8C8C;
	transition: background .3s;
}
#dp-dots li.active {
    background: #FA8C8C;
}
.dp_item {
    width: 85%;
}
.dp-content ,
.dp-img {
   	text-align: left;
}
.dp_item {
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 50px 10px 20px;
}
.dp-content {
    padding-left: 80px;
    padding-right: 0;
    display: inline-block;
    width: 100%;
}
.dp-content h2 {
    color: #41414B;
    font-family: Circular Std Bold;
    font-size: 48px;
    max-width: 460px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.dp-content p {
    color: #74747F;
    max-width: 490px;
    margin-top: 25px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.dp-content .site-btn {
   margin-top: 15px;
   font-size: 13px;
   padding: 19px 40px;
}
.dp-img:before {
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    content: "";
    position: absolute;
    height: 100%;
    width: 25%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.dp-img img {
    object-fit: cover;
    object-position: right;
}
#dp-slider,
#dp-slider, .dp-img img {
    height: 100%;
    min-height: 212px;
}
#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}
.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #FA8282;
  padding: 14px 43px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  top: -12px;
  text-decoration: none;
}
.site-btn:hover{
  text-decoration: none;
  color: #fff;
}
.dp-content img {
    position: absolute;
    left: 20px;
    top: 30px;
}
.dp-content h5 {
    color: #3f3f3f;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 7px;
}
.dp-content span {
    background-color: #ebebeb;
    color: #434343;
    padding: 3px 10px;
    font-size: 13px;
    font-style: italic;
}
h1 { margin: 150px auto 30px auto; text-align: center; }
.customer h1 {
    margin-bottom: 50px;
    margin-top: 100px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}

/* KNOW */
.know {
	background-image: url("../images/boarding_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 50px 15px;
	clear: both;
}
.know_item h1, .know_item h2 {
	font-family: 'Signika Negative', sans-serif;
}
.know_item h1, .know_item h2 {
	color: #404040;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.know_item h1 {	
  font-size: 35px;
}
.know_item h2 {
  font-size: 24px;
}
.know_item a {
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    height: 40px;
    color: #fff;
    background-color: #005397;
    display: table;
    margin: 30px auto;
    display: none;
}
.know_item {
    background: rgba(255,255,255,0.85);
    border-radius: 15px;
    padding: 30px 15px;
}
.know_item img {
	margin: 45px auto;
	float: none;
	display: table;
}


/* CLASSY */
.classy p, .classy h4, .customer h1, .classy h2, .sit_ban h4 {
    font-family: 'Signika Negative', sans-serif;
}
.classy p {
    color: #ccc;
    font-size: 16px;
}
.classy h4, .classy h2 {
	color: #fff;
}
.classy img {
    height: 150px;
    width: 150px;
    border: 1px solid #555;
    border-radius: 50%;
    margin-bottom: 10px;
}
.classy h2 {
    margin-bottom: 35px;
}
.classy {
    padding: 40px 0 50px;
    background-image: url("../images/classy_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.center_section {
    display: block;
    min-height: 825px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section-one {
    padding: 40px 0 50px;
    background-image: url("../images/classy.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.nexs_div {
    position: relative;
}
.owl-carousel.show_item.owl-theme {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 354px;
}
.owl-carousel.show_item .item {
    margin: 96px 0 0;
}
#sync1 .item > img {
    max-width: 100%;
}
.nexs_div::after {
    background: rgba(0, 0, 0, 0) url(../images/show1.png) no-repeat scroll 0 0;
    content: "";
    height: 820px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 10;
}
.p_tool {
    background: #fff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.p_right {
	padding: 40px 0;
	text-align: center;
}
.p_right img {
    max-height: 380px;
    display: table;
    margin: 20px auto;
}
.appleft i {
    background-color: #005397;
    color: #fff;
    width: 90px;
    height: 90px;
    font-size: 40px;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}
.appleft h4 {text-transform: capitalize;}
.appleft {
    margin: 40px 0;
}
.mobile_app .container > h4 {color: #005397;}
.mobile_app .container > h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 20px 0 20px 0;
}
.mobile_app .container > p {
    color: #666;
    font-size: 16px;
}
.mobile_app {padding: 50px 0;}
.m_apps {
    padding-top: 50px;
}


/* BANNER */
.site-main {
	width: 100%;
}
.sit_ban a {cursor: default;}
#pattern {
	background-image: url("../images/pattern.jpg");
	background-color: tomato;
}
.site-section {
	width: 100%;
	min-height: 50vh;
	padding: 60px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
 .sit_ban h4 {
	color: #fff;
	text-transform: uppercase;
}
.sit_ban i {
	font-size: 50px;
	color: #f7f7f7;
	line-height: 3.2;
	text-align: center;	
}
.site_ico {
	background-image: url("../images/hex1.png");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	display: table;
	float: none;
	background-position: center;
	background-size: 170px;
	transition: all 0.5s ease-in-out 0s;
}
.sit_ban a:hover .site_ico {
	background-image: url("../images/hex.png");
	transition: all 0.5s ease-in-out 0s;
}


/* HEADER */
header {
    padding: 15px 30px 15px;
    background-color: #005397;
}
header img {
	max-height: 70px;
}
header li {
	display: inline-block;
}
header .media li a {
    display: block;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 2;
    margin-left: 3px;
}
.media {
	margin-bottom: 0;
}
header li a:hover {color: #fff;}
.fb a {
	background-color: #00AEDD;
}
.tw a {
	background-color: #00AEDD;
}
.ln a {
	background-color: #00AEDD;
}
.menus li a {
	color: #fff;
	display: block;
	padding: 10px 10px 15px 10px;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease-in-out 0s;
	text-decoration: none;
}
.menus {
	margin: 0;
}


/* About Us */
.misba_rit, .mobile_app {
    padding: 60px 50px;
    background-image: url(../images/abt_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 643px;
}
.about img {
	width: 100%;
}
.misba_rit p {
    font-size: 15px;
    margin-bottom: 20px;
}


/* CONTACT US */
.contact {
	background-image: url("../images/classy.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.contact form {
    background: #ddd;
    padding: 50px 30px 20px;
    max-width: 700px;
    margin: 0 auto;
}
.contact .form-group {
    padding: 0 2px;
}
.contact {
    padding: 50px 0;
}
.contact button, .contact input.btn {
    background-color: #005397;    
    border: 0;
    border-radius: 0;
    float: right;
    padding: 7px 20px;
}
.contact .radio_txt label {
    display: table;
    float: left;
    line-height: 1.9;
}
.contact button:hover, .contact button, .contact input.btn, .contact input.btn:hover, .contact input.btn:focus {
	color: #fff;
}
.contact .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 12px;
}
.contact label {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.contact .form-group.terms {
    font-size: 11px;
    margin-top: 0;
    padding-left: 20px;
}
.terms input {
    margin: 0;
    position: absolute;
    left: 0;
}
.contact h3 {
    /*background: #ddd;*/
    font-family: 'Signika Negative', sans-serif;
    margin: 0 auto;
    display: table;
    padding: 20px 20px;
    width: 250px;
    text-align: center;
    position: relative;
    font-size: 30px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover, .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 70px;
  }
}