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

html { font-size:16px;}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto&display=swap');
@font-face {
    font-family: 'theano_didotregular';
    src: url('fonts/theanodidot-regular-webfont.woff2') format('woff2'),
         url('fonts/theanodidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body { font-family: 'Roboto', sans-serif; font-weight: normal; line-height:1.8; color: #000; font-size:15px;}

/* p { font-family: 'Roboto', sans-serif; font-weight: normal; line-height:1.8;}*/
/*font-family: 'Montserrat', sans-serif;*/



/*h1 { font-size: 36px; line-height: 36px;  font-weight: 900; }

h2 { font-size: 30px; line-height: 36px; font-weight: 700; }
*/
/* Global styles
================================================== */
html { overflow-x: hidden !important; width: 100%; height: 100%;  position: relative; text-rendering: optimizeLegibility; }

body { border: 0; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

ul { padding: 0; margin: 0; }

a:link, a:visited {  text-decoration: none; }

a { color: #2E418B; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

a:hover { text-decoration: none; color: #2E418B; }

a.read-more { color: #2E418B; font-weight: 700; }

a.read-more:hover { color: #222; }

.container { max-width: 1280px;}
.page-wrraper { padding:0;}
/*===============================================================
					Header Area
=================================================================*/
header { position: relative; width:100%; top:0; z-index:999;}
header .top-header{ background-color: rgba(2, 71, 120, 1); position: relative;}
header .top-header:after { position: absolute; right:0; height:100%; width:25%; background-color:rgba(2, 71, 120, 1); content:''; top:0;}
header .top-header .navbar-light {}
header .top-header .navbar-light .navbar-nav .nav-link { color: #fff; font-weight: normal; font-size: 12px; padding: 0 10px; line-height: 40px; text-transform:uppercase;}  
.navbar { padding-bottom: 0; padding-top: 0;}
header .top-header .navbar-light .navbar-nav .nav-item:first-child .nav-link { padding-left: 0px;}
header .top-header .right-menu { padding-top:0px; position: relative; z-index:1;}
header .top-header .right-menu ul{}
header .top-header .right-menu ul li{ display:inline-block; padding-right:10px;}
header .top-header .right-menu ul li i { width:35px; height:35px; text-align: center; background:#008e98; color: #fff; border-radius:50%; line-height:35px;}
header .top-header .right-menu ul li { padding-right: 10px; padding-left:10px; line-height: 40px; background:#cf080b; text-transform: uppercase; font-size:13px;}
header .top-header .right-menu ul li a:last-child { border: none;}
header .top-header .right-menu ul li a{ color: #fff; text-decoration: none;  border-right: 1px solid #ddd;}

header .top-header .right-menu .dropdown-item { border: none; }
header .top-header .right-menu .dropdown-menu { background-color: rgba(207, 8, 10, 1); border-radius:0; padding:0;}
header .top-header .right-menu .dropdown-item:focus, .dropdown-item:hover { background:#a9d300;}
header .header-logo-area { padding:1rem 0 0 0; position: relative; background-color:rgba(249, 249, 249, 1);}
header .header-logo-area .site-logo { text-align: center;}
header .header-logo-area.fixed-header { }
.dropdown-item { color:#fff; font-size:12px; text-transform:uppercase; }
.dropdown-item a{color:#fff; font-size:12px; text-transform:uppercase; }
.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	animation-name: fadeInDown;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: 1;	
	background-color: rgba(249, 249, 249, 1);
	padding-top: 0rem;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    transition: all 500ms ease;
}
.custom-toggler.navbar-toggler { 
            border-color:  none;
			color: #fff;
        } 
        /* Setting the stroke to green using rgb values (0, 128, 0) */ 
          
/*        .custom-toggler .navbar-toggler-icon { 
            background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
        } 
*/
header .header-menu { position: relative; width: 100%; background-color: rgba(249, 249, 249, 1); padding:30px 0 10px;}
.main-menu { display: flex; justify-content: center; margin: 0 125px;}
.main-menu ul {}
.main-menu ul li { display: inline-block; padding-left:20px; padding-right:20px;}
.main-menu ul li:first-child { padding-left:0px;}
.main-menu ul li a  { color: #000; line-height:40px; text-transform: uppercase; font-size: 14px; font-weight: bold;}
.main-menu ul li a.active{ color: #a9d300 !important;}

/*--------------------
    Support Bar
--------------------*/

.support-bar-content { text-align: right; padding-top:1rem; }
.support-bar-content ul li {
display: inline-block;
margin: 0 20px; }
.support-bar-content ul li:last-child {
margin-right: 0; }
.support-bar-content .single-support-item {
text-align: left;
position: relative; }
.support-bar-content .single-support-item .icon {
position: absolute;
left: 0;
top: 0;
color: #cf080a; }
.support-bar-content .single-support-item .icon i{ font-size:50px;}
.support-bar-content .single-support-item .content {
padding-left: 50px; }
.support-bar-content .single-support-item .content .subtitle {
font-size: 14px;
line-height: 24px;
color: #000; }
.support-bar-content .single-support-item .content h5 {
font-size: 20px;
line-height: 24px;
color: #a9d300; }


/*==========================================================
								Banner
============================================================*/
/*.qick-register { position:relative; background-image: url(../images/home-bg.jpg); background-size: cover; background-position:50% 30%; width: 100%; float: left;}*/
.qick-register { position: relative; padding-top:1rem; width: 80%; margin: 0 auto;}
.qick-register h2 { text-align: center; color: #ffff00; position: relative; padding-top:4rem; font-size:3rem;}
.home-banner h1 { color: #1b2652; font-size:2rem; margin-bottom:2rem; margin-top:2rem;}
.qick-register h3 { text-align: center; text-transform: uppercase; color: #1b2652;}

.qick-register .quick-register-form { background-color: rgba(255, 255, 255, 0.5); padding:2rem; border-radius:25px; margin:3rem 4rem; position: relative;}
.qick-register .quick-register-form form { padding-top:3rem;}
.home-banner { background-color: rgba(249, 249, 249, 1); color: #fff; position: relative;}
.home-banner:after { position: absolute; top:0; right:10%; /*background:  #fff;*/ content:''; height:100%; width:100%; }
.home-banner .container-fluid { /*width: 96%;*/ position:relative; z-index:2;}
.home-banner .package { padding:0 0;}
.rgt-package { border-bottom:1px solid #abec00; padding:1rem; background:#024778;}
.rgt-package p { margin-bottom:0px;}
.rgt-package h4 { color: #f4ec0b; font-size:1.2rem}
.rgt-package ul { margin-bottom:1rem;}
.rgt-package ul li { list-style-type: none;}
.rgt-package ul li a { color: #fff;}
/*.qick-register:before { position: absolute; width:100%; height:64%; content:''; background-color:rgba(27,38,82,0.9);}*/
.rgt-package:last-child { border-bottom:0px;}

.rgt-package h4 a{ color: #abec00; font-size:1.2rem}

/*=================================================
				Buttons
===================================================*/


.btn-register { background-color:#FF3300; border-color:#FF3300; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); border-radius: 18px; padding-left: 20px; padding-right: 20px;color:#ffffff;}

.btn-package { background-color:#024778; border-color:#024778; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); border-radius: 10px; padding-left: 30px; padding-right: 30px; color: #fff; line-height:1.8;}


/*.home-banner h1 { text-align: center; font-size:1.8rem; color: #fff; font-family: 'theano_didotregular';}
.home-banner h3 { text-align: center; font-size:1.4rem; color: #fff; font-family: 'theano_didotregular';}
.home-banner h2 { text-align: center; font-size:1.6rem; color: #fff; font-family: 'theano_didotregular';}
*/.home-banner .banner-content { text-align: center;}
.home-banner .container {
    position: relative;
    /*transform: translateY(-50%);
    top: 50%;*/
    width: 100%;
    max-width: 1920px;
    padding: 4rem 4rem;
}
.home-service { width:70%; margin: 0 auto;}
.top-service { position: relative; overflow: hidden; margin-top:2rem;}
.top-service .title { color: #a9d300; /*border-bottom:1px solid #cf080a;*/ font-size:18px;}
.top-service ul { margin-top: 1rem}
.top-service ul li{ /*border-bottom: 1px solid #ddd; */position: relative; line-height:2.5; color: #fff; list-style-type: none;}
/*.top-service ul li:before{ position:absolute; top:0; left:0; content:"\f138"; font-family:'FontAwesome'; color: #cf080a}*/
.top-service ul li a { color: #fff; display: block;}
/*==============================================================
				Banner Below Area
================================================================*/
.banner-below { padding:0 0 1rem 0; background:#f9f9f9;}
.banner-below .below-inn { margin:0 5rem;}
.banner-below .banner-btm-link { background: #0d1b4f; margin-top:-40px;}
.banner-below .banner-btm-link h4 { background:#abec00; line-height: 40px; padding:0 10px; color: #0d1b4f; font-size: 17px; font-weight: bold;}
.banner-below .banner-btm-link ul { min-height:90px;}
.banner-below .banner-btm-link ul li { padding:0 10px; list-style-type: none;}
.banner-below .banner-btm-link ul li a { color: #fff; font-size:15px;}

.below-inn .col-md-4 { padding-left:5px; padding-right: 5px;}
/*==============================================================
							Section		
================================================================*/

.section-background-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.section-background-block.background-image {
	background-size: cover;
	background-position: 50% 0;
}
.section-background-block.background-fixed {
	background-attachment: fixed
}
.ff-section-fullwidth {
	position: relative;
}
.ff-section-fullwidth.dark-bg {
	background-color: #181818;
	color: #fff
}
.parallax {
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center top;
}
.sectionTitle {
	margin-bottom: 30px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.sectionTitle1 {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.sectionTitle p {
	color: #f30;
	font-weight: 300;
	font-style: italic
}
.sectionTitle .this-title {
	margin: 0 0 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 28px;
}
.sectionTitle .this-title2 {
	margin: 0 0 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
}
.sectionTitle::after {
	background: #FF3300;
	content: '';
	display: block;
	width: 94px;
	height: 2px;
	margin: 25px auto 0
}
.sectionTitle1::after {
	background: #FF3300;
	content: '';
	display: block;
	width: 94px;
	height: 2px;
	margin-top: 20px;
}
/*======================================================
					Home Form
========================================================*/
.home-form { padding:3rem 0;}
.home-form h2 { color: #fff;}


/*=======================================================
				Buttons
=========================================================*/
.btn-submit { background-color:#cf080a; color: #fff;}
.btn-select { background-color:#cf080a; color: #fff; border-radius:0px;}
.more-info { background-color:#014fc1; color: #fff; }
.more-info:hover { color: #fff;}
.package-register { background-color:#FF3300; color: #fff; font-size: 1.2rem;}
.package-register:hover { color: #fff; }

/*=======================================================
					Quick Link Section
=========================================================*/
.quickLink-section { padding-top:1rem;}
.qickLink-image-number-holder { display: inline-block; position: relative; vertical-align: middle;}
.qickLink-image:after { content: ''; position: absolute; top: 0; display: block; width: 100%; height: 100%; background-color:
rgba(0,0,0,.6);}
.qickLink-image { transition: opacity .3s ease-out; display: inline-block; position: relative; vertical-align: middle; opacity:0;}
.qickLink-text-holder { padding: 25px 25px 25px 25px; position: absolute; top:0; left:0;}

.number-holder { position: absolute; bottom:0; transform-origin: bottom left;  transition: transform .3s ease-out; transform: rotate(-90deg) scale(1, 1); left: 100%; margin-bottom:0px; user-select: none;}
.number { transition: color .3s ease-out; display: block; font-size: 90px; line-height: 1em; height: 80px; font-weight: 900;
color:rgba(239,238,238,.9);}

.qickLink-text-holder ul{ padding:0;}
.qickLink-text-holder ul li { list-style-type: none;}
.qickLink-text-holder ul li a { color: #fff;}
.qickLink-image-number-holder:hover .qickLink-image { transition: opacity .3s ease-out; opacity: 1;}
.qickLink-image-number-holder:hover .number-holder { transform: rotate(-90deg) scale(1.25,1.25) translateX(-2px);}
.quickLink-section .title { color: #a9d300;}



/*==========================================================
						Location Section
============================================================*/
.location-section {}
.loc-add { padding: 25px 10px; background:  #80c81e; color: #fff;}
.loc-add  ul li { position: relative; color: #ffffff; font-weight: 500; padding: 6px 15px; margin-bottom: 3px;background-color: rgba(255,255,255,0.20); list-style-type: none;}
 .loc-add  ul li span {
    text-align: right;
    float: right;
}
.loc-add h3{ position: relative; color: #ffffff; font-weight: 500; padding-bottom: 12px; margin-bottom: 12px; text-align: center;}
.loc-add h3:before {  position: absolute; content: ''; left: 0px; bottom: 0px; width: 100%; height: 1px; background-color: rgba(255,255,255,0.14);}
.loc-add h3:after {  position: absolute; left: 50%;  margin-left: -22px; content: ''; bottom: 0px; width: 44px; height: 1px;  background-color: rgba(255,255,255,1);}
.select-course{ background:#f4f4f4; border-bottom:1px solid #CCC; border-top:1px solid #CCC; }

.p-lft-0 { padding-left:0px;}
.p-rgt-0 { padding-right: 0px;}

.fluid-width-video-wrapper {
    position: relative;
    width: 100%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-location { }
.single-location h2 { font-size:28px; line-height:40px; padding:1rem 0}

.class-schedules { margin: 20px 0;}

ul.pdf-links{ }
ul.pdf-links li { list-style-type: none; margin: 10px 0; position: relative;}
ul.pdf-links li a{ padding:7px 30px; display:block; background-color: #f4f4f4; border-left: 5px solid #4a4a4a; display: block; color:#000; }
ul.pdf-links li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23); border-left: 5px solid #cf080a;}
ul.pdf-links li:before { position: absolute; left:15px; top:7px; content:'\f1c1'; font-family:'FontAwesome'; color:#cf080a;}
ul.pdf-links a.active{color:#333; background:url(../images/pdf.png) left bottom no-repeat;}

.servicesHome.opt {
    background: url(../images/home-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
	background-position: top center;
}
.servicesHome {
    display: block;
    overflow: hidden;
}
.BGprime.opaque {
    background-color: rgba(128,200,30,0.85);
}
.corner {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 15%;
	height: 4.43em;
	background-color: #fff
}
.topL, .bottomR {
	-moz-transform: skewX(-35deg);
	-webkit-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	transform: skewX(-35deg);
	left: -3em;
	z-index: 9
}
.bottomR {
	bottom: 0;
	right: -3em;
	left: auto;
	top: auto;
}
.topR, .bottomL {
	-moz-transform: skewX(35deg);
	-webkit-transform: skewX(35deg);
	-o-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	transform: skewX(35deg);
	right: -3em;
	left: auto;
	z-index: 9
}
.bottomL {
	top: auto;
	right: auto;
	left: -3em
}
@media only screen and (max-width: 1400px) and (min-width: 1200px)
.corner {
    height: 3.3em;
}
.page-block, .gapM {
    position: relative;
    padding: 5.35em 0;
}

.servtype { background-color: #fff; border: none; width:80%; margin: 0 auto; padding: 3em 3em 4.43em; position: relative; }
.servtype .btn {
    top: auto;
    right: auto;
    bottom: -3px;
    left: -3px;
    position: absolute;
    border: 0;
    border-radius: 0;
    font-size: 1.35em;
    padding-right: 1.65em;
}
.servtype .btn::after { top: 0;
    right: 0;
    bottom: 0;
    left: 95.35%;
    position: absolute;
    width: 1em;
    content: '';
    transform: skewX(15deg);
    z-index: 1;
    border: 1px solid rgba(0,0,0,0.07);
    border-style: none solid none none;
}
.btn-dark::after { background-color: #42303e;}
.servicesHome h2 { color: #fff}
.servtype ul { margin: 1.35em 0;}
.servtype ul li { list-style-type: none; position: relative; padding-left:25px;}
.servtype ul li:before{ position: absolute; left:0; top:0px; content:"\f178"; font-family:'FontAwesome'; color:#cf080a;}

.servtype h3 { color: #000030;}
.oldRates {color: #990000; text-decoration: line-through;}
.servtype:hover {
    -webkit-box-shadow: 0 30px 110px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 110px 0 rgba(0,0,0,0.3);
	    margin-top: -.65em;
    margin-bottom: .65em;
	transition: all .15s ease-in-out;
}

.about-heading {}
.about-heading h2 { float:left; font-size:130px; font-weight: bold; line-height: 130px; color: #2d2f3e;}
.about-heading .heading-lft{ float: left; margin-top:18px; margin-left:10px;}
.about-heading .heading-lft h4 { text-transform: uppercase; font-size:35px; font-weight: bold; color: #2d2f3e}

/*=====================================================================
							Home Service
=======================================================================*/
.intro-section { padding-top: 0rem; }

.service { position: relative; margin-top:1rem;}
.service .service-icon { float: left; width:50px; height:50px; border-radius:50%; text-align: center; line-height:50px; color: #fff; font-size:20px; background:#f10113;}
.service h3 { font-size: 1rem; font-weight: bold; color: #000; text-align: left;}
.service h3 a{ font-size: 1rem; font-weight: bold; color: #000; text-align: left;}
.service .service-detail { margin-left:10px; float: left; width:67%; margin-top: 10px;}
.service .service-detail ul li{ color: #000; list-style-type: none; font-size: 14px;}
.service .service-detail ul li a{ color: #000; list-style-type: none; font-size: 14px;}
.man-img { margin-top: 2rem}

.color-box {}
.color-box h3 { color: #fff; line-height:70px; text-align: center; font-size: 22px; margin-bottom:0px;}
.color-box.light-blue { background:#48b8e7;}
.color-box.dark-blue { background:#005173;}
.color-box.voilet-blue { background:#e03a5b;}

/*=====================================================================
							Location Section
=======================================================================*/
.location-section { padding:2rem 0;}
.location-section .single-location { padding:1rem 0;}
.location-section .single-location h3 { font-size:1.5rem; text-transform: uppercase;}
.location-section .single-location  ul { margin-bottom:1rem}
.location-section .single-location  ul li { list-style-type: none; line-height:1.5;}

/*======================================================================
					Single Location
========================================================================*/
.main-location { background-color:#1B2652; padding:2rem 0 0;}
.main-location-content { color: #fff;}
.main-location-content h1 { font-size: 1.5rem;}
.main-location-content h2 { margin-top : 10px; font-size: 1rem; color: #a9d300;}

.main-location-content ul {}
.main-location-content ul li { list-style-type: none; clear: both;}
.main-location-content ul li span { float: right; padding-right:5rem}
.main-location-content ul li a { color: #ffffff; }


/*====================================================================
								Package Section
======================================================================*/
.package-section { padding:3rem 0; background:#f9f9f9;}
.package-section h3 { color: #000; font-size:20px; font-weight: bold; text-align:center;text-transform: uppercase;}
.package-section .tab-content { padding: 2rem; border-radius:15px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23); background: #fff;}

.package-section ul#pills-tab { margin-left: 2rem}
.package-section .nav-pills .nav-link { background: #2E418B; border-top-left-radius: 16px; border-top-right-radius : 16px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding:7px 20px; color: #fff; text-transform: uppercase; text-align: center;}
.package-section ul#pills-tab li { margin-left:5px;}
.package-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link { background: #a9d300}
.package-section .tab-content h2 { font-size:1.5rem; color: #003399; margin-bottom:1.5rem;}
.package-section .tab-content h4 { font-size:1rem; color: #000; margin-bottom:1.5rem; font-weight: bold;}
.package-section .tab-content h5 { color: #000; font-size:1.5rem;}
.package-section .tab-content ul li { list-style-type: none;}
.single-package2 { border-bottom: 1px solid #ccc; padding-bottom:1rem; margin-bottom:2rem;}


.location-sidebar {}
.location-sidebar h2 { margin-top:2rem; padding-left:1rem; font-size:20px; color: #000; font-weight: bold; text-transform:uppercase;text-align:center;}
.location-sidebar ul{ width:100%; margin-bottom:1rem; margin-left: 5px;}
.location-sidebar ul li { list-style-type: none; margin: 4px 0; position: relative;}
.location-sidebar ul li a{ padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; }
.location-sidebar ul li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23);}
.location-sidebar ul li:before { position: absolute; right:15px; top:7px; content:"\f105"; font-family:'FontAwesome'; color:#cf080a;}
ul.dat {text-transform: uppercase;display: inline-block;}
ul.dat li { list-style-type: none; margin: 4px 0; position: relative; text-align:center;}
ul.dat li:before { display: none; }

ul.dat2 li { padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; text-align : left !important;}

.location-sidebar2 {}
.location-sidebar2 h2 { margin-top:0rem; padding-left:1rem; font-size:20px; color: #000; font-weight: bold;}
.location-sidebar2 ul{  margin-bottom:1rem; margin-left: 5px;}
.location-sidebar2 ul li { list-style-type: none; margin: 4px 0; position: relative;}
.location-sidebar2 ul li a{ padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; }
.location-sidebar2 ul li a.active{ padding:7px 18px; display:block; background-color: #024778; color:#fff; }
.location-sidebar2 ul li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23);}
.location-sidebar2 ul li:before { position: absolute; right:15px; top:7px; content:"\f105"; font-family:'FontAwesome'; color:#cf080a;}

.location-banner {}
.location-banner h1 {
    font-size: 1.5rem;color:#fff;}
.location-banner ul{ width:100%; margin-bottom:1rem; margin-left: 5px;}
.location-banner ul li { font-size: 1rem; color: #a9d300;list-style-type: none; margin: 4px 0; position: relative; border:none;}
.location-banner ul li a{ padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; }
.location-banner ul li a.active{ padding:7px 18px; display:block; background-color: #024778; color:#fff; }
.location-banner ul li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23);}
.location-banner ul li:before { position: absolute; right:15px; top:7px; content:"\f105"; font-family:'FontAwesome'; color:#cf080a;}

.location-banner .four-day { margin-left:0rem}
.space30 { height:30px;}



/*====================================================================
								card-body
======================================================================*/
.card-header h5 {font-size:24px;}
.card-header .btn {font-size:24px !important;}
.card-body { padding:10px !important; background:#f9f9f9;}
.card-body h3 { color: #000; font-size:20px; font-weight: bold; }
.card-body .single-package2 { padding: 2rem; border-radius:15px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23); background: #fff;}

.card-body ul#pills-tab { margin-left: 2rem}
.card-body .nav-pills .nav-link { background: #2E418B; border-top-left-radius: 16px; border-top-right-radius : 16px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; padding:7px 20px; color: #fff; text-transform: uppercase; text-align: center;}
.card-body ul#pills-tab li { margin-left:5px;}
.card-body .nav-pills .nav-link.active, .nav-pills .show > .nav-link { background: #a9d300}
.card-body .single-package2 h2 { font-size:1.5rem; color: #003399; margin-bottom:1.5rem;}
.card-body .single-package2 h4 { font-size:1rem; color: #000; margin-bottom:1.5rem; font-weight: bold;}
.card-body .single-package2 h5 { color: #000; font-size:1.5rem;}
.card-body .single-package2 ul li { list-style-type: none;}
.card-body .single-package2 { border-bottom: 1px solid #ccc; padding-bottom:1rem; margin-bottom:2rem;}

/*
.location-sidebar {}
.location-sidebar h2 { margin-top:2rem; padding-left:1rem; font-size:20px; color: #000; font-weight: bold;}
.location-sidebar ul{ width:70%; margin-bottom:1rem; margin-left: 5px;}
.location-sidebar ul li { list-style-type: none; margin: 4px 0; position: relative;}
.location-sidebar ul li a{ padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; }
.location-sidebar ul li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23);}
.location-sidebar ul li:before { position: absolute; right:15px; top:7px; content:"\f105"; font-family:'FontAwesome'; color:#cf080a;}
ul.dat {}
ul.dat li { list-style-type: none; margin: 4px 0; position: relative; border-bottom:1px dotted #ccc !important}
ul.dat li:before { display: none;}

.location-sidebar2 {}
.location-sidebar2 h2 { margin-top:0rem; padding-left:1rem; font-size:20px; color: #000; font-weight: bold;}
.location-sidebar2 ul{ width:70%; margin-bottom:1rem; margin-left: 5px;}
.location-sidebar2 ul li { list-style-type: none; margin: 4px 0; position: relative;}
.location-sidebar2 ul li a{ padding:7px 18px; display:block; background-color: #f4f4f4; color:#000; }
.location-sidebar2 ul li a.active{ padding:7px 18px; display:block; background-color: #024778; color:#fff; }
.location-sidebar2 ul li a:hover{ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(153, 153, 153, 0.23);}
.location-sidebar2 ul li:before { position: absolute; right:15px; top:7px; content:"\f105"; font-family:'FontAwesome'; color:#cf080a;}


.four-day { margin-left:2rem}
.space30 { height:30px;}
*/

/*===========================================
					Testimonials
=============================================*/
.testimonial-section { background: #ddecef; position: relative;}
.testimonial-section:before { position: absolute; right:0; top:0; width:50%; background: #9bd7d5; height:100%; content:'';}
.testimonial-section h2 { color: #fff;}
.testimonial-section .testimonials { padding:2rem; min-height:500px;} 
.testimonial-section .testimonials-content{  padding:3rem 2rem; position: relative; }
.testimonial-section .testimonials-content .inner{
	position:relative;
	padding-left:75px;
}

.testimonial-section .testimonials-content .inner .quote-icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#80c81e;
	font-size:40px;
	line-height:1em;
	margin-bottom:12px;
}

.testimonial-section .testimonials-content .inner .text{
	position:relative;
	color:#000;
	font-size:18px;
	font-style:italic;
	line-height:1.8em;
	margin-bottom:25px;
	text-align: center;
}

.testimonial-section .testimonials-content .inner .author-info{
	position:relative;
	padding-top:15px;
}
.testimonial-section .testimonials-content h3 { color: #fff; font-size: 1.5rem; text-align: center;}

.our-course { padding: 2rem 0}
.cours-name { text-align: center; margin-bottom:2rem}
.cours-name a { color: #000; border-bottom:2px solid #cf080a; display: block; min-height:70px;}
/*======================================================================
					         FAQ
========================================================================*/
.faq-section { padding:2rem 0;}

.faq-area { padding-top:0%; width:100%; float:left;}
.faq-area .card-header { background-color:rgba(128, 200, 30, 1);}
.faq-area .card-header a::before, .faq-area .card-header a.collapsed::before {
    color: #fff;
    content: "\f068";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    left: 23px;
    position: absolute;
    top: 17px;
}
.faq-area .card-header a.collapsed::before {
    content: "\f067";
}
.faq-area .card-header a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 0px 0 0px 30px;
    display: block;
    
}
.faq-area .card {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 15px;
}
.faq-us-img { position: relative; margin-top:17%;}
.faq-us-img img{ position: relative;}
.faq-us-img::before
 {
    background-color:rgba(232, 28, 138, 1);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    transform: rotate(-20deg);
	
}
/***
====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#024778;
}

.main-footer .footer-upper-outer{
	position:relative;
}

.main-footer .footer-upper-outer .form-column{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
	margin-bottom:-18px;
    padding:60px 0px 0px 15px;
	overflow:hidden;
}

.main-footer .footer-upper-outer .form-column .newsletter-form{
	position:relative;
}

.main-footer .footer-upper-outer .form-column .newsletter-form .form-group{
	position:relative;
	overflow:hidden;
}

.main-footer .footer-upper-outer .form-column .content{
	position:relative;
	max-width:585px;
	width:100%;
	float:right;
}

.main-footer .footer-upper-outer .form-column .content h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:500;
	margin-bottom:20px;
}

.main-footer .footer-upper-outer .form-group input[type="text"],
.main-footer .footer-upper-outer .form-group input[type="tel"],
.main-footer .footer-upper-outer .form-group input[type="email"],
.main-footer .footer-upper-outer .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	color:#222222;
	font-size:13px;
	font-style:italic;
	line-height:20px;
	padding:10px 20px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .footer-upper-outer .form-group input[type="submit"],
.main-footer .footer-upper-outer button{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:18px;
	width:60px;
	height:40px;
	line-height:38px;
	display:block;
	text-align:center;	
	background-color:#005dbe;
}

.main-footer .footer-upper-outer button .icon{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.main-footer .footer-upper-outer button .icon:after{
    position: absolute;
    content: '';
    left: -6px;
    top: 1px;
    width: 20px;
    height: 106%;
	background-color:#005dbe;
	-moz--ms-transform: rotate(15deg);
	-o-ms-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.main-footer .footer-upper-outer .map-column{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
	float:right;
    height: 100%;
    display: block;
	overflow:hidden;
	min-height:135px;
    background-repeat: no-repeat;
}

.main-footer .footer-upper-outer .map-column:before{
	position: absolute;
    content: '';
    left: -18px;
    top: -5px;
    width: 80px;
    height: 115%;
    display: block;
    z-index: 10;
	background-color:#222222;
	-moz--ms-transform: rotate(-15deg);
	-o-ms-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.main-footer .footer-upper-outer .map-column .map-canvas{
	position: absolute !important;
    right: 0px;
    height: 100%;
    width: 100%;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.main-footer .widgets-section{
	position:relative;
	padding:60px 0px 40px;
}

.main-footer .footer-widget{
    margin-bottom: 30px;
}

.main-footer .footer-column h2{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
	letter-spacing:1px;
    padding-bottom: 15px;
	text-transform: capitalize;
	position: relative;
}

.main-footer .footer-column h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#7a7a7a;
}

.main-footer .footer-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:32px;
	height:1px;
	background-color:#f10113;
}

.main-footer .about-widget .bold-text{
	position:relative;
	color:#e4e4e4;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.main-footer .about-widget .text{
	position:relative;
	color:#ababab;
	font-size:13px;
	font-weight:400;
	line-height:1.8em;
	margin-top:15px;
	margin-bottom:20px;
}

.main-footer .about-widget .read-more{
	position:relative;
	color:#a9d300;
	font-size:14px;
	font-style:italic;
}

/*List Widget*/

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:2px;
	list-style-type: none;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	font-size:13px;
	font-weight:400;
	padding:4px 0px 4px 0px;
	text-transform:capitalize;
	color:#d8d8d8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before{
	color:#005dbe;	
}
.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px 6px;
	background-color:#1b1b1b;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#e4e4e4;
	font-size:14px;
	font-weight:500;
	margin-top:5px;
	margin-bottom:12px;
}

.main-footer .footer-bottom .social-links-two{
	text-align:right;
	margin-bottom:12px;
}
.footer_esimp {
    float: right;
    margin-top: 0;
   
}
.footer_esimp a { color: #fff;}

/*==============================================================
							Plan
================================================================*/
.single-plan-section { background:#fff; overflow: hidden; border-radius: 15px; box-shadow: 0 10px 50px 4px rgba(185,180,180,1); margin-bottom:2rem; text-align: center;}
.single-plan-section h3 { font-size:18px; font-weight:bold; color: #002a5c; text-transform:inherit; line-height: 50px;}
.single-plane-content { padding:5px; overflow: hidden}
.single-plane-content a { color: #000; font-weight:600; display: block;}
.single-plane-content a:hover { color: #000 !important; font-weight:600; display: block;}
.single-plan-section .caption-title {
    bottom: 50px;
    left: 15px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    width: 85%;
	background:#fff;
}


/*========================================
				Home
==========================================*/

.home-plan-section { background:#fff; overflow: hidden; border-radius: 15px; box-shadow: 0 10px 50px 4px rgba(185,180,180,1); margin-bottom:2rem; text-align: center;}
.home-plan-section h3 { font-size:18px; font-weight:bold; color: #002a5c; text-transform:inherit; line-height: 50px;}
.home-plane-content { padding:5px; overflow: hidden}
.home-plane-content a { color: #000; font-weight:600; display: block;}
.home-plane-content a:hover { color: #000 !important; font-weight:600; display: block;}
.home-plan-section .caption-title {
    bottom: 50px;
    left: 15px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    width: 85%;
	background:#fff;
}
.home-plan-section:hover h3 { opacity: 0;}
.home-plan-section .caption-title h4 { transition: all 0.4s ease-in-out 0s; transform: translateY(15px); font-size: 18px; color: #002a5c;}
.home-plan-section:hover .caption-title h4 {
    transform: translateX(0px);
}
.home-plan-section:hover .caption-title {
    opacity: 1;
}



.p-l-0 { padding-left:0px;}
.p-r-0 { padding-right:0px;}

/*===============================================================
							Award Section
=================================================================*/
.awards-section { background:#f9f9f9; padding: 3rem 0;}
.awards-section h2 { text-align: center; padding:0rem 0 3rem;}
.single-award { background-color: #fff; box-shadow: 0 10px 50px 4px rgba(185,180,180,1); border-radius: 20px; overflow: hidden; text-align: center;margin-bottom: 20px;}

.single-award h3 { font-size: 18px; border-top:1px solid #f10113; padding:10px; min-height: 105px;}
.awards { width:100%; margin: 0 auto;}
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:30px;
}

.sec-title .title{
	position:relative;
	color:#777777;
	font-size:14px;
	font-style:italic;
}

.sec-title h2{
	position:relative;
	font-size:36px;
	color:#005173;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:10px;
	text-transform:capitalize;
}
.sec-title h2 span { color: #bdbaba}
.sec-title .separator{
	position:relative;
	width:175px;
	height:1px;
	background-color:#ececec;
}

.sec-title .separator:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:45px;
	height:1px;
	background-color:#f10113;
}

.sec-title .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-style:italic;
	line-height:1.8em;
	margin-top:32px !important;
}
.separator-sepsingle.dot-center .inner { margin: 1px auto auto;
    left: 0;
}
.separator-sepsingle .inner:after {
    background: #005dbe;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title.centered {
    text-align: center;
}
.sec-title.centered .separator:after {
    left: 50%;
    margin-left: -22px;
}
.student-img figure { margin-bottom: 0px;}

/*========================================================
					Certificate  Section
==========================================================*/
.certificate-section { background-color:#fff; padding:3rem 0;}
.package-price { margin-bottom: 2rem;}
.package-price h4 { color: #fff;}
.package-price h5 { color: #fff;}
.package-price i { color: #a6ce39;}
.single-package {background: rgba(2, 71, 120, 1) /*background: #908e8e;*/ ;padding:2rem 1rem; text-align: center; box-shadow: 0 10px 50px 4px rgba(185,180,180,1); border-radius: 20px; color:#fff;}
.single-package ul { margin:1rem 0;}
.single-package ul li { list-style-type: none; line-height:2.8;}
.single-package ul li:nth-child(odd) { background: #ffffff;}
.single-package ul li:nth-child(odd) { background: #f8f8f8; color:#555555;}

.single-package.best-seller { border-top:8px solid #024778; border-bottom: 8px solid #024778; border-left:5px solid #024778; border-right:5px solid #024778;}
.single-package.best-seller ul { margin: 2.7rem 0 0;}

.m-t-2 { margin-top: 2rem;}
.package-title { position: relative; color: #fff;}
.package-title:before { width:60px; height:2px; background:#fff; position:absolute; left:50px; top:20px; content:'';}
.package-title:after { width:60px; height:2px; background:#fff; position:absolute; right:50px; top:20px; content:'';}
.individual-items { background: #fdfafa; border-radius: 20px; padding:1rem;}
.individual-items h3 { color: #024778;}
ul.list2 {}
ul.list2 li { list-style-type: none; position: relative; padding-left:25px;}
ul.list2 li a { color: #000;}
ul.list2 li a span { color: #024778;}
ul.list2 li:before { position: absolute; left:0; top:0; font-family:'FontAwesome'; content:"\f00c"; color: #f10113;}

/*=====================================
				Get App
=======================================*/
.get-app { padding: 2rem 0; position: relative;}
/*.get-app:after { position: absolute; left: 0; top:0; width:100%; height:100%; content:''; background-color: rgba(0,0,0, .6);}*/

.get-app-detail { background-color: rgba(0, 0, 0, 0.5); padding:2rem; margin-top:3rem; color: #fff;}
.get-app h4 { color: #fff; padding:1rem 0} 
.get-app h6 { color: #fbbf28; font-style: italic;}
.get-app p { color: #fff; font-size: 1rem; font-weight: normal;}
.short-des { max-width:500px;}
.download-btn { margin-top: 3rem;}
.mobile-app { position: relative;}
.mobile-app img { position: absolute; top:-57px; left:0;}

.get-app-detail ul {}
.get-app-detail ul li { list-style-type: none;}

/*===============================================
				About Section
=================================================*/
.about-section { padding:3rem 0; text-align: center; position: relative; overflow: hidden;}
.about-section .about-img { position: relative; box-shadow: 0 10px 20px 4px rgba(185,180,180,1); border-radius:20px; overflow: hidden; margin-bottom: 3rem;}
.about-section p { font-style: italic;}
.about-img .video-icon { position: absolute; top:50%; transform: translateY(-50%); left:45%;}
.about-img .video-icon i { position: relative; z-index:1; color: #fff;}

.about-section:after { position: absolute; top:35%; left:0; width: 100%; height:100%; background-color:#ddecef; content:'';}
.about-section .container { position: relative; z-index:33}


/*===========================================================
					Location & Pricing
=============================================================*/
.row.-gutter-none > .col, .row.-gutter-none > [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
.c-logos-1-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.c-logos-1-image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-logos-1-item-inner {
	position: relative;
	padding:1rem;
	min-height: 176px;
}
.loction-name { text-transform: uppercase; font-weight: bold;}
.c-logos-1-item-inner ul li { list-style-type: none;}
.c-logos-1-item-inner ul li a { color: #000;}
.c-logos-1.-style-default .c-logos-1-inner {
	overflow: hidden;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before, .c-logos-1.-style-default .c-logos-1-item-inner:after {
	position: absolute;
	content: "";
	display: inline-block;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before {
	top: 0;
	left: -1px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-color: #cf080a;
}
.c-logos-1.-style-default .c-logos-1-item-inner:after {
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #cf080a;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner {
	border-width: 1px 0 1px 0;
	border-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner:after {
	position: absolute;
	top: 0;
	right: -1px;
	content: "";
	display: inline-block;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-hover-1 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-1 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-o-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}
.c-logos-1.-hover-1 .c-logos-1-item-inner:hover { background-color: #024778; color: #fff;}
.c-logos-1.-hover-1 .c-logos-1-item-inner:hover a { color: #fff;}
.c-logos-1.-hover-2 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-2 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.c-logos-1.-hover-3 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-3 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:60px 0px 75px;
}

.blog-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,250,250,0.97)
}

/*Accordion Box*/

.accordion-box{
	position:relative;
	margin-bottom:40px;
	z-index:10;
}

.accordion-box .block{
	position:relative;
	margin-bottom:10px;
	border:1px solid #ededed;
	list-style: none;
}

.accordion-box .block:last-child .acc-btn{
	border:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:24px;
	font-weight:400;
	overflow:hidden;
	color:#222222;
	padding:10px 20px 10px 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-16px;
	font-size:16px;
	color:#222222;
	border-radius:50%;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: relative;
    left: 0px;
    top: 4px;
	line-height: 1em;
}

.accordion-box .block .acc-btn.active{
	color:#ffffff;
	background-color:#024778;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#ffffff;
	margin-top: -11px;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	padding:20px 20px 20px;	
}

.accordion-box .block .content p{
	margin-bottom:15px;
	line-height:1.8em;
	font-size:14px;
	color:#777777;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two{
	background-color:#fafafa;
	margin-top:50px;
	margin-bottom:0px;
}
.news-style-one{
	position:relative;
	margin-bottom:40px;
}

.news-style-one .inner-box{
	position:relative;
}

.news-style-one .inner-box .image{
	position:relative;
}

.news-style-one .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-style-one .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}

.news-style-one .inner-box .lower-content .date-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	font-weight:700;
	padding:17px 15px;
	border-radius:50px;
	margin-bottom:10px;
	display:inline-block;
	background-color:#024778;
}

.news-style-one .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:0px;
}

.news-style-one .inner-box .lower-content .upper-box h3{
	position:relative;
	font-weight:500;
	font-size:22px;
	color:#222222;
	margin-bottom:6px;
}

.news-style-one .inner-box .lower-content .upper-box h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-style-one .inner-box .lower-content .upper-box h3 a:hover{
	color:#005dbe;
}

.news-style-one .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:15px;
}

.news-style-one .inner-box .lower-content .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}

.news-style-one .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-style-one .inner-box .lower-content .post-meta li a{
	color:#777777;
	font-size:14px;
	font-style:italic;
	padding-left:20px;
	font-family: 'Roboto', sans-serif;
}

.news-style-one .inner-box .lower-content .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	color:#777777;
}

.news-style-one .inner-box .lower-content .upper-box .separator{
	position:relative;
	height:1px;
	width:100px;
	background-color:#ececec;
}

.news-style-one .inner-box .lower-content .upper-box .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:45px;
	height:1px;
	background-color:#005dbe;
}

.news-style-one .inner-box .lower-content .lower-box{
	padding-left:0px;
}

.news-style-one .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-top:20px;
}

.news-style-one .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:20px;
}

.news-style-one .inner-box .lower-content .text .read-more{
	font-style:italic;
	margin-left:15px;
}

.news-style-one .inner-box .lower-content .text blockquote{
	position:relative;
	color:#777777;
	font-size:14px;
	font-style:italic;
	margin-top:30px;
	padding:0px 0px 0px 30px;
	border-left:3px solid #005dbe;
}

.news-style-one .inner-box .lower-content .text blockquote .author{
	color:#222222;
	font-size:14px;
	display:block;
	font-weight:500;
	font-style:normal;
	margin-top:8px;
	text-transform:uppercase;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ededed;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#005dbe;
}

/*============================================================
				Mobile Menu
=============================================================*/
.mobile-menu-container {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	background-color: #1d1e20;
	width: 100%;
	max-width: 300px;
	overflow-y: auto;
	box-shadow: 0.1rem 0 0.6rem 0 rgba(50,50,50,0.65);
	transform: translateX(-100%);
	visibility: hidden;
	font-size: 1.2rem;
	line-height: 1.5;
	transition: all 0.35s
}
.mmenu-active .mobile-menu-container {
	visibility: visible;
	transform: translateX(0)
}
.mobile-menu-container .social-icons {
	justify-content: center;
	margin-bottom: 0
}
.mobile-menu-container .social-icon {
	width: 3rem;
	height: 3rem;
	border: 0;
	font-size: 1.5rem;
	background-color: transparent;
	margin-bottom: 0
}
.mobile-menu-container .social-icon+.social-icon {
margin-left:.3rem
}
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
	color: #fafafa;
	background-color: transparent
}
.mobile-menu-wrapper {
	position: relative;
	padding: 4.2rem 0 3rem
}
.mobile-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
padding:.4rem;
	z-index: 9;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff
}
.mobile-menu-overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	transition: all 0.4s;
	visibility: hidden;
	opacity: 0
}
.mmenu-active .mobile-menu-overlay {
	visibility: visible;
	opacity: 1
}
.mobile-nav {
	padding: 0;
	margin: 0 0 2rem
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #242527
}
.mobile-menu>li>a {
	text-transform: uppercase
}
.mobile-menu li {
	display: block;
	position: relative;
	border-top: 1px solid #242527
}
.mobile-menu li a {
	position: relative;
	display: block;
	padding: 1rem 0 1rem 1.5rem;
	margin-right: 4.5rem;
	color: #fff
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
	color: ##f30;;
	text-decoration: none
}
.mobile-menu li.open>a, .mobile-menu li.active>a {
	color: #7ac141;
}
.mobile-menu li ul {
	margin: 0;
	padding: 0;
	display: none;
	margin-bottom: 0
}
.mobile-menu li ul li a {
	padding-left: 2.5rem;
	font-size:14px;
}
.mobile-menu li ul ul li a {
	padding-left: 3.5rem
}
.mobile-menu>li>a {
	text-transform: uppercase;
	font-size:14px;
}
.mobile-menu .tip {
font-size:.8rem
}
.mmenu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -3.8rem;
	top: 50%;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	color: #fff;
	margin-top: -1.5rem;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
	outline: none
}
.mmenu-btn::after {
	font-family:'FontAwesome';
	content: '\f107';
	display: inline-block;
	margin-top: -2px
}
.open>a>.mmenu-btn::after {
	content: '\f106'
}
@keyframes fixedHeader {
0% {
opacity:0;
transform:translateY(-60px)
}
100% {
opacity:1;
transform:translateY(0)
}
}

.mobile-menu-toggler {
    border: 0;
    background: none;
    color: #fff;
    /*padding:.5rem;*/
    font-size: 1.3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
   /* margin-right: 1.5rem;*/
    cursor: pointer;
}


/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	/*background-attachment:fixed;
	background-position:center center;*/
	background-position:0 -10px;
	border-bottom:4px solid #024778;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
}

.page-title h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	padding:150px 0px 75px;
	text-transform:uppercase;
}

.page-title .bread-crumb{
	position:relative;
	display:inline-block;
	padding:13px 42px 10px;
	border-radius:50px;
	top:28px;
	z-index:1;
	background-color:#024778;
	/*margin-top:200px;*/
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:1em;
	margin-right:30px;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.page-title .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-26px;
	top:0px;
	font-weight:400;
	width:20px;
	text-align:center;
	line-height:1em;
}

.page-title .bread-crumb li:last-child{
	margin-right:0px;	
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

.page-title .container { position: relative;}
.page-title .top-date { position: absolute; left: 0; top:0; width: 100%;text-transform:uppercase;}
.page-title .top-date ul { position: relative; z-index:9; display: flex; align-items: center; justify-content: center;}
.page-title .top-date ul li { list-style-type: none; display: inline-block; padding:0 15px; line-height: 40px; font-weight: bold;  border-right: 1px solid #ddd; background-color:rgba(255, 255, 255, 0.8)}
.page-title .top-date ul li span { color: #cf080b; padding-right: 10px;} 
.page-title .top-date ul li:first-child { color: #000;}
.page-title .top-date ul li:last-child { background: #f4ec0b; color: #fff; border-right: none;}
.page-title .top-date ul li a { display: block; color: #333}
/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section{
	position:relative;
	padding:90px 0px 0px;
}

.why-us-section .image-column{
	position:relative;
	text-align:center;
}

.why-us-section .image-column .image img{
	max-width:100%;
	display:inline-block;
}

.featured-section-two{
	position:relative;
	padding:115px 0px 80px;
}

.featured-section-two .sec-title{
	margin-bottom:60px;
}

.featured-block-two{
	position:relative;
	margin-bottom:80px;
}

.featured-block-two .inner-box{
	position:relative;
	padding:45px 45px 25px;
	border:1px solid #ececec;
}

.featured-block-two .inner-box .icon-box{
	position:absolute;
	right:28px;
	top:-28px;
	width:65px;
	height:65px;
	color:#ffffff;
	font-size:28px;
	text-align:center;
	line-height:64px;
	border-radius:50%;
	background-color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block-two .inner-box h3{
	position:relative;
	font-size:19px;
	font-weight:400;
	text-transform:capitalize;
}

.featured-block-two .inner-box h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block-two .inner-box h3 a:hover{
	color:#005dbe;
}

.featured-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	margin-top:12px;
	margin-bottom:12px;
}

.featured-block-two .inner-box .read-more{
	position:relative;
	color:#777777;
	font-size:14px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block-two .inner-box .read-more:hover{
	color:#005dbe;
}

.featured-block-two .inner-box .read-more .icon{
	margin-left:6px;
}

.featured-block-two .inner-box:hover h3 a{
	color:#005dbe;
}

.featured-block-two .inner-box:hover .icon-box{
	background-color:#005dbe;
	color:#ffffff;
}
/*List Style Two*/

.list-style-two{
	position:relative;
	margin:20px 0;
}

.list-style-two li{
	position:relative;
	color:#777777;
	font-weight:400;
	padding-left:30px;
	margin-bottom:7px;
	list-style-type: none;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:hover{
	color:#222222;
}

.list-style-two li:before{
	position:absolute;
	content: "\f05d";
	left:0px;
	top:5px;
	color:#404040;
	font-size:18px;
	line-height:1em;
	font-family:'FontAwesome';
}
/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	margin-top:50px;
	z-index:10;
}

.services-section.no-margin{
	margin:0px;
}

.services-section .column{
	position:relative;
	padding:0px;
}

.services-block{
	position:relative;
}

.services-block:nth-child(2) .inner{
	background-color:#005173;
}

.services-block:nth-child(3) .inner{
	background-color:#e03a5b;
}

.services-block:nth-child(4) .inner{
	background-color:#9bd7d5;
}

.services-block .inner{
	position:relative;
	padding:38px 45px;
	background-color:#48b8e7;
}

.services-block .inner .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	display:block;
}

.services-block .inner h3{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	padding-left:45px;
	text-transform:uppercase;
}

.services-block .inner h3 .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:26px;
	font-weight:400;
	margin-bottom:15px;
}

.course-date { background:#024778; color: #fff; margin-bottom:1rem;}
.course-date .top-part { text-align: center; padding:10px 0;}
.course-date-body table { margin-bottom: 0px; text-align: center; }
.course-date .table-dark { background-color: #a9d300}
.course-date .table-dark th { background-color:#e10102;}
.course-date .table-dark td { border-color:#ddd;}
.course-date .table-dark th { border-color:#ddd;}
.course-date .table-dark td:hover { background-color:#024778;}

.inner-box h4 { font-size:1.5rem; color: #2E418B; position: relative; margin-bottom:2rem;}
.inner-box h4:after { position: absolute; bottom:-10px; left:0; width: 50px; height:2px; background: #cf080b; content:'';}
.inner-box h4:before { position: absolute; bottom:-10px; left:0; width: 150px; height:1px; background: #ddd; content:'';}


.single-package2 .thead-dark th{ background: #2E418B;}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-menu { padding: 0; border-radius: 0; margin:0;background-color: rgba(2, 71, 120, 1);color:#fff !important;}

.check-certificatio {}
.check-certificatio .btn-submit { background-color: #f4ec0b; border-color: #f4ec0b; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);border-radius: 18px; padding-left: 20px; padding-right: 20px;}
.check-certificatio .btn-danger { background-color: #005173; border-color: #005173; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);border-radius: 18px; padding-left: 20px; padding-right: 20px;}

.contact-area {}
.contact-area .btn-submit { background-color: #f4ec0b; border-color: #f4ec0b; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);border-radius: 18px; padding-left: 20px; padding-right: 20px;}
.contact-area .btn-danger { background-color: #005173; border-color: #005173; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);border-radius: 18px; padding-left: 20px; padding-right: 20px;}

.loacation { background-color:#024778; color: #fff; line-height:50px; margin-bottom: 2rem; border-radius: 25px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); position: relative; transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
.loacation a { color: #fff; text-align: center; display: block;}

.loacation:hover { background-color:#cf080b;}

.register-form .form-control{ border-radius: 0px; font-size:15px;}
.register-form h3 { background-color:#024778; color: #fff; font-size:1.2rem; text-align: center; line-height: 40px;}

.register-form .btn-submit { background-color: #024778; border-color: #024778; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);border-radius: 18px; padding-left: 20px; padding-right: 20px;}	

ul.newlist { padding-left: 15px}
ul.newlist ul{ padding-left: 25px}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

// stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors

//
// Panels
// --------------------------------------------------


.page-title2{
	position:relative;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	border-bottom:4px solid #024778;
	
}

.page-title2:before{
	position:relative;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:45px;
	background-color:rgba(0,0,0,.3);
}

.page-title2 h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	padding:150px 0px 75px;
	text-transform:uppercase;
}

.page-title2 .bread-crumb{
	position:relative;
	display:inline-block;
	padding:13px 42px 10px;
	border-radius:50px;
	top:28px;
	z-index:1;
	background-color:#024778;
}

.page-title2 .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:1em;
	margin-right:30px;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.page-title2 .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-26px;
	top:0px;
	font-weight:400;
	width:20px;
	text-align:center;
	line-height:1em;
}

.page-title2 .bread-crumb li:last-child{
	margin-right:0px;	
}

.page-title2 .bread-crumb li:last-child:after{
	display:none;	
}

.page-title2 .bread-crumb li a{
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

.page-title2 .container { position: relative;}
.page-title2 .top-date { position: absolute; left: 0; top:0; width: 100%;}
.page-title2 .top-date ul { position: relative; z-index:9; display: flex; align-items: center; justify-content: center;}
.page-title2 .top-date ul li { list-style-type: none; display: inline-block; padding:0 15px; line-height: 40px; font-weight: bold;  border-right: 1px solid #ddd; background-color:rgba(255, 255, 255, 0.8)}
.page-title2 .top-date ul li span { color: #cf080b; padding-right: 10px;} 
.page-title2 .top-date ul li:first-child { color: #000;}
.page-title2 .top-date ul li:last-child { background: #f4ec0b; color: #fff; border-right: none;}
.page-title2 .top-date ul li a { display: block; color: #333}
.main-menu ul {text-align:center !important}

.checklist-box{
	background-color:#024778;
	font-size: 18px;
    color: #ffffff;
	padding:20px;
	width:100%;
}
.box h3 {
    font-size: 18px;
    color: #002a5c;
    padding-top: 9px;
    text-decoration: underline white;
}

.checklist2 {
    position: relative;
    margin-bottom: 20px;
    float: left;
	width:100%;
}

.checklist2 .service-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    background: #fac033;
}
.checklist2 .service-icon svg {
    
    width: 50px !important;
    height: 50px !important;
    color: #ffffff;
    display: block;
	padding:10px;

}

.checklist2 .service-detail {
    margin-left: 10px;
    float: left;
	width:80%;
}

.checklist2 h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}
.checklist2 p {
    font-size: 12px;
    font-weight: bold;
    color: #fac033;
    text-align: left;
}

.checklist2 h3 a {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    text-decoration: none;
}

.checklist2 .service-detail ul {
    padding-left: 0px;
}

.checklist2 .service-detail ul li {
    color: #000;
    list-style-type: none;
    font-size: 14px;
}

.checklist2 .service-detail ul li a {
    color: #000;
    list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 4px;
    float: left;
}

.checklist2 .service-detail ul li a:hover {
    color: #002a5c;
}
