/* use font link */
@import url('css.css');
@import url('css-1.css');
@import url('css-2.css');
/* use style sheet */
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(bootstrap.css);
@import url(bootstrap.min.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(hover.css);
@import url(imagehover-extended.css);
@import url(bootstrap-select.min.css);
@import url(nouislider.css);
@import url(jquery.bootstrap-touchspin.css);
/*  Preloader Animation */
.loader {
background: #000;    background: radial-gradient(#222, #000);
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.loader-inner {
bottom: 0;
height: 60px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap {
animation:
spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
;
box-sizing: border-box;
height: 50px;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transform-origin: 50% 100%;
width: 100px;
}
.loader-line {
border: 4px solid transparent;
border-radius: 100%;
box-sizing: border-box;
height: 100px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }
.loader-line-wrap:nth-child(1) .loader-line {
border-color: hsl(0, 80%, 60%);
height: 90px;
width: 90px;
top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
border-color: hsl(60, 80%, 60%);
height: 76px;
width: 76px;
top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
border-color: hsl(120, 80%, 60%);
height: 62px;
width: 62px;
top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
border-color: hsl(180, 80%, 60%);
height: 48px;
width: 48px;
top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
border-color: hsl(240, 80%, 60%);
height: 34px;
width: 34px;
top: 35px;
}
@keyframes spin {
0%, 15% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
/***
====================================================================
Reset
====================================================================
***/
* {
margin:0px;
padding:0px;
border:none;
outline:none;
}
/***
====================================================================
Global Settings
====================================================================
***/
.center{text-align:center}
.just{text-align:justify;}
.pdfpos{padding-left:22%;}
.custom-pad{padding-top:25px;}
.floating-menu {
z-index: 100;
position: fixed;
right: 0px;
top: 20%;
}
.floating-menu a,
.floating-menu h3 {
font-size: 0.9em;
display: block;
margin: 0.5em 0.5em;
}
body {
font-size:15px;
color:#FFFFFF;
line-height:26px;
font-weight:400;
background:#000;
font-family: 'Hind', sans-serif;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
padding: 0px 0px;
}
}
.centred{
text-align: center;
}
.body_wrapper{
overflow-x: hidden;
}
a{
text-decoration:none;
position: relative;
font-size: 14px;
font-family: 'Open Sans',sans-serif;
line-height: 25px;
cursor:pointer;
color:#888888;
transition: all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
color: #0D7CC1;
transition: all 500ms ease;
}
input,button,select,textarea{
font-family: 'Hind', sans-serif;
}
.strike-through{
text-decoration:line-through;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
}
.centered{
text-align:center;
}
.sec-pad{
padding: 92px 0px 100px 0px;
}
p{
position: relative;
font-size: 17px;
font-family: 'Hind', sans-serif;
line-height: 26px;
font-weight: 400;
color: #ffffff;
margin-bottom: 10px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6 {
position:relative;
font-family: 'Poppins',sans-serif;
font-weight: 400;
margin-bottom: 10px;
color: #FFFFFF;
margin-top: 0px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
position:relative;
font-family: 'Poppins',sans-serif;
font-weight: 400;
margin-bottom: 10px;
color: #FFFFFF;
margin-top: 0px;
transition: all 500ms ease;
}
h1{
font-size: 66px;
line-height: 74px;
font-weight: 400;
color: #fff;
text-transform: capitalize;
}
@media only screen and (max-width: 409px){
	.main-slider h1{
		font-size: 40px;
		line-height: 48px;
	}
}

h1 span{
color: #ff991f;
}
h2{
font-size: 40px;
line-height: 45px;
}
h3{
font-size: 24px;
line-height: 30px;
}
h4{
font-size: 20px;
line-height: 30px;
margin-bottom: 0px;
}
h5{
font-size: 16px;
line-height: 26px;
}
h6{
font-size: 14px;
line-height: 26px;
}
h3 a{
font-size: 24px;
line-height: 30px;
}
h4 a{
font-size: 20px;
line-height: 30px;
}
h5 a{
font-size: 16px;
line-height: 20px;
}
h6 a{
font-size: 15px;
line-height: 22px;
}
h5 a:hover,
h6 a:hover,
h4 a:hover,
h4 a:hover,
h6 a:hover{
color: #0D7CC1;
transition: all 500ms ease;
}
.preloader{position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#000;background-position:center center;background-repeat:no-repeat;background-image:url(../images/icons/preloader.gif);}
/** button **/
.btn-one {
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #0D7CC1;
border: 2px solid #0D7CC1;
padding: 11px 30px 10px 30px;
font-family: 'Open Sans', sans-serif;
position: relative;
transition: all 900ms ease;
cursor: pointer;
display: inline-block;
text-align: center;
z-index: 1;
}
.btn-one:hover{
color: #0D7CC1;
background: transparent;
border: 2px solid #0D7CC1;
transition: all 900ms ease;
}
.btn-two {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: transparent;
padding: 11px 33px 10px 33px;
font-family: 'Open Sans', sans-serif;
position: relative;
transition: all 900ms ease;
cursor: pointer;
display: inline-block;
text-align: center;
z-index: 1;
border: 2px solid #fff;
}
.btn-two:hover{
color: #fff;
background: #ff991f;
border: 2px solid #fff;
transition: all 900ms ease;
}
.link-btn{
position: relative;
padding: 0px;
margin: 0px;
}
.link-btn li{
display: inline-block;
margin: 0px 3px;
}
.link-btn li a{
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'OpenSans',sans-serif;
color: #222;
font-weight: 600;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border: 1px solid #e5e5e5;
transition: all 500ms ease;
}
.link-btn li a:hover,
.link-btn li a.active{
background: #0D7CC1;
color: #fff;
border: 1px solid #0D7CC1;
transition: all 500ms ease;
}
.section-title h2{
position: relative;
font-weight: 600;
margin-bottom: 60px;
}
.section-title h2:before{
position: absolute;
content: '';
background: #0D7CC1;
width: 50px;
height: 5px;
left: 50%;
margin-left: -25px;
bottom: -15px;
}
.sec-title-two{
position: relative;
font-size: 30px;
font-family: 'Poppins', sans-serif;
line-height: 37px;
color: #222;
margin-bottom: 46px;
}
.sec-title-two:before{
position: absolute;
content: '';
background: #0D7CC1;
width: 50px;
height: 3px;
left: 0;
bottom: -15px;
}
/***
====================================================================
Scroll To Top style
====================================================================
***/
.scroll-to-top span{
color: #fff;
}
.scroll-to-top{
position:fixed;
bottom:15px;
right:15px;
font-size:18px;
line-height:43px;
width:45px;
height:45px;
background: #0D7CC1;
text-align:center;
z-index:100;
cursor:pointer;
display:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.scroll-to-top:hover{
background: #222;
}
.scroll-to-top:after {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/***
====================================================================
Home-Page
====================================================================
***/
/** main header area **/
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
}
.fixed{
position: fixed;
background: #272727;
visibility: visible;
top:0;
left:0;
width: 100%;
z-index: 999999;
box-shadow: 5px 0px 10px 0px #777;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.theme_menu{
background: #fff;
width: 100%;
z-index:999;
opacity:1;
visibility:visible;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.header-upper{
position: relative;
background: #0D7CC1;
width: 100%;
padding: 6px 0px;
}
.header-upper .top-left .text{
color: #fff;
position: relative;
top: 5px;
}
.header-upper .top-right .top-bar,
.header-upper .top-right .language-switcher,
.header-upper .top-left{
position: relative;
display: inline-block;
}
.header-upper .top-right .language-switcher{
margin-left: 22px;
}
.header-upper .top-right {
position: relative;
float: right;
}
.header-upper .top-right li{
position: relative;
display: inline-block;
color: #fff;
top: 2px;
margin: 0px 10px;
}
.header-upper .top-right li i:before{
font-size: 14px;
margin-right: 8px;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
position: relative;
background-color: rgba(22, 47, 58, 0.50);
border: 0;
line-height: 34px;
border-radius: 0;
color: #fff;
text-align: center;
height: 33px;
padding: 0px 0px 0px 22px;
}
#polyglotLanguageSwitcher span.trigger:before {
content: '\f107';
font-family: FontAwesome;
position: absolute;
color: #cdcdcd;
top: 0;
right: 0px;
line-height: 10px;
}
#polyglotLanguageSwitcher ul.dropdown {
top: 100%;
}
#polyglotLanguageSwitcher a {
font-family: 'Hind', sans-serif;
display: inline-block;
font-size: 14px;
color: #fff;
font-weight: normal;
}
.logo-box{
background: url(../images/logo/logo1.png) no-repeat 100%;
height: 80px;
margin-top: 14px;
margin-left: -3px;
}
.logo-box a {
display: inline-block;
width: 100%;
height: 100%;
}
.theme_menu .search-box-area .search-toggle i:before{
font-size: 14px;
color: #222;
margin: 0px;
transition: all 500ms ease;
}
.theme_menu .search-box-area{
position: relative;
display: inline-block;
cursor: pointer;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border: 1px solid #e5e5e5;
margin-left: 34px;
}
.theme_menu .search-box-area:hover .search-toggle i:before{
color: #0D7CC1;
transition: all 500ms ease;
}
.theme_menu .search-box-area .search-box {
opacity: 0;
position: absolute;
background: #fff;
padding: 15px 20px;
border: 1px solid #f7f7f7;
border-top: 3px solid #f7f7f7;
right: 0px;
top: 75px;
transition: all 500ms ease 0s;
visibility: hidden;
}
.theme_menu .search-box-area .form-group{
position: relative;
}
.theme_menu .search-box-area .form-group button{
position: absolute;
top: 2px;
right: 0px;
width: 46px;
height: 46px;
color: #fff;
background: #0D7CC1;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border: none;
z-index: 10;
}
.theme_menu .search-box-area input[type='search']{
width: 250px;
height: 50px;
border: 2px solid #0D7CC1;
padding: 10px 55px 10px 20px;
border-radius: 5px;
margin-bottom: 0px;
z-index: 9;
}
.theme_menu .search-box-area .search-box.now-visible {
top: 75px;
right: 0px;
opacity: 1;
visibility: visible;
z-index: 1;
}
.menu-bar{
position: relative;
float: right;
}
/** main-menu **/
.main-menu {
position: relative;
display: inline-block;
}
.menu-area{
position: relative;
margin-left: 50px;
}
.navbar-collapse {
padding: 0px
}
.navigation {
position: relative;
margin: 0px;
}
.navigation > li {
position: relative;
display: inline-block;
margin-left: 24px;
}
.main-menu li.dropdown{
position: relative;
}
.navigation > li > a {
position: relative;
display: block;
color: #FFF;
font-size: 14px;
font-weight: 600;
line-height: 26px;
padding: 42px 9px 42px 9px;
text-align: center;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transition: all 500ms ease 0s;
}
.navigation > li.current > a{
color: #0D7CC1;
}
.navigation > li > ul {
position: absolute;
right: auto;
top: 100%;
background: #222;
width: 230px;
border-top: 3px solid #0D7CC1;
padding: 5px 30px;
z-index: 999;
display: none;
}
.navigation > li > ul > li {
position: relative;
display: block;
}
.navigation > li > ul > li > a {
color: #fff;
display: block;
font-size: 14px;
font-weight: 400;
border-bottom: 1px dashed #0D7CC1;
font-family: 'Poppins', sans-serif;
line-height: 20px;
padding: 12px 0px;
margin: 0;
text-align: left;
text-transform: capitalize;
transition: all 500ms ease 0s;
}
.navigation > li > ul > li:last-child > a {
border-bottom: 0px;
}
.navigation > li > ul > li:hover > a {
color: #0D7CC1;
}
/*========= mobile-menu ==============*/
.mobile-menu .dropdown-btn {
position: absolute;
right: 15px;
top: 0;
width: 30px;
height: 42px;
border-left: 1px solid #ffffff;
cursor: pointer;
display: block;
z-index: 5;
}
.mobile-menu .dropdown-btn:after {
position: absolute;
content: "\f107";
font-family: FontAwesome;
color: #fff;
font-size: 20px;
line-height: 40px;
text-align: center;
width: 100%;
left: 7px;
}
.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
background: #000000;
}
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
display: none;
}
.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
padding:10px 20px;
font-family: 'Roboto', sans-serif;
line-height:22px;
color:#ffffff;
display: block;
text-transform: uppercase;
font-size: 14px;
border-top: 1px solid #fff;
}
/* Mainmenu fixed style */
@keyframes menu_sticky {
0%   {margin-top:-100px;}
50%  {margin-top: -90px;}
100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
margin: 0;
position: fixed;
top:0;
left:0;
width: 100%;
z-index: 99999;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
}
/** main slider **/
.main-slider{
position:relative;
}
.main-slider .slide{
min-height:800px;
position:relative;
padding:280px 0px;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
.main-slider .slide:before{
position: absolute;
content: '';
background: rgba(0, 0, 0, 0.30);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.main-slider .active h1{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1300ms;
}
.main-slider .tp-btn{
position:relative;
opacity:0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.main-slider .active .tp-btn{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1000ms;
}
.main-slider .owl-dots{
display: none !important;
}
.main-slider .owl-nav{
position:absolute;
left:0px;
top:50%;
z-index:1;
width:100%;
margin-top:-20px;
}
.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev{
left: 50px;
}
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next{
right: 50px;
}
/** about section **/
.about-us{
position: relative;
}
.about-us .about-content h3 span{
color: #fff;
}
.about-us .about-content h3{
margin-bottom: 22px;
}
.about-us .about-content h5{
margin-bottom: 12px;
font-style: italic;
}
.about-us .about-content .button{
margin-top: 21px;
}
.about-us .img-box img{
width: 100%;
top: 3px;
position: relative;
}
/** service section **/
.our-service{
position: relative;
background: #f7f7f7;
width: 100%;
}
.hoverly-one .img-box {
position: relative;
overflow: hidden;
}
.hoverly-one:hover .overlay {
height: 100%;
transition: .5s cubic-bezier(0.4, 0, 1, 1);
opacity: 1;
visibility: visible;
}
.hoverly-one .overlay {
position: absolute;
text-align: center;
left: 0px;
align-items: center;
justify-content: center;
top: 0px;
width: 100%;
display: flex;
height: 0%;
background: rgba(0, 0, 0, 0.8);
transition: .5s cubic-bezier(0.4, 0, 1, 1);
opacity: 0;
visibility: hidden;
}
.our-service .single-item .lower-content{
position: relative;
padding: 46px 10px 22px 30px;
border: 1px solid #e5e5e5;
border-top: none;
transition: all 500ms ease;
}
.our-service .single-item:hover .lower-content{
box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
transition: all 500ms ease;
}
.our-service .single-item .icon-box{
position: absolute;
top: 0px;
right: -1px;
}
.our-service .single-item .icon-box{
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #0D7CC1;
display: inline-block;
transition: all 500ms ease;
}
.our-service .single-item .icon-box i:before{
font-size: 30px;
color: #fff;
margin: 0px;
transition: all 500ms ease;
}
.our-service .single-item img{
width: 100%;
}
/** our-idea **/
.our-idea{
position: relative;
padding-bottom: 71px;
}
.our-idea .single-item{
position: relative;
margin-bottom: 30px;
}
.our-idea .single-item .lower-content{
position: relative;
padding: 46px 10px 16px 0px;
}
.our-idea .single-item .lower-content:before{
position: absolute;
content: '';
background: #e5e5e5;
width: 100%;
height: 2px;
left: 0px;
bottom: 0px;
}
.our-idea .single-item .lower-content:after{
position: absolute;
content: '';
background: #0D7CC1;
width: 100%;
height: 2px;
left: 0px;
bottom: 0px;
transform: scaleX(0);
transition: all 500ms ease;
}
.our-idea .single-item:hover .lower-content:after{
transform: scaleX(1);
transition: all 500ms ease;
}
.our-idea .single-item .lower-content h4{
position: relative;
}
.our-idea .single-item .lower-content h4:before{
position: absolute;
content: '';
background: #0D7CC1;
height: 3px;
width: 40px;
top: -15px;
left: 0px;
}
/** skills-growth **/
.skills-growth{
position: relative;
background: #f5f5f5;
}
.progress-levels{
position:relative;
}
.progress-levels .progress-box{
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.progress-levels .progress-box:last-child{
margin-bottom: 37px;
}
.progress-levels .progress-box .bar{
position:relative;
height:14px;
}
.progress-levels .progress-box .bar .bar-innner{
position:relative;
left:0px;
top:0px;
width:100%;
height:10px;
background:#ccc;
}
.progress-levels .progress-box .bar .bar-fill{
position:absolute;
left:-100%;
top:0px;
width:0px;
height:10px;
background: #0D7CC1 url(../images/icons/bg-progressbar.jpeg) left center repeat-x;
border-radius:2px;
-moz-transition:all 2000ms ease 300ms;
-webkit-transition:all 2000ms ease 300ms;
-ms-transition:all 2000ms ease 300ms;
-o-transition:all 2000ms ease 300ms;
transition:all 2000ms ease 300ms;
}
.progress-levels .progress-box.animated .bar .bar-fill{
left:0px;
}
.progress-levels .progress-box .percent{
position:absolute;
right:0px;
width:30px;
height:30px;
line-height: 30px;
border-radius: 50%;
text-align:center;
top:0px;
font-size:13px;
color:#222 !important;
text-transform:capitalize;
opacity:0;
-moz-transition:all 500ms ease 1500ms;
-webkit-transition:all 500ms ease 1500ms;
-ms-transition:all 500ms ease 1500ms;
-o-transition:all 500ms ease 1500ms;
transition:all 500ms ease 1500ms;
}
.progress-levels.row .percent{
right:15px;
}
.progress-levels .progress-box.animated .percent{
opacity:1;
}
.progress-levels h6{
margin-bottom: 8px;
}
.canvasjs-chart-credit {
display: none !important;
}
/** latest-project **/
.latest-project{
position: relative;
padding-bottom: 93px;
}
.latest-project img{
width: 100%;
}
.latest-project .project-content{
margin-right: 25px;
}
.latest-project .project-content .button{
position: relative;
margin-top: 46px;
}
.imghvr-strip-vert-bottom-right:before,
.imghvr-strip-vert-bottom-right:after,
.imghvr-strip-vert-bottom-right figcaption:before,
.imghvr-strip-vert-bottom-right figcaption:after {
background: rgba(0, 0, 0, 0.8);
width: 25%;
}
.inner-box .box .content {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.inner-box .box {
display: table;
height: 100%;
width: 100%;
}
.two-column-carousel{
position: relative;
margin-top: 90px;
}
.inner-box .box .content a{
position: relative;
display: inline-block;
color: #fff;
background: #0D7CC1;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 14px;
margin: 0px 4px;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.inner-box .box .content a:hover i:before{
color: #222;
}
.inner-box .box .content a:hover{
background: #fff;
color: #222;
}
.latest-project .owl-dots{
display: none !important;
}
.latest-project .owl-nav {
position: absolute;
top: -80px;
right: 50px;
}
/** cta-section **/
.cta-section{
position: relative;
width: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.cta-section:before{
position: absolute;
content: '';
background: #000;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: .8;
}
.cta-section .cta-content{
position: relative;
background: #fff;
padding: 53px 30px 40px 30px;
width: 100%;
}
.form-group{
margin-bottom: 0px;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='password'],
textarea{
position: relative;
padding: 10px 20px;
font-size: 15px;
color: #888888;
width: 100%;
height: 50px;
margin-bottom: 20px;
border: 1px solid #e5e5e5;
transition: all 500ms ease;
}
textarea{
height: 120px;
resize: none;
}
input:focus,
textarea:focus{
border: 1px solid #0D7CC1;
transition: all 500ms ease;
}
.form-group {
margin-bottom: 0px;
}
.bootstrap-select {
background: transparent;
}
.g-select {
background: none;
border: none;
box-shadow: none;
padding: 0px;
height: 50px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
color: #777;
border: 1px solid #e5e5e5;
height: 50px;
margin-bottom: 20px;
padding: 15px 20px;
}
.bs-caret {
display: none;
}
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.dropdown-menu {
border-radius: 0px;
padding: 0px;
top: 50px;
transform: scaleY(0);
transform-origin: top center;
transition: .4s ease;
}
.bootstrap-select.open .dropdown-menu {
transform: scaleY(1);
transition: .4s ease;
}
.dropdown-menu>li>a {
padding: 8px 15px;
}
.dropdown-menu>li>a:hover {
background-color: #0D7CC1;
color: #fff;
}
.btn-group.bootstrap-select.text-capitalize.form-control.required {
margin-bottom: 36px;
}
.select-box{
position: relative;
}
.select-box .btn:active, .btn.active{
box-shadow: none;
}
.select-box .bootstrap-select>.dropdown-toggle{
padding-right: 0px;
}
.select-box i{
position: absolute;
right: 15px;
top: 10px;
cursor: pointer;
}
.select-box i:before{
font-size: 18px;
color: #888888;
margin: 0px;
}
/** testimonials-section **/
.testimonials-section{
position: relative;
padding-bottom: 68px;
}
.testimonials-section .owl-nav{
display: none !important;
}
.testimonials-section .content{
position: relative;
}
.testimonials-section .owl-dots {
position: absolute;
top: 38%;
right: -100px;
}
.testimonials-section .content p{
margin-bottom: 28px;
}
.testimonials-section .content .author h4{
margin-bottom: -3px;
}
.testimonials-section .content .author p{
color: #0D7CC1;
}
.testimonials-section .author-thumb{
position: relative;
display: inline-block;
margin-bottom: 22px;
}
/** brand-section **/
.brand-section{
position: relative;
padding: 40px 0px;
background: #0D7CC1;
}
.brand-section .owl-theme .owl-controls{
display: none;
}
.brand-section .img-box {
position: relative;
text-align: center;
transition: all 500ms ease;
}
.brand-section .img-box img {
max-width: 100%;
width: auto;
display: inline-block;
transition: all 500ms ease;
}
.brand-section .img-box:hover img{
opacity: 0.4;
}
/** news-section **/
.news-section{
position: relative;
}
.single-item-overlay .img-box img {
transition: all 0.5s ease;
transform: scale(1);
width: 100%;
}
.single-item-overlay .img-box .overlay {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: rgba(0, 0, 0, .8);
width: 100%;
transform: scale(0.7,0);
transition: .5s ease-in-out;
}
.single-item:hover .single-item-overlay .img-box .overlay {
transform: scale(1,1);
transition: .5s ease-in-out;
}
.single-item-overlay .inner-box {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.single-item-overlay .content {
display: table-cell;
vertical-align: middle;
position: relative;
top: 0%;
transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-item:hover .content {
top: 0;
transition: .5s cubic-bezier(0.4, 0, 1, 1);
transition-delay: .3s;
}
.single-item-overlay .content li{
position: relative;
display: inline-block;
margin: 0px 5px;
}
.single-item-overlay .img-box .overlay ul li a {
position: relative;
display: inline-block;
height: 45px;
width: 45px;
color: #fff;
font-size: 14px;
border-radius: 50%;
background: transparent;
text-align: center;
line-height: 43px;
border: 2px solid #fff;
transition: all 500ms ease;
}
.single-item-overlay .img-box .overlay ul li a:hover{
color: #0D7CC1;
background: #fff;
transition: all 500ms ease;
}
.news-section .img-box{
position: relative;
margin-bottom: 22px;
}
.news-section .lower-content .meta{
position: relative;
margin-bottom: 20px;
}
.news-section .lower-content .meta li{
position: relative;
display: inline-block;
margin-right: 15px;
font-size: 13px;
}
.news-section .lower-content .meta li i:before{
font-size: 13px;
color: #0D7CC1;
margin-right: 7px;
}
.news-section .lower-content .list{
position: relative;
margin-bottom: 20px;
}
.news-section .lower-content .list li{
position: relative;
display: inline-block;
}
.news-section .lower-content .list li a{
position: relative;
display: inline-block;
padding: 6px 15px 6px 15px;
text-align: center;
background: #f5f5f5;
color: #222222;
margin-right: 4px;
}
.news-section .lower-content .list li a:hover{
color: #ffffff;
background: #0D7CC1;
}
.news-section .lower-content p{
margin-bottom: 18px;
}
.news-section .lower-content h3{
margin-bottom: 4px;
}
/** bye-now **/
.bye-now{
position: relative;
background: #0D7CC1;
padding: 50px 0px 50px 0px;
}
.bye-now .title{
position: relative;
display: inline-block;
}
.bye-now h3{
font-weight: 600;
color: #fff;
margin-bottom: 0px;
line-height: 50px;
}
.bye-now .button{
float: right;
display: inline-block;
}
.bye-now .btn-one{
background: transparent;
border: 2px solid #fff;
}
.bye-now .btn-one:hover{
background: #fff;
}
/** main footer **/
.main-footer{
position: relative;
background: rgb(0, 0, 0);
width: 100%;
padding: 95px 0px 84px 0px;
}
.footer-logo{
position: relative;
background: url(../images/footer/logo1.png) no-repeat 9% 100%;
height: 70px;
margin-bottom: 34px;
margin-left: -10px;
}
.footer-logo a {
display: inline-block;
width: 100%;
height: 100%;
}
.main-footer .footer-social li{
position: relative;
display: inline-block;
margin-right: 4px;
}
.main-footer .footer-social li a{
position: relative;
display: inline-block;
font-size: 14px;
width: 40px;
height: 40px;
line-height: 40px;
color: #ccc;
background: #222;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.main-footer .footer-social li a:hover{
color: #0D7CC1;
transition: all 500ms ease;
}
.main-footer .logo-wideget .text{
margin-bottom: 43px;
}
.main-footer .logo-wideget .text p{
color: #aaaaaa;
}
.main-footer .footer-title h4{
position: relative;
margin-bottom: 56px;
color: #fff;
}
.main-footer .footer-title h4:before{
position: absolute;
content: '';
background: #0D7CC1;
width: 40px;
height: 2px;
left: 0px;
bottom: -10px;
}
.main-footer .logo-wideget{
position: relative;
margin-right: 18px;
margin-top: -6px;
}
.main-footer .service-wideget .list li a{
position: relative;
display: block;
color: #aaaaaa;
margin-bottom: 10px;
padding: 0px 0px 0px 12px;
}
.main-footer .service-wideget .list li:last-child a{
margin-bottom: 0px;
}
.main-footer .service-wideget .list li a:before{
position: absolute;
content: "\f0da";
font-size: 14px;
font-family: "FontAwesome";
left: 0px;
top: 1px;
color :#848484;
transition: all 500ms ease;
}
.main-footer .service-wideget .list li a:hover{
color: #0D7CC1;
}
.main-footer .service-wideget .list li a:hover:before{
color: #0D7CC1;
transition: all 500ms ease;
}
.main-footer .news-wideget .single-item{
position: relative;
padding: 0px 0px 0px 104px;
margin-bottom: 34px;
}
.main-footer .news-wideget .single-item h6 a{
color: #ffffff;
}
.main-footer .news-wideget .single-item h6 a:hover{
color: #0D7CC1;
}
.main-footer .news-wideget{
position: relative;
margin-left: 33px;
}
.main-footer .news-wideget .single-item .img-box{
position: absolute;
left: 0px;
top: 4px;
}
.main-footer h6 a:hover{
color: #0D7CC1;
}
.main-footer .news-wideget .single-item h6{
margin-bottom: 4px;
}
.main-footer .news-wideget .single-item .text{
color: #0D7CC1;
font-size: 14px;
}
.main-footer .contact-wideget .single-item{
position: relative;
padding: 0px 0px 0px 22px;
margin-bottom: 12px;
}
.main-footer .contact-wideget .single-item .text p{
color: #aaaaaa;
}
.main-footer .contact-wideget .single-item .icon-box{
position: absolute;
left: 0px;
top: 0px;
}
.main-footer .contact-wideget .single-item .icon-box i:before{
font-size: 14px;
color: #0D7CC1;
margin: 0px;
}
.main-footer .contact-wideget .input-box{
position: relative;
}
.main-footer .contact-wideget .input-box button{
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #0D7CC1;
color: #fff;
font-size: 16px;
top: 0px;
right: 0px;
}
.main-footer .subscribe-area .footer-title h4{
margin-bottom: 35px;
}
.main-footer .contact-wideget .input-box input{
border: 2px solid #0D7CC1;
padding: 10px 60px 10px 20px;
margin-bottom: 0px;
}
.main-footer .contact-wideget .contact-info{
position: relative;
margin-bottom: 22px;
}
.main-footer .single-item-overlay .img-box .overlay ul li a{
border: none;
}
.main-footer .single-item-overlay .img-box .overlay ul li a:hover{
background: none;
}
/** footer bottom **/
.footer-bottom{
position: relative;
background: #222;
padding: 21px 0px 20px 0px;
}
.footer-bottom p{
font-size:15px;
}
.footer-bottom a{
color: #FFF;
}
.footer-bottom a:hover{
color: #ffffff;
}
.footer-bottom .copyright{
position: relative;
display: inline-block;
color: #ffffff;
}
.footer-bottom .footer-card{
position: relative;
float: right;
display: inline-block;
}
.footer-bottom .footer-card li{
position: relative;
display: inline-block;
margin-left: 5px;
float: left;
}
.footer-bottom .footer-card li:first-child{
margin-left: 0px;
}
.footer-bottom .footer-card li a{
position: relative;
display: inline-block;
font-size: 22px;
color: #fff;
}
.footer-bottom .footer-card li a:hover{
color: #0D7CC1;
}
/***
====================================================================
about-Page
====================================================================
***/
/** page title **/
.page-title{
position: relative;
width: 100%;
min-height:810px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 45px 0px 40px 0px;
}
.page-title:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: .8;
background: rgba(0, 0, 0, 0.40);
}
.page-title .title{
position: relative;
font-size: 48px;
font-family: 'Montserrat', sans-serif;
line-height: 55px;
color: #fff;
font-weight: 500;
}
.bread-crumb{
position: relative;
background: #f7f7f7;
padding: 18px 0px 16px 0px;
box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.bread-crumb .link{
display: inline-block;
}
.bread-crumb a{
position: relative;
display: inline-block;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
line-height: 25px;
color: #222;
font-weight: 600;
}
.bread-crumb .list{
position: relative;
display: inline-block;
float: right;
}
.bread-crumb .list li{
position: relative;
display: inline-block;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
padding-right: 12px;
margin-right: 2px;
}
.bread-crumb .list li:last-child{
padding-right: 0px;
margin-right: 0px;
}
.bread-crumb .list li:first-child:before{
position: absolute;
content: '/';
font-size: 16px;
right: 0px;
top: 1px;
}
.video-gallery {
position: relative;
}
.video-gallery img {
width: 100%;
}
.video-gallery .overlay-gallery {
background-color: transparent;
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
transition: all 500ms ease;
}
.video-gallery .overlay-gallery .icon-holder{
display: table;
height: 100%;
width: 100%;
}
.video-gallery .overlay-gallery .icon-holder .icon{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.video-gallery .overlay-gallery .icon-holder .icon a img{
width: auto;
transform: scale(1);
transition: all 0.5s ease 0s;
}
.video-gallery:hover .overlay-gallery {
background-color: rgba(0, 0, 0, 0.8);
}
.video-gallery .overlay-gallery .icon-holder .icon a:hover img{
transform: scale(1.1);
}
/** fact counter section **/
.fact-counter{
position: relative;
background: #333;
padding: 80px 0px;
}
.fact-counter:before{
position: absolute;
content: '';
background: rgba(3, 3, 3, 0.80);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.fact-counter span{
position: relative;
font-size: 48px;
font-family: 'Poppins', sans-serif;
line-height: 55px;
color: #0D7CC1;
font-weight: 600;
margin-bottom: 12px;
}
.fact-counter .text{
position: relative;
font-size: 16px;
font-family: 'Hind', sans-serif;
line-height: 28px;
color: #fff;
margin-bottom: 0px;
}
.fact-counter .count-outer{
position: relative;
margin-bottom: 7px;
}
/** faq & Strategy development **/
.strategy-section{
position: relative;
}
.strategy-section .section-title h2:before{
left: 0px;
margin-left: 0px;
}
/** accrodian box **/
.accordion-box {
border: 1px solid #e5e5e5;
}
.accordion {
position: relative;
}
.accordion .acc-btn {
cursor: pointer;
padding: 18px 50px 10px 30px;
border-bottom: 1px solid #e5e5e5;
transition: all 500ms ease;
}
.accordion:last-child .acc-btn{
border-bottom: none;
}
.accordion .acc-btn.active{
background: #0D7CC1;
border-bottom: 1px solid #0D7CC1;
transition: all 500ms ease;
}
.accordion .acc-btn.active h6 {
color: #fff;
transition: all 500ms ease;
}
.accordion .acc-btn.pr {
position: relative;
}
.accordion .acc-btn .toggle-icon {
position: absolute;
right: 30px;
top: 0px;
}
.accordion .acc-btn .toggle-icon .plus::before {
font-size: 24px;
font-weight: 500;
transition: all 0.5s ease 0s;
position: absolute;
top: 0;
left: 0;
color: #222;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
font-size: 24px;
font-weight: 500;
transition: all 0.5s ease 0s;
position: absolute;
top: 0;
left: 0;
color: #fff;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
opacity: 1;
}
.accordion-box .accordion .acc-content {
display: none;
padding: 15px 30px 15px 30px;
border-bottom: 1px solid #e5e5e5;
}
.accordion-box .accordion:last-child .acc-content{
border-bottom: none;
}
.accordion-box .accordion .acc-content.collapsed {
display: block;
}
.accordion-box .accordion .acc-content p{
margin-bottom: 13px;
}
/** choose-us **/
.choose-us{
position: relative;
background: #f7f7f7;
padding: 100px 0px 56px 0px;
}
.choose-us .single-item{
position: relative;
padding: 0px 0px 15px 100px;
margin-bottom: 28px;
transition: all 500ms ease;
}
.choose-us .single-item .icon-box{
position: absolute;
left: 0px;
top: 0px;
}
.choose-us .single-item .icon-box i{
position: relative;
width: 70px;
height: 70px;
line-height: 70px;
display: inline-block;
text-align: center;
background: #0D7CC1;
border-radius: 50%;
transition: all 500ms ease;
}
.choose-us .single-item .icon-box i:before{
font-size: 34px;
color: #fff;
margin: 0px;
transition: all 500ms ease;
}
.choose-us .single-item:hover .icon-box i{
background: #222222;
}
/** team section **/
.team-section{
position: relative;
}
.team-section .single-item .img-box{
position: relative;
margin-bottom: 16px;
}
.team-section .single-item h4{
margin-bottom: 0px;
}
.team-section .single-item .text{
position: relative;
font-size: 14px;
font-family: 'Hind',sans-serif;
line-height: 25px;
color: #0D7CC1;
margin-bottom: 8px;
}
.team-section .single-item .content li{
position: relative;
display: inline-block;
margin: 0px 2px;
}
.team-section .single-item{
box-shadow: 0 2px 0px 0px rgb(238, 238, 238);
padding-bottom: 20px;
}
.team-section img{
width: 100%;
}
.team-section .single-item-overlay .img-box .overlay .content li a{
width: 38px;
height: 38px;
line-height: 38px;
}
.team-section .single-item .lower-content .mail i:before{
font-size: 14px;
color: #0D7CC1;
margin-right: 7px;
}
/***
====================================================================
service-Page
====================================================================
***/
.service-page{
position: relative;
padding: 100px 0px 70px 0px;
background: transparent;
}
.service-page .single-item{
margin-bottom: 30px;
}
.service-page .single-item .lower-content h4{
margin-bottom: 12px;
}
/***
====================================================================
service-details
====================================================================
***/
.service-details{
position: relative;
padding: 100px 0px;
}
.service-details .sidebar .list{
position: relative;
border: 1px solid #e5e5e5;
margin-bottom: 30px;
}
.service-details .sidebar .list li a{
position: relative;
display: block;
font-size: 14px;
color: #222;
font-weight: 500;
text-transform: uppercase;
font-family: "OpenSans", sans-serif;
line-height: 25px;
padding: 15px 0px 12px 25px;
border-bottom: 1px solid #e5e5e5;
}
.service-details .sidebar .list li a.active,
.service-details .sidebar .list li a:hover{
position: relative;
background: #0D7CC1;
color: #fff;
border-bottom: 1px solid #0D7CC1;
}
.service-details .sidebar .list li:last-child a{
border-bottom: none;
}
.service-details .sidebar .list li a.active:before,
.service-details .sidebar .list li a:hover:before{
position: absolute;
content: '';
background: #000;
width: 3px;
height: 20px;
left: 0px;
top: 15px;
transition: all 500ms ease;
}
.service-details .sidebar .call{
position: relative;
background: #f7f7f7;
padding: 20px 10px 20px 10px;
margin-bottom: 30px;
}
.service-details .sidebar .call h3{
font-weight: 600;
color: #777;
}
.service-details .sidebar .call i:before{
margin-right: 8px;
}
.service-details .sidebar .download a{
position: relative;
display: block;
background: #0D7CC1;
font-size: 16px;
color: #fff;
padding: 14px 10px 11px 10px;
margin-bottom: 2px;
text-align: center;
transition: all 500ms ease;
}
.service-details .sidebar .download a:hover{
background: #222222;
}
.service-details .sidebar .download i:before{
margin-left: 8px;
}
.service-details .sidebar .download h5{
margin-bottom: 0px;
}
.service-details .sidebar-details img{
width: 100%;
margin-bottom: 28px;
}
.service-details .sidebar-details{
position: relative;
margin-left: 50px;
}
.service-details .sidebar-details .content-one,
.service-details .sidebar-details .content-two,
.service-details .sidebar-details .faq-content{
position: relative;
margin-bottom: 44px;
}
.service-details .sidebar-details .pie_chart{
position: relative;
margin-top: 39px;
}
.team-page{
position: relative;
padding-bottom: 60px;
}
.team-page .single-item{
margin-bottom: 40px;
}
/***
====================================================================
faq page
====================================================================
***/
.faq-page{
position: relative;
}
.faq-page label{
font-size: 15px;
color: #222;
font-weight: 400;
margin-bottom: 3px;
font-family: 'Poppins', sans-serif;
}
.faq-page .accordion-box{
margin-top: 74px;
}
.faq-page textarea{
height: 150px;
}
/***
====================================================================
error-page
====================================================================
***/
.error-section{
position: relative;
padding: 130px 0px 120px 0px;
}
.error-section .error-title{
position: relative;
font-size: 180px;
color: #0D7CC1;
font-family: 'Poppins',sans-serif;
font-weight: bold;
line-height: 120px;
margin-bottom: 45px;
text-shadow: 1px 4px 5px #000;
}
.error-section p{
margin-bottom: 48px;
}
.error-section p a{
color: #0D7CC1;
}
.error-section  .input-box{
position: relative;
}
.error-section  .input-box input{
padding: 10px 60px 10px 20px;
}
.error-section  .input-box button{
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 14px;
color: #fff;
background: #0D7CC1;
z-index: 1;
}
.error-section  h3{
font-weight: 700;
}
/***
====================================================================
single-project
====================================================================
***/
.sidebar-page-container{
position: relative;
padding: 100px 0px;
}
.sidebar-page-container .shop{
padding: 0px;
}
.sidebar-page-container .sidebar{
position: relative;
margin-right: 50px;
}
.sidebar-page-container .sidebar .sidebar-item{
position: relative;
margin-bottom: 64px;
}
.sidebar-page-container .sidebar .post-area{
position: relative;
margin-bottom: 63px;
}
.sidebar-page-container .sidebar .sidebar-post .single-item{
position: relative;
padding: 0px 0px 0px 98px;
margin-bottom: 21px;
}
.sidebar-page-container .sidebar .sidebar-post .single-item .img-box{
position: absolute;
left: 0px;
top: 3px;
}
.sidebar-page-container .sidebar .sidebar-post .single-item h5{
margin-bottom: 6px;
line-height: 22px;
}
.sidebar-page-container .sidebar .sidebar-post .single-item h5 a{
line-height: 22px;
}
.sidebar-page-container .sidebar .sidebar-post .single-item .text{
font-size: 14px;
color: #0D7CC1;
}
.sidebar-page-container .sidebar .sidebar-post .single-item-overlay .img-box .overlay ul li a{
border: none;
}
.sidebar-page-container .sidebar .sidebar-post .single-item-overlay .img-box .overlay ul li a:hover{
background: transparent;
}
.sidebar-page-container .sidebar .sidebar-tag{
position: relative;
margin-bottom: 46px;
}
.sidebar-page-container .sidebar .sidebar-catagories .list{
position: relative;
border: 1px solid #e5e5e5;
margin-bottom: 56px;
}
.sidebar-page-container .sidebar .sidebar-catagories .list li a{
position: relative;
display: block;
font-size: 14px;
color: #222;
font-weight: 500;
text-transform: uppercase;
font-family: "OpenSans", sans-serif;
line-height: 25px;
padding: 15px 0px 12px 25px;
border-bottom: 1px solid #e5e5e5;
}
.sidebar-page-container .sidebar .sidebar-catagories .list li a.active,
.sidebar-page-container .sidebar .sidebar-catagories .list li a:hover{
position: relative;
background: #0D7CC1;
color: #fff;
border-bottom: 1px solid #0D7CC1;
}
.sidebar-page-container .sidebar .sidebar-catagories .list li:last-child a{
border-bottom: none;
}
.sidebar-page-container .sidebar .sidebar-catagories .list li a.active:before,
.sidebar-page-container .sidebar .sidebar-catagories .list li a:hover:before{
position: absolute;
content: '';
background: #000;
width: 3px;
height: 20px;
left: 0px;
top: 15px;
}
.sidebar-page-container .sidebar-search{
position: relative;
margin-bottom: 35px;
}
.sidebar-page-container .sidebar-search input{
padding: 10px 60px 10px 20px;
}
.sidebar-page-container .sidebar-search button{
position: absolute;
top: 0px;
right: 0px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: #0D7CC1;
color: #fff;
font-size: 14px;
z-index: 1;
}
.sidebar-page-container .sidebar-tag li{
position: relative;
display: inline-block;
float: left;
margin: 0px 3px 6px 3px;
}
.sidebar-page-container .sidebar-tag li a{
position: relative;
display: inline-block;
padding: 7px 14px;
background: #f5f5f5;
color: #222222;
border-radius: 3px;
}
.sidebar-page-container .sidebar-tag li a:hover{
background: #0D7CC1;
color: #ffffff;
}
.sidebar-page-container .sidebar .title {
margin-bottom: 52px;
position: relative;
}
.sidebar-page-container .sidebar .title h3{
position: relative;
}
.sidebar-page-container .sidebar .title h3:before{
position: absolute;
content: '';
background: #0D7CC1;
width: 50px;
height: 5px;
left: 0px;
bottom: -12px;
}
.sidebar-page-container .sidebar-follow li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.sidebar-page-container .sidebar-follow li:last-child{
margin-right: 0px;
}
.sidebar-page-container .sidebar-follow li a{
position: relative;
display: inline-block;
font-size: 14px;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
background: #E4985B;
}
.sidebar-page-container .sidebar-follow li:nth-child(2) a{
background: #13A0B2;
}
.sidebar-page-container .sidebar-follow li:nth-child(3) a{
background: #F6BB19;
}
.sidebar-page-container .sidebar-follow li:nth-child(4) a{
background: #1f2d42;
}
.sidebar-page-container .sidebar-follow li:nth-child(5) a{
background: #cd2122;
}
.sidebar-page-container .sidebar-follow li:nth-child(6) a{
background: #2b2020;
}
.single-project{
padding-bottom: 65px;
}
.single-project .project-details-content{
position: relative;
margin-left: 40px;
}
.single-project .sidebar{
margin-right: 0px;
}
.single-project .owl-theme .owl-controls{
display: none;
}
.single-project .project-slid{
margin-bottom: 44px;
}
.single-project .project-slid img{
width: 100%;
}
.single-project .project-details-content .groth{
position: relative;
display: block;
background: #0D7CC1;
padding: 12px 0px 12px 30px;
color: #fff;
margin-bottom: 20px;
}
.single-project .project-details-content .project-analysis .text{
margin-bottom: 42px;
}
.single-project .project-details-content .project-result{
position: relative;
margin-top: 40px;
margin-bottom: 52px;
}
.single-project .project-details-content .project-result .list li{
position: relative;
display: block;
margin-bottom: 8px;
padding: 0px 0px 0px 25px;
}
.single-project .project-details-content .project-result .list li:before{
position: absolute;
content: "\f00c";
font-size: 14px;
left: 0px;
top: 0px;
color: #0D7CC1;
font-family: 'FontAwesome';
}
.single-project .project-details-content .project-result p{
margin-bottom: 22px;
}
.single-project .project-details-content .sec-title-two{
margin-bottom: 39px;
}
.single-project .project-details-content .gallery-page{
padding: 0px;
}
/***
====================================================================
login page
====================================================================
***/
.login-page{
position: relative;
padding: 96px 0px 100px 0px;
}
.login-page input{
margin-bottom: 18px;
}
/***
====================================================================
contact page
====================================================================
***/
.contact-info-section{
position: relative;
padding: 47px 0px 48px 0px;
border-bottom: 1px solid #e5e5e5;
}
.contact-info-section.single-item .phone,
.contact-info-section .single-item .mail{
margin-bottom: -6px;
position: relative;
font-size: 14px;
font-family: 'Open Sans',sans-serif;
color: #FFF;
}
.contact-info-section .single-item i:before{
color: #0D7CC1;
margin-right: 8px;
}
.contact-info-section .single-item .text{
color: #FFFFFF;
font-weight: 600;
font-size: 15px;
font-family: 'Open Sans',sans-serif;
}
.contact-info-section .single-item h4{
position: relative;
margin-bottom: 26px;
text-transform: uppercase;
}
.contact-info-section .single-item h4:before{
position: absolute;
content: '';
background: #0D7CC1;
width: 40px;
height: 2px;
left: 0px;
bottom: -6px;
transition: all 500ms ease;
}
.contact-info-section .single-item:hover h4:before{
width: 50px;
}
.contact-info-section .single-item{
position: relative;
padding: 0px 0px 0px 60px;
}
.contact-section h2 {
position: relative;
margin-bottom: 60px;
}
.contact-section h2:before {
position: absolute;
content: '';
background: #0D7CC1;
width: 60px;
height: 2px;
left: 0px;
bottom: -15px;
}
.contact-section .form .button{
position: relative;
margin-top: 5px;
}
.google-map-area {
margin-top:105px;
position: relative;
}
.contact-section textarea{
height: 160px;
}