@import "https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
	margin: 0;
	padding: 0
}

* {
	margin: 0;
	padding: 0
}

a:hover {
	text-decoration: none
}

a:focus {
	text-decoration: none
}

body {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	scroll-behavior: smooth
}

.ptpb {
	padding: 50px 0 20px
}

.container {
	max-width: 1175px
}

.mb-20 {
	margin-bottom: 20px
}

.sticky {
	position: fixed!important;
	z-index: 99!important;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05)!important;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0!important;
	-ms-transition: all .3s ease-out 0!important;
	-o-transition: all .3s ease-out 0!important;
	transition: all .3s ease-out 0!important;
	width: 100%
}

.sticky .navbar {
	padding: 10px 0
}

.navbar.sticky .nav__link {
	color: #003b82!important;
	font-size: 21px!important;
	font-weight: 500!important
}

.navLogo {
	position: absolute;
	background: #fff;
	height: 100%;
	z-index: 1;
	border-bottom-right-radius: 75px;
	padding: 13px 35px;
}

.navLogo img {
	max-height: 58px;
}

.navbar {
	align-items: center;
	position: absolute;
	width: 100%;
	top: 0;
	display: flex;
	flex-direction: row;
	font-family: sans-serif;
	padding: 15px 50px 15px 0;
	z-index: 2
}

@keyframes gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

.navbar .nav__link {
	font-family: 'Pathway Gothic One', sans-serif;
	color: #FFF!important;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	text-decoration: none!important;
	padding: 8px 0
}

.navbar .menu-item {
	margin-right: 14px
}

.navbar::after {
	content: "";
	height: 50px;
	width: 125px;
	position: absolute;
	border-bottom-right-radius: 100%;
	left: -15px;
	top: 70px
}

.navbar .cta {
	background-color: #fff;
	color: #084186!important;
	border-radius: 50px;
	padding: 0 15px 3px 6px !important;
	margin: 9px;
	height: 40px;
	transition: all .2s ease-in-out;
	display: flex!important;
	justify-content: center;
	align-items: center
}
.inner-videos img {
    width: 100%;
}
.navbar .cta i {
	background-color: #d60201;
	color: #fff;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	line-height: 28px;
	transform: rotate(-45deg);
	text-align: center;
	font-size: 17px;
	margin-right: 10px
}

.navbar .cta:hover {
	color: #fff!important;
	box-shadow: 0 5px 15px red;
	background-color: #084186
}

.navbar .catgDrop {
	background: #d60201;
	border: none
}

.navbar .catgDrop .dropdown-menu.show {
	padding: 0;
	border-radius: 0
}

.navbar .catgDrop .dropdown-item {
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

.navbar .catgDrop .dropdown-item:hover {
	background-color: #fff;
	color: #d800ff
}

.push-left {
	margin-left: auto
}

.navbar .nav__link span i {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px
}

.hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	outline: none;
	height: 30px;
	position: relative;
	width: 30px;
	z-index: 1000
}

.hamburger-line {
	background: #fff;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
	width: 100%
}

.hamburger:hover .hamburger-line {
	background: #777
}

.hamburger-line-top {
	top: 3px
}

.menu-active .hamburger-line-top {
	top: 50%;
	transform: rotate(45deg) translatey(-50%)
}

.hamburger-line-middle {
	top: 50%;
	transform: translatey(-50%)
}

.menu-active .hamburger-line-middle {
	left: 50%;
	opacity: 0;
	width: 0
}

.hamburger-line-bottom {
	bottom: 3px
}

.menu-active .hamburger-line-bottom {
	bottom: 50%;
	transform: rotate(-45deg) translatey(50%)
}

.nav-menu .menu-item a:hover {
	color: #777;
	text-decoration: underline
}

.nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: all .25s ease-in
}

.sub-nav {
	display: none;
	position: absolute;
	list-style: none;
	width: 190px;
	height: auto
}

.nav__link:hover+.sub-nav {
	display: block
}

.sub-nav:hover {
	display: block
}

.sub-nav__link {
	color: #fff!important;
	text-align: left!important;
	font-weight: 500!important;
	font-family: 'Roboto', sans-serif!important;
	text-decoration: none!important;
	font-size: 14px!important;
	padding: 12px!important;
	line-height: 2.5
}

.catgDrop li:hover {
	background: #fff
}

.catgDrop li:hover .sub-nav__link {
	color: #084186!important
}

.heroBanner {
	position: relative;
	background: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 720px;
	padding: 0 50px;
	z-index: 1
}

.heroBanner::after {
	content: '';
	position: absolute;
	right: -3%;
	top: 8%;
	width: 330px;
	height: 640px;
	background-color: transparent;
	border-bottom-right-radius: 510px;
	border-top-right-radius: 510px;
	border: 108px solid #003b82;
	border-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: rotate(180deg);
	z-index: -1
}

.heroBanner .bannerLeft h2 {
	background: linear-gradient(to right, #084186 0, #3a679e 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase
}

.heroBanner .bannerLeft h1 {
	background: linear-gradient(to right, #d60201 0, #3a679e 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 65px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -5px
}

.heroBanner .bannerLeft p {
	color: #403636;
	font-weight: 500;
	font-size: 14px;
	line-height: 2
}

.heroBanner .cta {
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 0 41px -11px #000;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.heroBanner .cta a {
	color: #084186;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 600
}

.heroBanner .cta:hover {
	background: #3a679e
}

.heroBanner .cta:hover a {
	color: #fff
}

.heroBanner .videoShow {
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 0 41px -11px #000;
    background-color: transparent;
    background-image: linear-gradient(to right, #084186 0, #3a679e 30%);
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.heroBanner .videoShow a {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff
}

.heroBanner .videoShow i {
	font-size: 15px;
	margin-right: 5px
}

.heroBanner .videoShow:hover {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFF 0%, #FFF 100%)
}

.heroBanner .videoShow:hover a {
	color: #3a679e;
	font-weight: 500
}

.heroBanner .innerContent {
	padding-top: 14%
}

.heroBanner .bannerRight {
	position: relative;
	overflow: hidden;
	background-color: #000;
	min-height: 410px;
	margin-bottom: 20px;
	z-index: 0
}

.heroBanner .bannerRight iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none
}

.heroBanner .videoOverlay img {
	z-index: 5;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 1em
}

.heroBanner .videosCreated p {
	color: #FFF;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', sans-serif
}

.heroBanner .videosCreated p strong {
	font-weight: 600
}

.sectionTwo {
	position: relative;
	background: url(../images/home-sec-2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 580px;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: center
}

.sectionTwo .leftContentTwo img {
	margin-bottom: 30px
}

.sectionTwo .leftContentTwo h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px
}

.sectionTwo .leftContentTwo p {
	color: #FFF;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px
}

.sectionTwo .ctaTwo {
	color: #32005E;
	background-color: #FFF;
	border-radius: 50px;
	padding: 10px 20px;
	font-weight: 500;
	text-transform: uppercase;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	margin: 10px 20px
}

.sectionTwo .ctaTwo a {
	color: #084186;
	font-weight: 700;
	font-size: 14px
}

.sectionTwo .ctaTwo a i {
	position: absolute;
	left: 10px;
	top: 8px
}

.sectionTwo .ctaTwo:hover {
	background-color: #084186
}

.sectionTwo .ctaTwo:hover a {
	color: #fff
}

.sectionTwo .bannerRight {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #000;
	min-height: 410px;
	margin-bottom: 20px
}

.sectionTwo .bannerRight iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none
}

.sectionTwo .bannerRight .videoOverlay {
	/*background: url(../images/sec2-video-overlay.jpg);*/
	background:#ee3f09;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.sectionTwo .videoOverlay img {
	z-index: 5;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 1em
}

.thirdSection {
	background: #f4f3f3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 560px;
	display: flex;
	align-items: center
}

.thirdSection .innerWrap {
	background-color: #F3F3F3;
	box-shadow: 0 0 38px -17px #000;
	padding: 10px
}

.innerWrap .playIcon {
	margin-top: -50px;
	margin-bottom: 20px
}

.innerWrap .secContent p {
	color: #084186;
	font-size: 23px;
	text-transform: uppercase
}

.innerWrap .secContent h3 {
	color: #d60201;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif
}

.innerWrap .brands-carousel {
	margin: 30px 0;
	position: relative
}

.innerWrap .brands-carousel img {
	border-style: solid;
	border-width: 1px;
	border-color: #F9F9F9
}

.innerWrap .brands-carousel.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	bottom: -50px;
	width: 100%
}

.innerWrap .brands-carousel.owl-carousel .owl-nav button.owl-prev {
	font-size: 25px;
	color: #eeeeeee6;
	font-weight: 800;
	float: left
}

.innerWrap .brands-carousel.owl-carousel .owl-nav button.owl-next {
	font-size: 25px;
	color: #eeeeeee6;
	font-weight: 800;
	float: right
}

.fourthSection .fourthHeading h2 {
	background: linear-gradient(to right, #d60201 0, #3a679e 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 30px 0
}

.fourthSection .videoCat {
	background-color: #361fc9;
	padding: 0 0 82px 50px
}

.fourthSection .videoCat .divider {
	width: 100%;
	padding: 30px 0
}

.fourthSection .videoCat .divider span {
	width: 9%;
	height: 2px;
	background-color: #fff;
	display: block
}

.fourthSection .videoCat h4 {
	color: #FFF;
	font-family: "Oswald", Sans-serif;
	font-size: 46px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px
}

.fourthSection .videoCat p {
	color: #FFF;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-right: 25px
}

.fourthSection .videoCat .cta a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 20px
}

.fourthSection .videoCat .cta a:hover {
	border-color: #32005E
}

.fourthSection .rightColOne {
	background: url(../images/animatedsec.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	max-height: 315px
}

.fourthSection .leftColTwo {
	background: url(../images/explainersec.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	max-height: 315px
}

.fourthSection .videoCatTwo {
	background-color: #9c00bd;
	padding: 0 0 103px 50px
}

.fourthSection .videoCatTwo .divider {
	width: 100%;
	padding: 30px 0
}

.fourthSection .videoCatTwo .divider span {
	width: 9%;
	height: 2px;
	background-color: #fff;
	display: block
}

.fourthSection .videoCatTwo h4 {
	color: #FFF;
	font-family: "Oswald", Sans-serif;
	font-size: 46px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px
}

.fourthSection .videoCatTwo p {
	color: #FFF;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-right: 25px
}

.fourthSection .videoCatTwo .cta a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 20px
}

.fourthSection .videoCatTwo .cta a:hover {
	border-color: #32005E
}

.fourthSection .rightColThree {
	background: url(../images/motionsec.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	max-height: 315px
}

.fourthSection .videoCatThree {
	background-color: #5e21b5;
	padding: 0 0 104px 50px
}

.fourthSection .videoCatThree .divider {
	width: 100%;
	padding: 30px 0
}

.fourthSection .videoCatThree .divider span {
	width: 9%;
	height: 2px;
	background-color: #fff;
	display: block
}

.fourthSection .videoCatThree h4 {
	color: #FFF;
	font-family: "Oswald", Sans-serif;
	font-size: 46px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px
}

.fourthSection .videoCatThree p {
	color: #FFF;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-right: 25px
}

.fourthSection .videoCatThree .cta a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 20px
}

.fourthSection .videoCatThree .cta a:hover {
	border-color: #32005E
}

.fourthSection .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	min-height: 170px
}

.fourthSection .box img {
	margin: 10px 0
}

.fourthSection .box .counterValue {
	color: #fff;
	font-weight: 800;
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2
}

.fourthSection .box p {
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2
}

.box1 {
	background-color: #ee00eb
}

.box2 {
	background-color: #b318df
}

.box3 img {
	height: 100%;
	max-height: 194px
}

.box4 {
	background-color: #d60201
}

.box5 {
	background-color: #003b82
}

.fifthSection {
	background-color: #F8F8F8;
	padding: 50px 0
}

.fifthSection .verDivider {
	margin-bottom: 20px
}

.fifthSection .secHeading {
	margin-bottom: 20px
}

.fifthSection .secHeading h2 {
	color: #084186;
	font-family: "Raleway", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase
}

.fifthSection .secHeading p {
	color: #084186;
	font-family: "Raleway", Sans-serif;
	font-size: 15px;
	text-transform: uppercase
}

.fifthSection .bussCategory h2 {
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	text-shadow: 0 2px 0 #000;
	text-align: center;
	padding: 0 25px
}

.cat-bord-rad {
	border-radius: 140px 0 140px 0;
	transition: all .5s ease-in-out
}

.cat-bord-rad:hover {
	border-radius: 0 140px 0 140px
}

.fifthSection .catg1 {
	padding: 40px 0;
	background: #000;
	background: #36ae2d;
	transition: all .5s ease-in-out
}

.fifthSection .catg2 {
	padding: 40px 0;
	margin-top: 20px;
	background: #e21db8;
	transition: all .5s ease-in-out
}

.fifthSection .catg3 {
	background: #6d1e60;
	padding: 40px 0;
	transition: all .5s ease-in-out
}

.fifthSection .catg4 {
	padding: 40px 0;
	margin-top: 20px;
	background: #863333;
	transition: all .5s ease-in-out
}

.fifthSection .catg5 {
	padding: 40px 0;
	background: #8c8e20;
	transition: all .5s ease-in-out
}

.fifthSection .catg6 {
	padding: 40px 0;
	background: #2f0d5d;
	margin-top: 20px;
	transition: all .5s ease-in-out
}

.fifthSection .catg7 {
	padding: 40px 0;
	background: #c7b90b;
	transition: all .5s ease-in-out
}

.fifthSection .catg8 {
	padding: 40px 0;
	margin-top: 20px;
	background: #0bd0de;
	transition: all .5s ease-in-out
}

.sixthSection {
	padding: 20px 0;
	background: linear-gradient(to right, #084186 0, #3a679e 30%)
}

.sixthSection p {
	color: #FFF;
	font-family: "Raleway", Sans-serif;
	font-size: 47px;
	line-height: 1.3em;
	margin-bottom: 20px
}

.sixthSection .cta {
	margin-bottom: 20px
}

.sixthSection .cta a {
	color: #164c8d;
	background-color: #FFF;
	border-radius: 50px;
	padding: 14px;
	box-shadow: 0 0 41px -11px #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800
}

.sixthSection .cta a:hover {
	color: #FFF;
	background-color: #084186;
	box-shadow: -2px 1px 10px red
}

.seventhSec {
	padding: 50px 0 0;
	background: url(../images/seventh-sec.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px
}

.seventhSec .mainHeading p {
	font-family: "Raleway", Sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: #333;
	text-align: center
}

.seventhSec .mainHeading strong {
	color: #d60201
}

.seventhSec .mainHeading .desc {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px
}

.timeline {
	list-style: none;
	padding: 20px 0;
	position: relative
}

.timeline:before {
	top: 50px;
	bottom: 100px;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #B4B4B4;
	left: 50%;
	margin-left: -1.5px
}

.timeline>li {
	margin-bottom: 20px;
	position: relative
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	width: 45%;
	float: left;
	background: #fff;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px #000;
	box-shadow: 0 1px 6px #000
}

.timeline>li>.timeline-panel:before {
	display: none
}

.timeline>li>.timeline-panel:after {
	display: none
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	z-index: 0
}

.timeline>li>.timeline-badge:after {
	border: none;
	height: 2px!important;
	width: 16px!important;
	background-color: #9c2391;
	left: -23px;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline
}

.timeline>li.timeline-inverted>.timeline-badge:after {
	border: none;
	height: 2px!important;
	width: 16px!important;
	background-color: #9c2391;
	left: 55px;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline
}

.timeline-heading {
	margin-bottom: 10px
}

.timeline-title {
	font-weight: 400;
	font-size: 18px
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline-badge.primary {
	background-color: #126101!important
}

.timeline-badge.success {
	background-color: #00bcb0!important
}

.timeline-badge.success1 {
	background-color: #393414!important
}

.timeline-badge.warning {
	background-color: #ed00e0!important
}

.timeline-badge.danger {
	background-color: #1834de!important
}

.timeline-badge.info {
	background-color: #a121b4!important
}

.timeline-title.primary {
	color: #350161;
	font-weight: 600
}

.timeline-title.success {
	color: #00BC70;
	font-weight: 600
}

.timeline-title.success1 {
	color: #181439;
	font-weight: 600
}

.timeline-title.warning {
	color: #ED7600;
	font-weight: 600
}

.timeline-title.danger {
	color: #DE1818;
	font-weight: 600
}

.timeline-title.info {
	color: #B42172;
	font-weight: 600
}

li.timePrimary:hover .primaryPanel {
	background: #350161
}

li.timePrimary:hover .primaryPanel h4,
li.timePrimary:hover .primaryPanel p {
	color: #fff
}

li.timeSuccess:hover .successPanel {
	background: #00BC70
}

li.timeSuccess:hover .successPanel h4,
li.timeSuccess:hover .successPanel p {
	color: #fff
}

li.timeSuccess1:hover .success1Panel {
	background: #181439
}

li.timeSuccess1:hover .success1Panel h4,
li.timeSuccess1:hover .success1Panel p {
	color: #fff
}

li.timeWarning:hover .warningPanel {
	background: #ED7600
}

li.timeWarning:hover .warningPanel h4,
li.timeWarning:hover .warningPanel p {
	color: #fff
}

li.timeDanger:hover .dangerPanel {
	background: #DE1818
}

li.timeDanger:hover .dangerPanel h4,
li.timeDanger:hover .dangerPanel p {
	color: #fff
}

li.timeInfo:hover .infoPanel {
	background: #B42172
}

li.timeInfo:hover .infoPanel h4,
li.timeInfo:hover .infoPanel p {
	color: #fff
}

.timeline-title {
	margin-top: 0;
	color: inherit
}

.timeline-body p {
	color: #333;
	font-size: 14px
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0
}

.timeline-body>p+p {
	margin-top: 5px
}

.eigthSection {
	background: url(../images/explore.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0 50px
}

.eigthSection img {
	margin-bottom: 30px
}

.eigthSection .ideaTitle h5 {
	background-color: transparent;
	background-image: linear-gradient(340deg, #d60201 0%, #e04241 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 40px
}

.eigthSection .ideaTitle h4 {
	background-color: transparent;
	background-image: linear-gradient(340deg, #084186 0%, #215493 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase
}

.viewCta {
	background: #F8F8F8;
	text-align: center;
	padding: 50px 0
}

.viewCta a {
	background-color: transparent;
	background-image: linear-gradient(340deg, #084186 0%, #215493 100%);
	color: #FFF;
	border-radius: 50px;
	padding: 13px 40px;
	box-shadow: 0 0 41px -11px #000;
	font-weight: 600;
	font-size: 14px
}

.viewCta a:hover {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFF 0%, #FFF 100%);
	color: #084186
}

.tenthSection {
	padding: 50px 0
}

.tenthSection .sec-heading h5 {
	background-image: linear-gradient(340deg, #084186 0%, #215493 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 37px;
	font-weight: 300;
	line-height: 50px
}

.tenthSection .sec-heading h2 {
	background-image: linear-gradient(340deg, #d60201 0%, #084186 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 53px;
	font-weight: 800;
	text-transform: uppercase
}

.tenthSection .services {
	padding-top: 50px
}

.tenthSection .anim-cat {
	height: 260px;
	margin: 0;
	padding: 25px
}

.tenthSection .whiteBG {
	background-color: #fff;
	box-shadow: 0 0 46px -23px #000
}

.tenthSection .anim-cat .cat-text h6 {
	color: #d60201;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 800
}

.tenthSection .anim-cat .cat-text p {
	color: #194e8f;
	font-size: 14px;
	line-height: 2;
	font-weight: 500
}

.eleventhSection {
	background: url(../images/testimonial-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px
}

.eleventhSection .divider {
	padding: 15px 0
}

.eleventhSection .divider span {
	width: 10%;
	height: 2px;
	display: block;
	background: #084186
}

.eleventhSection .test-heading h4 {
	color: #084186;
	font-family: "Raleway", Sans-serif;
	font-size: 31px;
	font-weight: 400;
	margin-bottom: 20px
}

.eleventhSection .test-heading h2 {
	color: #084186;
	font-family: "Raleway", Sans-serif;
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase
}

.eleventhSection .reviewsWrap {
	height: 400px;
	width: 400px;
	background-color: #084186;
	border-radius: 50%;
	border: 7px solid #d60201;
	position: relative;
	padding-top: 15%
}

.eleventhSection .reviewsWrap .cust-reviews {
	width: 90%;
	height: 120px;
	margin: 0 auto;
	color: #fff;
	font-family: "Raleway", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	display: flex;
	justify-content: center;
	align-items: center
}

.eleventhSection .itemHeight {
	min-height: 300px
}

.eleventhSection .cust-name {
	margin: 5px 0
}

.eleventhSection .cust-name a {
	text-align: center;
	color: #d60201;
	font-weight: 700;
	font-style: italic
}

.eleventhSection .cust-rating {
	width: 80%;
	margin: 0 auto
}

.eleventhSection .cust-rating span {
	color: #00B67A;
	font-size: 12px;
	margin-right: 5px
}

.eleventhSection .bottomImg img {
	max-width: 135px;
	margin: 0 auto
}

.eleventhSection .reviewsWrap .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
	text-align: right
}

.eleventhSection .reviewsWrap .owl-carousel .owl-nav button.owl-prev {
	height: 35px;
	width: 35px;
	background: #fff;
	border-radius: 50%;
	outline: none;
	color: #084186;
	border: 2px solid #d60201;
	position: absolute;
	bottom: 25px;
	right: 12%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.eleventhSection .reviewsWrap .owl-carousel .owl-nav button.owl-next {
	height: 35px;
	width: 35px;
	background: #fff;
	border-radius: 50%;
	outline: none;
	color: #084186;
	border: 2px solid #d60201;
	position: absolute;
	right: 18%!important;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.home-connect-sec {
	padding: 35px 0;
	background: linear-gradient(-45deg, #d60201, #11488b, #d60201, #11488b);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite
}

.home-connect-sec .connect-text {
	color: #FFF;
	font-family: "Raleway", Sans-serif;
	font-size: 33px;
	line-height: 1em
}

.home-connect-sec .connect-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.home-connect-sec .connect-btn a {
	color: #E52F18
}

.servicesVideoBanner {
	position: relative;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center
}

.servicesVideoBanner .bannerVideo {
	position: absolute;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	min-height: 500px;
	top: 0
}

.servicesVideoBanner .bannerVideo video {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1
}

.servicesVideoBanner .servicesCta {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #084186;
	border-radius: 50px 50px 50px 50px;
	padding: 11px 30px;
	z-index: 1
}

.servicesVideoBanner .inner-banner-text p {
	margin: 0 auto 20px!important
}

.servicesSecond {
	padding: 50px 0
}

.servicesSecond img {
	margin-bottom: 30px
}

.servicesSecond .ideaTitle h5 {
	background: linear-gradient(to right, #003b82 0, #1c5090 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase
}

.servicesSecond .ideaTitle p {
	color: #003b82;
	font-size: 16px;
	line-height: 24px
}

.servicesThird .imgWrap {
	margin-bottom: 25px
}

.servicesFourth {
	padding: 50px 0
}

.servicesFourth .text h3 {
	background: linear-gradient(to right, #003b82 0, #1c5090 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", Sans-serif;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 31px
}

.serviceFourth .desc {
	color: #000;
	font-size: 18px
}

.explainerVideos {
	padding: 30px 0;
	background: #F0F2F2
}

.explainerVideos.bgWhite {
	background: #fff!important
}

.explainerVideos .portfolio-video-wrap {
	height: 290px!important
}

.explainerVideos .explanation h4 {
	color: #d60201;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px
}

.explainerVideos .explanation p {
	font-size: 14px;
	color: #084186;
	font-weight: 500
}

.explainerVideos .explanation .cta {
	font-size: 14px;
	color: #084186;
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px;
	border-color: #d60201;
	border-radius: 50px 50px 50px 50px;
	padding: 10px 20px
}

.teamSection {
	padding: 50px 0
}

.teamSection .sec-content {
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column
}

.teamSection .sec-content h4 {
	background: linear-gradient(to right, #003b82 0, #1c5090 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 33px;
	letter-spacing: -2px
}

.teamSection .sec-content p {
	font-size: 15px;
	color: #333;
	font-weight: 500
}

.pricingTabs {
	padding: 0
}

.tab-hading {
	margin: 70px 0;
	text-align: center
}

.pricingTabs .pkg-box {
	position: relative;
	padding: 15px;
	overflow: hidden
}

.pkg-box:hover {
	outline: 4px solid #003b82
}

.active {
	outline: 4px solid #003b82
}

.pricingTabs .price-compare-packages .duration span {
	background: #d60201;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 14px
}

.pricingTabs .price-compare-packages div {
	margin-bottom: 10px;
	color: #003b82;
	font-size: 15px
}

.pricingTabs .price-compare-packages .name {
	font-size: 24px
}

.pricingTabs .price-compare-packages .price {
	font-size: 24px;
	font-weight: 800
}

.pricingTabs .price-compare-packages .price sub {
	font-size: 13px;
	font-weight: 600
}

.pricingTabs .price-compare-packages .tag {
	font-size: 16px;
	font-weight: 500
}

.pkglist ul {
	list-style: none;
	text-align: center;
	padding: 10px
}

.pkglist li {
	padding: 2px 0;
	color: #003b82
}

.pkglist li span {
	font-size: 1rem;
	color: #d60201;
	margin-right: 3px
}

.pkglist .pkg-order .cta {
	color: #fff;
	background: #d60201;
	padding: 10px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500
}

.pkglist .pkg-order .cta:hover {
	background: #003b82
}

.pricingForm {
	padding: 50px 0
}

.pricingForm p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #d60201
}

.pricingForm .formWrapper label {
	color: #003b82;
	font-size: 14px;
	font-weight: 600
}

.pricingForm .formWrapper label span {
	color: #d60201;
	font-size: 20px
}

.pricingForm .formWrapper input::placeholder,
.pricingForm .formWrapper textarea::placeholder {
	color: #003b82;
	font-size: 14px
}

.pricingForm .formWrapper select {
	color: #003b82;
	font-size: 14px;
	font-weight: 600
}

.pricingForm .formWrapper select option {
	color: #003b82;
	font-size: 14px;
	font-weight: 600
}

.pricingForm .formWrapper input:focus,
.pricingForm .formWrapper select:focus,
.pricingForm .formWrapper textarea:focus {
	box-shadow: none;
	border: 1px solid #000
}

.pricingForm .formWrapper textarea {
	padding: 10px;
	border: 1px solid #ccc
}

.pricingForm .formWrapper .formSubmit button {
	height: 60px;
	width: 200px;
	background: #fff;
	color: #003b82;
	font-size: 18px;
	font-weight: 700;
	border: 3px solid #d70807;
	border-radius: 10px
}

.pricingForm .formWrapper .formSubmit button:hover {
	background: #003b82;
	color: #fff;
	border: none
}

.multiColourBorder span {
	height: 10px
}

.footerSec {
	background: #1a1a1a
}

.footerSec p {
	margin: 0
}

.footerSec p a {
	color: #a1a1a1;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif
}

.footerSec p a span {
	margin-right: 5px
}

.footerSec .socialLinks {
	width: 100%
}

.footerSec .socialLinks i {
	font-size: 25px;
	text-align: center;
	padding: .5em;
	margin-right: 5px;
	cursor: pointer;
	color: #fff
}

.footerSec .sponsorLogos {
	align-items: center;
	justify-content: space-evenly
}

.footerSec .sponsorLogos img {
	max-width: 65px;
	border-radius: 14px
}

.footerSec h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px
}

.bgMustard {
	background: #00ee54;
	width: 21%
}

.bgYellow {
	background: #c6ff16;
	width: 10%
}

.bgRed {
	background: #9218df;
	width: 21%
}

.bgGreen {
	background: #00bd70;
	width: 17%
}

.bgLGreen {
	background: #a75cd6;
	width: 9%
}

.bgLPink {
	background: #9beae3;
	width: 12%
}

.bgDPinf {
	background: #2a21b5;
	width: 10%
}

.footerSec .copyRightBottom {
	padding: 20px 0;
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 500
}

.footerSec .copyRightBottom a {
	color: #a1a1a1;
	font-size: 14px
}

.floatingSide {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999
}

.floatingPhone {
	width: 50px;
	height: 55px;
	text-align: center;
	transition: all .5s ease-in-out
}

.floatingPhone .contactWrap {
	position: absolute;
	right: -150px;
	transition: all .5s ease-in-out
}

.floatingPhone .contactWrap.active {
	right: 0!important;
	transition: all .5s ease-in-out
}

.floatingPhone span.phoneIcon {
	font-size: 30px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	width: 50px;
	height: 55px;
	background-color: #d60201;
	text-align: center;
	transition: all .5s ease-in-out
}

.floatingPhone span.contactNumber {
	background: #fff;
	cursor: pointer;
	width: 150px;
	height: 54px;
	text-align: center;
	line-height: 3.5
}

.floatingPhone span.contactNumber a {
	color: #084186
}

.floatingForm {
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 999
}

.formWrap {
	background: #fff;
	width: 290px;
	padding: 25px;
	position: absolute;
	right: -290px;
	box-shadow: 1px 1px 10px #ccc;
	transition: all .5s ease-in-out
}

.formWrap h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #084186
}

.formWrap .floatCta {
	width: 100%;
	background: #084186;
	color: #fff;
	outline: none;
	border: none;
	height: 40px;
	font-size: 18px;
	font-weight: 700
}

.floatingForm .formWrap .formController {
	position: absolute;
	height: 175px;
	width: 48px;
	text-align: center;
	cursor: pointer;
	background: #d60201;
	left: -48px;
	top: 20%;
	line-height: 68px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: all .2s ease-in-out
}

.floatingForm .formController span {
	color: #fff;
	display: block;
	transform: rotate(-90deg);
	width: 150px;
	height: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	z-index: 1;
	font-weight: 600;
	text-transform: uppercase;
	left: 0;
	position: absolute
}

.formWrap.active {
	right: 0!important;
	transition: all .5s ease-in-out
}

.modal-form {
	background: #fff;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	max-height: 500px;
	z-index: 9999;
	overflow: hidden;
	box-shadow: 1px 1px 17px #000
}

.modal-btn-close {
	position: absolute;
	right: -2%;
	top: -3%;
	margin: 0;
	cursor: pointer!important;
	color: #fff;
	z-index: 9999;
	background: #d60201;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	padding-top: 2px;
	font-size: 20px
}

.form-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.form-main .title {
	color: #084186;
	font-weight: 700;
	text-align: center;
	margin: 10px 0;
	font-size: 30px
}

.form-main .subtitle {
	font-size: 14px;
	text-align: center;
	color: #084186;
	font-weight: 500
}

.form-main .form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 90%
}

.form-main .form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
	outline: 0;
	font-size: 16px;
	color: #212121;
	padding: 7px 0;
	background: transparent;
	transition: border-color .2s
}

.form-main .form__field::placeholder {
	color: transparent
}

.form-main .form__field:placeholder-shown~.form__label {
	font-size: 16px;
	cursor: text;
	top: 20px
}

.form-main .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: .2s;
	font-size: 12px;
	color: #9b9b9b
}

.form-main .form__field:focus {
	padding-bottom: 6px;
	border-bottom: 2px solid #6174c3;
	font-weight: 700
}

.form-main .form__field:focus~.form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: .2s;
	font-size: 12px;
	color: #6174c3
}

.modal-form .modal-footer {
	display: flex;
	border: none;
	padding: 0
}

.modal-form .submit-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	align-items: center
}

.modal-form .submit-box .modal-btn,
.modal-main .modal-form .submit-box span {
	width: 90%
}

.submit-box .modal-btn {
	margin-top: 5px;
	padding: 10px;
	background-color: #084186;
	color: #fff;
	border: 1px solid #084186;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 10px;
	transition: all 250ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
	width: 40%
}

.modal-form .submit-box .modal-btn:hover,
.modal-main .modal-form .submit-box .modal-btn:focus,
.modal-main .modal-form .submit-box .modal-btn:active {
	background-color: #084186
}

.modal-form .submit-box span {
	margin-top: 5px;
	font-size: .6rem;
	text-align: left;
	color: #222
}

.modal-wrap {
	max-width: 700px;
	width: 100%
}

.close-btn {
	opacity: 1
}

.close-btn:hover {
	opacity: 1
}

.show-reel video {
	width: 100%;
	height: 100%
}

.bannerRight,
video {
	width: 100%;
	object-fit: none
}

.show-reel,
video {
	background: #000
}

.tabs ul li {
	display: inline-block;
	padding: 0 25px
}

.tabs ul {
	list-style: none
}