/* Reset ================================================================================= */

*{margin:0;padding:0}
body{ font-family: 'Poppins', sans-serif; font-weight:400; font-size:16px; color:#ffffff; background-color:#003fbc;}
a {text-decoration:none; background-color: transparent; color:inherit; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer; border:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
:focus{outline:none;}
button{outline:none !important;}
a:focus{outline:none; text-decoration:none;}
a:hover { text-decoration:none;}

.none{display:none !important;}
.relative{position:relative !important;}
.img-center {display:block; margin:0 auto}

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0; line-height:1.35;}
h1{ font-size:36px; font-weight:normal; }
h2{ font-size:28px; font-weight:normal; }
h3{ font-size:22 px; font-weight:normal; }
h4{ font-size:18px; font-weight:normal; }
h5{ font-size:16px; font-weight:normal; }
h6{ font-size:14px; font-weight:normal; }

/* Forms */
form        { display:inline;}
fieldset     { border:0; }
legend      { display:none; }

/* Table */
table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Lists */
ul,ol{list-style:none; margin: 0;}


/* Global Styles ========================================================================= */
.navbar {
	padding:10px 0;
}
.navbar.fixed-top {
	-webkit-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	background-color:#003fbc;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 3px 0;
}
.navbar.navbar-expand-lg .navbar-nav li a {
	padding: 10px;
    font-size: 16px;
	margin:0 2px;
	color:#ffffff; 
	position:relative;
}
.navbar.navbar-expand-lg .navbar-nav li a::before {
	content:"";  
	height:4px;
	background-color:#ffa043;
	border-radius:10px;
	position: absolute;
	display:block;
	bottom:0;
	left: 50%;
    right: 50%;
	-webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	z-index:-1;
}
.navbar.navbar-expand-lg .navbar-nav li a:hover::before {
	left:0;
	right:0; 
}
.navbar.navbar-expand-lg .navbar-nav li a.active::before {
	left:0;
	right:0; 
}
.navbar.navbar-expand-lg .navbar-nav li a:hover {
	color:#ffa043;
}
.navbar.navbar-expand-lg .navbar-nav li a.active {
	color:#ffa043;
}
.section-about {
	background-image:url("../images/about-bg-icon.png");
	background-repeat:no-repeat;
	background-position:bottom center; 
	padding:100px 0;
}
.about-content {
	padding:30px 0;
}
.about-content p {
	line-height:26px;
	margin-bottom:20px;
}
.page-title h1{
	font-weight:600;
	margin-bottom:20px;
	line-height:46px;
}
.page-title h1 span {
	color:#ffa043;
}
.mouse-icon {
	position:absolute;
	bottom:40px;
	width:100%;
}
.page-btn .theme-btn{
	color:#ffa043;
	font-size:16px;
	text-transform:capitalize;
	border:1px solid #ffa043;
	background-color:transparent;
	padding:10px 30px;
	display:inline-block;
	background-color: #003fbc;
}
.page-btn .theme-btn:hover {
	background-color:#ffa043;
	color:#ffffff;
}
.section-goal {
	background-image:url("../images/goal-bg-icon.png");
	background-repeat:no-repeat;
	background-position:right center; 
	padding:120px 0 0 0;
}
.list-item li{
	position:relative;
	padding-left:20px;
	margin-bottom:30px;
	line-height:26px;
}
.list-item li::before {
	content:"-";
	position:absolute;
	left:0;
}
.goal-ellipse {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}
.fadebounce {
	-webkit-animation-name: fadebounce;
	animation-name: fadebounce;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
@-webkit-keyframes fadebounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes fadebounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
.section-features {
	background-image:url("../images/features-bg-icon.png");
	background-repeat:no-repeat;
	background-position:bottom center; 
	padding:120px 0 ;
}
.features-box {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border:1px solid #ffa043;
	margin-bottom:30px;
	padding:32px 15px;
	cursor:pointer;
}
.features-box:hover {
	background-color:#ffffff;
}
.features-box .features-img {
	height:70px;
	width:70px;
	margin:0 auto;
	border:2px solid #ffa043;
	border-radius:50%;
	padding:15px 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.features-box:hover .features-img {
	background-color:#ffa043;
}
.features-box .features-img img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.features-box:hover .features-img img {
	filter: brightness(0) invert(1);
}
.features-box .features-content {
	margin-top:20px;
}
.features-box .features-content h5 {
	color:#ffa043;
	font-weight:600;
}
.features-box .features-content p {
	margin:10px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size:14px;
	line-height:26px;
}
.features-box:hover .features-content p {
	color:#b7b7b7;
}
.section-client {
    margin-top: -170px;
	padding-top:100px;
}
.client-box {
	background-color:#003fbc;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	padding:30px 0;
}
.client-tab .nav-tabs {
	border:0;
}
.client-tab .nav-tabs .nav-link {
	background-color:transparent;
	border:0;
	border-radius:0;
	margin:0;
	position:relative;
	color:#b7b7b7;
	padding:.5rem 0;
	margin:0 1rem;
}
.client-tab .nav-tabs .nav-link::before {
	content:"";  
	height:2px;
	background-color:#ffa043;
	border-radius:10px;
	position: absolute;
	display:block;
	bottom:0;
	left: 50%;
    right: 50%;
	-webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	z-index:2;
}
.client-tab .nav-tabs .nav-link:hover {
	color:#ffa043;
}
.client-tab .nav-tabs .nav-link.active {
	color:#ffa043;
}
.client-tab .nav-tabs .nav-link:hover::before {
	left:0;
	right:0;
}
.client-tab .nav-tabs .nav-link.active::before {
	left:0;
	right:0;	
}
.client-tab .tab-content{
	padding:15px 30px;
}
.client-tab .grid_row {
	display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
	 -ms-flex-pack:center!important;
    justify-content:center!important
} 
.client-tab .grid_row li {
	position:relative; 
    padding-right:15px;
    padding-left:15px; 
	-ms-flex:0 0 20%;
	flex:0 0 20%; 
	max-width:20%; 
}
.client-tab .grid_row li a{ 
	background-color: #ffffff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	display:block;
}	
.section-operators {
	background-image:url("../images/operators-bg-icon.png");
	background-repeat:no-repeat;
	background-position:left center; 
	padding:100px 0;
}
.operators-box {
	padding-top:30px;
}
.operators-img > img {
    position: relative;
    z-index: 2;
}
.operators-img .ellipse {
	position:absolute;
	top:50%;
	width:100%;
	z-index:1;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.operators-content h2 {
	margin-bottom:30px;
	color:#ffa043;
}
.section-channels .page-title {
	margin-bottom:30px;
}
.section-channels .page-title h1 {
	margin:0; 
}
.section-channels .page-title p {
	margin:0;
	font-weight:300;
}
.channels-list .channels_item {
	margin-right:-15px;
    margin-left:-15px; 
}
.channels-list .channels_item:after,
.channels-list .channels_item:before{
	display:table;
    content:" ";
}
.channels-list .channels_item:after {
	clear:both
}
.channels-list .channels_item li {
	width:20%;
	padding-left:15px;
	padding-right:15px;
	float:left;
	position:relative;
}
.section-channels  {
	background-image:url("../images/channels-bg-icon.png");
	background-repeat:no-repeat;
	background-position:left bottom; 
	padding:0 0 80px 0;
}
.channel-box .channel-img {
	height:80px;
	width:80px;
	margin:0 auto;
	border:2px solid #ffa043;
	background-color:#003fbc;
	border-radius:50%;
	padding:16px 0;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.channel-box {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor:pointer;
}
.channel-box:hover .channel-img {
	background-color:#ffa043;
}
.channel-box .channel-img img{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.channel-box:hover .channel-img img{
	filter: brightness(0) invert(1);
}
.channel-box .channel-content h5 {
	color:#ffa043;
	line-height:22px;
}
.wave-img {
	position: absolute;
    top: 30px;
    z-index: -1;
	width: 100%;
} 
.wave-img img {
	width:100%;
}
.section-contact .map-img img {
	width:100%;
}
.contact-bg {
	background-color: #003fbc;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	margin-top: -180px;
} 
.contact-bg .white-bg {
	background-color:#ffffff;
}
.contact-bg .blue_bg {
	background-color:#003fbc;
}
.contact-form {
	padding:30px 20px;
}
.contact-pattern {
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 0;
}
.contact-title h2 {
	color:#ffa043;
	font-weight:700;
	margin-bottom:20px;
}
.form-group {
	display: inline-block;
    width: 100%;
	margin-bottom:20px;
}
.form-group .float-container{ 
    position: relative; 
}
.form-group .float-container .form-control {
    border: 0 none;
    box-shadow: none;
    color: #000000; 
	font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding:10px 10px 0 10px;
	border-radius:0;
	border-bottom:2px solid #b7b7b7;
	background-color:transparent;
	position: relative;
    z-index: 5;
}   
.form-group .float-container textarea.form-control {
	height: 100px;
	resize:none;
	padding-top: 20px;
} 
.form-group .float-container label {
	display: block;
    font-size: 14px; 
	font-weight: 600;
	color:#000000;
    left: 10px;
    margin: 0;
	text-transform:uppercase;
    position: absolute;
    top: -3px;
	letter-spacing:1px;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	transform: translate(0, 16px) scale(1); 
	-webkit-transform: translate(0, 16px) scale(1); 
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	z-index: 0;  
}   
.form-group .float-container label span {
	color:#0ec5d5;
}
.form-group .float-container.active .form-control,
.form-group .float-container .form-control:focus {
	border-color:#ffa043;
} 
.form-group .float-container .form-control:focus + label,
.form-group .float-container.active label { 
	transform: translate(0, 0px) scale(.75); 
	-webkit-transform: translate(0, 0px) scale(.75); 
	opacity:1; 
	font-size: 18px;
    top: -6px;
	color:#b7b7b7;
}   
.contact-list li {
	margin-bottom:30px;
	position:relative;
	padding-left:35px;
	color:#ffffff;
	font-size:13px;
}
.contact-form .page-btn .theme-btn {
	background-color:transparent;
	outline:none;
}
.contact-form .page-btn .theme-btn:hover {
	background-color:#ffa043;
}
.contact-list li a:hover {
	color:#ffa043;
}
.contact-list li img {
	position:absolute;
	left:0;
}
.social-list li {
	display:inline-block;
}
.social-list li a {
	color:#ffffff;
	height:40px;
	width:40px;
	display:block;
	padding:7px 0;
	border-radius:50%;
}
.social-list li a:hover {
	background-color:#ffa043;
}
.contact-details {
	padding:30px 0 0 0;
	position: relative;
    z-index: 1;
}
.footer {
	padding-top:60px;
}
.footer-row { 
	margin-right:-15px;
    margin-left:-15px; 
}
.footer-row:after,
.footer-row:before{
	display:table;
    content:" ";
}
.footer-row:after {
	clear:both
}
.footer-row .footer_grid { 
	padding-left:15px;
	padding-right:15px;
	float:left;
	position:relative;
}
.footer-row .footer_grid.grid_2 {
	width:12%;
}
.footer-row .footer_grid.grid_4 {
	width:30%;
}
.footer-row .footer_grid.grid_3 {
	width:21%;
}
.foot_title h5 {
	color:#ffa043;
	font-weight:500;
	margin-bottom:20px;
}
.footer_intro .contact-list li {
	margin-bottom: 15px;
}
.footer_intro p{
	margin:0 0 15px 0;
	font-size: 13px;
    line-height: 24px;
    font-weight: 300;
	
}
.footer_link li + li {
	margin-top:10px;
}
.footer_link li a {
	display:inline-block;
	font-size:13px; 
}
.footer_link li a:hover {
	color:#ffa043;
}
.footer_link li a::before {
	content:"-";
	padding-right:10px;
}
.footer-logo {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}
.copyright {
	border-top:1px solid #0038a7;
	margin-top:50px;
	padding:15px 0;
}
.copyright_text p {
	margin:0;
	font-size:13px;
} 
.copyright_link  {
	text-align:right;
}
.copyright_link li {
	display:inline-block;
	line-height: 13px;
}
.copyright_link li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ffffff;
}
.copyright_link li a {
	font-size:13px;	
	display: inline-block;
	line-height:13px;
}
.copyright_link li a:hover{
	color:#ffa043
}
.section-terms  {
	padding:120px 0;
	background-image:url("../images/about-bg-icon.png");
	background-repeat:no-repeat;
	background-position:bottom center; 
}
.terms-content p span{
	color:#ffa043;
}



















