
    /*-----------------------------------------------------------------------------------  
     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.Counter AreaFG
    8.project Area
    9. banner area css
    10. Overview Area
    11. FAQ  Area
    12. Add Area
    13. Blog Area
    14. Footer Area
    15. Home 2 area
    16. Testimonial area
    17. Home 03 Area
    18. Wellcome Services 2 Area
    19. Team member area
    20. Home-4 area
    21. Breadcumbs Area
    22. About page Area
    23. Blog Details page
    24.	Contact Us page area
    25. Services Details area
    26. Project Details page
    27. Error page area

    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
	width: 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: #000000;
	font-size: 17px;
	line-height: 27px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Assistant-Bold', sans-serif;
	margin: 0 0 10px;
	color: #000000;
    font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 44px;
		
}
h3{
	font-size: 35px;
	line-height: 49px;
	 font-weight: 700;
	font-family: 'Assistant-Bold', sans-serif;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #1FC157;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #4c4c4d;
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	text-align: left;
	overflow-x: hidden;
	line-height: 27px;
	font-weight: 400;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 34px;
  height: 50px;
  line-height: 46px;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 50px;
}
#scrollUp:hover {
    background: #1A1364;
    opacity: 1;
}
.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: #007cc2;
    text-shadow: none;
}
::selection {
    background: #007cc2;
    text-shadow: none;
}
.color{
    color:#00;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 40px 0px;
}
.area-padding-2{
    padding: 0px 0px 40px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline {
    margin-bottom: 40px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 35px;
	line-height:49px;
    font-weight: 700;
 }
.section-headline.white-headline h3 {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline.text-left h3::after {
    border: 2px solid #1e2f63;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 1200px;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 27px;
    font-weight: 400;
}
.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #1e2f63;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.load-more-btn {
    text-transform: uppercase;
    background: #1e2f63;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    width: 180px;
	transition: 0.4s;
	border:1px solid #1e2f63;
}
.load-more-btn:hover{
    background: transparent;
    color:#1e2f63;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.section-headline h4 {
    font-size: 28px;
    max-width: 870px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 auto;
}
.section-headline h4 .color {
    color: #1e2f63;
    font-weight: 600;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.last-content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.bg-color,.bg-color-2{
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
.bg-color-2::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(247, 249, 255, 0.90) none repeat scroll 0 0;
    z-index: -1;
}
.bg-color::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(247, 249, 255, 0.90) none repeat scroll 0 0;
    z-index: -1;
}
.bg-gray{
    background: #f7f9ff;
}
.bg-dark{
     background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.long-headline h3 {
    display: inline-block;
    font-size: 36px;
    max-width: 860px;
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-right ul li {
    display: inline-block;
}
.topbar-area {
    background:#1A1364 ;
}
.topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-right ul li a i {
    color: #fff;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}
.top-social {
    float: left;
    padding: 11px 0px;
    margin-left: 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #f5f5f5;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 25px;
}
.top-social ul li a:hover{
	color:#fff;
	background: #1e2f63;
}
.quote-button {
    float: left;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #1e2f63;
    display: inline-block;
    border: 1px solid #1e2f63;
    padding: 11px 20px;
    margin: 0px;
}
.quote-button .quote-btn:hover {
	background: transparent;
	color: #1FC157;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 10px 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: 17px;
    font-weight: 600;
	line-height:27px;
    padding: 30px 0px;
    font-family: 'Roboto', sans-serif;
	margin: 0px 15px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #1e2f63;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #1e2f63;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.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: #1FC157;
    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: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #1FC157;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    box-shadow: 0px 0px 1px #f5f5f5, -0px -0px 1px #f5f5f5;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: center;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    padding: 20px 0px;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #1FC157;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#1FC157;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #f5f5f5;
    bottom: -85px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}
.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: 214px;
    height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #1e2f63;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #1e2f63;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    margin: 25px 0px 10px 10px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 11px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 45px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 40px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #1e2f63;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 100px;
    height: auto;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
	position: sticky;
  top: 0;
  z-index: 1000;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 8%;
    
    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: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    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%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(19,11,75, 0.85) 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: -150px;
}
.layer-1-2 {
    margin: 0px 0 20px;
}
.layer-1-1 p {
    color: #f5f5f5;
    font-size: 17px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    max-width: 740px;
    letter-spacing: 1px;
}
.ready-btn {
    border: 1px solid #1e2f63;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    padding: 13px 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #1e2f63;
    letter-spacing:0.5px;
	
    border-radius: 2px;
}
.ready-btn:hover{
    color: #fff;
    background: #1e2f63;
    border: 1px solid #1e2f63;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 20px;
    background: #1e2f63;
    border: 1px solid #1e2f63;
    color:#fff;
}
.ready-btn.right-btn:hover{
    background: #1e2f63;
    border: 1px solid #1e2f63;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.ready-btn.left-btn:hover{
   background: #1e2f63;
    border: 1px solid #1e2f63;
    color:#fff;
    transform: translateY(-4px);
}
.layer-1-2 .color {
    color: #1e2f63;
    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: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 3px;
}
.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: #1FC157;
    border: 1px solid #1FC157;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.well-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
}
.top-icon {
    position: absolute;
    right: 15px;
    font-size: 34px;
    bottom: 0px;
    background: #dc3545;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
	z-index: 9;
}
.main-services {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}
.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #dc3545;
}
.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 194, 0.79) none repeat scroll 0 0;
    z-index: 1;
    opacity: 1;
	transition: 0.4s;
	padding: 30px 20px;
}
.image-layer a {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
	font-size: 14px;
}
.image-layer a i {
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    opacity: 0.90;
    line-height: 30px;
    margin-right: 15px;
}
.service-content h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
	line-height:28px;
    margin-bottom: 0;
    padding: 0 0 10px;
    
}
.service-btn {
    font-weight: 600;
    text-transform: capitalize;
    color: #444;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -15px;
    top: -3px;
    font-size: 16px;
}
.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.well-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}
.well-services:hover .service-content h4{
    color: #007cc2;
}
.well-services:hover .service-btn:hover{
    color: #007cc2;
}
.image-layer a:hover{
   color: #dc3545;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-image img {
    border-radius: 10px;
}
.about-content h3 {
    line-height: 40px;
    font-size: 32px;
    font-weight: 600;
	max-width:920px;
}
.about-details {
    overflow: hidden;
    display: block;
    margin-top: -15px;
}
.single-about {
    display: block;
    margin-top: 10px;
}
.single-about a {
    font-size: 10px;
    color: #fff;
    float: left;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #007cc2;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    background:#007cc2;
}
.single-about span {
    font-size: 10px;
    color: #fff;
    float: left;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #007cc2;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    background:#007cc2;
}
.icon-text {
    padding-left: 5px;
}
.icon-text h5 {
    margin-bottom: 5px;
	font-size:18px;
}
.icon-text p {
   
	font-size:16px;
}
.about-image1 {
    border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.about-image1 img {
    border-radius: 5px;
}
.about-image1::after {
    position: absolute;
    right: -220px;
    top: 0px;
    width: 453px;
    height: 100%;
    content: "";
    
}
.about-image {
    border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.about-image img {
    border-radius: 5px;
}
.about-image::after {
    position: absolute;
    right: -220px;
    top: 0px;
    width: 453px;
    height: 100%;
    content: "";
    /*background: rgba(0, 124, 194, 0.95) none repeat scroll 0 0;
    transform: rotate(45deg);*/
}
.bg-blue{
	background-color:#1e2f63;
}
.video-content {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	 margin-top: -50px;
	text-align: center;
	z-index: 9;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #fff;
}
.video-play.vid-zone i {
    color: #dc3545;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    border: 1px solid #dc3545;
    background: #dc3545;
    color: #fff;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #fff;
}
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.single-services{
    margin-top: 10px;
    display: block;
    margin-bottom: 30px;
}
.service-inner {
    box-shadow: none;
    position: relative;
    border: 2px solid  #fff;
    padding: 10px 10px;
	z-index: 1;
    border-radius: 5px;
    background: #fff;
	box-shadow: 0px 0px 5px #444, -2px -2px 5px #fff;
	height:350px;
	padding-top:20px;
}
.service-innerr {
    box-shadow: none;
    position: relative;
    border: 2px solid  #fff;
    padding: 10px 10px;
	z-index: 1;
    border-radius: 5px;
    background: #fff;
	box-shadow: 0px 0px 5px #444, -2px -2px 5px #fff;
	height:350px;
	padding-top:20px;
}
.service-icon {
    display: inline-block;
    font-size: 60px;
    line-height: 27px;
    color: #1e2f63;
    position: relative;
    top: 10px;
   text-align: center;
   padding-top:0px;
    
}
.services-all .service-content {
    padding-top: 20px;
}
.service-inner::after {
    background: #fff;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
	
}
.single-services:hover .service-inner::after {
    opacity: 1;
    transition: 0.4s;
}
single-services:hover .service-inner{
	border: 1px solid ; #fff
}
.service-inner .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.service-inner .service-content h4 a {
    color: #444;
}
.service-inner .service-content p{
	margin-bottom: 0px;
}
.single-services:hover .service-content h4 a, 
.single-services:hover .service-content p{
    color: #000;
}
.single-services:hover .service-icon {
    color: #1e2f63;
    
	transition: 0.4s;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area{
   position: relative;
   overflow: hidden;

}
.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}
.fun-title h3 {
    color: #f5f5f5;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.fun-title {
    position: relative;
    background: #1A1364;
    padding: 131px 0px 131px 100px;
    z-index: 1;
    margin-right: 125px;
}
.fun-title:after {
    content: '';
    position: absolute;
    width: 580px;
    height: 100%;
    background: #1A1364;
    top: 40px;
    right: -201px;
    z-index: -1;
    transform: rotate(60deg);
}
.fun-content {
    display: block;
    padding: 100px 40px 100px 0px;
    overflow: hidden;
}
.fun_text i {
    font-size: 50px;
    color: #007cc2;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 3px;
}
.fun_text {
    width: 50%;
    float: left;
    text-align: center;
}
.fun_text span {
    color: #fff;
    display: block;
    font-size: 33px;
    padding-bottom: 10px;
    line-height: 33px;
	font-weight:700;
	font-family:Assistant-Bold;
}
.fun_text > h5 {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}
.project-dec h4 {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.project-dec h4::after {
    position: absolute;
    content: "\e87a";
    right: 40px;
    top: 0px;
    font-family: mentos;
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 30px;
    border: 1px solid #1FC157;
    background: #1FC157;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
     transition: 0.5s;
}
.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec a {
    color: #444;
}
.project-dec a:hover {
    color: #333;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#1FC157;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-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 #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-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;
}
.project-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;
}
.project-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;
}
.project-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;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #1FC157;
    border: 1px solid #1FC157;
}
/*----------------------------------------*/
/* 9. banner area css
/*----------------------------------------*/
.banner-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}
.banner-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 124, 194, 0.79) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.banner-text h3 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    max-width: 860px;
    margin: 0px auto 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner-text p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    max-width: 860px;
    margin: 0px auto 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.hire-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #007cc2;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 25px;
    transition: 0.4s;
    border-radius: 2px;
    font-weight: 600;
}
.hire-btn:hover{
    background: transparent;
    color:#fff;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.single-brand-item {
    float: left;
    width: 20%;
}
.single-brand-item a {
    border: 1px solid #dedede;
    display: block;
    margin: 15px;
    background: transparent;
	width:100%;
	height:100%;
}
/*----------------------------------------*/
/*  10. Overview Area
/*----------------------------------------*/
.small-title {
    color: #1FC157;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}
.overview-inner {
    padding-right: 20px;
}
.overview-inner h3{
    font-size: 28px;
    font-weight: 600;
}
/*----------------------------------------*/
/*  11. FAQ  Area
/*----------------------------------------*/
.sub-headline h3{
    font-size: 28px;
    font-weight: 600;
}
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
	box-shadow: 0 3px 12px #ccc;
}
.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: 10px;
}
.panel-default > .panel-heading {
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #444;
    content:"\e881 ";
    font-family: mentos;
    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: #1FC157;
    content: "\e882";
    font-family: mentos;
    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: #1FC157;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 30px;
    padding:30px;
    border-radius: 5px;
	border:1px solid #ccc;
}
.faq-area .contact-form input[type="text"], 
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h3{
    font-size: 28px;
    font-weight: 600;
	color:#444;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #1FC157;
    display: inline-block;
    border: 1px solid #1FC157;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
	background: transparent;
    color:#1FC157;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
/*----------------------------------------*/
/*  12. Add Area
/*----------------------------------------*/
.add-area {
    background: url(img/background/bg1.jpg) no-repeat scroll center center / cover; 
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.add-area::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(19,11,75, 0.90) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.add-content h3 {
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    max-width: 750px;
    float: left;
    margin-bottom: 0px;
    margin-top: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.add-contact {
    float: left;
}
.call-us {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #1FC157;
    background: #1FC157;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}
.mail-us{
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  13. Blog Area
/*----------------------------------------*/
.blog-area{
  background: #fff;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0, 69, 160, 0.45) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog-category span {
    text-transform: uppercase;
    font-size: 13px;
    color: #007cc2;
    font-weight: 600;
}
.blog-content {
    border: 1px solid #ddd;
    padding: 30px 30px;
}
.blog-title {
    margin-top: 10px;
}
.blog-details .blog-content a h4 {
    font-size: 24px;
    line-height: 32px;
}
.home-blog .blog-content a h4{
	margin-bottom: 0px;
}
.blog-meta {
    padding: 15px 0px 0px;
    position: relative;
}
.blog-meta span {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}
.blog-meta span i{
    padding-right: 3px;
    color: #007cc2;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#007cc2;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "\e876";
    right:-12px;
    top: 0px;
    font-family: mentos;
    font-size: 10px;
    transition: 0.5s;
}
.blog-btn:hover {
    color: #1FC157;
}
.blog-btn:hover.blog-btn::after {
    right: -20px;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 10px 0;
	
}
.footer-1{
	background: url(img/background/.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-1 .footer-area{
	z-index: 1;
	background: transparent;
}
.footer-1 {
	z-index: 1;
	position: relative;
}
.footer-1::after {
    background: rgba(30, 47, 99, 1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-logo{
	margin-bottom: 10px;
	height:105px;
	width:105px;
}
.footer-head p {
    color: #f5f5f5;
    letter-spacing: 0.60px;
}
.footer-head h4 {
    color: #f5f5f5;
    font-size: 23px;
    margin-bottom: 20px;
    line-height:32px;
    font-weight: 700;
	font-family:Assistant-Bold;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #1FC157;
    border: 1px solid #1FC157;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 20px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 600;
}
.suscribe-input button:hover {
    background: transparent;
    color:#1FC157;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #f5f5f5;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #f5f5f5;
	border-radius: 50%;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #fff;
	background: #1e2f63;
	border:1px solid #1e2f63;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #f5f5f5;
    display: block;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin: 3px;
    border: 1px solid #1e2f63;
    background: #007cc2;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons {
    margin-top: 10px;
}
.footer-contacts p span {
    color: #1e2f63;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #f5f5f5;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.subs-feilds {
    margin-top: 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;
    left: 0;
    width: 5px;
    height: 5px;
    background: #f5f5f5;
}
.footer-list li a:hover {
    color: #dc3545;
}
.footer-list li a:hover::after {
    background:#dc3545;
}
.footer-area-bottom {
    background: #1e2f63 none repeat scroll 0 0;
    padding: 15px 0;
	border-top: 1px solid #808080;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#dc3545;
}
.copyright-text a {
    color: #f5f5f5;
}
.copyright > p {
    margin-bottom: 0;
    color: #f5f5f5;
}
.copyright a {
    color: #fff;
}
.footer-1 .footer-area-bottom {
    background: #1e2f63;
    padding: 10px 0 10px;
	
	
}
/*----------------------------------------*/
/*  15. Home 02 Area
/*----------------------------------------*/
.header-two .topbar-area {
    background: transparent;
}
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area-2 {
    background: transparent;
    box-shadow: none;
   
}
.header-two .main-menu ul.navbar-nav > li >a{
    color:#fff;
}
.slide-area {
    background: rgba(0, 0, 0, 2) url(img/background/building.pg) no-repeat scroll top center / cover;
    width: 100%;
    height: 630px;
    z-index: 1;
    position: relative;
}
.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.slide-area .title2 {
    font-size: 40px;
    line-height: 48px;
    padding-top: 5px;
    margin-bottom:0;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing:0.5px;
    font-weight: 600;
	font-family:Assistant-Bold;
}
.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(30, 47, 99, 0.95) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.slide-area .pgh {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
    color: #fff;
	letter-spacing:0.5px;
    padding-bottom: 10px;
    max-width: 640px;
    font-weight: 400;
	text-align:justify;
}
.slide-content {
    margin-top: 120px;
}
/*.header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
}*/
.header-area-2.stick{
   background:rgba(30, 47, 99, 1) none repeat scroll 0 0;
   box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}
.counter-area-2 .fun-content {
    display: block;
    padding: 40px 0px 40px 0px;
    overflow: hidden;
}
.counter-area-2 .fun_text {
    width: 25%;
    float: left;
    text-align: center;
}
.counter-area-2 .fun_text > h5{
	font-size:15px;
	line-height:26px;
	font-weight:400px;
	color:#fff;
	text-transform:lowecase;
	font-family:Roboto;
}
.counter-area-2 .fun_text span{
    color:#fff;
}
.project-area-2 .single-awesome-project {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}
.project-area-2 .project-dec {
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.project-area-2 .project-dec h4{
	color:#fff;
}
.project-area-2 .awesome-img > a::after {
    background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.40;
    transition: 0.4s;
}
.project-area-2 .single-awesome-project:hover .awesome-img > a::after {
   opacity: 0.70;
}
.project-area-2 .single-awesome-project:hover .project-dec h4::after{
    display: none;
}
.project-area-2 .project-all{
    margin-top: 0px;
}
/*----------------------------------------*/
/*  16. Testimonial area
/*----------------------------------------*/
.testimonial-area{
    position: relative;
}
.testimonial-inner {
    padding: 0px 50px 0px 0px;
}
.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}
.review-head p {
    font-size: 17px;
}
.reviews-btn{
    border: 1px solid #007cc2;
    background: #007cc2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.reviews-btn:hover{
    background: transparent;
    color:#007cc2;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.single-testi {
    margin: 0px 0px 50px;
}
.clients-text{
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.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: 50px;
    margin-right: 20px;
}
.reviews-content .active.center .testi-img img {
    border: 2px solid #007cc2;
}
.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}
.reviews-content {
    margin-bottom: 5px;
}
.testi-text h4 {
    font-weight: 600;
    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:#007cc2;
}
.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.reviews-content .active.center .single-testi .clients-text{
    background: #007cc2;
}
.reviews-content .active.center .single-testi .clients-text p{
    color:#fff;
}
.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #007cc2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e 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: -10px;
    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: #007cc2;
    width: 30px;
    border-radius: 3px;
}
.hire-btn {
    margin-top: 10px;
}
.footer-2 .footer-area {
    background: #1A1364;
}
.footer-2 .footer-tags li a {
    color: #fff;
    border: 1px solid #007cc2;
    background: #007cc2;
    transition: 0.4s;
}
.footer-2 .footer-tags li a:hover{
    color: #007cc2;
    background:transparent;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  17. Home 03 Area
/*----------------------------------------*/
.header-area-3 {
    background:  rgba(23,14,88, 0.50) none repeat scroll 0 0;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-two .topbar-area-2{
    background:  rgba(23,14,88, 0.50) none repeat scroll 0 0;
}
.header-area-3.stick{
   background: #1A1364; 
   box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}
.intro-area-3 .layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    text-transform: unset;
    max-width: 700px;
    letter-spacing: 2px;
}
.intro-area-3 .slider-content {
    margin-top: -110px;
}
/*----------------------------------------*/
/*  18. Wellcome Services 2 Area
/*----------------------------------------*/
.welcome-area-2 .well-services{
    padding: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}
.welcome-area-2 .well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background: #1A1364;
	content:"";
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
}
.welcome-area-2 .well-services:hover::after{
	opacity: 1;
	transition: 0.5s;
}
.welcome-area-2 .well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
.welcome-area-2 .well-icon a {
    font-size: 60px;
    line-height: 60px;
    color: #1FC157;
    font-weight: 800;
}
.welcome-area-2 .well-services .well-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.welcome-area-2 .well-services:hover .well-content h4,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-icon a{
	color:#fff;
}
.base {
    position: absolute;
    right: 10px;
    font-size: 140px;
    line-height: 150px;
    color: #ccc;
    top: 10px;
    z-index: -1;
    opacity: 0.5;
}
.services-area-3 .service-icon {
    position: relative;
    top: 0px;
    background: #1FC157;
    color: #fff;
    border:1px solid #1FC157;
}
.services-area-3 .services-all {
    margin-top: -30px;
}    
.services-area-3 .single-services {
    margin-top: 0px;
} 
.project-carousel .col-md-3{
    width: 100%;
}
/*----------------------------------------*/
/* 19. Team member area
/*----------------------------------------*/
.team-hover li {
    display: inline-block;
    margin: 0px 1px;
}
.team-hover li a {
    color: #fff;
    border: 1px solid #1FC157;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 2px;
    background: #1FC157;
    transition: 0.4s;
}
.team-hover li a:hover {
    color: #1FC157;
    transition: 0.4s;
    background: transparent;
}
.team-hover {
    padding: 20px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member {
    margin-bottom: 30px;
}
.single-member .team-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    padding: 10px 10px 0px;
    text-align: center;
}
.team-content h4 a {
    color: #444;
}
.team-content p {
    margin-bottom: 0;
}
.team-content h4 {
    font-size: 20px;
    margin: 10px 0px;
    text-transform: capitalize;
    font-weight: 600;
}
/*----------------------------------------*/
/* 20. Home-4 area
/*----------------------------------------*/
.header-area-4 {
    background: transparent;
    box-shadow: none;
}
.header-area-4 .header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
    background: #1FC157;
}
.header-area-4.stick{
    background: #1FC157;
}
.intro-area-4 .slider-content {
    text-align: center;
    margin-top: -130px;
}
.intro-area-4 .layer-1-2 h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
}
.intro-area-4 .layer-1-1 p {
    margin: 0 auto 20px;
}
/*----------------------------------------*/
/*  21. 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;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:  rgba(23,14,88, 0.80) none repeat scroll 0 0;
    content: "";
}
.breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}
.breadcrumb-bg {
    float: right;
    padding: 14px 0px;
}
.bread-inner {
    padding: 80px 0px;
}
.breadcrumb .section-headline h2 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    margin-bottom: 0px;
    display: inline-block;
}
.breadcrumb .section-headline h2::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.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 .single-testimonial {
    padding: 15px 0px;
    padding-left: 80px;
    margin-bottom: 30px;
}
.testimonial-page-area .client-name h4 {
    font-size: 20px;
}
.testimonial-page-area .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
}
.project-content{
    margin-top: -30px;
}
.project-content .single-awesome-project{
    margin-top: 30px;
}
.blog-grid .blog-text p{
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  22. About page Area
/*----------------------------------------*/
.support-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
}
.support-services .support-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom: 0px;
}
.support-services .support-content h4 a {
    color: #444;
}
.support-services:hover .support-content h4 a{
    color: #1FC157;
}
.support-services .support-content p{
    color:#444;
	margin-bottom: 0px;
}
.support-images {
    display: inline-block;
    font-size: 34px;
    color: #1FC157;
    line-height: 77px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #1FC157;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
.support-services:hover .support-images {
	background: #1FC157;
	transition: 0.4s;
    border: 1px solid #1FC157;
    color: #fff;
}
/*----------------------------------------*/
/* 23. Blog Details page
/*----------------------------------------*/
.page-blog .blog-grid {
    margin-top: -30px;
}
.page-blog .single-blog {
    margin-top:30px;
}
.left-head-blog {
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
}
.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: #1FC157;
}
.blog-image{
    position: relative;
    border-radius: 0;
}
.blog-image .video-post iframe, .blog-image .video-post object, .blog-image .video-post embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-grid blockquote {
    margin: 30px 20px 15px;
}
.music-post {
    width: 100%;
}
.music-post iframe {
    width: 100%;
}
.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 44px;
    line-height: 48px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 0;
    margin-top: -30px;
}
.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    color: #1FC157;
}
.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 0;
    top: 50%;
}
.link-blog-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: block;
}
.link-blog-image .post-link-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
     background: rgba(0,44,87,0.85) none repeat scroll 0 0;
}
.post-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.link-mit {
    display: table-cell;
    vertical-align: middle;
}
.link-blog-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    text-decoration: none;
}
.quote-blog .blog-content {
    margin-top: 0px;
}
.left-blog h4 {
    border-bottom: 1px solid #f5f5f5;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    position: relative;
}
.left-blog h4::after{
    position: absolute;
    content:"";
    left:0;
    bottom:-1px;
    width: 70px;
    height: 2px;
    background: #1FC157;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog ul{
    margin-top: 15px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px 0px 10px 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.left-blog ul li a:after {
    position: absolute;
    content: "\e876";
    font-family: mentos;
    left: 0px;
    top: 10px;
    font-size: 12px;
}
.popular-tag.left-blog ul li a:after {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.left-blog-page .post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
    height: 100%;
    min-height: 100px;
}
.left-blog-page .post-img img{
    width: 100%;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.left-blog-page .recent-post {
    margin-top: 15px;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #1FC157;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.pst-content p {
    margin-bottom: 5px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.pst-content .blog-meta {
    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: 4px 6px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #1FC157;
    background: #1FC157;
    color: #fff;
    transition: 0.4s;
    margin-right: 5px;
    border-radius: 2px;
}
.left-tags .left-side-tags ul li a:hover {
	border: 1px solid #1FC157;
    background: transparent;
    color: #1FC157;
    transition: 0.4s;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}
.blog-content p {
    font-size: 15px;
	letter-spacing: 0.50px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #1FC157;
    font-style: italic;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    color: #444;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.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;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    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 #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #1FC157;
}
.comments-content-wrap span a:hover {
    color: #1FC157;
}
.comment-respond .add-btn.contact-btn {
    background: #1FC157;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 13px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #1FC157;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    color:#1FC157;
    background: transparent;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 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: #666;
    background-color: transparent;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
    border: 1px solid #666;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}
.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: #1FC157;
    border-color: #1FC157;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1FC157;
    border-color: #1FC157;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/*  24.	Contact Us page area
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 40px;
}
.contact-head {
    padding-right: 40px;
}
.contact-head h4 {
    font-weight: 700;
    font-size: 30px;
}
.contact-inner a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin-right: 15px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #1FC157;
    background: #1FC157;
    margin-top: 15px;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-inner a span {
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #4c4c4d;
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 20px;
	padding:20px 20px 20px 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #4c4c4d;
    border-radius: 0px;
    height: 45px;
    padding: 16px 20px 0px 20px;
    width: 100%;
}
.contact-form textarea#message1 {
    border: 1px solid #4c4c4d;
    border-radius: 0px;
    height: 45px;
    padding: 13px 20px 0px 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #1FC157;
    border: 1px solid #1FC157;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 13px 36px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}
.contact-page .contact-btn:hover {
    color:#1FC157;
    background: transparent;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
.bg-white{
	background-color:#fff;
}
/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p{
    color: #666;
}
.page-head-left {
    margin-right: 30px;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 30px;
}
.left-menu li {
    display: block;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #1FC157;
    position: relative;
}
.left-menu ul li a:hover {
    color: #1FC157;
}
.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li.active a::after, 
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: mentos;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
}
.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.download-btn h4{
	text-transform: uppercase;
}
.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}
.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px 30px;;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#1FC157;
    background: #fff;
    border: 1px solid #1FC157;
}
.single-page-head .clients-testi {
    padding: 30px 20px;
    border: 1px solid #1A1364;
    background: #1A1364;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}
.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img{
	border-radius: 50%;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-bottom: 30px;
}
.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: #007cc2;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #000000;
    padding-left: 40px;
    margin: 10px 0px;
    position: relative;
	font-size:16px;
	line-height:27px;
	font-weight: 400;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 15px;
    top: 3px;
    font-family: Roboto;
    color: #1e2f63;
    font-weight: 800;
}
.single-services-page .marker-list li {
    color: #444;
}
.blog-details .blog-category {
    margin-bottom: 15px;
}
.blog-details .blog-content h4 {
    margin-bottom: 0px;
}
.marker-list1 li {
    color: #000000;
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
	font-size:16px;
	line-height:27px;
	font-weight: 400;
}
.marker-list1 li::after {
    position: absolute;
    content: "\e87f";
   left: 0px;
    top: 3px;
    font-family: Roboto;
    color: #1e2f63;
    font-weight: 800;
}
/*----------------------------------------*/
/* 26. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #1FC157;
    border: 1px solid #1FC157;
    color: #fff;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
/*--------------------------------*/ 
/* 27. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text{
    font-size: 200px;
    line-height: 200px;
	font-family: 'Montserrat', sans-serif;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #1FC157;
    border: 1px solid #1FC157;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
	font-weight: 700;
}
.error-btn:hover{
   color:#1FC157;
    background: transparent;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}


/* Contact CSS Start */
.contact-section1 .contact-area {
  padding: 20px 35px 20px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  position: relative;
  width:450px;
  margin-top:110px;
  
}

.contact-section1 .contact-area::before {
  position: absolute;
  content: '';
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  width: 185px;
  height: 80%;
  left: 0;
  top: 0;
 border-radius: 10px;
  z-index: -1;
}

.contact-section1 .contact-area::after {
  position: absolute;
  content: '';
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  right: 30px;
  top: 30px;
}

.contact-section1 .contact-area .section-head {
  margin-bottom: 20px;
}

.contact-section1 .contact-area .section-head h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.contact-section1 .contact-area .section-head h4 span {
  font-size: 25px;
}

.contact-section1 .contact-area .contact-img {
  position: relative;
}

.contact-section1 .contact-area .contact-img::before {
  position: absolute;
  content: '';
  background-image: url(../img/contact-shape.png);
  background-position: center center;
  background-size: cover;
  width: 125px;
  height: 120px;
  top: -35px;
  left: -40px;
  z-index: -1;
}

.contact-section1 .contact-area .contact-img img {
  border-radius: 10px;
  width: 100%;
}

.contact-section1 .contact-area .contact-form .form-group .form-control {
  height: 45px;
  border: 1px solid #4c4c4d;
  padding-left: 20px;
  background: #ffffff;
  line-height: 0.5;
  padding: 10px 20px;
  border-radius: 0px;
}


.contact-section1 .contact-area .contact-form .form-group ::-webkit-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section1 .contact-area .contact-form .form-group :-ms-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section1 .contact-area .contact-form .form-group ::-ms-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section1 .contact-area .contact-form .form-group ::placeholder {
  font-size: 16px;
  color: #464646;
 
}

.contact-section1 .contact-area .contact-form .form-group textarea.form-control {
  height: 45px;
 padding: 10px 20px;
  
}

.contact-section1 .contact-area .contact-form .default-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
  background: #6096fd;
  margin-top: 10px;
}

.contact-section1 .contact-area .contact-form .default-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #031888;
}

.contact-section1 .contact-area .contact-form .default-btn:hover::before {
  width: 100%;
}

.contact-section1 .contact-area .contact-form .list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

.contact-section1 .contact-area .contact-form .text-danger {
  color: #dc3545;
  font-size: 20px;
  margin-top: 20px;
}

.contact-section1 .contact-area .contact-form .text-success {
  color: #28a745;
}

.contact-section1 .contact-text {
  padding-left: 10px;
}
 
 .mt-40{
	 margin-top:85px;
 }
 
 /* Contact CSS Start */
.contact-section .contact-area {
  padding: 20px 45px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  position: relative;
  margin-top:35px;
 
}

.contact-section .contact-area::before {
  position: absolute;
  content: '';
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  width: 185px;
  height: 80%;
  left: 0;
  top: 0;
 border-radius: 10px;
  z-index: -1;
}

.contact-section .contact-area::after {
  position: absolute;
  content: '';
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  right: 30px;
  top: 30px;
}

.contact-section .contact-area .section-head {
  margin-bottom: 25px;
}

.contact-section .contact-area .section-head h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.contact-section .contact-area .section-head h2 span {
  font-size: 25px;
}

.contact-section .contact-area .contact-img {
  position: relative;
}

.contact-section .contact-area .contact-img::before {
  position: absolute;
  content: '';
  background-image: url(../img/contact-shape.png);
  background-position: center center;
  background-size: cover;
  width: 125px;
  height: 120px;
  top: -35px;
  left: -40px;
  z-index: -1;
}

.contact-section .contact-area .contact-img img {
  border-radius: 10px;
  width: 100%;
}

.contact-section .contact-area .contact-form .form-group .form-control {
  height: 45px;
  border: 1px solid #4c4c4d;
  padding-left: 20px;
  background: #ffffff;
  line-height: 0.5;
  padding: 10px 20px;
  border-radius: 0px;
}


.contact-section .contact-area .contact-form .form-group ::-webkit-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section .contact-area .contact-form .form-group :-ms-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section .contact-area .contact-form .form-group ::-ms-input-placeholder {
  font-size: 16px;
  color: #464646;
}

.contact-section .contact-area .contact-form .form-group ::placeholder {
  font-size: 16px;
  color: #464646;
 
}

.contact-section .contact-area .contact-form .form-group textarea.form-control {
  height: 45px;
 padding: 10px 20px;
  
}

.contact-section .contact-area .contact-form .default-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
  background: #6096fd;
  margin-top: 10px;
}

.contact-section .contact-area .contact-form .default-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #031888;
}

.contact-section .contact-area .contact-form .default-btn:hover::before {
  width: 100%;
}

.contact-section .contact-area .contact-form .list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

.contact-section .contact-area .contact-form .text-danger {
  color: #dc3545;
  font-size: 20px;
  margin-top: 20px;
}

.contact-section .contact-area .contact-form .text-success {
  color: #28a745;
}

.contact-section .contact-text {
  padding-left: 10px;
}
 
 /* 6.5 SEO Score Check CSS */
.seo-score-check-area {
    position: relative;
    background-image: url(img/about/bg-shape-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0px;
}
.score-check-img {
    margin-top: -130px;
}
.seo-score-check-form {}

.seo-score-check-form form {
    position: relative;
    max-width: 450px;
}

.seo-score-check-form form input {
    height: 50px;
    font-size: 12px;
    padding-left: 15px;
    letter-spacing: 0px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
}

.seo-score-check-area .section-title {
    text-align: left;
}

.seo-score-check-form form button {
    border: none;
    cursor: pointer;
}

/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 375px;
  height: 583px;
  background-repeat: no-repeat;
}
.about-style-two .pattern-layer1{
  position: absolute;
  top: 0px;
  right: 1020px;
  width: 375px;
  height: 583px;
  background-repeat: no-repeat;
}

#image_block_2 .image-box{
  position: relative;
  display: block;
 
}

#image_block_2 .image-box img{
  width: 100%;
}

#image_block_2 .image-box .content-inner{
  position: absolute;
  right: 0px;
  bottom: 70px;
  max-width: 270px;
  width: 100%;
  background: #003478;
  padding: 20px;
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0 30px 50px rgba(0,52,120,0.3);
}

#image_block_2 .image-box .content-inner:before{
  position: absolute;
  content: '';
  background: #003478;
  width: 30px;
  height: 30px;
  left: 0px;
  bottom: -29px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

#image_block_2 .image-box .content-inner .text{
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px dashed rgba(255,255,255,0.2);
  padding: 20px 20px 26px 30px;
}

#image_block_2 .image-box .content-inner .text h2{
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 1px;
}

#image_block_2 .image-box .content-inner .text h5{
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}

#image_block_2 .image-box .pattern .pattern-1{
  position: absolute;
 
  top: -90px;
  width: 98px;
  height: 188px;
  background-repeat: no-repeat;
  z-index: -1;
}

#image_block_2 .image-box .pattern .pattern-2{
  position: absolute;
  right: -40px;
  top: 315px;
  width: 108px;
  height: 98px;
  background-repeat: no-repeat;
  z-index: -1;
}

#image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_2 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.sec-title{
  font-size: 32px;
  line-height: 27px;
  font-weight: 600;
  font-family:Assistant-Bold;
  padding-top:10px;
}
.ml-28{
margin-left:48px;
}
.ml-5{
margin-left:-5px;
}
.mr-20{
margin-right:-88px;
}
.mt-20{
margin-top:-458px;
}
.ml-48{
margin-left:-48px;}

.ml-28{
margin-left:-13px;}

.ml-15{
margin-left:15px;}

.pt-40{
padding-top:40px;
}
.pt-70{
padding-top:70px;
}
.pb-70{
padding-bottom:70px;
}
.pt-20{
padding-top:20px;
}
.pl-20{
padding-left:80px;
}
.pb-20{
padding-bottom:20px;
}
.ml-40{
margin-left:280px;
}
.mr-40{
margin-right:280px;
}
.mt-10{
	margin-top:20px
}
.mb-10{
	margin-bottom:10px
}
.mt-100{
	margin-top:100px
}
.mt-90{
	margin-top:85px
}
.mt-80{
	margin-top:80px
}
.mt-75{
	margin-top:75px
}
.mt-70{
	margin-top:70px
}
.mt-50{
	margin-top:50px
}
.mt-59{
	margin-top:53px
}
.mb-20{
	margin-bottom:20px
}
.pl-15{
	padding-left:15px;
}
.pl-20{
	padding-left:20px;
}
.pgh1{
	color:#fff;
	font-size:22px;
	font-weight:400;
	line-height:20px;
}

.why-we-best {
    position: relative;
	
}

.why-we-best .section-title {
    margin-top: 15px;
    text-align: left;
}

.whyWebest-text {
    max-width: 410px;
	
}

.whyWebest-text p {}

.whyWebest-text a {}

.single-wwb {
    position: relative;
    margin-bottom: 25px;
}

.sw-icon {
    position: relative;
    float: left;
}
.sw-icon i {
    color: #1432d0;
    font-size: 65px;
    line-height: 65px;
}

.sw-icon i:before {
    font-size: inherit;
    margin: 0;
}
.sw-icon:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -20px;
    background-repeat: no-repeat;
    background-image: url(../img//shape-ou-icon.png);
    background-size: 100%;
    height: 100px;
    width: 95px;
    z-index: -1;
}


.sw-text {
    position: relative;
    max-width: calc(100% - 80px);
    padding: 5px 25px;
    display: inline-block;
}

.sw-icon img {
    width: 100%;
    height: 100%;
}

.sw-text h4 {
    font-size: 18px;
    font-weight: 600;
	line-height:25px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 5px;
}
.sw-text p {
    font-size: 16px;
    color: #4c4c4d;
    line-height: 25px;
	
}
.single-wwb:hover .sw-text h4 {
    color: #1432d0;
}



.why-use-us-3 {
    background-color: ;
}

.e3-wuu {}

.e3-wuu .sw-icon {
    border-radius: 5px;
    background-color: #f7f9ff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    height: 90px;
    width: 90px;
    text-align: center;
    padding: 20px 0px;
    margin-right: -30px;
    margin-top: 15px;
    z-index: 1;
}

.e3-wuu .sw-icon:before {
    display: none;
}

.e3-wuu .sw-icon img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}

.e3-wuu .sw-text {
    max-width: calc(100% - 80px);
    padding:20px 10px 20px 50px;
    transition: .5s ease;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	 width: 465px;
	 height:200px;
}

.e3-wuu .sw-text h4 {
	
}

.e3-wuu .sw-text p {}

.e3-wuu:hover .sw-text {
    background-color: #fff;
}

.e3-wuu:hover .sw-text h4,.e3-wuu:hover .sw-text p {
    color: #000;
}
/* Why We Best CSS END */

/* Why We Best responsive CSS Start */
.why-we-best .section-title {
    margin-top: 15px;
    text-align: left;
}

.whyWebest-text {
    max-width: 410px;
	
}

.whyWebest-text p {}

.whyWebest-text a {}

.single-wwb {
    position: relative;
    margin-bottom: 25px;
}

.sy-icon {
    position: relative;
    height: 60px;
    width: 60px;
    float: left;
}
.sy-icon i {
    color: #1432d0;
    font-size: 65px;
    line-height: 65px;
}

.sy-icon i:before {
    font-size: inherit;
    margin: 0;
}
.sy-icon:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -20px;
    background-repeat: no-repeat;
    background-image: url(../img//shape-ou-icon.png);
    background-size: 100%;
    height: 100px;
    width: 95px;
    z-index: -1;
}


.sy-text {
    position: relative;
    max-width: calc(100% - 80px);
    padding: 5px 25px;
    display: inline-block;
}

.sy-icon img {
    width: 100%;
    height: 100%;
}

.sy-text h4 {
    font-size: 20px;
    font-weight: 600;
	line-height:27px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 5px;
}
.sw-text p {
    font-size: 17px;
    color: #4c4c4d;
    line-height: 27px;
	
}
.single-wwb:hover .sy-text h4 {
    color: #1432d0;
}



.why-use-us-3 {
    background-color: ;
}

.e3-wuu {}

.e3-wuu .sy-icon {
    border-radius: 5px;
    background-color: #f7f9ff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 20px 0px;
    margin-right: -30px;
    margin-top: 15px;
    z-index: 1;
}

.e3-wuu .sy-icon:before {
    display: none;
}

.e3-wuu .sy-icon img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
}

.e3-wuu .sy-text {
    
    padding:20px 10px 20px 50px;
    transition: .5s ease;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	border-bottom:2px solid #0045a0;
	 width: 100%;
	 height:100%;
}

.e3-wuu .sy-text h4 {
	
}

.e3-wuu .sy-text p {}

.e3-wuu:hover .sy-text {
    background-color: #fff;
}

.e3-wuu:hover .sy-text h4,.e3-wuu:hover .sy-text p {
    color: #000;
}

/* Why We Best responsive CSS End */


.sy-text1 {
    position: relative;
    padding: 5px 25px;
    display: inline-block;
}

.sy-icon1 img {
    width: 100%;
    height: 100%;
}
.e3-wuu .sy-icon1 {
    border-radius: 5px;
    background-color: #f7f9ff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 20px 0px;
    margin-right: -30px;
    margin-top: 15px;
    z-index: 1;
	
}

.e3-wuu .sy-icon1:before {
    display: none;
}

.e3-wuu .sy-icon1 img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
}

.sy-text1 h4 {
    font-size: 20px;
    font-weight: 600;
	line-height:27px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 5px;
}
.sy-text2 h4 {
    font-size: 20px;
    font-weight: 600;
	line-height:27px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 5px;
}
.e3-wuu .sy-text2 {
    
    padding:20px 20px 20px 20px;
    transition: .5s ease;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	width: 100%;
	height:100%;
}
.sw-text1 p {
    font-size: 17px;
    color: #4c4c4d;
    line-height: 27px;
	
}
.single-wwb:hover .sy-text h4 {
    color: #1432d0;
}

.e3-wuu .sy-text1 {
    
    padding:20px 20px 20px 20px;
    transition: .5s ease;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	border-bottom:2px solid #0045a0;
	 width: 100%;
	 height:100%;
}

.e3-wuu .sy-text h4 {
	
}

.e3-wuu .sy-text p {}

.e3-wuu:hover .sy-text1 {
    background-color: #fff;
}

.e3-wuu:hover .sy-text h4,.e3-wuu:hover .sy-text1 p {
    color: #000;
}


/* 
--------------------------
- 7. About Page V1 CSS
--------------------------
*/

.about-gt-wrapper {
    position: relative;
    background-image: url('../img/section-img/about-p-1.jpg');
}
.cuw2 {}

.cuw2 .table-bordered td {
    border: none;
}

.cuw2 .table-bordered {
    border: none;
}

.cuw2 .single-counter-up {
}

.cuw2  .table-bordered td:hover {
    background-color: transparent;
}

.about-p-text-2 a {
    margin-right: 10px;
    margin-bottom: 25px;
}

.about-gt-wrapper {
    position: relative;
    border: 20px solid #0045a0;
    padding: 15px;
    background-image: url(img/about/about-p-1.jpg);
    background-repeat: no-repeat;
   
    
}
.agt-text {
    position: relative;
    max-width: 535px;
    margin: 0 auto;
    padding: 30px 50px 30px;
    background-color: rgba(0, 69, 160, 0.80);
}
.agt-text .section-paragraph p, 
.agt-text .section-title h3 {
    color: #fff;
}

.ipt2 {
    max-width: 600px;
    margin: 25px auto;
}
.ipt2 h3 {
    margin-bottom: 20px;
}
.about-p-img-2 {
    position: relative;
    margin: 50px 0px 50px auto;
    max-width: 450px;
}

.about-p-img-2 img {
    margin-left: -80px;
    margin-top: 80px;
    border: 20px solid #0045a0;
    transition: .5s ease;
}

.about-p-img-2:before {
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    width: 100%;
    top: 0;
    right: 0;
    border: 20px solid #0045a0;
    z-index: -1;
}
.about-p-text-2 {
    max-width: 465px;
    margin: 0px auto;
}
.about-p-img-2 img:hover {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 80px;
}
.apt-2 {
    text-align: left;
    margin-left: 40px;
    padding-bottom: 10px;
}
/*mobile-view start*/
.agt-text1 {
    position: relative;
    max-width: 535px;
    margin: 0 auto;
    padding: 10px 20px 10px;
    background-color: rgba(0, 69, 160, 0.80);
}
.agt-text1 .section-paragraph p, 
.agt-text1 .section-title h3 {
    color: #fff;
}

/*mobile-view end*/

.about-border {
    display: block;
    width: 80px;
    height: 3px;
    background-color: #1e2f63;
    margin: 5px auto 10px;
}

.about-border1 {
    display: block;
    width: 80px;
    height: 3px;
    background-color: #1e2f63;
    margin: 0px 0 10px;
}

.about-border2 {
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fff;
    margin: 0px auto 10px;
}

@media (min-width: 787px) {
	.tpbr_topbar {
		display: none;
	}
	.desktophide {
	display: none !important;
	}
	.mt-m-50 {
		margin-top: 50px;
	}
	
}

@media (max-width: 786px) {
	.right-nav {
		display: none;
	}
	#header-wrap {
		padding: 15px 0 15px !important;
	}
	.mobilehide {
	display: none !important;
	}
	
	.mt-m-20 {
		margin-top: 20px;
	}
	.mt-m-10 {
		margin-top: 10px;
	}

	.mt-m-0 {
		margin-top: 0px !important;
	}
	.md-mt-5 {
		margin-top: 0px !important;
	}
	
	.font-size-30 {
		font-size:30px;
	}
	.mt-m-50 {
		margin-top: 50px;
	}
	.mt-m-75 {
		margin-top: 75px;
	}
	.mt-m-175 {
		margin-top: 455px;
	}
	.mt-m-177 {
		margin-top: 455px;
		
	}
	.ml-m-95 {
		margin-left: 95px;
	}
	.mt-m-105 {
		margin-top: 160px;
	}
}
.mb-40{
margin-bottom:40px;}

.flex {
  display: flex;
  align-items: center;
}

.flex-icon {
  margin-right: 8px;
  margin-bottom:55px;
  margin-left:5px;
}
.flex-icon1 {
  margin-right: 8px;
  margin-bottom:46px;
  margin-left:5px;
}
.flex-icon2 {
  margin-right: 8px;
  margin-bottom:24px;
  margin-left:5px;
}

.flex-text {
  flex: 1;
}


.contact_inner{
    position: relative;
   }

.contact_info_sec {
    position: absolute;
    background: #1e2f63;
    right: 1px;
    top: 25%;
    height: 370px;
    width: 375px;
    padding: 18px;
    border-radius: 25px 25px 25px 25px;	
	
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 10px;
	color:#fff;
}

.info_single{
    margin: 20px 0px;
}
.info_single i{
    margin-right: 10px;
	font-size:20px;
}
.info_single a{
    font-size: 17px;
	font-weight:600px;
	font-family:Roboto;
    letter-spacing: 0.5px;
	color:#fff;
}


.map_sec{
    padding: 40px 0px;
}
.map_inner h4, .map_inner p{
    color: #fff;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 0px;
    border-radius: 30px;
    overflow: hidden;
}
.box {
  position: relative;
  background: #1e2f63;
 
}
.box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25),
               0 10px 10px rgba(0,0,0,0.22); 
  opacity: 0;
  transition: opacity .6s;
   color:#fff;
}
.box:hover::after {
  opacity: 1;
}

.contact_info_sec1 {
    position: absolute;
    background: #1e2f63;
    right: 1px;
    top: 20%;
    height: 390px;
    width: 100%;
   padding:14px;
    border-radius: 25px 25px 25px 25px;	
	
	
}
.info_single {
  display: flex;
  flex-direction: row;
  
  
}
.contact_info_sec1 h4{
    letter-spacing: 1px;
    padding-bottom: 10px;
	color:#fff;
}

/* Corporate Footer Bottom Area Style
=====================================================*/
.corporate-footer-bottom-area {
    background-color: #1e2f63;
    padding: 15px 0;
   
}

.corporate-footer-bottom-area p {
    color: #ffffff;
    margin-top: 4px;
}
.corporate-footer-bottom-area .conditions {
    float: right;
}

.corporate-footer-bottom-area .conditions li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.corporate-footer-bottom-area .conditions li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #1e2f63;
}

.corporate-footer-bottom-area .conditions li a {
    color: #ffffff;
}

.corporate-footer-bottom-area .conditions li:last-child::before {
    display: none;
}
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top:10px;
}

.logo-img {
  width: auto; /* adjust the width as needed */
  height: auto;
  margin: 0px 10px;  /* add margin between logos */
}
.logo-img1 {
  width: auto;
  height: 60px;
  margin: 0px 0px;
  min-width: 146px;
}

.expand {
  flex: 1;
  margin-left: 20px;
}

/* Mobile landscape and portrait */
/*@media (max-width: 767px) {
  .topbar-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .topbar-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-social {
    padding: 14px;
  }
  .top-social ul {
    display: flex;
    justify-content: center;
  }
  .top-social li {
    margin-right: 5px;
  }
  .topbar-right ul {
   
    flex-direction: column;
    align-items: center;
  }
  .topbar-right li {
    margin-bottom: 5px;
  }
}

/* Mobile portrait only */
/*@media (max-width: 480px) {
  .top-social li {
    margin-right: 5px;
  }
  .topbar-right li {
    margin-bottom: 5px;
  }
}

/* Extra small devices (less than 360px) */
/*@media (max-width: 359px) {
  .top-social li {
    margin-right: 2px;
  }
  .topbar-right li {
    margin-bottom: 2px;
  }
}

/* iPhone X and similar devices */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
 .topbar-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .topbar-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-social {
    padding: 14px;
  }
  .top-social ul {
    display: ;
    justify-content: center;
  }
  .top-social li {
    margin-right: 0px;
  }
  .topbar-right ul {
    display: ;
    flex-direction: column;
    align-items: center;
  }
  .topbar-right li {
    margin-bottom: 10px;
  }
}

/****

/* Mobile landscape and portrait */
@media (max-width: 767px) {
  .topbar-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .topbar-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-social {
    padding: 14px;
  }
  .top-social ul {
    display: ;
    justify-content: center;
  }
  .top-social li {
    margin-right: 0px;
  }
  .topbar-right ul {
    display: ;
    flex-direction: column;
    align-items: center;
  }
  .topbar-right li {
    margin-bottom: 10px;
  }
  
  .topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 13px;
}
}

/* Mobile portrait only */
@media (max-width: 480px) {
  .top-social li {
    margin-right: px;
  }
  .topbar-right li {
    margin-bottom: 5px;
  }
   .topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 13px;
}
}

/* Extra small devices (less than 360px) */
@media (max-width: 359px) {
  .top-social li {
    margin-right: 2px;
  }
  .topbar-right li {
    margin-bottom: 2px;
  }
   .topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 13px;
}
}

/* Tablet devices (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .topbar-left {
    width: 50%;
    text-align: left;
  }
  .topbar-right {
    width: 50%;
    text-align: right;
  }
  .top-social {
    padding: 10px;
  }
  .top-social ul {
    display: flex;
    justify-content: space-between;
  }
  .top-social li {
    margin-right: 20px;
  }
  .topbar-right ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .topbar-right li {
    margin-bottom: 0;
  }
}

/* Tablet devices (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .topbar-left {
    width: 100%;
    text-align: center;
  }
  .topbar-right {
    width: 100%;
    text-align: center;
  }
  .top-social {
    padding: 10px;
  }
  .top-social ul {
    display: flex;
    justify-content: center;
  }
  .top-social li {
    margin-right: 10px;
  }
  .topbar-right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .topbar-right li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fa-envelope {
    font-size: 14px;
  }
  .topbar-right li {
    font-size: 12px;
  }
}

/* Extra small devices (less than 360px) */
@media (max-width: 359px) {
  .fa-envelope {
    font-size: 12px;
  }
  .topbar-right li {
    font-size: 10px;
  }
}
/* Google Pixel 5 specific styles */
@media (max-width: 359px)  {
  .slide-area {
    width: 100%;
    height: 1225px; 
    background-size: 100% 100%;
  }
}
.logo-and-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-center1 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.text-wrapper1 {
  text-align: center;
  width: 100%;
  max-width: 660px; /* adjust this value based on your design */
  padding-bottom:20px;
  margin-left:200px;
}
.logo1 {
  width: 210px; /* adjust logo width */
  margin-left: 30px; /* adjust logo margin */
  padding-bottom:10px;
  
}
.logo4 {
  width: 210px; /* adjust logo width */
  margin-left: 30px; /* adjust logo margin */
  padding-bottom:20px;
  
}

.title3 {
  width: 350px; /* adjust this value to your desired width */
  margin-left: 10px;
  font-size: 20px;
    line-height: 28px;
  color: #fff;
  margin-top:10px;
}

