@font-face {
	font-family: 'gothicregular';
	src: url('../fonts/gothicregular.eot');
	src: url('../fonts/gothicregular.eot') format('embedded-opentype'),
	url('../fonts/gothicregular.woff2') format('woff2'),
	url('../fonts/gothicregular.woff') format('woff'),
	url('../fonts/gothicregular.ttf') format('truetype'),
	url('../fonts/gothicregular.svg#gothicregular') format('svg');
}

@font-face {
	font-family: 'gothicbold';
	src: url('../fonts/gothicbold.eot');
	src: url('../fonts/gothicbold.eot') format('embedded-opentype'),
	url('../fonts/gothicbold.woff2') format('woff2'),
	url('../fonts/gothicbold.woff') format('woff'),
	url('../fonts/gothicbold.ttf') format('truetype'),
	url('../fonts/gothicbold.svg#gothicbold') format('svg');
}

body {
	color: #3e3e3e;
	font-family: 'gothicregular', sans-serif;
	font-size: 14px;
	outline: none !important;
	text-decoration: none !important;
	background: #ffffff;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #28328c;
}

::selection {
	color: #fff;
	background: #28328c;
}

a:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #28328c;
	background-color: #28328c;
	border-color: transparent;
}

a {
	outline: none !important;
	text-decoration: none !important;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* Starts General  */



/* Ends General  */

/*Start Header css*/

header {
	
}

header.sticky {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 111;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	animation: fadeItIn 1s;
}

header.sticky .header-top {
	padding: 0;
}

header.sticky .header-bottom {
	padding: 10px 0;
}

.header-bottom {
	padding: 15px 0;
	box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13); 
	-webkit-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13); 
	-moz-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13); 
	-ms-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13); 
	-o-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	height: 8vh;
}

.header-bottom nav {
	padding: 0;
}

.header-bottom .navbar-nav li.nav-item {
	margin-right: 45px;
	display: inline-block;
}

.header-bottom .navbar-nav li.nav-item:nth-child(7), .header-bottom .navbar-nav li.nav-item:nth-child(8) {
	display: none;
}

.header-bottom .navbar-nav button > li.nav-item {
	margin-right: 0;
	display: inline-block;
}

.header-bottom .navbar-nav button > li.nav-item a.nav-link {
	font-size: 14px;
	color: #a6a6a6;
	padding: 0;
	font-weight: 400;
}

.header-bottom .navbar-nav button > li.nav-item a.nav-link:hover {
	/*color: #ffffff;*/
}

.header-bottom .navbar-nav li.nav-item a.nav-link {
	color: #3e3e3e;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-bottom .navbar-nav li.nav-item a.nav-link:hover {
	color: #ff9802;
}

/*End Header css*/

/*Starts Banner*/

.banner {
	background: url(../images/banner-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	padding: 60px 0 30px;
	height: 86vh;
}

/*.dot {
	position: absolute;
	left: 55%;
	top: 15%;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	display: inline-block;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/

.banner .banner-carousel .item .left-side-banner h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 38px;
}

.banner .banner-carousel .item .left-side-banner h1 span {
	color: #ff9802;
	display: block;
}

.banner .banner-carousel .item .left-side-banner ul {
	margin: 50px 0 40px 0;
	padding: 0;
	list-style-type: none;
}

.banner .banner-carousel .item .left-side-banner ul li {
	display: block;
	font-size: 16px;
	line-height: 28px;
}

.banner .banner-carousel .item .left-side-banner ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
	border: 0 none;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
	border: 0 none;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.banner .banner-carousel .item .left-side-banner a {
	display: table;
	color: #ffffff;
	background: #ff9802;
	padding: 15px 25px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-size: 14px;
	border: 1px solid #ff9802;
}

.banner .banner-carousel .item .left-side-banner a:hover {
	color: #ff9802;
	background: transparent;
	border: 1px solid #ff9802;
	-webkit-transform: translate3d(0,-3px,0);
	transform: translate3d(0,-3px,0);
}

.banner .banner-carousel .item .left-side-banner .app-store {
	margin-top: 45px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
	background: transparent;
	padding: 0;
	display: inline-block;
	margin-right: 12px;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
	background: transparent;
}

.banner .banner-carousel .item .left-side-banner .app-store a img {
	width: 192px;
}

.banner .banner-carousel .item .right-side-banner img {
	width: 100%;
}

.banner .banner-carousel .item .right-side-banner.team img {
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.banner.features.team {
	padding: 60px 0 30px;
}

.hvr-curl-top-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
	width: 25px;
	height: 25px;
}

.hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: white;
	background: linear-gradient(135deg, #f2f2f2 45%, #aaa 50%, #ccc 56%, #f2f2f2 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.banner .banner-carousel .owl-dots {
	display: table;
	margin: 0 auto;
	/*margin-top: 25px;*/
}

.banner .banner-carousel .owl-dots button.owl-dot {
	border: 0 none;
	background: #333333;
	margin-right: 5px;
	width: 35px;
	height: 4px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	outline: 0 none;
}

.banner .banner-carousel .owl-dots button.owl-dot.active {
	background: #ff9802;
}

.banner .banner-carousel .owl-nav {
	display: block;
}

.banner .banner-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -17%;
	background: transparent;
	border: 0 none;
	top: 40%;
	outline: none;
}

.banner .banner-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -17%;
	background: transparent;
	border: 0 none;
	top: 40%;
	outline: none;
}

.animated  {
	-webkit-animation-duration : 3s  ;
	animation-duration : 3s  ;

	-webkit-animation-delay : 500ms  ;
	animation-delay : 500ms  ;
}

.animate-out {
	-webkit-animation-delay : 0ms  ;
	animation-delay : 0ms  ;
}

.banner .banner-carousel .item .left-side-banner ul.sub img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

.banner .banner-carousel .item .left-side-banner ul.sub li img {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
}

.banner .banner-carousel .item .left-side-banner ul.sub li {
	padding: 0 0 0 20px;
	font-size: 16px;
}

.banner .banner-carousel .item .left-side-banner ul.sub b {
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;
}

.banner .banner-carousel .item .left-side-banner ul.sub {
	margin: 20px 0 0 0;
}

.banner.features {
	padding: 20px 0 30px;
	overflow: hidden;
}

.banner.features .item .left-side-banner.panel {
	height: 500px;
	overflow-y: auto;
	padding: 10px;
}

.banner.features.team .item .left-side-banner.panel {
	height: 310px;
	overflow-y: auto;
	padding: 10px;
}

.banner.features .table thead th {
	border-bottom: 1px solid #333333;
}

.banner.features .table-bordered td, .banner.features .table-bordered th {
	border: 1px solid #333333;
}

.banner.features table {
	background: #fff;
}

.delay-1 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
}

.delay-2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.delay-3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.delay-4 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

.delay-5 {
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
}

.delay-6 {
	animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
}

.delay-7 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	-o-animation-delay: 5s;
}

.banner.features table thead th, .banner.features table tbody td {
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

.banner.features .table thead {
	background: #ff9802;
	color: #fff;
}

.banner.features .item .left-side-banner.panel .card {
	margin-bottom: 10px;
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

.myaccordion .card-header {
	border-bottom-color: #EDEFF0;
	background: transparent;
}

.myaccordion .fa-stack {
	font-size: 18px;
}

.myaccordion .btn {
	width: 100%;
	font-weight: bold;
	color: #333333;
	padding: 0;
	text-align: left;
}

.myaccordion .btn span {
	color: #ff9802;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
	text-decoration: none;
}

.myaccordion li + li {
	margin-top: 10px;
}

.banner.features .item .left-side-banner.panel .card .card-header {
	padding: 10px;
}

.banner .banner-carousel .item .right-side-banner img.team {
	border: 1px solid #dcdcdc;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
}

.banner .banner-carousel .item .right-side-banner.team img {
	border: 1px solid #dcdcdc;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
	width: 50%;
}

/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
	height: 6em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
	height: 0;
	overflow: hidden;
	transition: height .25s;
}

/* Aesthetic */

.accordion {
	padding: 0;
	margin: 0;
}

.accordion .accordion-item {
	padding: 10px;
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	margin-bottom: 10px;
}

.accordion h1 {
	margin: 0;
}

.accordion .accordion-item:nth-child(1) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(200, 80%, 60%), hsl(200, 80%, 45%) 2em, hsl(200, 80%, 60%));*/

}

.accordion .accordion-item:nth-child(2) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(280, 80%, 60%), hsl(280, 60%, 45%) 2em, hsl(280, 80%, 60%));*/
}

.accordion .accordion-item:nth-child(3) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(40, 80%, 60%), hsl(40, 80%, 45%) 2em, hsl(40, 80%, 60%));*/
}

.accordion .accordion-item:nth-child(4) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(80, 80%, 40%), hsl(80, 80%, 35%) 2em, hsl(80, 80%, 40%));*/
}

.accordion .accordion-item:nth-child(5) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(80, 80%, 40%), hsl(80, 80%, 35%) 2em, hsl(80, 80%, 40%));*/
}

.accordion .accordion-item:nth-child(6) {
	background-color: #fff;
	/*background-image: linear-gradient(-90deg, hsl(80, 80%, 40%), hsl(80, 80%, 35%) 2em, hsl(80, 80%, 40%));*/
}

.banner.features .item .left-side-banner.panel .accordion .accordion-item h1 {
	font-size: 14px;
	color: #333;
	display: inline-block;
}

.banner.features .item .left-side-banner.panel .accordion .accordion-item .accordion-item-content p {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}

.banner.features .item .left-side-banner.panel .accordion .accordion-item .fa {
	float: right;
	margin-top: 12px;
}

.team-name {
	display: table;
	margin: 0 auto;
}

.team-name h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 20px;
	text-align: center;
}

.team-name h1 span {
	color: #ff9802;
	display: block;
	text-align: center;
}

.team-panel {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	margin: 15px;
}

/*Starts on new home slider css*/

.banner .banner-carousel .item .left-side-banner h2 {
	font-size: 20px;
}

.banner .banner-carousel .item .left-side-banner h3 {
	font-size: 22px;
	font-family: 'gothicbold', sans-serif;
}

.banner .banner-carousel .item .left-side-banner h4 {
	color: #ff9802;
	font-size: 18px;
	font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h4 img {
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #ff9802;
}

.add-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.banner .banner-carousel .item .left-side-banner .add-box ul {
	margin: 5px;
}

/*Ends on new home slider css*/




/*Ends Banner*/

/*Starts footer*/

.footer-section {
	padding: 10px 0;
	background: #1f1f1f;
	height: 6vh;
}

.footer-section  .foot-bottom {
	margin-top: 3px;
}

.footer-section .foot-bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-section .foot-bottom ul li {
	display: inline-block;
	color: #ffffff;
}

.footer-section .foot-bottom ul li a {
	color: #ffffff;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.footer-section .foot-bottom ul li a:hover {
	color: #ff9802;
}

.footer-section .social-box {
    
}

.footer-section ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-section .social-box ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-section .social-box ul li:last-child {
    margin-right: 0;
}

.footer-section .social-box ul li a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-section .social-box ul li a .fa {
    color: #ff9802;
    display: table;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.footer-section .social-box ul li a:hover {
    background: #ff9802 none repeat scroll 0 0;
    text-decoration: none;
}

.footer-section .social-box ul li a:hover .fa {
    color: #fff;
}

/*Ends footer*/


/*Starts Animated Modal Css*/

/*------1---------*/

#animatedModal1 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal1 .close-animatedModal1 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal1 .close-animatedModal1 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal1 .close-animatedModal1 .closebt:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

#animatedModal1 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal1 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal1 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal1 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal1 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal1 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

/*------2---------*/
#animatedModal2 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal2 .close-animatedModal2 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal2 .close-animatedModal2 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal2 .close-animatedModal2 .closebt:hover {
	transform: rotate(90deg);
}

#animatedModal2 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal2 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal2 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal2 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal2 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal2 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

/*------3---------*/
#animatedModal3 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal3 .close-animatedModal3 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal3 .close-animatedModal3 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal3 .close-animatedModal3 .closebt:hover {
	transform: rotate(90deg);
}

#animatedModal3 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal3 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal3 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal3 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal3 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal3 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

/*------4---------*/
#animatedModal4 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal4 .close-animatedModal4 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal4 .close-animatedModal4 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal4 .close-animatedModal4 .closebt:hover {
	transform: rotate(90deg);
}

#animatedModal4 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal4 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal4 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal4 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal4 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal4 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

/*------5---------*/
#animatedModal5 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal5 .close-animatedModal5 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal5 .close-animatedModal5 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal5 .close-animatedModal5 .closebt:hover {
	transform: rotate(90deg);
}

#animatedModal5 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal5 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal5 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal5 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal5 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal5 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

/*------6---------*/
#animatedModal6 {
	background: rgba(0, 0, 0, .6) !important;
}

#animatedModal6 .close-animatedModal6 {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	overflow: hidden;
	height: 72px;
}

#animatedModal6 .close-animatedModal6 .closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 10px;
}

#animatedModal6 .close-animatedModal6 .closebt:hover {
	transform: rotate(90deg);
}

#animatedModal6 .modal-content .modal-left-panel ul {
	margin: 30px 0 20px 0;
}

#animatedModal6 .modal-content .modal-left-panel ul li {
	display: block;
	font-size: 18px;
	line-height: 32px;
}

#animatedModal6 .modal-content .modal-left-panel ul li img {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
}

#animatedModal6 .modal-content {
	width: 70%;
	display: table;
	margin: 0 auto;
	padding: 15px;
}

#animatedModal6 .modal-content .modal-left-panel h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'gothicbold', sans-serif;
	line-height: 30px;
}

#animatedModal6 .modal-content .modal-left-panel h1 span {
	color: #ff9802;
	display: block;
}

.banner .banner-carousel .item .left-side-banner a.mail {
	display: table;
	color: #333;
	background: transparent;
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-size: 14px;
	border: 0 none;
}

.banner .banner-carousel .item .left-side-banner a.mail:hover {
	color: #ff9802;
	background: transparent;
	border: 0 none;
	-webkit-transform: translate3d(0,-3px,0);
	transform: translate3d(0,-3px,0);
}

/*Ends Animated Modal Css*/

/*starts on responsive css*/

@media only screen and (max-width:1440px) {
	.banner .banner-carousel .owl-nav button.owl-prev {
		left: -10%;
	}

	.banner .banner-carousel .owl-nav button.owl-next {
		right: -10%;
	}
}

@media only screen and (max-width:1366px) {
	.footer-section {
		height: auto;
	}

	.banner {
		height: auto;
	}

	.header-bottom {
		height: auto;
	}

	.banner .banner-carousel .owl-nav button.owl-next {
		right: -6%;
		width: 45px;
		height: 45px;
	}

	.banner .banner-carousel .owl-nav button.owl-prev {
		left: -6%;
		height: 45px;
		width: 45px;
	}
}

@media only screen and (max-width:991px) {

	.banner {
		height: auto;
	}

	.header-bottom .navbar-toggler {
		border-color: transparent;
		padding: 4px 0;
		border: 0 none;
		outline: none !important;
	}

	.header-bottom .navbar-collapse {
		position: absolute;
		top: 47px;
		background: #ffffff;
		width: 60%;
		right: 0;
		padding: 15px;
		z-index: 111;
	}

	.header-bottom .navbar-nav li.nav-item {
		margin-right: 0;
		padding: 0 0 5px;
	}

	.header-bottom .navbar-nav li.nav-item a.nav-link {
		font-size: 16px;
		color: #333333;
	}

	.footer-section {
		height: auto;
	}
}

@media only screen and (max-width:767px) {

	.banner {
		padding: 20px 0 10px;
	}

	.banner .banner-carousel .item .right-side-banner img {
		width: 100%;
	}

	.right-side-banner.float-right {
		margin-top: 25px;
	}
	.banner .banner-carousel .owl-nav {
		display: none
	}
}

@media screen and (max-width: 600px) {

	.accordions { height: auto; }

	.accordions ul li,
	.accordions ul li:hover,
	.accordions ul:hover li,
	.accordions ul:hover li:hover {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
		-webkit-transition: none;
		transition: none;
	}
}

@media only screen and (max-width:590px) {

	.header-bottom .navbar-collapse {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.banner .banner-carousel .item .left-side-banner ul {
		margin: 10px 0 40px 0;
	}

	.banner .banner-carousel .item .left-side-banner h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width:360px) {
	.banner .banner-carousel .item .left-side-banner .app-store a img {
		width: 120px;
	}

	.banner .banner-carousel .item .left-side-banner h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.banner-carousel .item .left-side-banner ul li {
		font-size: 18px;
		line-height: 28px;
	}
}

/*ends on responsive css*/