@charset "utf-8";
/* CSS Document */

body, html, div, p, span, img, ul, ol, li {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
}
body {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	font-style: normal;
}
a {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
button {
	cursor: default;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ccr_main_section {
	width: 100%;
	padding: 60px 0px;
	margin: 0px;
	text-align: center;
}
/* Top Header *******************/

/* Main Header *******************/
.main_header {
	width: 100%;
	background-color: #262262;
	top: 46px;
}
#page-wrapper {
	width:100%;
}
.header {
	width: 100%;
	height: 75px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #b2b2b2;
	z-index:999;
}
.sticky {
	position: sticky;
	left:0;
	right:0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
.logo {
	margin: 10px 0;
	display: inline-block
}
.navigation_bar {
	background-color: #00baff;
	float: left;
	width: 100%;
}
.menu {
	height: 45px;
}
.darkHeader {
	background-color: #00baff;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	padding: 0px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
}
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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: 9999;
	font-size: 21px;
	padding: 6px 0;
	background-color: transparent;
	color: #ff7e00;
	border: 2px solid #ff7e00;
}
.back-to-top:hover {
	background-color: #db2ae6;
	border-color: #db2ae6;
	color: #fff;
}
/* Banner *******************/
.banner {
	background-color: #fff;
	padding: 0px;
}
/* About us *******************/
.ccr_main_section {
}
/* About REPL *******************/



.counter {
	background-image: url(../images/banner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 40px 0;
	float: left;
	width: 100%;
}
.committee {
	background-image: url(../images/commettee.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	float: left;
	width: 100%;
	height: 522px;
}
.heilightes {
	background-position: top center;
	text-align: center;
	padding: 60px 0;
	float: left;
	width: 100%;
}
.speakers {
	background-image: url(../images/international.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 60px 0;
	background-attachment: fixed;
	float: left;
	width: 100%;
	background-size: cover;
}
/*.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	float: left;
	width: 100%;
	height: 864px;
}*/
.carousel-control-next, .carousel-control-prev {
	width: 100px;
}
.banner_text {
	position: absolute;
	top: 35%;
	left: auto;
	margin: auto;
}
.banner_section {
	position: relative;
	text-align: center;
}
.ccr_section {
	width: 100%;
	padding: 60px 0;
}
.carousel-caption {
	right: auto;
	left: auto;
	top: 30%;
}
.content-area {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.carousel-indicators li {
	border-radius: 50%;
	height: 20px;
	width: 20px;
}
.carousel-indicators .active {
	height: 25px;
	width: 25px;
}
/*CSS Added by Mohini*/
.navigation {
	float: right;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #ff9537;
	width: 75px;
	height: 75px;
	line-height: 75px;
	cursor:pointer;
}
/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Stay on top */
	top: 0; /* Stay at the top */
	right: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	text-align: left;
}
/* The navigation menu links */
.sidenav a {
	padding: 0px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav p {
	font-size: 14px !important;
	margin-top: 8px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #818181;
}
a, a:active, a:focus, button, button:active, button:focus {
	outline: none;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 36px;
	margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 60px;
}
.sidenav a {
	font-size: 18px;
}
}
.owl-carousel .item {
	position: relative;
}
.carousel-txt {
	width: 1200px;
	margin: 0 auto;
}
.carousel-content {
	position: absolute;
	width: 55%;
	float: left;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.slider-heading h2 {
	margin: 100px 0 0px 0px;
	font-size: 34px;
	color: #ffffff;
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 20px;
	line-height: 44px;
}
.slider-heading h2 span {
	color: #daf811;
	text-transform: uppercase;
	font-weight: bold;
}
.slider-heading h2::before {
	content: "";
	width: 500px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.slider-para p {
	margin: 0 0 0px 0px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	padding-right: 40px;
}
.carousel-content1 {
	position: absolute;
	float: right;
	width: 36%;
	top: 20%;
	right: 5%;
}
.home-slider .slider-wrapper .slider1 {
	background-image: url(../images/slide1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slider .slider-wrapper .slider2 {
	background-image: url(../images/slide2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slider .slider-wrapper .slider3 {
	background-image: url(../images/slide3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slider .slider-wrapper .slider4 {
	background-image: url(../images/slide4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slider .slider-wrapper .slider-item {
	width: 100%;
}
.home-slider .slider-wrapper .slider-item .slider-table {
	display: table;
	width: 100%;
	height: 100%;
}
.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.heading {
	width: 100%;
	font-family: 'Lato', sans-serif !important;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 40px;
}
.ccr_section .ccr-txt {
	margin: 0 10% 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.service-box {
	width: 100%;
	box-shadow: 0 2px 13px 0 rgba(0,0,0,.15);
}
.service-box h4 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.service-box figure {
	margin: 0;
}
.service-box figure img {
	width: 100%;
}
.service-text {
	padding: 25px;
}
.service-box p {
	font-size: 14px;
	color: #555555;
	margin: 0 15px 20px;
}
.service-text a {
	color: #f18220;
	font-size: 15px;
	text-transform: uppercase;
}
.service-text .fa {
	font-size: 8px;
	margin-left: 3px;
	vertical-align: middle;
}
.service-text a:hover {
	color: #000;
}
.who-we-section {
	width: 100%;
	background: url(../images/who-we-bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 50px 0;
}
.who-we-section p strong {
	font-size: 20px;
	margin-bottom: 20px;
}
.who-we-section .text-right img {
	margin-right: 50px;
}
.who-we-section p {
	font-size: 14px;
	color: #555555;
	margin-bottom: 15px;
	line-height: 24px;
}
.our-client {
	width: 100%;
	padding: 40px 0px;
}
.client li {
	width: 20%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float: left;
}
.client-logo {
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: white;
	height: 130px;
}
.client li img {
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.client li:nth-child(1), .client li:nth-child(2), .client li:nth-child(3), .client li:nth-child(4), .client li:nth-child(5), .client li:nth-child(6), .client li:nth-child(7), .client li:nth-child(8), .client li:nth-child(9), .client li:nth-child(10) {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.client li:nth-child(5), .client li:nth-child(10) {
	border-right: none !important;
}
.client li:nth-child(11), .client li:nth-child(12), .client li:nth-child(13), .client li:nth-child(14) {
	border-right: 1px solid #dddddd;
}
.glory {
	width: 100%;
	background: url(../images/international.jpg) no-repeat left top;
	background-attachment: fixed;
	padding: 50px 0;
	background-size: cover;
}
.glory-content {
	padding-left: 80px;
	position: relative;
	width: 100%;
}
.main-hd {
	font-family: 'Lato', sans-serif !important;
	font-size: 50px;
	font-weight: 900;
	color: #fff;
	line-height: 55px;
}
.glory-content .icon {
	position: absolute;
	left: 0;
	top: 10px;
}
.glory-content p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}
.footer-form {
	width: 100%;
	background: url(../images/footer-form-bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 50px 0;
}
.footer-form p {
	font-size: 15px;
	margin-bottom: 20px;
}
.input1 {
	width: 100%;
	padding: 12px 10px;
	background-color: #32456c;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
}
.service-list li {
	width: 30%;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	display: inline-block;
}
.main {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 20px;
}
input[type=checkbox] {
	visibility: hidden;
}
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: transparent;
	border: 1px solid #788fc0;
	border-radius: 3px;
}
.main input:checked ~ .checkmark {
	background-color: #32456c;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.main input:checked ~ .checkmark:after {
	display: block;
}
.main .checkmark:after {
	left: 5px;
	bottom: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submit-btn {
	padding: 12px 45px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer !important;
	background: #178fa6;
	background: -moz-linear-gradient(left, #ffae00 0%, #ff7e00 51%, #ffae00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ffae00), color-stop(51%, #ff7e00), color-stop(100%, #ffae00));
	background: -webkit-linear-gradient(left, #ffae00 0%, #ff7e00 51%, #ffae00 100%);
	background: -o-linear-gradient(left, #ffae00 0%, #ff7e00 51%, #ffae00 100%);
	background: -ms-linear-gradient(left, #ffae00 0%, #ffae00 51%, #ffae00 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ffae00), color-stop(51%, #ff7e00), to(#178fffae00a6));
	background: linear-gradient(to right, #ffae00 0%, #ff7e00 51%, #ffae00 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 200% auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.submit-btn:hover {
	background-position: right center;
}
.contact-dtl {
	width: 100%;
	padding: 50px 0px;
}
.contact-content {
	padding-left: 80px;
	position: relative;
	width: 100%;
}
.contact-content .contact-icon {
	position: absolute;
	left: 0;
	top: 10px;
}
.contact-hd {
	font-family: 'Lato', sans-serif !important;
	font-size: 23px;
	font-weight: 900;
	color: #ff7f00;
	line-height: 25px;
}
.contact-content p {
	color: #000;
	font-size: 18px;
	line-height: 25px;
}
.contact-content p a {
	color: #000;
}
.footer {
	width: 100%;
	padding: 30px 0;
	background-color: #0d2042;
}
.footer-links, .footer-btm {
	color: #fff;
}
.footer-links li, .footer-btm li {
	display: inline-block;
	color: #fff;
	margin: 0px 8px;
	font-size: 14px;
}
.footer-links li:first-child, .footer-btm li:first-child {
	margin-left: 0 !important;
}
.footer-links li a {
	color: #fff;
}
.footer-links li a:hover {
	color: #8ba0c4;
}
.footer-btm li a {
	color: #ff7e00
}
.footer-btm li a:hover {
	color: #fff;
}
.call-box {
	text-align: right;
	float: right;
	margin: 20px 20px 0 0;
	font-size: 22px;
	padding-right: 10px;
	line-height: 34px;
}
.call-box a {
	color: #000;
}
.call-box a:hover {
	color: #ff9537;
}
.call-box img {
	margin-right: 8px;
}
.footer-img {
	text-align: right;
}
.section1 {
	background-image: url(../images/section1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	height: 2134px;
}
.digital-slide, .mobile-slide {
	background-image: url(../images/digital-slide-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
}
.mobile-slide {
	background-image: url(../images/mobile-slide-bg.jpg) !important;
}
.text-content {
	position: absolute;
	top: 170px;
}
.digital-slide h1, .mobile-slide h1 {
	font-family: 'Lato', sans-serif !important;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}
.digital-slide p, .mobile-slide p {
	color: #fff;
	margin-right: 100px;
	font-size:15px;
}
.single-img {
	text-align: right;
	margin-top: 40px;
}
.search-icon-box {
	left: 70px;
	top: 140px;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.search-icon-box1 {
	right: 70px;
	top: 140px;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.balloon-icon-box {
	left: 180px;
	top: 100px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.game-icon-box {
	right: 20px;
	top: 50px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.man-icon-box {
	left: -60px;
	bottom: -83px;
	width: 200px;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.dropper-icon-box {
	left: 250px;
	top: 130px;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}
.position-absolute {
	position: absolute !important;
}
.search-icon-box img {
	-webkit-animation: matrix 3s linear infinite;
	animation: matrix 3s linear infinite;
}
.search-icon-box1 img {
	-webkit-animation: matrix 3s linear infinite;
	animation: matrix 3s linear infinite;
}
.balloon-icon-box img {
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}
.game-icon-box img {
	-webkit-animation: moverslow 2s infinite alternate;
	animation: moverslow 2s infinite alternate;
}
.dropper-icon-box img {
	-webkit-animation: moverleftslow 2s infinite alternate;
	animation: moverleftslow 2s infinite alternate;
}
.man-icon-box img {
	-webkit-animation: moverleft 5s infinite alternate;
	animation: moverleft 5s infinite alternate;
}
.banner-icon {
	position: absolute;
	z-index: 3;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.fa-spin {
	-webkit-animation: fa-spin 5s infinite linear !important;
	animation: fa-spin 5s infinite linear !important;
}
.banner-icon.icon-1 {
	bottom: 0px;
	right: 0px;
}
.banner-icon.icon-2 {
	bottom: 18px;
	right: 55px;
}
.banner-icon.icon-3 {
	bottom: 53px;
	right: 28px;
}
.banner-icon.iconnew-1 {
	bottom: 100px;
	right: 220px;
}
.banner-icon.iconnew-2 {
	bottom: 85px;
	right: 170px;
}
.banner-icon.iconnew-3 {
	bottom: 70px;
	right: 217px;
}
.demo {
	margin: 0px auto;
	width: 100%;
}
.demo h1 {
	margin: 0 0 25px;
}
.demo h3 {
	margin: 10px 0;
}
pre {
	background-color: #FFF;
}
@media only screen and (max-width:780px) {
.demo {
	margin: 5%;
	width: 90%;
}
.how-use {
	display: none;
	float: left;
	width: 300px;
}
}
#tabInfo {
	display: none;
}
.resp-tabs-list li::before {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #ff9537;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #000;
}
.resp-tabs-list li:hover::before {
	width: 100%;
	color: #fff !important;
}
.resp-tabs-list li img {
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.9);
	transform: translateY(-50%) scale(0.9);
}
.resp-tab-content h2, .grow-business h3 {
	font-size: 30px;
	font-family: 'Lato', sans-serif !important;
	font-weight: bold;
}
.resp-tab-content h3 {
	font-size: 20px;
	font-family: 'Lato', sans-serif !important;
	font-weight: bold;
	margin-top: 20px;
}
.resp-tab-content p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
a.submit-btn {
	color: #fff !important;
}
.project {
	background: url(../images/project-bg.jpg) no-repeat left top;
	padding: 100px 0px;
	background-size: cover;
	margin-top: 50px;
	text-align: center;
}
.project h2 {
	font-size: 50px;
	font-family: 'Lato', sans-serif !important;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.project p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin: 0 10% 30px;
}
.grow-business {
	width: 100%;
	padding: 50px 0;
}
.grow-business p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
.grow-business img {
	width: 100%;
}
.tabs-section {
	margin-bottom: 50px;
}
.testimonials {
	background-image: url(../images/testimonial-bg.png);
	background-repeat: no-repeat;
	background-color: #262e45;
	padding: 80px 0;
	background-attachment: fixed;
	text-align: center;
}
.testimonials .quote {
	text-align: center;
}
.testimonials .quote p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	padding: 0 90px;
}
.client-info {
	text-align: center;
	margin-top: 35px;
}
.client-pic {
	max-width: 80px;
	margin: 0 auto;
}
.client-pic img {
	width: auto;
	border: 4px solid #fff;
	border-radius: 50%;
}
.client-info h5 {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	margin: 10px 0 5px;
}
.client-info h5 + span {
	font-size: 12px;
	color: #fff;
}
.testimonials .quote p::before, .testimonials .quote p::after {
	content: "";
	background: url("../images/quote.png") center center/100% no-repeat local;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 70px;
	height: 50px;
}
.testimonials .quote p::after {
	left: auto;
	right: 0px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.inner-slide {
	background-image: url(../images/inner-slide-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
.inner-slide h1 {
	font-family: 'Lato', sans-serif !important;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.inner-section {
	width: 100%;
	padding: 50px 0;
}
.inner-section p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
.inner-section p strong {
	font-size: 18px;
}
.skill-set-widget .skill-set-content {
	text-align: left;
	position: relative;
}
.skill-set-widget .skill-set-content .skill-line {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	width: 3px;
	height: 100%;
	background: #fff;
}
.skill-set-widget .skill-set-content .skill-line::before {
	content: "";
	width: 10px;
	height: 72px;
	position: absolute;
	top: 0;
}
.skill-set-widget .skill-set-content .skill-post-content > ul li:first-child {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li {
	width: 47.69565%;
	margin-top: 70px !important;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item {
	padding: 0 0 20px 20px;
	border: 1px solid #e8e8e8;
	position: relative;
	background: #FFF;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item .skill-content {
	overflow: hidden;
	padding: 20px 20px 0 0;
}
.skill-title {
    display: inline;
    margin-left: 20px;
}
.skill-title a {
	color: #000;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	font-weight: 500 !important;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item > span.triggle {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	top: 0;
	right: -10px;
	top: 50%;
	margin-top: -9px;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item > span.triggle::before {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid white;
	top: 0;
	right: -10px;
	top: 50%;
	right: 2px;
	margin-top: -9px;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item > span.skill-icon {
	width: 14px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: -23px;
	margin-right: -9px;
	margin-top: -13px;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li .skill-item > span.skill-icon::before {
	content: "";
	position: absolute;
	top: 6px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 3px solid #ff9537;
	border-radius: 50%;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li.right-content {
	float: right;
	margin-top: -23px !important;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li.right-content .skill-item > span.triggle {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 10px solid #e8e8e8;
	top: 0;
	left: -10px;
	top: 50%;
	left: -10px;
	border-left: none;
	right: inherit;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li.right-content .skill-item > span.triggle::before {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 10px solid white;
	top: 0;
	left: -10px;
	left: 2px;
	right: inherit;
	border-left: none;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li.right-content .skill-item > span.skill-icon {
	top: 50%;
	left: -27px;
	margin-left: -9px;
}
.skill-set-widget .skill-set-content .skill-post-content > ul > li.right-content .skill-item > span.skill-icon {
	top: 50%;
	left: -26px;
	margin-left: -9px;
}

.text-right .skill-title {
    margin-right: 20px !important;
}
.icon1{
	width:75px;
	height:75px;
	background-color:#ff9537;
	border-radius:50%;
	text-align:center;
	line-height:70px;
	display:inline-block;
}
.skill-item:hover img{
-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.skill-item img {

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.mission-section{
	padding:50px 0px;
}
.mission-section h5{
	color: #000;
	font-family: 'Lato', sans-serif !important;
	font-size: 25px;
}
.mission-section p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.mission-section img, .inner-section img{
	width:100%;
}
.contact-box {
    background: #ffffff;
    padding:30px 25px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
	text-align:center;
	margin:0 auto;
}
.contact-box .icon2 {
       width: 100px;
    height: 100px;
    text-align: center;
    color: #ff9537;
    line-height: 98px;
    border: 1px dashed #ff9537;
    border-radius: 50%;
    font-size: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}
.contact-box:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact-box:hover .icon2 {
  color: #ffffff;
  background: #ff9537;
}
.contact-box h3{
	font-size:25px;
	color: #000;
	font-family: 'Lato', sans-serif !important;
	margin:15px 0px 10px;
}
.contact-box p{
	font-size:18px;
	margin-bottom:0;
	height:50px;
}
.contact-box p a{
	color:#000;
}
.contact-box p a:hover{
	color:#ff9537;
}
.sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidenav ul li {
	position: relative;
}
.sidenav a {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	transition: 0.3s;
}
.sidenav ul li .link:hover, .sidenav ul li .link:focus {
	background: #ff9537;
	color: #fff;
}
.accordion {
	width: 100%;
	margin: 20px auto 20px !important;
}
.accordion .link a {
	color: #fff;
}
.accordion .link {
	cursor: pointer;
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	padding: 5px 8px 5px 20px;
}
.accordion li i {
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	top: 8px;
}
.accordion li.open .link {
	color: #fff;
}
.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion li.default .submenu {
	display: block;
}
.submenu {
	display: none;
	font-size: 14px;
}
.submenu ul {
	background-color: #fff;
	padding: 10px 0px !important;
}
.submenu li {
	padding: 5px 20px !important;
	color: #000;
}
.submenu li a {
	font-size: 14px !important;
	color: #000 !important;
	text-transform: none !important;
}
.submenu li a:hover {
	color: #fff !important;
}
.submenu li:hover {
	color: #fff !important;
	background-color: #ff9537;
}
.policy-list li{
	position:relative;
	width:100%;
	margin-bottom:8px;
	font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
	padding-left:13px;
}
.policy-list li .fa{
	position:absolute;
	left:0;
	color: #ff9537;
	top:5px;
}
.inner-section h6{
	font-size: 22px;
	font-weight:bold;
	margin-bottom:10px;
}
.who-we-section1{
	width:100%;
	background:url(../images/bus-bg.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	padding:70px 0px;
	position:relative;
	text-align:center;
}
.who-we-section1::before{
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7)
}
.who-we-section1 p strong {
	font-size: 20px;
	margin-bottom: 20px;
}

.who-we-section1 p {
	font-size: 14px;
	color: #555555;
	margin-bottom: 15px;
	line-height: 24px;
	margin-left:10%;
	margin-right:10%;
}
.home-slider .owl-carousel .owl-item .slider-img img{
	width:inherit;
}
.call-box-new{
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
border:1px solid #eee;
border-radius:30px;
	padding:5px 8px;
    font-size: 22px;
	text-align:center;
	float: right;
	margin: 17px 20px 0 0;
	line-height:25px;
}
.rgtmrgn{
	margin-right:8px;
}
.lftmrgn{
	margin-left:8px;
}
.portfolio-section{
	width:100%;
	padding:50px 0px;
background-image:url(../images/portfolio-bg.jpg);
background-repeat:no-repeat;
background-position:center center;
}
.portfolio-box{
background: #32456c;
border: solid 1px #dedede;

}
.portfolio-box img{
	width:100%;
}
.portfolio-hd{
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:10px 0;
}
.resp-vtabs .resp-tabs-list li:last-child{
	margin-bottom:0 !important;
}
.call-box-new a, .call-box-new a:hover{
	color:#000;
}


.float_whatsapp {
    transform: scale3d(1, 1, 1);
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    bottom: 110px;
    right: 20px;
    position: fixed;
    z-index: 9999;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #25D367;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 0px 7px 2px rgba(136, 136, 136, 0.50);
    transition: transform .3s ease-in-out;
    transform-origin: 100% 100%;
    margin: 0px;
    box-sizing: border-box;
}

.float_whatsapp:hover,
.float_whatsapp:active,
.float_whatsapp:focus {
    color: #fff;
}
.video_file video{
	border: 3px solid #0d2042;
}