/* ==========================================================================
Theme Name: PA
Theme URI: http://CodingCouncil.com
Description: PA
Version: 1.0
Author: CodingCouncil
Tags: business, corporate, css3, digital, flat, modern, bootstrap
========================================================================== */
/* ========= Table of Content =========== */
	/* 
		1. Main Elements
		2. Main navigation
		3. Header
		4. Services
		5. About Us
		6. Our works
		7. Signup Newsletter
		8. Contact Form 
		9. Footer
	*/
	
	
/*=======================
Main elements start
======================= */	


.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;


}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
	border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 14px;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #6c1720;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left-color: #6c1720; 
	font-weight: bold;
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;           
}
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#666666;
	background:#efefef;
}
img {
    max-width: 100%;
}
ul{
	padding: 0;
}
a{
	text-decoration: none;
	outline: 0;
	color:#195b79;
	/*-webkit-transition: all 0.15s linear;*/
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	/*transition: all 0.15s linear;*/

}

a:hover {
	color:#f7f5f5;
	text-decoration: none;
}
a, a:focus{
	outline:0;
	outline-offset:0;
	text-decoration:none;
}

.a-green{
	color:#337433;
	font-weight: bold;
}

.a-yellow{
	color:#c59710;
	font-weight: bold;
}

.a-red{
	color:#68171f;
	font-weight: bold;
}

.a-blue{
	color:#195b79;
	font-weight: bold;
}


.a-white{
	color:#f7f5f5
}
.a-white:hover{
	color:#c59710
}

.a-white-red{
	color:#f7f5f5
}
.a-white-red:hover{
	color:#68171f
}

.a-white-blue{
	color:#f7f5f5;
	font-weight:bold;
}
.a-white-blue:hover{
	color:#195b79;
	font-weight:bold;
}

.a-blue-dk{
	color:#195b79;
	font-weight: bold;
}

.a-blue-dk:hover{
	color:#363636;
	font-weight: bold;
}


/* === Typography === */
h1, h2, h3, h4{font-family: 'Bentham', serif; margin-bottom:15px;}
h4, h5, h6{margin-bottom:15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; color:#f07039; margin-top:0;}
h2 { font-size: 20px; color:#f07039; margin-top:0;}
h3 { font-size: 18px; color:#323232; margin-top:0;}
h4 { font-size: 16px; color:#666; font-weight:normal; }
h5 { font-size: 15px; color:#f7f5f5;}
h6 { font-size: 14px; color:#666;}
/* === End === */

hr{
	border:1px solid #d7d8da;
}
a.btn.read-more {
    color: #FFF;
    border-radius: 0;
    padding: 8px 50px;
	font-size: 15px;
}

input.btn.read-more {
    color: #FFF;
    border-radius: 0;
    padding: 8px 50px;
	font-size: 15px;
}


a.btn.read-more-sml {
    color: #FFF;
    border-radius: 0; 
	width: 70px;
	font-size: 13px;
	vertical-align: middle; 
}

a.btn.read-more-med {
    color: #FFF;
    border-radius: 0;
	width: 100px;
	font-size: 14px;
	vertical-align: middle; 
}



a.btn.read-more-sml-1 {
    color: #FFF;
    border-radius: 0;
	width: 70px;
	height:50px;
	font-size: 13px;
	vertical-align: middle; 
}

a.btn.read-more1 {
    color: #FFF;
    border-radius: 0;
    padding: 8px 30px;
	font-size: 15px;
}

.green{
    background: #327333;
}
a.green:hover{
    background: #FFF;
    color: #327333;
}

a.diff:hover{
	color: #c59710;
}

.blue{
    background: #195A7A;
}
a.blue:hover{
    color: #195A7A;
    background: #FFF;
}

input.blue:hover{
    color: #195b79;
    background: #FFF;
}

.yellow{
    background: #C69610;
}
a.yellow:hover{
    color: #C69610;
    background: #FFF;
}
.red{
    background: #68171f;
}
a.red:hover{
    color: #68171f;
    background: #FFF;
}




/* BUY Button*/
.big-buy{
	font-weight: normal;
    color: #fff;
    width: 100px;
    background-color: #6c1720;
    font-size: 20px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    margin: 0px auto 20px auto;
	border: 1px solid;
	border-color: #6c1720;
}




.big-buy:hover {
	font-weight:normal;
	color:#fff;
	width:100px;
	background-color:#ececec;
	font-size:20px;
	padding:10px 25px 10px 25px;
	text-align:center;
	margin:0px auto 20px auto;
	background: rgba(0, 0, 0, .5);
	border: 1px solid;
	border-color: #f7f5f5;
}

.big-buy a{
    color: #f7f5f5;
}



/*=======================
Main elements end
======================= */	


.info-center p{
	font-size: 14px;
    color: #F2ECF0;
    margin: 0px 15% 0px 15%;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}

.info-center img{
    margin-left: auto;
    margin-right: auto;
}

.info-center form{
	font-size: 15px;
    margin: 0px 15% 0px 15%;
    padding: 15px 0;
    text-align: center;
}

.info-center ul{
	margin: 0px 200px 0px 200px;
}


.info-center-sml p{
	font-size: 14px;
    color: #F2ECF0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}




/*=======================
Main navigation start
======================= */	
.navbar-inverse {
    background-color: #FFF;
    border-color: #FFFFFF;
    border-radius: 0;
}
.navbar {
    min-height: 112px;
    margin: 0;

}
.main-menu {
    float: right;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
	border-bottom-color: #6C1821;
    border-bottom:3px solid #6C1821
}
.main-menu li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000!important;
}

.navbar-nav > li > a {
    padding-top: 45px;
   /* padding-bottom: 45px;*/
   
   	border-bottom-color: transparent;
    border-bottom:3px solid transparent;
}



.navbar-inverse .navbar-nav > li li > a:hover, .navbar-inverse .navbar-nav > li li > a:focus {
    color: #000;
    background-color: transparent;
	border-bottom-color: #6C1821;
    border-bottom:3px solid #6C1821
	
	
}

.navbar-inverse .navbar-nav > li li > a, .navbar-inverse .navbar-nav > li li > a:focus {
    color: #000;
    background-color: transparent;
	border-bottom-color: transparent;
    border-bottom:3px solid transparent;

}




.main-navigation ul ul {
    position: absolute;
    left: -9999px;
	min-width: 200px;
}
.main-navigation li:hover > ul {
    left: auto;
    z-index: 99;
    background: #FFF;
    list-style: none;
}

.main-navigation ul ul ul {
    margin-left: 100%;
	top: 0;
	min-width: 200px;
}
.main-navigation li ul li {
    border-bottom: 2px solid #EAEAEA;
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
}

.main-navigation li ul li:first-child {
    border-top: 2px solid #EAEAEA;
}


.main-navigation li ul li a{
    /*padding: 10px 30px;*/
	padding-bottom: 0px; 
    display: block;
    color: #FFF;
	margin: 10px 20px 10px 15px;
}


.main-navigation li ul li.dropdown:before {
    position: absolute;
    content: "\f105";
    top: 10px;
    color: #E0E0E0;
    right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;

}
/*=======================
Main navigation end
======================= */	


span.drops{
	float:right;
	color:#363636;
}


span.drops-2{
	float:middle;
	color:#363636;
	text-align:center;
}


/*=======================
Banner start
======================= */	
.banner{
	
} 
.banner-text-full{
	background: url('img/home(2_3).jpg') no-repeat center;
    background-size: cover;
    height: 100%;
}

.banner-text-full-overlay{
	background: rgba(0, 0, 0, .6)no-repeat center;
    background-size: cover;
    height: 100%;
}

.banner-text{
    padding-top: 80px;
    padding-bottom: 90px;
}
.banner-text h2 {
    text-align: center;
    font-size: 48px;
    color: #FFF;
}
.banner-box-full{
background-color: #363636;
    height: 100px;
}

.banner-box-half{
background-color: #363636;
	height: 50px;
}

.banner-box-half-dk{
background-color: #282828;
	height: 50px;
}
.banner-box-wrap {
    text-align: center;
}

.banner-box {
    background: rgba(40, 40, 40, 0.8);
    width: 75%;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    border-top: 10px solid #327333;
    padding: 15px;
    min-height: 385px;
}
.banner-box img {
    background: #327333;
    border-radius: 100px;
}
.banner-box-icon{
    position: relative;
    margin: 0 0 30px 0;
    display: block;
}
span.banner-box-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
.banner-box h3 {
    color: #327333;
    font-size: 45px;
    margin-bottom: 5px;
}
.banner-box p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
	text-align:justify;

	
}
a.banner-rm {
    background: #327333;
    border-radius: 0;
    font-size: 15px;
    padding: 5px 20px;
    margin-bottom: -40px;
    color: #FFF;
}

.banner-box-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(50, 115, 51, .9);
	display: none;
	padding: 30px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner-box:hover .banner-box-overlay{
	display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner-box:hover a.banner-rm {
    color: #327333;
    background: #FFF;
    z-index: 1;
    position: relative;
}

.green.banner-box {border-top: 10px solid #327333;}
.green.banner-box img {background: #327333;}
.green span.banner-box-hc {background: #327333;}
.green.banner-box h3 {color: #327333;}
.green a.banner-rm {background: #327333;}
.green .banner-box-overlay{background: rgba(50, 115, 51, .8);}
.green.banner-box:hover a.banner-rm {color: #327333;}

.blue.banner-box {border-top: 10px solid #0C5B7A;}
.blue.banner-box img {background: #0C5B7A;}
.blue span.banner-box-hc {background: #0C5B7A;}
.blue.banner-box h3 {color: #0C5B7A;}
.blue a.banner-rm {background: #0C5B7A;}
.blue .banner-box-overlay{background: rgba(12, 91, 122, .8);}
.blue.banner-box:hover a.banner-rm {color: #0C5B7A;}

.yellow.banner-box {border-top: 10px solid #C69610;}
.yellow.banner-box img {background: #C69610;}
.yellow span.banner-box-hc {background: #C69610;}
.yellow.banner-box h3 {color: #C69610;}
.yellow a.banner-rm {background: #C69610;}
.yellow .banner-box-overlay{background: rgba(197, 151, 16, .8);}
.yellow.banner-box:hover a.banner-rm {color: #C69610;}
/*=======================
Banner end
======================= */	

/*=======================
server point section start
======================= */	
.h-point {
    background: #282828;
    padding: 50px 0 0 0;
    text-align: center;
}

.h-point h3 {
    font-size: 15px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0;
    font-family: 'Open Sans', sans-serif;
}

.h-point-single{
	padding-bottom: 50px;
}
.h-point-single i {
    background: #F2ECF0;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #7B2E3E;
}

.h-point-single p {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
	padding-left: 60px;
	padding-right: 60px;
    font-family: 'Open Sans', sans-serif;
}

.h-point-single h3 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
}
.h-point-hr {
    height: 1px;
    width: 100px;
    background: #7B2E3E;
    margin: 0 auto;
}
/*=======================
home bottom section end
======================= */

/*=======================
home bottom section start
======================= */	
.h-bottom {
    background: #282828;
    padding: 50px 0 0 0;
    text-align: center;
}
.h-bottom-single{
	padding-bottom: 25px;
}
.h-bottom-single i {
    background: #F2ECF0;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #7B2E3E;
}
.h-bottom-single i:hover {
    background: #7B2E3E;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #F2ECF0;
}
.h-bottom-single h3 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
}

.h-bottom-d h3 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align:center;
}

.h-bottom-hr {
    height: 1px;
    width: 100px;
    background: #7B2E3E;
    margin: 0 auto;
}
/*=======================
home bottom section end
======================= */	

/*=======================
License page START
======================= */	


/*=======================
License page END
======================= */

.license ol{
    font-size: 14px;
    color: #F2ECF0;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
	
	counter-reset: item;
	
	display: block;

}




/*=======================
home partners section start
======================= */	
.h-partners {
    background: #282828;
    padding: 50px 0 0 0;
    text-align: center;
}
.h-partners h2{
	font-size:45px;
	color:#282828;
}
.h-partners a {
line-height:4em;
color:#7B2E3E;
	font-weight:bold;

}
.h-partners-single{
	padding-bottom: 25px;
}
.h-partners-single i {
    background: #F2ECF0;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #7B2E3E;
}


.h-partners-single i:hover {
    background: #7B2E3E;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #F2ECF0;
}
.h-partners-single h3 {
    font-size: 15px;
    color: #282828;
	text-transform:none;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}





.h-partners-more i:hover {
    background: #7B2E3E;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    padding-top: 12px;
    color: #F2ECF0;
}
.h-partners-more h3 {
    font-size: 15px;
    color: #282828;
	text-transform:none;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}




.h-partners a.hub-button {
font-weight:normal;
color:#fff;
width:150px;
background-color:#6c1720;
font-size:16px; 
padding:10px 25px 10px 25px;
text-align:center;
margin:0px auto 20px auto;

}

.h-partners a.hub-button:hover {
font-weight:normal;
color:#6c1720;
width:150px;
background-color:#ececec;
font-size:16px;
padding:10px 25px 10px 25px;
text-align:center;
margin:0px auto 20px auto;
border: 1px solid;
border-color: #6c1720;
background-color:#f7f5f5;

}


.h-partners-hr {
    height: 1px;
    width: 100%;
	max-width:200px;
    background: #7B2E3E;
    margin: 0 auto;
	margin-bottom:20px;
}
/*=======================
home bottom section end
======================= */	


/*=======================
Footer section start
.banner-text-full{
	background: url('img/home1.jpg') no-repeat center;
    background-size: cover;
    height: 800px;
}

.banner-text-full-overlay{
	background: rgba(0, 0, 0, .4)no-repeat center;
    background-size: cover;
    height: 800px;
}
======================= */	

.footer {
	background: url('/web7/img/home(1_3).jpg') no-repeat center;
    text-align: center;
	background-size: cover;
}

.footer-overlay{
	background: rgba(0, 0, 0, .6)no-repeat center;
	padding: 60px 0;
    text-align: center;
}

.footer-menu ul li {
	display: inline-block;
    list-style: none;
    line-height: 20px;
    border-right: 1px solid #FFF;
    padding: 0 15px;
}
.footer-menu ul li a {
    color: #F1EFF0;
    font-size: 14px;
}



.footer-menu ul li:last-child{
    border-right: 0px solid #F2ECF0;
}

.footer-menu ul li a:hover { 
	color: #c59710;
}

.footer-social ul li {
    display: inline-block;
    list-style: none;
    line-height: 20px;
    border-right: 1px solid #FFF;
    padding: 0 20px;
}
.footer-social ul li a{
    color: #F1EFF0;
    font-size: 25px;
}
.footer-social ul li:last-child{    
border-right: 0px solid #F2ECF0;
}

.footer-social ul li a:hover { 
	color: #c59710;
}

.footer-social {
    padding-top: 50px;
}
/*=======================
Footer section end
======================= */	



/*=======================
About section start
======================= */	


.about-title {
    padding: 130px 0;
    background: url('/web7/img/about1-bg.jpg') no-repeat bottom;
    background-size: cover;
	position: relative;
}


.about-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}


.download-overlay{

	height: 100%;
    background: rgba(0, 0, 0, .4);
}

.about-us-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
.about-content-section.about-left {
    padding-right: 20px;
}
.about-content-section.about-right {
    padding-left: 20px;
}
.about-content {
    background: #282828;
    padding-top: 30px;
    text-align: center;
}
.about-content-section h3 {
    color: #FFF !important;
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    border-top: 8px solid #327333;
    border-bottom: 8px solid #327333;
    margin-bottom: 30px;
}
span.about-box-hc {
    height: 13px;

    border-radius: 100% 100% 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -8px;
}
.about-content-section p {
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
    margin-bottom: 35px;
    font-weight: 300;
}

.about-section-block {
    margin-top: 45px;
}
.about-section-block-single {
    width: 167px;
    background: #FFF;
    margin-right: 10px;
    display: inline-block;
    border-top: 8px solid #CF9A3A;
    margin-bottom: 30px;
}
.about-section-block-single:hover {
	    background: #CF9A3A;
		cursor:pointer;
}
.about-section-block-single p {
    color: #282828;
    padding: 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align:center;
}
.about-section-block-single p:hover {
	color:#ffffff;
	
}
.about-section-block-single:last-child {
    margin-right: 0px;
}
/*=======================
About section end
======================= */	


/*=======================
hub section start
======================= */	


.hub-title {
    padding: 100px 0;
    background: url('/web7/img/itds-single.jpg') no-repeat bottom;
    background-size: cover;
	position: relative;
}
.hub-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.hub-us-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.hub-us-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
.hub-content-section.hub-left {
    padding-right: 20px;
}
.hub-content-section.hub-right {
    padding-left: 20px;
}
.hub-content {
    background: #282828;
    padding-top: 30px;
    text-align: center;
}
.hub-content-section h3 {
    color: #FFF !important;
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    border-top: 8px solid #327333;
    border-bottom: 8px solid #327333;
    margin-bottom: 30px;
}



.hub-content-section iframe{
	padding: 0px;
}
/*
.hub-content-section iframe{
	padding: 30px;
}
*/
.hub-content-section-2 iframe{
	padding: 0px;
}

span.hub-box-hc {
    height: 13px;

    border-radius: 100% 100% 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -8px;
}

.hub-content-section p {
    font-size: 14px;
    color: #F2ECF0;
    padding: 10px 0;
	padding-left: 15px;
	padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
	text-align: justify;
}

.hub-content-section-c p {
    font-size: 14px;
    color: #F2ECF0;
    padding: 10px 0;
	padding-left: 15px;
	padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.hub-content-section h3 {
    font-size: 15px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.hub-content-section img {
	max-width: 50px;

}

.hub-content-section-2 img {
	
	max-width: 300px;
	border: 5px solid #195b79;
	border-radius:10px;

}

.hub-content-section-2 img:hover {
	
	max-width: 300px;
	border: 5px solid #4D869E;

}

.hub-content-section h4 {
    font-size: 30px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.hub-section-block {
    margin-top: 45px;
}
.hub-section-block-single {
    width: 167px;
    background: #FFF;
    margin-right: 10px;
    display: inline-block;
    border-top: 8px solid #CF9A3A;
    margin-bottom: 30px;
}
.hub-section-block-single:hover {
	    background: #CF9A3A;
		cursor:pointer;
}
.hub-section-block-single p {
    color: #282828;
    padding: 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align:center;
}
.hub-section-block-single p:hover {
	color:#ffffff;
	
}
.hub-section-block-single:last-child {
    margin-right: 0px;
}
/*=======================
hub section end
======================= */	

/*=======================
page buy start
======================= */

.buy-title{
    padding: 100px 0;
    background: url('img/cover-sml1.jpg') no-repeat bottom; 
    background-size: cover;
    position: relative;
}

.buy-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.buy-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.page-title {
    background: #363636;
    padding: 30px 0;
}
.page-title-inner h3 {
    font-size: 50px;
    color: #FFF;
    text-align: center;
    margin: 0;
}
.page-content {
    background: #282828;
    padding-top: 20px;
}

.page-content h4 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}


.page-content-dk {
    background: #282828;
    padding-top: 30px;
}

.page-content-dk h4 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.page-content-dk h3 {
    font-size: 20px;
    color: #F2ECF0;
    margin: 0;
	text-align: center;
}

.page-content-dk p {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
	max-width:700px;
}


.comapany-single-col img{
	padding: 20px;
	height: 120px;
}

.company-single-col{
	text-align: center;
	margin-bottom: 30px;
}


.about-single-col img{
	padding: 20px;
	height: 120px;
}

.about-single-col{
	text-align: center;
	margin-bottom: 30px;
}
.about-single-col h3 {
    color: #FFF;
    font-size: 40px;
    margin: 0;
    padding: 20px 0;

    border-bottom: px solid #327333;
    margin-bottom: 30px;
}

.about-single-col p{
    color: #ebebeb;
	font-size: 14px;
    padding:0 25px;
    font-weight:300;
	text-align:justify;
	min-height:180px;

}


.buy-single-col{
	text-align: center;
	margin-bottom: 30px;
}
.buy-single-col h3 {
    color: #FFF;
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    border-top: 8px solid #327333;
    border-bottom: 8px solid #327333;
}

.buy-single-col p{
    color: #ebebeb;
	font-size: 14px;
    padding:15px 0 5px 0;
    font-weight:300;
	text-align:justify;
	min-height: 230px;
}
.buy-btn {
   
}
.h-bottom.buy-bottom {
    background: #363636;
    padding: 50px 0 0 0;
    text-align: center;
}
.buy-bottom .h-bottom-single h3 {
    font-size: 25px;
}
.buy-services-type {
    color: #FFFFFF;
    font-size: 16px;
}
.buy-buy a{
    color: #C0C0C0;
	text-transform: uppercase;
}

.buy-buy a:hover {
	color:#f7f5f5;
}

.buy-services-type h4 {
    color: #FFFFFF;
    font-size: 28px;
}
.green-col .buy-learn-more a{
    color: #327333;
}

.buy-learn-more a:hover {
	color:#f7f5f5;
}

.green-col .table {
    border-bottom: 2px solid #327333;
}
.green-col tr {
    border-top: 2px solid #327333;
}
.blue-col .buy-learn-more a{
    color: #195A7A;
}

.buy-learn-more a:hover {
	color:#f7f5f5;
}

.blue-col .table {
    border-bottom: 2px solid #195A7A;
}
.blue-col tr {
    border-top: 2px solid #195A7A;
}
.green-col span.about-box-hc {
    background: #327333;
}
.green-col h3 {
    color: #327333;
    border-top: 8px solid #327333;
    border-bottom: 8px solid #327333;
}
.blue-col span.about-box-hc {
    background: #195A7A;
}
.blue-col h3 {
    color: #195A7A;
    border-top: 8px solid #195A7A;
    border-bottom: 8px solid #195A7A;
}
.yellow-col span.about-box-hc {
    background: #C69610;
}
.yellow-col h3 {
    color: #C69610;
    border-top: 8px solid #C69610;
    border-bottom: 8px solid #C69610;
}

.red-col .buy-learn-more a{
    color: #68171f;
}
.red-col .table {
    border-bottom: 2px solid #68171f;
}
.red-col tr {
    border-top: 2px solid #68171f;
}
.red-col span.about-box-hc {
    background: #68171f;
}
.red-col h3 {
    color: #68171f;
    border-top: 8px solid #68171f;
    border-bottom: 8px solid #68171f;
}
/*=======================
page buy end
======================= */	



/*=======================
general page start
======================= */	
.page-content-general{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    font-size: 14px;
    color: #000;
}
/*=======================
general page end
======================= */	

/*=======================
Maltego server page start
======================= */	
.maltego-servers .green-col h3, .maltego-servers .blue-col h3 , .maltego-servers .yellow-col h3, .maltego-servers .red-col h3{
    border-top: 0px solid #327333;
}
.maltego-servers-btn {
    /*margin-top: 15px;*/
}

a.btn.maltego-servers-btn.read-more {
    width: 48%;
    margin-right: 1%;
    padding: 8px 0;
}
.maltego-servers-title{
    padding: 100px 0;
    background: url('img/cover-sml3.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.maltego-servers-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.downloads-overlay{

    background: rgba(0, 0, 0, .7);
}

.maltego-servers-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.maltego-servers h4 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.maltego-servers p {
    font-size: 14px;
    color: #F2ECF0;
    /*margin: 0;*/
    padding: 15px 5px 5px 5px;
    font-family: 'Open Sans', sans-serif;
	text-align:justify;
}

.maltego-servers img {
	text-align: center;
	
}

.maltego-servers-min p {
	min-height:150px;
}

.maltego-servers td {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align:center;
}

.maltego-servers-general p {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
	padding-left: 60px;
	padding-right: 60px;
    font-family: 'Open Sans', sans-serif;
}

/*=======================
maltego clients page end
======================= */	


/*=======================
Maltego clients page start
======================= */	
.maltego-clients .green-col h3, .maltego-clients .blue-col h3 , .maltego-clients .yellow-col h3, .maltego-clients .red-col h3{
    border-top: 0px solid #327333;
}
.maltego-clients-btn {
    /*margin-top: 15px;*/
}

a.btn.maltego-clients-btn.read-more {
    width: 48%;
    margin-right: 1%;
    padding: 8px 0;
}
.maltego-clients-title{
    padding: 100px 0;
    background: url('img/cover-sml2.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.maltego-clients-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.downloads-overlay{

    background: rgba(0, 0, 0, .7);
}

.maltego-clients-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.maltego-clients h4 {
    font-size: 25px;
    color: #F2ECF0;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.maltego-clients p {
    font-size: 14px;
    color: #F2ECF0;
    /*margin: 0;*/
    padding: 15px 5px 5px 5px;
    font-family: 'Open Sans', sans-serif;
	text-align:justify;
}

.maltego-clients-min p {
	min-height:150px;
}

.maltego-clients td {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	text-align:center;
}

.maltego-clients-general p {
    font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding: 15px 0;
	padding-left: 60px;
	padding-right: 60px;
    font-family: 'Open Sans', sans-serif;
}

/*=======================
maltego clients page end
======================= */	


/*=======================
maltego single page start
======================= */	
.maltego-single-content {
    overflow: hidden;
    background: #282828;
}
.maltego-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
	
}
.maltego-title{
    padding: 50px 0;
    background: url('/web7/img/maltego-ce.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.maltego-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.maltego-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.maltego-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.maltego-single-icon {
    text-align: center;
    display: inherit;
}
span.maltego-single-icon img {
    background: #327333;
    border-radius: 100px;
}

.maltego-single-subtitle {
    background: #327333;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.maltego-single-subtitle p{
	margin: 0;
}


.maltego-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.maltego-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.maltego-single-left-side {
    padding-top: 50px;
}
.maltego-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.maltego-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.maltego-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	
	border: 5px solid #337433;
	border-radius:10px;
}

.maltego-single-left-side-img img:hover{
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	
	border: 5px solid #4E934E;
	border-radius:10px;
}



.maltego-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.maltego-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.maltego-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.maltego-right-full{
	background: #363636;
	position: relative;
}
.maltego-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.maltego-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.maltego-single-right-side-featured-img img{
	border: 5px solid #337433;
	border-radius:10px;
}

.maltego-single-right-side-featured-img img:hover{

	border: 5px solid #4E934E;
	border-radius:10px;
}

.maltego-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-single-right-side-list {
    color: #DFDFDF;
}



.maltego-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}





.company-single-right-side-list ul{
    padding-left: 25px;
	font-size: 14px;
	color: #f7f5f5;
}
.company-single-right-side-list ul li{
    position: relative;
}
.company-single-right-side-list ul li:before{
    position: absolute;
    content: '';

    background: #c59710;
    left: -46px;
    top: 9px;
}
.company-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.company-single-right-side-list ul {
    list-style: none;
}
.company-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.company-single-right-side-list ul li ul li ul li:before{
    background: #c59710;
}
.company-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #c59710;
    top: 4px;
	text-align:right;
}









.maltego-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.maltego-single-right-side-list ul li{
    position: relative;
}
.maltego-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #2C7C33;
    left: -46px;
    top: 9px;
}
.maltego-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #2C7C33;
    top: 4px;
}
.maltego-single-right-side-list ul {
    list-style: none;
}
.maltego-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.maltego-single-right-side-list ul li ul li ul li:before{
    background: #2C7C33;
}
.maltego-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #2C7C33;
    top: 4px;
}

.maltego-single-right-services {
    background: #282828;
    position: relative;
}
.maltego-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.maltego-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
maltego single page end
======================= */	

/*=======================
people page start
======================= */	
.people-single-content {
    overflow: hidden;
    background: #282828;
}
.people-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.people-title{
    padding: 100px 0;
    background: url('img/paterva_team1.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.people-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.people-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.people-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
/*=======================
People page end
======================= */


/*=======================
company page start
======================= */	
.company-single-content {
    overflow: hidden;
    background: #282828;
}
.company-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.company-title{
    padding: 100px 0;
    background: url('img/paterva_team1.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.company-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}
.company-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.company-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
/*=======================
People page end
======================= */

/*=======================
casefile single page start
======================= */	
.casefile-single-content {
    overflow: hidden;
    background: #282828;
}
.casefile-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.casefile-title{
    padding: 50px 0;
    background: url('img/maltego-office.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.casefile-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.casefile-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.casefile-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.casefile-single-icon {
    text-align: center;
    display: inherit;
}
span.casefile-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.casefile-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.casefile-single-subtitle p{
	margin: 0;
}


.casefile-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.casefile-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.casefile-single-left-side {
    padding-top: 50px;
}
.casefile-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.casefile-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}

.casefile-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	
	border: 5px solid #c59710;
	border-radius:10px;
}

.casefile-single-left-side-img img:hover{
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	
	border: 5px solid #E7B831;
	border-radius:10px;
}

.casefile-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.casefile-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.casefile-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.casefile-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.casefile-right-full{
	background: #363636;
	position: relative;
}
.casefile-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.casefile-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}

.casefile-single-right-side-featured-img img{
	border: 5px solid #c59710;
	border-radius:10px;
}

.casefile-single-right-side-featured-img img:hover{

	border: 5px solid #E7B831;
	border-radius:10px;
}

.casefile-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.casefile-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.casefile-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.casefile-single-right-side-list {
    color: #DFDFDF;
}
.casefile-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.casefile-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.casefile-single-right-side-list ul li{
    position: relative;
}
.casefile-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #c59710;
    left: -46px;
    top: 9px;
}
.casefile-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.casefile-single-right-side-list ul {
    list-style: none;
}
.casefile-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.casefile-single-right-side-list ul li ul li ul li:before{
    background: #c59710;
}
.casefile-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #c59710;
    top: 4px;
}

.casefile-single-right-services {
    background: #282828;
    position: relative;
}
.casefile-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.casefile-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.casefile-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.casefile-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
casefile single page end
======================= */	



/*=======================
maltego-ce single page start
======================= */	
.maltego-ce-single-content {
    overflow: hidden;
    background: #282828;
}
.maltego-ce-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.maltego-ce-title{
    padding: 50px 0;
    background: url('img/ctas-single.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.maltego-ce-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.maltego-ce-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.maltego-ce-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #68171f;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.maltego-ce-single-icon {
    text-align: center;
    display: inherit;
}
span.maltego-ce-single-icon img {
    background: #68171f;
    border-radius: 100px;
}

.maltego-ce-single-subtitle {
    background: #68171f;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.maltego-ce-single-subtitle p{
	margin: 0;
}


.maltego-ce-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.maltego-ce-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.maltego-ce-single-left-side {
    padding-top: 50px;
}
.maltego-ce-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.maltego-ce-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}

.maltego-ce-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	
	border: 5px solid #68171f;
	border-radius:10px;
}

.maltego-ce-single-left-side-img img:hover{
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	border: 5px solid #893039;
	border-radius:10px;
}


.maltego-ce-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-ce-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.maltego-ce-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.maltego-ce-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.maltego-ce-right-full{
	background: #363636;
	position: relative;
}
.maltego-ce-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.maltego-ce-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}

.maltego-ce-single-right-side-featured-img img{
	border: 5px solid #68171f;
	border-radius:10px;
}

.maltego-ce-single-right-side-featured-img img:hover{

	border: 5px solid #893039;
	border-radius:10px;
}

.maltego-ce-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-ce-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-ce-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-ce-single-right-side-list {
    color: #DFDFDF;
}
.maltego-ce-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.maltego-ce-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.maltego-ce-single-right-side-list ul li{
    position: relative;
}
.maltego-ce-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #68171f;
    left: -46px;
    top: 9px;
}
.maltego-ce-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #68171f;
    top: 4px;
}
.maltego-ce-single-right-side-list ul {
    list-style: none;
}
.maltego-ce-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.maltego-ce-single-right-side-list ul li ul li ul li:before{
    background: #68171f;
}
.maltego-ce-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #68171f;
    top: 4px;
}

.maltego-ce-single-right-services {
    background: #282828;
    position: relative;
}
.maltego-ce-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-ce-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-ce-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.maltego-ce-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
maltego-ce single page end
======================= */	



/*=======================
maltego-xl single page start
======================= */	
.maltego-xl-single-content {
    overflow: hidden;
    background: #282828;
}
.maltego-xl-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.maltego-xl-title{
    padding: 50px 0;
    background: url('img/itds-single.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.maltego-xl-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.maltego-xl-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}
span.maltego-xl-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #195b79;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.maltego-xl-single-icon {
    text-align: center;
    display: inherit;
}
span.maltego-xl-single-icon img {
    background: #195b79;
    border-radius: 100px;
}

.maltego-xl-single-subtitle {
    background: #195b79;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.maltego-xl-single-subtitle p{
	margin: 0;
}


.maltego-xl-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.maltego-xl-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.maltego-xl-single-left-side {
    padding-top: 50px;
}
.maltego-xl-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.maltego-xl-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.maltego-xl-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	border: 5px solid #195b79;
	border-radius:10px;
}


.maltego-xl-single-left-side-img img:hover{
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	border: 5px solid #4D869E;
	border-radius:10px;
}


.maltego-xl-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-xl-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.maltego-xl-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.maltego-xl-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.maltego-xl-right-full{
	background: #363636;
	position: relative;
}
.maltego-xl-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.maltego-xl-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}

.maltego-xl-single-right-side-featured-img img{
	border: 5px solid #195b79;
	border-radius:10px;
}

.maltego-xl-single-right-side-featured-img img:hover{

	border: 5px solid #4D869E;
	border-radius:10px;
}

.maltego-xl-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.maltego-xl-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-xl-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-xl-single-right-side-list {
    color: #DFDFDF;
}
.maltego-xl-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.maltego-xl-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.maltego-xl-single-right-side-list ul li{
    position: relative;
}
.maltego-xl-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #2C7C33;
    left: -46px;
    top: 9px;
}
.maltego-xl-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #2C7C33;
    top: 4px;
}
.maltego-xl-single-right-side-list ul {
    list-style: none;
}
.maltego-xl-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.maltego-xl-single-right-side-list ul li ul li ul li:before{
    background: #2C7C33;
}
.maltego-xl-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #2C7C33;
    top: 4px;
}

.maltego-xl-single-right-services {
    background: #282828;
    position: relative;
}
.maltego-xl-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.maltego-xl-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.maltego-xl-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.maltego-xl-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
maltego-xl single page end
======================= */	


/*=======================
downloads single page start
======================= */	
.downloads-single-content {
    overflow: hidden;
    background: #282828;
}
.downloads-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.downloads-title{
    padding: 100px 0;
    background: url('img/maltego-ce.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.downloads-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.downloads-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.downloads-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.downloads-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.downloads-single-icon {
    text-align: center;
    display: inherit;
}
span.downloads-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.downloads-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.downloads-single-subtitle p{
	margin: 0;
}


.downloads-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.downloads-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.downloads-single-left-side {
    padding-top: 50px;
}
.downloads-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.downloads-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.downloads-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.downloads-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.downloads-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.downloads-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.downloads-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}

/*=======================
downloads single page end
======================= */



/*=======================
community single page start
======================= */	
.community-single-content {
    overflow: hidden;
    background: #282828;
}
.community-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.community-title{
    padding: 100px 0;
    background: url('img/maltego-ce.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.community-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.community-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.community-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.community-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.community-single-icon {
    text-align: center;
    display: inherit;
}
span.community-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.community-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.community-single-subtitle p{
	margin: 0;
}


.community-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.community-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.community-single-left-side {
    padding-top: 50px;
}
.community-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.community-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.community-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.community-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.community-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.community-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.community-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.community-right-full{
	background: #363636;
	position: relative;
}
.community-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.community-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.community-single-right-side-featured-img img{
    padding-right: 15px;
}

.community-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.community-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.community-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.community-single-right-side-list {
    color: #DFDFDF;
}
.community-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.community-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.community-single-right-side-list ul li{
    position: relative;
}
.community-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #c59710;
    left: -46px;
    top: 9px;
}
.community-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.community-single-right-side-list ul {
    list-style: none;
}
.community-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.community-single-right-side-list ul li ul li ul li:before{
    background: #c59710;
}
.community-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #c59710;
    top: 4px;
}

.community-single-right-services {
    background: #282828;
    position: relative;
}
.community-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.community-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.community-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.community-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
community single page end
======================= */	


/*=======================
quote single page start
======================= */	
.quote-single-content {
    overflow: hidden;
    background: #282828;
}
.quote-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.quote-title{
    padding: 100px 0;
    background: url('img/quotes.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.quote-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.quote-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.quote-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.quote-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.quote-single-icon {
    text-align: center;
    display: inherit;
}
span.quote-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.quote-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.quote-single-subtitle p{
	margin: 0;
}


.quote-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.quote-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.quote-single-left-side {
    padding-top: 50px;
}
.quote-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.quote-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.quote-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.quote-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.quote-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.quote-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.quote-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.quote-right-full{
	background: #363636;
	position: relative;
}
.quote-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.quote-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.quote-single-right-side-featured-img img{
    padding-right: 15px;
}

.quote-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.quote-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.quote-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.quote-single-right-side-list {
    color: #DFDFDF;
}
.quote-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.quote-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.quote-single-right-side-list ul li{
    position: relative;
}
.quote-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #c59710;
    left: -46px;
    top: 9px;
}
.quote-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.quote-single-right-side-list ul {
    list-style: none;
}
.quote-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.quote-single-right-side-list ul li ul li ul li:before{
    background: #c59710;
}
.quote-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #c59710;
    top: 4px;
}

.quote-single-right-services {
    background: #282828;
    position: relative;
}
.quote-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.quote-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.quote-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.quote-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
quote single page end
======================= */	

/*=======================
training single page start
======================= */	
.training-single-content {
    overflow: hidden;
    background: #282828;
}
.training-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.training-title{
    padding: 100px 0;
    background: url('img/am-training.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.training-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.training-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.training-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.training-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.training-single-icon {
    text-align: center;
    display: inherit;
}
span.training-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.training-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.training-single-subtitle p{
	margin: 0;
}


.training-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.training-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.training-single-left-side {
    padding-top: 50px;
}
.training-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.training-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.training-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.training-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.training-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.training-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.training-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.training-right-full{
	background: #363636;
	position: relative;
}
.training-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.training-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.training-single-right-side-featured-img img{
    padding-right: 15px;
}

.training-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.training-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.training-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.training-single-right-side-list {
    color: #DFDFDF;
}
.training-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.training-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.training-single-right-side-list ul li{
    position: relative;
}
.training-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #c59710;
    left: -46px;
    top: 9px;
}
.training-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.training-single-right-side-list ul {
    list-style: none;
}
.training-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.training-single-right-side-list ul li ul li ul li:before{
    background: #c59710;
}
.training-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #c59710;
    top: 4px;
}

.training-single-right-services {
    background: #282828;
    position: relative;
}
.training-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.training-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.training-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.training-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
training single page end
======================= */	

/*=======================
ctas single page start
======================= */	
.ctas-single-content {
    overflow: hidden;
    background: #282828;
}
.ctas-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.ctas-title{
    padding: 100px 0;
    background: url('img/maltego-ce.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.ctas-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.ctas-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.ctas-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.ctas-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #327333;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.ctas-single-icon {
    text-align: center;
    display: inherit;
}
span.ctas-single-icon img {
    background: #327333;
    border-radius: 100px;
}

.ctas-single-subtitle {
    background: #327333;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.ctas-single-subtitle p{
	margin: 0;
}


.ctas-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.ctas-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.ctas-single-left-side {
    padding-top: 50px;
}
.ctas-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.ctas-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.ctas-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.ctas-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.ctas-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.ctas-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.ctas-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.ctas-right-full{
	background: #363636;
	position: relative;
}
.ctas-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.ctas-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.ctas-single-right-side-featured-img img{
	border: 5px solid #337433;
	border-radius:10px;
}

.ctas-single-right-side-featured-img img:hover{
	border: 5px solid #4E934E;
	border-radius:10px;
}

.ctas-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.ctas-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.ctas-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.ctas-single-right-side-list {
    color: #DFDFDF;
}
.ctas-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.ctas-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.ctas-single-right-side-list ul li{
    position: relative;
}
.ctas-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #2C7C33;
    left: -46px;
    top: 9px;
}
.ctas-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #2C7C33;
    top: 4px;
}
.ctas-single-right-side-list ul {
    list-style: none;
}
.ctas-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.ctas-single-right-side-list ul li ul li ul li:before{
    background: #2C7C33;
}
.ctas-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #2C7C33;
    top: 4px;
}

.ctas-single-right-services {
    background: #282828;
    position: relative;
}
.ctas-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.ctas-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.ctas-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.ctas-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
ctas single page end
======================= */


/*=======================
itds single page start
======================= */	
.itds-single-content {
    overflow: hidden;
    background: #282828;
}
.itds-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.itds-title{
    padding: 100px 0;
    background: url('img/itds-single.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.itds-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.itds-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.itds-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.itds-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #195b79;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.itds-single-icon {
    text-align: center;
    display: inherit;
}
span.itds-single-icon img {
    background: #195b79;
    border-radius: 100px;
}

.itds-single-subtitle {
    background: #195b79;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.itds-single-subtitle p{
	margin: 0;
}


.itds-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.itds-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.itds-single-left-side {
    padding-top: 50px;
}
.itds-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.itds-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.itds-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	border: 5px solid #195b79;
	border-radius:10px;
}

.itds-single-left-side-img img:hover {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
	border: 5px solid #4D869E;
	border-radius:10px;
}
.itds-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.itds-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.itds-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.itds-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.itds-right-full{
	background: #363636;
	position: relative;
}
.itds-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.itds-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.itds-single-right-side-featured-img img{
	border: 5px solid #195b79;
	border-radius: 15px;
	
}

.itds-single-right-side-featured-img img:hover{
	border: 5px solid #4D869E;
	border-radius: 15px;
	
}

.itds-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.itds-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.itds-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.itds-single-right-side-list {
    color: #DFDFDF;
}
.itds-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.itds-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.itds-single-right-side-list ul li{
    position: relative;
	color: #DFDFDF;
}
.itds-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #195b79; 
    left: -46px; 
    top: 9px;
}
.itds-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #195b79;
    top: 4px;
}
.itds-single-right-side-list ul {
    list-style: none;
}
.itds-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.itds-single-right-side-list ul li ul li ul li:before{
    background: #195b79;
}
.itds-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #195b79;
    top: 4px;
}

.itds-single-right-services {
    background: #282828;
    position: relative;
}
.itds-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.itds-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.itds-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.itds-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
itds single page end
======================= */



/*=======================
integration single page start
======================= */	
.integration-single-content {
    overflow: hidden;
    background: #282828;
}
.integration-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.integration-title{
    padding: 100px 0;
    background: url('img/integration-single.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.integration-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.integration-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.integration-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.integration-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #195b79;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.integration-single-icon {
    text-align: center;
    display: inherit;
}
span.integration-single-icon img {
    background: #195b79;
    border-radius: 100px;
}

.integration-single-subtitle {
    background: #195b79;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.integration-single-subtitle p{
	margin: 0;
}


.integration-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.integration-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.integration-single-left-side {
    padding-top: 50px;
}
.integration-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.integration-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.integration-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.integration-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.integration-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.integration-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.integration-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.integration-right-full{
	background: #363636;
	position: relative;
}
.integration-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.integration-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.integration-single-right-side-featured-img img{
    padding-right: 15px;
}

.integration-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.integration-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.integration-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.integration-single-right-side-list {
    color: #DFDFDF;
}
.integration-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.integration-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.integration-single-right-side-list ul li{
    position: relative;
	color: #DFDFDF;
}
.integration-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #195b79; 
    left: -46px; 
    top: 9px;
}
.integration-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #195b79;
    top: 4px;
}
.integration-single-right-side-list ul {
    list-style: none;
}
.integration-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.integration-single-right-side-list ul li ul li ul li:before{
    background: #195b79;
}
.integration-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #195b79;
    top: 4px;
}

.integration-single-right-services {
    background: #282828;
    position: relative;
}
.integration-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.integration-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.integration-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.integration-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
integration single page end
======================= */



/*=======================
comms single page start
======================= */	
.comms-single-content {
    overflow: hidden;
    background: #282828;
}
.comms-single-hr{
    width: 60px;
    height: 1px;
    background: #FFF;
    margin-bottom: 15px;
}
.comms-title{
    padding: 100px 0;
    background: url('img/ctas-single2.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.comms-title-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.comms-single-title h3 {
    text-align: center;
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.comms-single-title h4 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #FFF;
}
span.comms-single-hc {
    height: 20px;
    width: 50px;
    border-radius: 200px 200px 0 0;
    background: #c59710;
    margin: 0 auto;
    display: block;
    margin-bottom: -15px;
    margin-top: 30px;
}
span.comms-single-icon {
    text-align: center;
    display: inherit;
}
span.comms-single-icon img {
    background: #c59710;
    border-radius: 100px;
}

.comms-single-subtitle {
    background: #c59710;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
}
.comms-single-subtitle p{
	margin: 0;
}


.comms-left-full{
    background: #4A4A4A;
    position: relative;
    z-index: 999;
}
.comms-left-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -200px;
    background: #4A4A4A;
    padding-left: 200px;
}
.comms-single-left-side {
    padding-top: 50px;
}
.comms-single-left-side h3 {
    color: #FFFFFF;
    font-size: 30px;
}
.comms-single-left-side p {
    color: #DFDFDF;
    font-size: 14px;
}
.comms-single-left-side-img img {
    margin-bottom: -68px;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
.comms-single-left-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.comms-single-left-side-empty:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -300px;
    background: #282828;
    padding-left: 300px;
}
.comms-single-left-side-empty:after {
    position: absolute;
    height: 100px;
    content: '';
    width: 100%;
    top: 0;
    right: -15px;
    background: #282828;
}
.comms-single-left-side-button {
    padding-top: 30px;
    padding-bottom: 40px;
}



/*Right side*/

.comms-right-full{
	background: #363636;
	position: relative;
}
.comms-right-full:before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -200px;
    background: #363636;
    padding-right: 200px;
}
.comms-single-right-side-featured-img {
    text-align: center;
    padding-top: 60px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}
.comms-single-right-side-featured-img img{
    padding-right: 15px;
}

.comms-single-right-side-empty {
    background: #282828;
    height: 100px;
	position: relative;
    z-index: 1;
}
.comms-single-right-side-empty:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.comms-single-right-side-empty:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.comms-single-right-side-list {
    color: #DFDFDF;
}
.comms-single-right-side-list h3 {
    color: #DFDFDF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.comms-single-right-side-list ul{
    padding-left: 40px;
	font-size: 14px;
}
.comms-single-right-side-list ul li{
    position: relative;
	color: #DFDFDF;
}
.comms-single-right-side-list ul li:before{
    position: absolute;
    content: '';
    width: 31px;
    height: 1px;
    background: #c59710; 
    left: -46px; 
    top: 9px;
}
.comms-single-right-side-list ul li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -20px;
    background: #c59710;
    top: 4px;
}
.comms-single-right-side-list ul {
    list-style: none;
}
.comms-single-right-side-list ul li ul li:before{
    background: #DFDFDF;
}
.comms-single-right-side-list ul li ul li ul li:before{
    background: #195b79;
}
.comms-single-right-side-list ul li ul li:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 100px;
    left: 0px;
    background: #195b79;
    top: 4px;
}

.comms-single-right-services {
    background: #282828;
    position: relative;
}
.comms-single-right-services:before {
	position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -15px;
    background: #282828;
    padding-left: 200px;
}
.comms-single-right-services:after {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: -300px;
    background: #282828;
    padding-right: 300px;
}
.comms-single-right-services h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.comms-single-right-services-single {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #DFDFDF;
}

.msrs-desktop{}
.msrs-mobile{display: none;}
/*=======================
comms single page end
======================= */

/*=======================
UI Elements starts
======================= */  
.ui-elements{
    font-size: 14px;
    background: #FFF;
}
.ui-elements a{
    color: #681720;
    font-weight: 700;
}
.ui-elements ul {
    color: #1A5B7B;
}
.ui-elements ul li{
    color: #333;
}
.uppercase{
    text-transform: uppercase;
}
h3.heading-ben {
    font-size: 25px;
    color: #68171F;
}
h2.heading50 {
    font-size: 50px;
}

h2.heading30 {
    font-size: 30px;
	color: #F2ECF0;
	
}

h3.heading45 {
    font-size: 45px;
}
h3.heading40 {
    font-size: 40px;
}
h3.heading26 {
    font-size: 26px;
}
p.plain-text-30 {
    font-size: 25px;
    color: #68171F;
}
p.plain-text-25 {
    font-size: 25px;
    font-weight: 600;
}
p.plain-text-18 {
    font-size: 18px;
}
p.plain-text-14 {
    font-size: 14px;
}
a.italic-link{
    font-style: italic;
}
.bold-border{
    background: #337434;
    width: 100%;
    height: 7px;
    margin-bottom: 10px;
}

.bold-border-blue{
    background: #195b79;
    width: 100%;
    height: 7px;
}

.bold-border-green{
    background: #337434;
    width: 100%;
    height: 7px;
}

.light-border{
    background: #337434;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
}

.light-border-blue-d{
    background: #195b79;
    width: 100%;
    height: 3px;
    margin-bottom: 10px;
}

.light-border-blue-sml{
    background: #195b79;
	width: 180px;
    height: 2px;
    margin: 0 auto;
}

.light-border-green{
    background: #337434;
	width: 280px;
    height: 2px;
    margin: 0 auto;
}

.light-border-green-sml{
    background: #337434;
	width: 180px;
    height: 2px;
    margin: 0 auto;
}

.light-border-yellow{
    background: #c59710;
	width: 280px;
    height: 2px;
    margin: 0 auto;
}

.light-border-yellow-sml{
    background: #c59710;
	width: 180px;
    height: 2px;
    margin: 0 auto;
}

.light-border-red{
    background: #68171f;
	width: 280px;
    height: 2px;
    margin: 0 auto;
}

.light-border-blue{
    background: #195b79;
	width: 280px;
    height: 2px;
    margin: 0 auto;
}

.text-style1 {
    overflow: hidden;
}
.ul-bullet {
    position: relative;
}
.ul-bullet ul {
    list-style: none;
}
.ul-bullet ul li {
    position: relative; 
    padding-left: 15px;
}
.ul-bullet ul li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    left: 0px;
    background: #2C7C33;
    top: 6px;
}
.elements-color-bar-single {
    width: 270px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    color: #FFF;
}
.elements-color-bar-single.ecbs1{
    background: #337433;    
}
.elements-color-bar-single.ecbs2{
    background: #195b79;    
}
.elements-color-bar-single.ecbs3{
    background: #C69610;    
}
.elements-color-bar-single.ecbs4{
    background: #681720;    
}
.elements-color-bar-single.ecbs5{
    background: #282828;    
}
.elements-color-bar-single.ecbs6{
    background: #363636;    
}
.elements-color-bar-single.ecbs7{
    background: #4A4A4A;    
}
.elements-color-bar-single.ecbs8{
    background: #F7F5F6;    
    color: #4A4A4A; 
}
.elements-text {
    margin: 20px 0;
}
.dark-bg {
    background: #363636;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dark-bg ul li, .dark-bg p, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #e1e1e1;
	text-align: center;
}


.pad-col{
	padding:30px;
}

.people {
	background: #282828;
	text-align:center;
}

.people h3 {
    font-size: 25px;
    margin: 10px 0;
}
.people p i {
    padding-right: 8px;
	padding: 5px 0;
}




.people-lg {
	background: #282828;
	text-align:center;
	min-height:430px;
}

.people-lg h3 {
    font-size: 25px;
    margin: 10px 0;
	padding:10px;
}
.people-lg p i {
    padding-right: 8px;
	padding: 5px 0;
}

.people-lg img{
	max-width:90%;
}



.people-sml {
	background: #282828;
	text-align:center;
	height:210px;
}

.people-sml h3 {
    font-size: 25px;
    margin: 10px 0;
	padding:10px;
}
.people-sml p i {
    padding-right: 5px;
	padding: 5px 0;
}


p.people-twitter {
    color: #2AACD0;
	padding: 2px;
}

.people-twitter a {
    color: #2AACD0;
}

p.people-email {
    color: #C69610;
	padding: 2px;
	padding-bottom: 5px;
}

p.people-phone {
	padding: 5px 0;
}





.form-group {
    position: relative;
}
.form-control {
    border-radius: 0;
    min-height: 45px;
    padding-left: 35px;
    background: rgba(0, 0, 0, .5);
    border: 0;
}
.form-group i {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #FFF;
}
textarea.form-control {
    height: 250px;
    background: #FFF;
    padding-top: 20px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}
.form-group button {
    background: #337434!important;
    color: #FFF;
    border-radius: 0;
    padding: 8px 20px;
}
#name, #email, #organisation, #firstname, #lastname, #password, #password2 {
    border-top: 3px solid #337433;
}

#nameY {
    border-top: 3px solid #c59710;
}

.partner {
    background: rgba(0, 0, 0, .3);
    padding: 5px;
    margin-bottom:20px;
	height:90px;
}

.partner:hover {
	border-color: #282828;
	background-color:#4a4a4a;

}

.partner img {
    float: left;
    margin-right: 13px;
    margin-bottom: 50px;
}
.partner p {
    margin: 0;
}

.pt1 {
	color: #f7f5f5;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.pt2 {
    color: #C69610;
    font-size: 13px;
    font-style: italic;
}

p.pt3 {
    font-size: 11px;
}

span.pt1 p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
span.pt2 p {
    color: #C69610;
    font-size: 13px;
    font-style: italic;
}
span.pt3 p {
    font-size: 11px;
}
span.pt4 p {
    text-transform: uppercase;
    font-weight: 600;
}
.partner img {
    float: left;
    margin: 15px 13px 15px 0;
}



.drop-down-elements button {
/*   text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}


.drop-down-elements button select li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 6px 10px;
}
.drop-down-elements button select li:hover {
/*   background: #555;
  color: #fff; */
}
.drop-down-elements button.btn {
    border: 0;
    padding: 0;
}

.btn-sml-drop {
	
	min-width:140px;
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.btn-sml-drop select:focus {
	outline:none;
	
}

.btn-sml select:focus {
	outline:none;
	
}

.btn-sml {
	
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.drop-down-elements button select li ul {
    padding: 0;
    position: absolute;
    top: 32px;
    left: -32px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
.drop-down-elements button li ul li { 
  background: #014254; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.drop-down-elements button li ul li:hover { background: #003746; }
.drop-down-elements button li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
button.btn.elements-dp {
    background: #005D76;
    color: #FFF;
    font-size: 14px;
    display: block;
    width: 120px;
    border-radius: 0;
    margin-bottom: 2px;
}
.elements-dp-no {
    padding: 6px 10px!important;
}


.white-text{
	font-size: 14px;
    color: #F2ECF0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
	vertical-align: middle;
	float:left;
}

/***===============================================================****/
.elements-radio-btn ul, .elements-check-box ul {
    list-style: none;
}
.elements-radio-btn ul li, .elements-check-box ul li{
    overflow: hidden;
}
.elements-radio-btn li span .elements-check-box li span {
    display: inline-block;
    vertical-align: top;
	
	
}
.elements-radio-btn .radio-btn input[type="radio"], .elements-check-box .check-box input[type="checkbox"] {
    visibility: hidden;
}
/*Custom checkbox*/
 .elements-check-box .check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    background: #015B78;
    vertical-align: middle;

}

 .elements-check-box-short .check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    background: #015B78;
    vertical-align: middle;
	float: right;
	margin-right: 40px;
}

.elements-check-box .check-box i {
    background: url('img/check_mark_white.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.elements-check-box .checkedBox {
}
.elements-check-box .checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
/*Custom radio button*/
 .elements-radio-btn .radio-btn {
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block;
    margin: 3px 7px 0 0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
   background: #015B78;
}
.elements-radio-btn .checkedRadio {
}
.elements-radio-btn .radio-btn i {
    border: 5px solid #E1E2E4;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.elements-radio-btn .checkedRadio i {
    background-color: #015B78;
    border: 2px solid #E1E2E4;
}
.elements-btn a.btn.read-more{
    padding: 8px;
    font-size: 14px;
    margin-bottom: 3px;
    width: 130px;
    font-weight: 400;
}


.elements-buy-btn a.btn.read-more{
    padding: 8px;
    font-size: 16px;
    margin: 10px 20px 10px 20px;
    width: 150px;
    font-weight: 400;
	text-align:center;
}

.elements-buy-btn a.btn.read-more-lg{
    padding: 8px;
    font-size: 16px;
    margin: 10px 20px 10px 20px;

    font-weight: 400;
	text-align:center;
}

input.btn.read-more{
    padding: 8px;
    font-size: 14px;
    margin-bottom: 3px;
    width: 100px;
    font-weight: 400;
	color:#f7f5f5;
}

input.btn.read-more:hover{
    padding: 8px;
    font-size: 14px;
    margin-bottom: 3px;
    width: 100px;
    font-weight: 400;
	color:#195b79;
}
/*******=================================*******/


.nav-tabs-comm {
	border-bottom: 0px;

}

.nav-tabs-comm li {
	width: 25%;
    background-color: transparent;
    text-align: center;
    font-size: 18px;
	
}

.nav-tabs > li {
    margin-bottom: 0px; 
}

.nav-tabs-comm a {
	color:#f7f5f5;
	background-color: #363636;
}


.nav-tabs-comm  > li > a {
    margin-right: 4px;
	margin-top: 4px;
    border: 1px solid transparent;
    border-radius: 7px 7px 0 0;
}


.nav-tabs-comm > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #f7f5f5;
    cursor: default;
    background-color: #195b79;
    border: 2px solid #195b79 !important;

}

.nav-tabs-comm li a:hover{
	color:#f7f5f5;
	background-color: #363636;
	border-color:#f7f5f5 !important;
}




.tabs-menu {
    clear: both;
    width: 100%;
    list-style: none;
    padding-bottom: 13px;
    overflow: hidden;
	margin: 0px;
}

.tabs-menu li {
    width: 25%;
    line-height: 30px;
    float: left;
    background-color: #CA952B;
    text-align: center;
    font-size: 18px;
}


.tabs-menu-d li:hover {
    width: 25%;
    line-height: 30px;
    float: left;
    background-color: rgba(104,23,31,0.5);
    text-align: center;
    font-size: 18px;
}



.tabs-menu-d li {
    width: 25%;
    line-height: 30px;
    float: left;
    background-color: #68171f;
    text-align: center;
    font-size: 18px;
	margin: 0px;
}


.tabs-menu-1 li {
    width: 50%;
    line-height: 30px;
    float: left;
    background-color: #337433;
    text-align: center;
	padding: 10px;
    font-size: 18px;
}

.tabs-menu-1 li:hover {
    width: 50%;
    line-height: 30px;
    float: left;
	background-color: rgba(51,116,51,0.5);
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.tabs-menu-2 li {
    width: 25%;
    line-height: 30px;
    float: left;
    background-color: #337433;
    text-align: center;
	padding: 10px;
    font-size: 18px;
}

.tabs-menu-2 li:hover {
    width: 25%;
    line-height: 30px;
    float: left;
	background-color: rgba(51,116,51,0.5);
    text-align: center;
    padding: 10px;
    font-size: 18px;
}


.tabs-menu li.current {
    position: relative;
    background-color: #005B78;
    z-index: 5;
}

.tabs-menu li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}



.tabs-menu .current a {
    color: #FFF;
}



.tab {
    width: auto;
	background: #282828;
	padding-left:20px;
	padding-right:20px;
}

.tab-d{
	background: url('/web7/img/cover-sml-2.jpg') no-repeat center;
	background-size: cover;

 
}

.tab-d-full-overlay{
	background: rgba(0, 0, 0, .8)no-repeat center;
    background-size: cover;
}


.tab-d2{
	background: rgba(0, 0, 0, .5)no-repeat center;
	border-left: 3px solid #195b79;
	border-right: 3px solid #195b79;
	border-bottom: 3px solid #195b79;
	border-radius: 0px 0px 10px 10px;
	min-height:520px;
	min-width:279px;
	
}
 
.tab-d h3 {
    font-size: 35px;
	text-align:center;
}

.tab-content-inner1, .tab-content-inner2, .tab-content-inner3, .tab-content-inner4, .tab-content-inner5, .tab-content-inner6 {
    display: none;
}

.tab-content-inner6{
	border-left: 3px solid #68171f;
	border-right: 3px solid #68171f;
	border-top: 3px solid #68171f;
	border-bottom: 3px solid #68171f;
	padding-bottom: 5px;
	border-radius:  10px;
	margin: 10px;
}


.tab-content-inner5{
	border-left: 3px solid #68171f;
	border-right: 3px solid #68171f;
	border-top: 3px solid #68171f;
	border-bottom: 3px solid #68171f;
	padding-bottom: 5px;
	border-radius:  10px;
	margin: 10px;
}

.tab-content-inner3{
	border-left: 3px solid #68171f;
	border-right: 3px solid #68171f;
	border-top: 3px solid #68171f;
	border-bottom: 3px solid #68171f;
	padding-bottom: 5px;
	border-radius:  10px;
	margin: 10px;
}

.tab-content-inner1{
	border-left: 3px solid #68171f;
	border-right: 3px solid #68171f;
	border-top: 3px solid #68171f;
	border-bottom: 3px solid #68171f;
	padding-bottom: 5px;
	height:100%;
	border-radius:  10px;
	margin: 10px;
}

 #inner-tab-12, #inner-tab-22, #inner-tab-32, #inner-tab-42, #inner-tab-52, #inner-tab-62 {
 display: block;   
}
.tabs-menu li.current:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: 48%;
    bottom: -9px;
    background: #005B78;
    transform: rotate(45deg);
	
}
.tab h3 {
    font-size: 25px;
}
.tab-content .ul-bullet ul li:after {
    background: #005B78;
}
.bold{
    font-weight: 600;
}



ul.tabs-menu-inner1, ul.tabs-menu-inner2, ul.tabs-menu-inner3, ul.tabs-menu-inner4, ul.tabs-menu-inner5, ul.tabs-menu-inner6 {
    list-style: none;
}
ul.tabs-menu-inner1 li, ul.tabs-menu-inner2 li, ul.tabs-menu-inner3 li, ul.tabs-menu-inner4 li, ul.tabs-menu-inner5 li, ul.tabs-menu-inner6 li {
    background: #005B78;
    display: inline-block;
}

ul.tabs-menu-inner1 li:hover, ul.tabs-menu-inner2 li:hover, ul.tabs-menu-inner3 li:hover, ul.tabs-menu-inner4 li:hover, ul.tabs-menu-inner5 li:hover, ul.tabs-menu-inner6 li:hover {
    background: rgba(25,91,121,0.5); 
    display: inline-block;
}

ul.tabs-menu-inner1 li.current, ul.tabs-menu-inner2 li.current, ul.tabs-menu-inner3 li.current, ul.tabs-menu-inner4 li.current, ul.tabs-menu-inner5 li.current, ul.tabs-menu-inner6 li.current {
    background: #681720;
    position: relative;
}
ul.tabs-menu-inner1 li.current:after, ul.tabs-menu-inner2 li.current:after, ul.tabs-menu-inner3 li.current:after, ul.tabs-menu-inner4 li.current:after, ul.tabs-menu-inner5 li.current:after, ul.tabs-menu-inner6 li.current:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 45%;
    bottom: -6px;
    background: #681720;
    transform: rotate(45deg);
}
ul.tabs-menu-inner1 li a, ul.tabs-menu-inner2 li a, ul.tabs-menu-inner3 li a, ul.tabs-menu-inner4 li a, ul.tabs-menu-inner5 li a, ul.tabs-menu-inner6 li a{
    color: #FFF;
    font-weight: 400;
    padding: 8px;
    display: block;
    width: 80px;
    text-align: center;
}
.tab-content-inner1, .tab-content-inner2, .tab-content-inner3, .tab-content-inner4, .tab-content-inner5, .tab-content-inner6 {
    color: #FFF;
}



/*====================Accordion=======================*/



.accordion--faq, .accordion--faq2 {
  max-width: 550px;
  margin: 1em auto;
}
.accordion--faq .accordion__question:last-child {
}
.accordion--faq .accordion__header, .accordion--faq2 .accordion__header2 {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.031em;
  line-height: 2.3;
  padding: 0.5em 1em;
  width: 100%;
    background: #195b79;
}
.accordion--faq .accordion__header:hover span, .accordion--faq .accordion__header:focus span, .accordion--faq2 .accordion__header2:hover span, .accordion--faq2 .accordion__header2:focus span {
  color: white;
}
.accordion--faq .accordion__header.is-active span, .accordion--faq2 .accordion__header2.is-active2 span {
  color: white;
}
.accordion--faq .accordion__header.is-active span:before, .accordion--faq2 .accordion__header2.is-active2 span:before {
    content: "\f106";
}
.accordion--faq .accordion__header span, .accordion--faq2 .accordion__header2 span {
    display: inline-block;
    color: #FFF;
    line-height: 1.3;
    float: right;
    font-size: 25px;
}
.accordion--faq .accordion__heading, .accordion--faq2 .accordion__heading2 {
  display: inline-block;
  margin: 0;
}

.accordion__heading2{
	font-size: 16px;

}

.accordion__heading{
	font-size: 16px;
	
}

.accordion--faq .accordion__content, .accordion--faq2 .accordion__content2 {
    display: none;
    padding: 1em;
    background: #FFF;
    color: #333;
}
section.accordion__question, section.accordion__question2 {
    margin-bottom: 8px;
}

.accordion__question2 ul{
	padding: 20px;
}

.accordion__question ul{
	padding: 20px;
}

.accordion__content p, .accordion__content2 p{
    color: #333;
}
form.general-form {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
form.general-form .form-control {
border-radius: 0;
    min-height: 45px;
    padding-left: 20px;
    background: rgba(234, 234, 234, 0.5);
    border: 0;
}
.modal-backdrop.in {
    z-index: 0;
}
/*=======================
UI Elements end
======================= */  
@media only screen and (min-width: 480px) {
.navbar-nav > li > a {
    padding-top: 45px;
    /*padding-bottom: 45px;*/
    margin: 45px 15px 0px 15px;
      padding:0;
}
}


/*********************************
Table css start
*********************************/
table caption {
	padding: .5em 0;
}
.table > thead:first-child > tr:first-child > th{
    border: 1px solid #f7f5f5!important;
    background: #681720!important;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.table > thead:first-child > tr:first-child > th:first-child{
    background: #363636!important;
}

.table tr:hover{
	background: #363636!important;
}

.table-bordered > tbody > tr > td{
    border: 1px solid #f7f5f5!important;
}

.table-quote td {   
	font-size:14px;
	color:#fff;
	vertical-align:middle !important;
	border-top: 2px solid #4a4a4a !important;
}



@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}
/*********************************
Table css End
*********************************/