    /*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5.About Area
    6. Services Area
	7.Project Area
	8.Choose Area
	9. Client Area
	10. Testimonials Area
	11. Quote  Area
	12. Blog Area
	13. Footer Area
	14. Home 2 Area
	15.Counter Area
	16. team  Area
	17. Home Area 3
	18. Breadcumbs Area
	19. Error page
	20.	Contact Us page
	21. Blog Sidebar Area
	22. Blog Details
	23.Project page area
	24. Services Details
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700'); */
/* @import url('css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); */
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
 body{font-family: 'Avenir LT Pro';}

p{font-family: 'Avenir LT Pro';}
h1,h2,h3,h4,h5{font-family: 'Avenir Next LT Pro'; font-weight: 500;}

/*--------------------------------*/
/* 1. Appionment area
/*--------------------------------*/
.header-right-link .slice-btn {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 37px 0px;
}
.header-right-link {
    float: right;
    width: 60px;
}
.header-area .header-right-link .slice-btn {
    color: #444;
}
.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}
.header-area.stick .header-right-link .slice-btn {
    padding: 25px 0px;
}
.appointment-wrapper{
	position: fixed;
    right: -420px;
    top: 0px;
    width: 400px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .appointment-wrapper{
	right:0px;
	opacity:1;
	visibility:visible;
}
.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #f5f8fb;
    padding: 50px 30px;
}
.appointment-wrapper .appoint-box .cross-icon{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#444;
	font-size:20px;
}
.appointment-wrapper .appoint-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color:#444;
	margin-bottom:20px;
	
}
.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10,24,40,0.80);
    visibility: hidden;
    z-index: 999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .layer-drop{
    opacity: 1;
    visibility: visible;
}
.appointment-wrapper .single-contact span {
    color: #444;
    font-size: 17px;
}
.appointment-wrapper .single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.quote-icons {
    margin-top: 30px;
}
.quote-icons h5 {
    color: #444;
	margin-bottom: 20px;
}
.quote-icons ul li {
    display: inline-block;
}
.quote-icons ul li a {
    color: #003a6b;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #003a6b;
    border-radius: 50%;
    transition: 0.4s;
}
.quote-icons ul li a:hover{
	background: #1A1364;
    border: 1px solid #1A1364;
    color: #fff;
    transition: 0.4s;
}
.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}
.appointment-wrapper .quote-btn {
    background: #1A1364;
    border: 1px solid #1A1364;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
	border-radius: 2px;
}
.appointment-wrapper .quote-btn:hover {
    background: #003a6b;
    border: 1px solid #fff;
}
.appointment-wrapper .contact-icon {
    padding: 30px 0px;
    background: transparent;
}
.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}
.appointment-wrapper .contact-form input[type="text"], 
.appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
	background: #fff;
}
.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
	background: #fff;
}
.appointment-wrapper .single-contact a i{
    color:#003a6b;
}
.header-area-3 .header-right-link .slice-btn {
    padding: 37px 0px;
    color: #fff;
}
.header-area-3.stick .header-right-link .slice-btn{
	padding: 26px 0px;
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #01223e;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #444;
    font-weight: 500;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 42px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 30px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    /* color: #1A1364; */
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #333;
    
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
    font-weight: 400;
}
#scrollUp {
    background: #E75E39 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 30px;
    height: 54px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid #E75E39;
    width: 54px;
}
#scrollUp:hover {
    border:1px solid #1A1364;
    background: transparent;
    color:#1A1364;
    transition: all 0.3s ease 0s;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #0480ba;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #0480ba;
    text-shadow: none;
	color:#fff;
}
.color{
    color:#1A1364;
    font-weight: 500;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 20px 0px 20px;
}
.area-padding-2{
	padding: 100px 0px 70px;
}
.mar-row{
    margin-top: 50px;
}
.load-more-btn {
    text-transform: uppercase;
    background: #1A1364;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #1A1364;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #1A1364;
    color: #1A1364;
	transition: 0.4s;
}
.bg-color{
	background: #fcfafa;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.parallax-bg{
    position:relative;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#003a6b;
    opacity:.8;
    content:"";
}
.left-headline {
    padding-bottom: 15px;
}
.left-headline h3 {
    font-size: 26px;
    line-height: 34px;
    position: relative;
    margin-bottom: 40px;
	color:#001033;
}
.left-headline h3::after {
    border: 1px solid #1A1364;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    right: auto;
}
.center-headline h2 {
    max-width: 810px;
    font-size: 34px;
    line-height: 44px;
    margin: 0px auto 40px;
    text-align: center;
    color: #001033;
}
.services-headline {
    margin-bottom: 30px;
    overflow: hidden;
}
.services-headline h3 {
    font-size: 26px;
    width: 50%;
    line-height: 34px;
    font-weight: 500;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #001033;
    text-align: right;
}
.services-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.70px;
    color: #333;
}
.left-headline p {
    color: #333;
    letter-spacing: 0.70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.services-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #1A1364!important;
    content: "";
    width: 3px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}
.sub-headline {
    margin-bottom: 30px;
}
.margin-headline h3 {
    margin: 0px auto 20px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background: #E75E39;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.60px;
}
.topbar-left ul li a i {
    color: #ffffff;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.top-link {float: right;}
.top-social {
    float: right;
    padding: 10px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    opacity: 0.8;
    border-radius: 50%;
	background: #1A1364;
}
.top-social ul li a:hover{
	color:#fff;
	opacity: 1;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: none;
}
.logo-bg {
    z-index: 10;
	margin:0 -15px;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding: 40px 15px;
    text-transform: uppercase;
    
	margin: 0px 0px;
}

.main-menu ul.navbar-nav li:hover a {
    color: #fff;
    background: #E75E39;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1A1364;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color:inherit;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 262px;
    z-index: -99;
    border-radius: 0;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
	line-height: 20px;
}
.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    
    padding: 12px 10px;
}

.main-menu ul.nav li ul.sub-menu li a {
    background: none; color:#333;
}

.main-menu ul.nav li ul.sub-menu li:hover a {
    background: #E75E39;
    color: #fff;
}


.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#333}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.header-right-link {
    float: right;
    width: 60px;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border: 1px solid #f5f5f5;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #1A1364;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 30px 0px 31px 10px;
}
.header-right-link a.main-search:hover{
    color: #1A1364;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 2px #2c2626, -2px -2px 2px #ccc;
    background: #fff;
}
/*.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 1px 0;
}*/
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 45px 14px; color:#333;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
       padding: 18px 0px 18px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff;
}
    .header-area.stick .navbar-brand > img {
        display: block;
        margin-top: 5px;
      
    }
    .header-area.stick .navbar-brand   {
   
        background: url(./img/logo/logo2.svg); width:165px; height:86px;margin-top:5px; background-size:100%
    }

.header-area .navbar-brand {
    background: url(./img/logo/logo.svg);
    width: 165px;
    height: 86px;
    margin-top: 5px;
    background-size: 100%;
}

.header-one .header-area .navbar-brand {
    background: url(./img/logo/logo2.svg);
    width: 165px;
    height: 86px;
    margin-top: 5px;
    background-size:100%;
}
.header-area.stick .logo-bg:after,
.header-area.stick .logo-bg:before {
    border-top: 76px solid transparent;
}

    /*----------------------------------------*/
    /*  2.3. Mobile Menu Area
/*----------------------------------------*/
    .mobile-menu-area {
        background: #f9f9f9 none repeat scroll 0 0;
        padding: 10px 0px;
    }
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 110%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}
.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
    right: 5px;
}
.mobile-menu-area .header-right-link {
    float: right;
    width: 60px;
    position: absolute;
    top: 12px;
    right: 0px;
}
.mean-container a.meanmenu-reveal {
    color: #252525;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px !important;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    padding: 8px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #333;
	cursor: pointer;
}
.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(255,255,255,0.20) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
    display: none;
}

.intro-carousel .owl-nav{ display: none;}
.intro-area{ position: relative;z-index: 2;}
.static-content{ position: absolute;
    right: 0;
    text-align: left;
    top: 38%;
    z-index: 3;
    left: 100px;
    margin: 0 auto;
    margin-top: 0px; }
.layer-1 h1 {
    color: #001033;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 0px 30px;
    max-width: 720px;
    font-weight: 900;
}
.ready-btn {
    border: 1px solid #1A1364;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #1A1364;
    width: 160px;
    border-radius: 2px;
}
.ready-btn:hover{
    color: #fff;
    background: #003a6b;
    border: 1px solid #003a6b;
    text-decoration: none;
}
.layer-1 .color {
    color: #1A1364;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 52px;
    opacity: 0;
    border: 1px solid #E75E39;
    background: #E75E39;
    width: 54px;
    height: 54px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #003a6b;
    border: 1px solid #003a6b;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1);
	transition: 10s;
}
/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.number {
    color: #001033;
    font-weight: 500;
    font-size: 40px;
	
}
.well-services {
    padding: 40px 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
	margin-bottom:30px;
    z-index: 1;
    transition: 0.5s;
}
.well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background: #003a6b;
	content:"";
	transition: 0.5s;
    opacity: 0;
    z-index: -1;
}
.well-services:hover .well-icon .number,
.welcome-area-2 .well-services:hover .well-icon a,
.well-services:hover .well-content h4 a{
    color:#fff;
}
.well-services:hover .well-content p{
    color:#ddd;
}
.services-column{
	margin-top: 30px;
}
.well-content h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-transform: capitalize;
}
.well-content h4 a{
	color:#001033;
}
.well-services p {
    margin-bottom: 0px;
    letter-spacing: 0.60px;
}
.well-services:hover::after{
    opacity: 1;
	transition: 0.5s;
}
.well-content h4 a:hover {
	color:#1A1364;
}
.well-icon {
    margin-bottom: 20px;
    display: block;
}
.well-icon a {
    font-size: 70px;
    line-height: 70px;
    color: #001033;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.about-content h3 {
    line-height: 34px;
    text-transform: unset;
    font-size: 26px;
    position: relative;
    font-weight: 500;
	color:#001033;
}
.about-content p {
    font-size: 16px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.about-list li {
    color: #777;
    padding-left: 25px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.about-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #1A1364;
    width: 5px;
    height: 5px;
}
.about-image {
    margin-right: 100px;
    position: relative;
}
.about-image img {
    border-radius: 5px;
}
.ab-second-img {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 50%;
    height: auto;
}
.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 30%;
    text-align: center;
    z-index: 999;
}
.video-play.vid-zone {
    background: #1A1364;
    border-radius: 100%;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    width: 80PX;
    overflow: hidden;
    position: absolute;
    top: 68%;
    z-index: 999;
    right: 25px;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #fff;
    color: #1A1364;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #1A1364;
}
/*----------------------------------------*/
/*  6. Services Area
/*----------------------------------------*/
.all-services{
	display: block;
}
.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px 15px;
    margin-bottom: 30px;
    transition: 0.4s;
}
.services-area-2 .single-service{
    padding: 40px 20px;
}
.single-service:hover{
    border: 1px solid #003a6b;
	background: #003a6b;
	transition: 0.4s;
}
.services-carousel .single-service {
    margin-bottom: 0px;
}
.service-content {
    text-align: center;
}
.service-icon {
    display: block;
    text-align: center;
	margin-bottom: 30px;
}
.service-icon a {
    font-size: 80px;
    color: #001033;
    line-height: 80px;
}
.service-text h4{
	font-weight: 600;
	font-size: 20px;
}
.service-text p{
	margin-bottom: 0px;
}
.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}
.single-service h4 a {
    color: #444;
}
/*.single-service h4 a:hover{
    color: #1A1364;
}*/
.services-carousel .center .single-service{
    border: 1px solid #003a6b;
	background: #003a6b;
	transition: 0.4s;
}
.services-carousel .center .single-service h4 a,
.services-carousel .center .single-service .service-icon a,
.single-service:hover .service-text h4 a,
.single-service:hover .service-icon a{
    color:#fff;
}
.services-carousel .center .single-service p,
.single-service:hover .service-text p{
    color:#ddd;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #1A1364;
    width: 40px;
    height: 40px;
	background: #1A1364;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #003a6b;
    border: 1px solid #003a6b;
}
/*--------------------------------*/
/*  8.Project Area
/*--------------------------------*/
.project-grid.project-content {
    margin-top: -15px;
}
.project-single {
    width: 50%;
    float: left;
}
.all-padding{
    padding: 15px;
}
.single-awesome-project {
  overflow: hidden;
}
.awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img > a {
  display: initial;
  position: relative;
}
.awesome-img img {
    width: 60%;
    height: auto;
}
.add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
	left: 39%;
    top: 19%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.project-dec {
  display: inline-block;
}
.project-dec h5 {
    color: #444;
    font-size: 18px;
    text-decoration: none;
}
.project-dec p {
	font-size: 15px;
}
.project-dec span {
    margin-bottom: 5px;
    color: #001033;
    display: initial;
}
.awesome-menu {
  padding-top: 10px;
}
.single-awesome-project:hover .add-actions{
	top:12%;
	transition: all 0.5s ease 0s;
}
.know-more-btn{
    color: #444 !important;
    font-size: 16px;
    font-weight: 500; cursor: pointer;
}
.know-more-btn:hover,
.project-dec h5:hover{
	color:#1A1364 !important;
}
/*--------------------------------*/
/* 8.Choose Area
/*--------------------------------*/
.choose-area {
    background-image: url(img/background/bg1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.choose-wrapper {
    background: #fff;
    padding: 100px 30px 100px 105px;
}
.choose-all{
	margin-top: -30px;
}
.single-choose {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.choose-images {
    width: 60px;
    float: left;
    height: 60px;
    font-size: 26px;
    color: #fff;
    background: #1A1364;
    margin-right: 15px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #1A1364;
    border-radius: 50%;
}
.choose-all .choose-content {
    padding-left: 75px;
}
.choose-content p {
    margin-bottom: 0px;
}
.single-choose .choose-content h4 {
    font-size: 20px;
    font-weight: 600;
}
.single-choose .choose-content h4 a {
    color: #444;
}
.single-choose .choose-content h4 a:hover {
    color: #1A1364;
}
.single-choose:hover .choose-images{
    margin-top: 30px;
	color: #1A1364;
    background: #fff;
    border: 1px solid #1A1364;
}
/*----------------------------------------*/
/*  9. Client Area
/*----------------------------------------*/
.client-area {
    display: block;
    overflow: hidden;
}
.single-brand-item {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.single-brand-item a {
    display: block;
    text-align: center;
    padding: 0px 15px;
}
/*----------------------------------------*/
/*  10. Testimonials Area
/*----------------------------------------*/
.testimonial-area{
	position: relative;
}
.single-testi {
    margin: 20px 0px 40px;
}
.clients-text{
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.Reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testi-img {
    position: relative;
    margin-top: 50px;
}
.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 5px;
    margin-right: 20px;
}
.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}
.Reviews-content {
    margin-bottom: 15px;
    margin-top: -15px;
}
.testi-text h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 10px;
}
.testi-text span a{
    color:#1A1364;
}
.testi-text h5 {
    color: #455454;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #1A1364;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #1A1364;
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  11. Quote  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 1px;
}
.panel-default > .panel-heading {
    color: #333;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 20px 30px;
}
.faq-details h4.check-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #333;
    content:"\e881 ";
    font-family: konstract;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #1A1364;
    content: "\e882";
    font-family: konstract;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #1A1364;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    background: #003a6b;
    padding:10%;
    border-radius: 5px;
	border:1px solid #003a6b;
}
.faq-area .contact-form input[type="text"], 
.faq-area .contact-form input[type="email"] {
    border: 1px solid #003a6b;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h4{
	color:#fff;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #1A1364;
    display: inline-block;
    border: 1px solid #1A1364;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
	background: transparent;
	color: #1A1364;
	transition: 0.4s;
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-area{
  position: relative; padding-top: 40px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.blog-content {
    padding: 20px 0px 2px;
}
.blog-right-column {
    background: #003a6b;
    padding: 20px;
    margin-bottom: 30px;
}
.blog-right-column .blog-content{
	padding: 0px;
}
.blog-right-column .blog-content a h4,
.blog-right-column .blog-meta span{
	color:#ddd;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(6,34,65,0.15) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 18px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
	margin: 10px 0px;
}
.blog-meta span {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after {
  background: rgba(6,34,65,0.10) none repeat scroll 0 0;
}
.blog-content a h4:hover{
    color:#1A1364;
}
.single-blog {
    margin-bottom: 30px;
    overflow: hidden;
	min-height: 340px;
}
.read-more {
    color: #444;
    display: inline-block;
    font-weight: 500;
}
.blog-right-column .single-blog {
    padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #444;
}
.blog-right-column .single-blog:last-child {
    border-bottom: none;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-1{
	background: url(img/background/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-1{
	position: relative;
	z-index: 1;
}
.footer-1::after {
    background: rgba(26,19,100,0.92) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-area {
    padding: 30px 0;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-head p {
    color: #fff;
	text-align:left;
}
.footer-head a {
    color: #fff;
}
    .footer-head a:hover {
        color: #003a6b;
    }
.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-services-link ul.footer-list{
	width: 100%;
	float: left;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.footer-icons ul li a:hover{
    color: #fff;
	background: #1A1364;
	border:1px solid #1A1364;
}
.footer-icons {
    margin-top: 20px;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 54px;
    border-radius: 1px;
    width: 100%;
    border: 1px solid #ccc;
}
.suscribe-input button {
    background: #1A1364;
    border: 1px solid #1A1364;
    color: #fff;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.suscribe-input button:hover {
    background: transparent;
    color: #1A1364;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #fff;
    font-weight: 500;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #fff;
    padding: 3px 0px 6px 20px;
    display: block;
    position: relative;
    font-weight: 300;
	line-height: 20px;
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
	height: 5px;
    left: 0;
	background: #ddd;
}
.footer-list li a:hover {
    color: #ccc;
}
.footer-area-bottom {
    background: #003a6b;
    padding: 5px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#1A1364;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
	font-size:13px;
}
.copyright a {
    color: #1A1364;
}
/*----------------------------------------*/
/*  14. Home 2 Area
/*----------------------------------------*/
.intro-area-2 .intro-content{
	position: relative;
	z-index: 1;
}
.intro-area-2 .intro-content:after{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.10) none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background: #003a6b;
}
/*.header-area-2{
	background: rgba(8,150,216,0.70) none repeat scroll 0 0;
	box-shadow:none;
}*/
.header-area-2 .main-menu ul.navbar-nav > li >a,
.header-area-2 .header-right-link a.main-search{
	color:#fff;
}
.header-area-2.stick {
    background: rgb(255 255 255 / 90%);
}
.intro-area-2 .slider-content {
    margin-top: -70px;
}
.intro-area-2 .layer-1 h1 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize;
    margin: 40px 0px 10px;
    max-width: 730px;
    font-weight: 500;
    letter-spacing: 1px;
}




.about-area-2 .about-image::after{
	display: none;
}
.about-area-2 .about-image {
    border-radius: 5px;
}
.about-area-2 .about-content {
    background: #fff;
    padding: 30px 30px;
    margin: 0px;
    box-shadow: none;
	    padding: 30px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    margin-left: 30px;
}
.about-btn {
    display: inline-block;
    color: #fff;
    background: #1A1364;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
	border:1px solid #1A1364;
}
.about-btn:hover{
	background: #fff;
	color:#1A1364;
	border:1px solid #1A1364;
}
/*----------------------------------------*/
/* 15.Counter Area
/*----------------------------------------*/
.counter-area{
   position: relative;
}
.fun-content {
    margin-top: 60px;
    overflow: hidden;
    background: #fff;
    padding: 50px 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.single-fun {
    width: 25%;
    float: left;
    padding-right: 15px;
}
.fun-icon{
	float: left;
}
.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #001033;
}
.fun_text {
    padding-left: 75px;
}
.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #001033;
    margin: 5px 0px;
}
.fun_text > h5 {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.project-2 .project-single {
    width: 100%;
    float: none;
    padding: 0px 15px;
}
.project-2 .add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
	opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	    border: 1px solid #f5f5f5;
}
.single-awesome-project:hover .add-actions{
	top:0%;
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.choose-area-2 {
    background-image: url(img/background/bg2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.choose-area-2 .choose-wrapper {
    background: transparent;
    padding: 0px;
}
/*----------------------------------------*/
/*  16. team  Area
/*----------------------------------------*/
.team-img {
    position: relative;
}
.team-img > a {
    display: block;
}
.team-img > a::after {
	background: rgba(6,34,65,0.70) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
    opacity: 0;
}
.single-team-member:hover .team-img a:after{
    opacity: 1;
}
.single-team-member:hover .team-social-icon{
    top:45%;
    opacity: 1;
}
.team-social-icon {
	left: 50%;
	margin-left: -71px;
	opacity:0;
	position: absolute;
	top: 30%;
	transition:1.3s;
}
.team-social-icon ul li {
    display: inline-block;
}
.team-social-icon ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 39px;
	margin: 0 3px;
	width: 40px;
	text-align: center;
}
.team-social-icon ul li a:hover{
    color: #fff;
    border: 1px solid #1A1364;
    background: #1A1364;
}
.team-content {
    padding: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
	text-align: center;
	border-top: none;
	z-index: 1;
}
.team-content::before{
    position: absolute;
	content: "";
	left: 0;
	top:0px;
	background: #003a6b;
	width: 0%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	z-index: -1;
}
.team-content > h4 {
    color: #444;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.team-content > p {
    color: #333;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
.single-team-member:hover .team-content::before{
    opacity: 1;
	transition: 0.4s;
	width: 100%;
}
.single-team-member:hover .team-content > h4,
.single-team-member:hover .team-content > p {
    color: #fff;
}
.single-team-member{
	margin-bottom: 30px;
}
.footer-2 {
    background: #1b5886;
}
    .footer-2 .footer-area-bottom {
        background: #003a6b;
    }
/*----------------------------------------*/
/*  17. Home Area 3
/*----------------------------------------*/
.header-area-3 {
    background: transparent;
}
.header-area-3.stick{
	background: #003a6b;
}
.header-area-3 .main-menu ul.navbar-nav > li >a,
.header-area-3 .header-right-link a.main-search{
	color:#fff;
}
.intro-area-3 .layer-1 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0px 0px 40px;
    max-width: 800px;
    font-weight: 500;
    letter-spacing: 1px;
}
.intro-area-3 .intro-content{
	position: relative;
	z-index: 1;
}
.intro-area-3 .intro-content:after{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(6,34,65,0.50) none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
.intro-area-3 .slider-content {
    margin-top: -90px;
}
.services-area-3 .single-service {
    position: relative;
    border: none;
    padding: 0px;
}
.services-area-3 .service-content {
    text-align: center;
    padding: 30px 20px;
	border:1px solid #f5f5f5;
	border-top:none;
}
.footer-3{
	background: #f9f9f9;
}
.footer-3 .footer-head h4,
.footer-3 .footer-list li a,
.footer-3 .footer-head p,
.footer-3 .footer-icons ul li a{
	color:#444;
}
.footer-3 .footer-list li a::after{
	background: #444;
}
.footer-3 .footer-list li a:hover {
    color: #1A1364;
}
.footer-3 .footer-list li a::after:hover {
    background: #1A1364;
}
/*----------------------------------------*/
/*  18. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  /* background: rgba(0,0,0,0.66) none repeat scroll 0 0; */
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb {
    padding: 60px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}
.breadcrumb-bg {
    float: right;
    padding: 14px 0px;
}
.bread-inner {
    padding: 30px 0px;
}
.breadcrumb .section-headline h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    padding-bottom: 0px;
    display: inline-block;
}
.breadcrumb .section-headline h2::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #444;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.testimonial-page-area .testimonial-text p {
    color: #001033;
    font-style: initial;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 0px;
}
.testimonial-page-area .single-testimonial {
    border: 1px solid #f5f5f5;
    padding: 15px;
    margin-top: 30px;
}
.testimonial-page-area .testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 80px;
    text-align: center;
    margin-right: 20px;
    border: 3px solid #003a6b;
}
.testimonial-page-area .testimonial-img {
    margin-top: 20px;
}
/*--------------------------------*/ 
/* 19. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    color: #001033;
}
.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
    color: #001033;
}
.error-bot {
    font-size: 22px;
    color: #333;
}
.error-btn {
    background: #1A1364;
    border: 1px solid #1A1364;
    color: #fff;
    font-size: 17px;
    padding: 14px 20px;
    transition: 0.4s;
    text-transform: capitalize;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.4s;
}
.error-btn:hover{
    background: #003a6b;
    border: 1px solid #003a6b;
    color: #fff;
    transition: 0.4s;
}
.high-text span{
    width: 200px;
    height: 200px;
}
/*----------------------------------------*/
/*  20.	Contact Us page
/*----------------------------------------*/
.map-area-top{
    padding-bottom: 0px;
}
.contact-details {
    display: block;
    overflow: hidden;
    padding: 40px;
    background: #003a6b;
    border-radius: 4px;
    margin-right: 50px;
}
.contact-icon {
    margin-bottom: 30px;
}
.single-contact h5 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.single-contact div {
    display: block;
    margin-bottom: 10px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}
.last-item{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-contact div i {
    float: left;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}

.single-contact a i {
    float: left;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}


.contact-head {
    background: #f4f4f4;
    padding: 50px 30px;
}
.contact-head h4 {
    font-size: 28px;
}
.contact-head p {
    font-size: 17px;
}
.single-contact span {
    color: #fff;
}
.project-share h5 {
    display: inline-block;
    font-size: 18px;
}
.project-social {
    display: inline-block;
}
.project-social li {
    display: inline-block;
    margin: 10px;
}
.project-social li a {
    color: #444;
    font-size: 18px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 220px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #E75E39;
    border: 1px solid #E75E39;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    padding: 13px 40px;
    transition: 0.4s;
    border-radius: 3px;
    width: auto;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-page .contact-btn:hover {
    background: #003a6b  none repeat scroll 0 0;
    border: 1px solid #003a6b ;
    color: #fff;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  21. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #1A1364;
}
.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #ccc;
}
.left-head-blog {
    border: 1px solid #f5f5f5;
    padding: 30px 20px;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}
.pst-content .date-type{
	font-size: 14px;
}
.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #333;
    width: 5px;
    height: 5px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #1A1364;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#1A1364;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #1A1364;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1A1364;
    border-color: #1A1364;
    border-radius: 2px;
}
/*----------------------------------------*/
/*  22. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #444;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}
blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #444;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 42px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #1A1364;
}
.comments-content-wrap span a:hover {
    color: #1A1364;
}
.comment-respond .add-btn.contact-btn {
    background: #1A1364;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #1A1364;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #003a6b;
	color: #fff;
    border:1px solid #003a6b;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
	margin-top: 10px;
	font-weight: 600;
}
/*--------------------------------*/
/* 23.Project page area
/*--------------------------------*/
.project-page-area.project-2 .project-single {
    width: 50%;
    float: left;
	padding: 15px;
}
.project-2 .awesome-img img {
    width: 100%;
    height: auto;
}
.project-menu li {
    width: 140px;
    display: inline-block;
    margin: 0px 5px;
}
.project-menu li a {
    color: #444;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
	background: #f5f5f5;
}
.project-menu li a.active {
	background: #ffb01b;
    color: #fff;
    text-decoration: none;
}
.project-menu {
    margin: 0px auto 30px;
    overflow: hidden;
}
.project-menu li a:hover {
    text-decoration: none;
	background: #ffb01b;
	color:#fff;
}
.project-page-area.project-3 .project-single {
    width:33.33%;
    float: left;
	padding: 15px;
}
.project-page-area.project-4 .project-single {
    width:25%;
    float: left;
	padding: 15px;
}
.project-details {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}
.project-details p {
    margin-bottom: 0px;
}
.project-history {
    border: 1px solid #f5f5f5;
    padding: 30px 30px;
}
.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span{
    padding-right: 15px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
}
.project-icon i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}
.single-project-inner {
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding: 30px 20px 10px;
}
.project-wrapper{
	margin-top: -30px;
}
.project-text h4 {
    font-weight: 500;
}
.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #1A1364;
    width: 5px;
    height: 5px;
}
.project-2.related-project .project-single {
    width: 25%;
    float: left;
    padding: 15px 15px 0px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #1A1364;
    border: 2px solid #1A1364;
}
/*----------------------------------------*/
/* 24. Services Details
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: #333;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu  {
    border: 1px solid #f5f5f5;
    padding: 20px 20px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #1A1364;
    position: relative;
}
.left-menu ul li a:hover {
    color: #1A1364;
}
.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li a:hover::after, .left-menu ul li.active a::after {
    position: absolute;
    left:-21px;
    top: 0px;
    background: #1A1364;
    content: "";
    width: 2px;
    height: 100%;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #1A1364;
    border: 1px solid #1A1364;
}
.single-well {
    margin-bottom: 40px;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #1A1364;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #444;
}
.mar-row{
    margin-top: 20px;
}
.feature-service i {
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
    width: 44px;
    height: 44px;
    background: #1A1364;
    border-radius: 2px;
    line-height: 42px;
}
.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
    line-height: 25px;
}
.service-feature-inner{
	margin-top: 30px;
}
.clients-support {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
}
.support-text {
    position: relative;
    z-index: 1;
}
.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
	background: rgba(26,19,100,0.90) none repeat scroll 0 0;
    transition: 0.4s;
}
.support-text h4{
    color:#fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.support-text a {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color:#fff;
    font-weight: 500;
}
.support-text p {
    font-size: 16px;
    line-height: 26px;
    color:#ddd;
}
.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 23px;
    padding-right: 15px;
}
.support-img {
    overflow: hidden;
}
.support-img img {
   transform: scale(1.1);
    transition: 0.4s;
}
body table.nit-table tbody tr th, body table.nit-table tbody tr td,table.nit-table-1 tbody tr td {
    padding: 12px;
}
table {
    margin: 0 0 15px;
    width: auto;
}
.nit-table td, th,table.nit-table-1 tbody tr td {
    border: 1px solid #ccc;
    padding: 5px;
	color: #333;}
 table.nit-table-1 tbody tr td, table.nit-table-1 tbody tr th{ vertical-align: text-top;}   

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

.team-details{ vertical-align:bottom;}
.team-box {
   
    background: #fff;
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom:65px;
    overflow: hidden;
   }
#more {
    display: none;
}
#myBtn {
    text-decoration: none;
    font-weight: bold;
    color: #E75E39; cursor:pointer;
}
.project-detail-one .vbox-container img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}
/*----new-menu---*/
* {
    box-sizing: border-box;
}



.h100{ height: 110px;}
header {
  width: 100%;
  position: relative;
  z-index: 2;
}

header.fixed-header {
  position: fixed;
  left: 0px;
  z-index: 999;
}

header.fixed-header .head-control {
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.4s;
}

.head-control {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.head-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.header-top {
  background-color: #E75E39;
  height: 35px;
  color: #fff;
  line-height: 35px;
}

.head-contact {
  vertical-align: middle;
  line-height: 35px;
  display: inline-block;
  float: right;
}

.head-contact a{ 
  color: #fff;
  letter-spacing: 0.60px;
  font-size: 14px;
}
.head-contact-list {
  margin: 0 -10px;
}

.head-contact-item {
  margin: 0px 10px;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
}


.header-mid {
  background-color: #fff;
  width: 100%;
  line-height: 150px;
  box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.08);
}

.home-pg.sticky .header-mid{ box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.08); background: rgba(255, 255, 255, 90%);} 
.home-pg.sticky .header-mid .logo label {
  background: url(./img/logo/logo2.svg);
  width: 120px;
  height: 62px;
  transition: 0.8s;

}


.logo {
  float: left;
  clear: both;
  position: relative;
}

.logo label {
  margin: 0px;
  display: block;
  background: url(./img/logo/logo2.svg);
  width: 120px;
  height: 62px;
  margin-top: 5px;
  background-size: 100%;
  cursor: pointer;

}
.home-pg .header-mid {
  background-color: rgba(255, 255, 255, 0%); box-shadow: none;}

.home-pg .header-mid .logo label {background: url(./img/logo/logo.svg); width: 155px;
    height: 80px;}

.home-pg .header-mid #cssmenu > ul > li > a{ color: #fff;}
.home-pg.sticky .header-mid #cssmenu > ul > li > a{ color: #333;}

/* == Sticky Stuff == */
header.sticky .header-top {
  height: 0px;
  line-height: 0px;
}

.home-pg .header-top.sticky2 {
  height: 0px;
  line-height: 0px; visibility: hidden;
}

header.sticky .header-mid,
header.sticky .header-mid .logo label,
header.sticky .header-mid nav.primary-nav ul {
  line-height: 60px;
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.2s; display: block;
}

header.fixed-header + div.main-content {
  padding-top: 190px !important;
}

/***********************NAV Start*************************/

nav {
	position:relative;
	float: right;
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

#cssmenu:after,#cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

#cssmenu #head-mobile {
	display:none
}

#cssmenu {
	float: right;
    text-align: right;
}

#cssmenu > ul > li {
	float:left
}

#cssmenu > ul > li > a {
	padding:0 13px;
	font-size:15px;
	text-decoration:none;
	color:#333;
	font-weight:500;
    text-transform: capitalize;
    line-height: 77px;
    text-align: left;
}

#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {
	color:#E75E39!important;
}


/* #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {
	background:#E75E39 !important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease
}
 */
#cssmenu > ul > li.has-sub > a {
	padding-right:28px
}

#cssmenu > ul > li.has-sub > a:after {
	position:absolute;
	top:47px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	content:\f105;
    font-family:normal normal normal 14px/1 FontAwesome;

}

#cssmenu > ul > li.has-sub > a:before {
	position:absolute;
	top:0px;
	right:14px;
	display:block;
	content:'\f105';
    font-family:'FontAwesome'; 
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
    font-size: 16px;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top:0px;
	height:0;
    content: "\f107";
}

#cssmenu ul ul {
	position:absolute;
	left:-9999px;
    z-index: 999;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}

#cssmenu ul ul:after {
    content: '';
    position: absolute;
    left: 10%;
    top: -4%;
    margin-top: 0px;

	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
}

#cssmenu ul ul li {
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	background:#fff;
	transition:all .25s ease;
	position:relative;
}

#cssmenu ul ul li:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 60px solid #555555;
  border-top: 0;
}

#cssmenu ul ul li:hover {
    background: #fff;
}


#cssmenu li:hover > ul {
	left:auto
}

#cssmenu li:hover > ul > li {
	height:auto
}

#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}

#cssmenu ul ul li a {
	border-bottom:1px solid rgba(150,150,150,0.15);
	padding:15px 15px;
	width:256px;
	font-size:14px;
	text-decoration:none;
	color:#333;
	font-weight:500;text-align: left;
    text-transform: capitalize;
	    line-height: 20px;
}

#cssmenu ul ul ul li a{ width: 250px; }
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {
	border-bottom:0
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
	color:#E75E39
}

#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:21px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	
}

#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
    content:'\f105';
    font-family:'FontAwesome'; 
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
    font-size: 16px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top:13px;
	height:0;
    content:'\f105';
    font-family:'FontAwesome'; 
    font-size: 16px;
}

#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background:#fff
}

#cssmenu ul ul ul li.active a {
	border-left:1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top:1px solid #333
}

.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #1abc9c;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #1abc9c;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
/*******************accordian*****************/

.accordion-one .panel-group{box-shadow: 0 5px 25px rgb(0 0 0 / 10%);}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #003a6b;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 30px;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #003a6b;
    color: #fff;

  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
.down_load { text-align: center; display: block; margin-top: 10px; margin-bottom: 10px;}
.down_load a{ 
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #fff;
    color: #187aba;
    padding: 10px 10px 0;
    width: 200px;
    border: 1px solid #ddd;
	min-height:175px; position:relative;

}

.box-detail{  margin: 0;
  position: absolute;
  top: 50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  
  }
 
.down_load a:hover{border: 1px solid #003a6b;
    border-radius: 0px;
    -webkit-border-radius: 0x;
    -moz-border-radius: 0px;}
.down_load a i{ font-size: 55px;}
.down_load a h2{ font-size:14px; text-align: center; padding: 10px 0; line-height: 20px; margin: 0; font-weight: 400;}
/*************tab****************************/

.tab-body-wrapper .area-padding {
    padding: 20px 5px 20px 5px;
}
.tabs-wrapper {
    margin: 2% 0;
  }
  .tabs-wrapper input[type=radio] {
    display: none;
  }
  .tabs-wrapper label {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 20%;
    height: 3em;
    background: #767676;
    text-align: center;
    line-height: 3em;
    font-weight: 500;
  }
  @media screen and (max-width: 1600px) {
    .tabs-wrapper label {
      width: 20%;
    }
  }
  @media screen and (max-width: 900px) {
    .tabs-wrapper label {
      width: 20%;
    }
	
  }
  @media screen and (max-width: 600px) {
    .tabs-wrapper label {
      width: 100%;
      display: block;
      border-bottom: 2px solid #4D4C47;
    }

    .down_load { margin-right: 0;}
    .down_load a{ width: 100%;}


  }
  .tabs-wrapper label:last-of-type {
    border-bottom: none;
  }
  .tabs-wrapper label:hover {
    background: #1b5886;
  }
  .tabs-wrapper input[type=radio]:checked + label {
    background: #003a6b;
    color: #fff;
  }
  .tabs-wrapper .tab-body {
    position: absolute;
    top: -9999px;
    opacity: 0;
    padding: 10px;
    transition: opacity 0.5s ease-in;
  }
  @media screen and (max-width: 600px) {
    .tabs-wrapper {
      margin: 0;
    }
  }
  
  .tab-body-wrapper {
    background: #fff;
    border-top: #003a6b 5px solid;
  }
  @media screen and (max-width: 600px) {
    .tab-body-wrapper {
      border: none;
    }
  }
  
  #tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4 {
    position: relative;
    top: 0px;
    opacity: 1;
  }
  /***********************************************************/


@media only screen and (max-width: 959px) {
    #cssmenu > ul > li > a{ padding: 0 8px; font-size: 13px;}
    #cssmenu > ul > li.has-sub > a{ padding-right: 22px;}
    .h100{ height: 0px;}
    .header-top{ display: none;}
    .logo label {
        background: url(./img/logo/logo2.png) no-repeat;
        width: 140px;
        height: 89px;
        margin-top: 5px;
        background-size: 100%;
       
    }
    .home-pg .header-mid .logo label {
        background: url(./img/logo/logo2.png) no-repeat;
        width: 140px;
        height: 89px;
        margin-top: 5px;
        background-size: 100%;
       
    }

    header.fixed-header {
        position: inherit;
    }
    .home-pg .header-mid #cssmenu > ul > li > a{ color: #333;}
    
}

@media screen and (max-width:958px) {
    .header-mid #cssmenu > ul > li > a { color: #333;}
    .header-area .navbar-brand{ background-size: 60%;}
    .header-area.stick .logo a{ padding: 0;}
    .logo{ position: absolute;}

nav {
	width:100%
}

#cssmenu {
	width:100%
}

#cssmenu ul {
	width:100%;
	display:none;
}

#cssmenu ul li {
	width:100%;
	border-top:1px solid #444
}
#cssmenu ul ul{ box-shadow: none;}
#cssmenu ul li:hover {
	background:#f7f7f7;
}
#cssmenu ul ul:after{display:none;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {
	height:auto
}

#cssmenu ul li a,#cssmenu ul ul li a {
	width:100%;
	border-bottom:0
}

#cssmenu > ul > li {
	float:none
}

#cssmenu ul ul li a {
	padding-left:25px
}

#cssmenu ul ul li {
	background:#f7f7f7!important
}

#cssmenu ul ul li:hover {
	background:#E75E39!important
}

#cssmenu ul ul ul li a {
	padding-left:35px
}

#cssmenu ul ul li a {
	color:#333;
	background:none
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {
	color:#fff
}

#cssmenu ul ul,#cssmenu ul ul ul {
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left
}

#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {
	display:none
}

#cssmenu #head-mobile {
	display:block;
	padding:33px;

}
.button {
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:9px;
	cursor:pointer;
	z-index:12399994
}

.button:after {
	position:absolute;
	top:22px;
	right:20px;
	display:block;
	height:8px;
	width:25px;
	border-top:2px solid #337ab7;
	border-bottom:2px solid #337ab7;
	content:''
}

.button:before {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:2px;
	width:25px;
	background:#337ab7;
	content:''
}

.button.menu-opened:after {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:2px;
	width:24px;
	background:#337ab7;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

.button.menu-opened:before {
	top:23px;
	background:#337ab7;
	width:24px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

#cssmenu .submenu-button {
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #444;
	height:46px;
	width:46px;
	cursor:pointer
}

#cssmenu .submenu-button.submenu-opened {
	background:#E75E39;
}
#cssmenu > ul > li > a{ line-height: 46px;}

/* #cssmenu ul ul .submenu-button {
	height:34px;
	width:34px
}
 */

#cssmenu ul ul .submenu-button:after {
	top:15px;
	right:13px;
    color:#fff
}

#cssmenu .submenu-button.submenu-opened:after {
	color: #fff!important;
    content:'\f107';
    font-family:'FontAwesome'; 
    top:15px;
	right:17px;
    position: absolute;
}

#cssmenu .submenu-button:before {
	position:absolute;
	top:15px;
	right:22px;
	display:block;
	width:2px;
	height:8px;
    content:'\f105';
    font-family:'FontAwesome'; 
    color:#333;
}

#cssmenu ul ul .submenu-button:before {
	top:12px;
	right:23px
}

#cssmenu .submenu-button.submenu-opened:before {
	display:none
}

#cssmenu ul ul ul li.active a {
	border-left:none
}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top:none
}
.logo label {
    background: url(./img/logo/logo2.png) no-repeat;
    width: 140px;
    height: 89px;
    margin-top: 5px;
    background-size: 80%;
   
}
.home-pg .header-mid .logo label {
    background: url(./img/logo/logo2.png) no-repeat;
    width: 170px;
    height: 89px;
    margin-top: 5px;
    background-size: 80%;
   
}

}

/***********************NAV END*************************/


.cpolicies .service-icon a{
    background: url(./img/pdf1.png) no-repeat;
    background-size: 100%;
    width: 64px;
    height: 64px;
    display:block;
    margin:auto;
    color:#333;
}

.cpolicies .single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px 0px 10px;
    margin-bottom: 30px;
    transition: 0.4s;
    min-height: 215px;
    display:block;
}
    .cpolicies .single-service:hover {
        background: #e1e8eb;
        border: 1px solid #e1e8eb;
    }
.cpolicies .single-service h4 a,.cpolicies .single-service h4{ font-size:16px; color:#333!important;}
    .cpolicies .single-service h4 a:hover, .cpolicies .single-service:hover {
        color: #333!important;
    }
     .cpolicies single-service .service-icon a,
        .cpolicies .single-service:hover .service-text h4 a,
        .cpolicies .single-service:hover .service-icon a {
            color: #444;
        }
#scrollUp .fa{ padding-top:8px;}
.team-box{ text-align:justify;}

/***********************************tabing***********************************/


.tabordion {
  color: #333;
  display: block;
  font-family: arial, sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  margin:60px 0;
}

.tabordion input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabordion section {
  display: block;
}

.tabordion section label {
  background: #ccc;
  border:1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 20px;
  position: relative;
  width: 230px;
  z-index:100;
}

.tabordion section article {
  display: none;
  left: 230px;
  min-width: 300px;
  padding: 0 0 0 21px;
  position: absolute;  
  top: 0;
  width:100%;
}

.tabordion section article:after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  left:-229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index:1;
}

.tabordion input[name="sections"]:checked + label { 
  background: #eee;
  color: #bbb;
}

.tabordion input[name="sections"]:checked ~ article {
  display: block;
}


@media (max-width: 533px) {
  
  .tabordion {
    width: 100%;
  }
  
  .tabordion section label {
    font-size: 1em;
    width: 160px;
  }  

 .tabordion section article {
    left: 200px;
    min-width: 270px;
  } 
  
  .tabordion section article:after {
    background-color: #ccc;
    bottom: 0;
    content: "";
    display: block;
    left:-199px;
    position: absolute;
    top: 0;
    width: 200px;

  }  
  
}


@media (max-width: 768px) {
  
  .tabordion {
    width: 96%;
  }
}


@media (min-width: 1366px) {
 

  .tabordion {
    width: 100%;
  }
}

.footer-head .social-icons{ padding:0 0 0 0; margin:0 0 0 0;}
.footer-head .social-icons li{ padding: 8px; width:40px; height:40px; text-align:center;
    margin: 0 8px 0 0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px; transition:0.5s;
}

.pad-tb-60{ padding:60px 0;}

/*socail*/

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.instagram:before {
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-btns .btn.instagram .fa {
  color: #3F729B;
}
.social-btns .btn.linkedin:before {
  background-color: #0072b1;
}
.social-btns .btn.linkedin .fa {
  color: #0072b1;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  transform: scale(1);
}
.social-btns {

  font-size: 0;
  top: 0;  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 43px;
  margin-right:8px;
  text-align: center!important;
  position: relative;
  overflow: hidden;
  border-radius: 30%;
  padding: 6px 10px 14px 10px;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 165%;
  height: 165%;
  position: absolute;
  transform: rotate(22deg);
}
.social-btns .btn .fa {
  font-size: 28px;
  text-align: center;
  
}

.tab-body-wrapper .tab-body:nth-child(2){ padding: 10px 0;}
.tab-body-wrapper .tab-body h5{ font-size: 18px; margin-bottom: 8px; font-weight: 500; margin-top: 5px;}
.table-responsive table{ width: 100%;}

/* slider*/

.my-carousel{
    width:100%;
    margin: 0 auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
  }
  .my-carousel-item img{
    width: 100%;
  }
  .my-carousel .owl-nav{
    position: absolute;
    top: 45%;
    width:95%;
    margin: 0 auto;
    left:0;
    right:0;
    display: flex;
    justify-content: space-between;
  }
  .my-carousel .nav-main-slider-btn{
    color: #fff !important;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 30px !important;
    border: none;
    outline: none;
    
  }
  .my-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .my-carousel .owl-dot{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff !important;
    margin: 10px;
    outline: none;
  }

  .member-details{ background: #f8f8f9 ; border-radius: 10px; border-left: 5px solid #003a6b; padding: 24px;}
  .team-box h1{ font-size: 2em; padding: 0; margin-bottom: 0.5rem; color: #000; font-weight: 500; line-height: 1.2;}
  .team-box .text-primary{ font-size: 1.2em; color: #01223e; margin-bottom: 2rem; padding: 0;}
  .team-box .position-relative { position: relative;}
  .team-box img{ position: absolute;vertical-align: middle; width: 100%; height: auto; overflow: hidden; }
  .team-box p{ font-size:16px;}
  .height-35{ height: 100%;  display: flex; vertical-align: baseline;}
  .tab_content .fa{ color:#444}
  .list-style-01{}
  .list-style-01 li{list-style: disc; list-style-position: inside;}  
  .distr .tabs {
 
  background:none;
  width:100%;
}

.distr .tabs label {
  order: 1;
  display: inline-block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #767676;
  font-weight: bold;
  transition: background ease 0.2s;
  color: #fff;
}

.distr .tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border-top: #003a6b 5px solid;
}

.distr .tabs input[type=radio] {
  display: none;
}

.distr .tabs input[type=radio]:checked + label {
  background: #003a6b; border-bottom:none;
}

.distr .tabs input[type=radio]:checked + label + .tab {
  display: block;
}
.distr [type="radio"]:checked ~ label{ background:#767676; border-bottom:none;}
.pdf-download{padding:0 0 0 0; margin:0 0 0 0;}
.pdf-download li{padding:0 0 10px 20px; margin:0 0 0 0; list-style-type:none; position:relative;}
.pdf-download li:before{content: "\f019";font-family: 'FontAwesome'; position:absolute; top:0; left:0; color:#75c4eb;}
.pdf-download li a{ color:#01223e; font-size:15px; text-transform:capitalize;}

@media (max-width: 45em) {
  .distr .tabs .tab,
.distr .tabs label {
    order: initial;
  }

  .distr .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
  
  
  @media screen and (max-width: 800px) {
    .team-box img{ position: inherit;}
    .height-35{ height: auto;}
    .team-box{ text-align: left;}
    .team-box h1{ font-size: 1.6em;}
    .team-box .text-primary{ font-size: 1em; }
	.tab-body-wrapper .tab-body:nth-child(2) { padding:10px 10px;}

  }
  .wht-txt {color:#FFFFFF;}
  .mb-2{margin-bottom: 20px !important}