@charset "utf-8";
/*---------------- Top header css start here-------------------*/
*{
    font-family: 'Fira Sans', sans-serif;
}
p{
  font-size: 14px;
  color: #555;
}
.text2{
    font-size: 16px!important;
    line-height: 20px!important;
}
a:hover{
  text-decoration: none !important;
}
.header{
     line-height:40px;
}
.logo-section img{
    /*width: 100px;*/
    margin: 30px auto;
}
.social{}
.social ul{ 
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.social ul li{ 
  display:inline-block; 
  margin-left:15px;
}
.social ul li a{   
  color:#fff;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
}
.contact li a {
    color: #000;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}
.bg_color{
    background-color:#004576;
    padding: 23px;
    max-width: 850px;
    margin: 0 auto;
}
.main-slider{
    margin-top: 20px;
}
.top-connect ul {
    list-style: none;
    display: inline-flex;
    margin: 5px auto;
}
 .top-navbar{
    position: absolute!important;
    z-index: 9999;
    width: 100%;
    margin-top: -18px;
 }
.top-connect{
 margin: 20px auto;   
}
.top-connect ul li {
    padding: 5px 8px;
    color: #000;
    position: relative;
    margin-left: 50px;
    margin-right: 30px;
}
.top-connect ul li a {
    color: #2a4252;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.top-connect ul li span {
    position: absolute;
    left: -52px;
    color: #706456;
    font-size: 32px;
    top: 12px;
    padding: 10px;
}
.whatwedo h2{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.whatwedo .line {
    margin-bottom: 18px;
}
.line {
    height: 2px;
    width: 225px;
    background-color: #004576;
    display: inline-block;
}

.whatwedo h2 span{
    position: relative;
    color: #004576;
}

.content_socila{
    margin-top: -3px;
    font-size: 16px;
}
.top-connect ul li small {
    font-weight: 500;
    color: #182a37;
    font-size: 20px;
    text-transform: capitalize;
}
/*---------------- Dropdown css start -------------------*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
}
.dropdown-submenu:hover .dropdown-menu {
    top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 200px;
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
  border-bottom: solid 1px #ddd;
  padding: 7px 10px;
}
.mobile-logo{
  display: none;
}

/*---------------- Dropdown css End-------------------*/

/*----------------Top header css end here-------------------*/

/*---------------- Navbar css start here-------------------*/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 18px;
    width: 100%;
    z-index: 999;
    background-color: #004576;
}
nav {
  
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 30px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav li a.active {
    color:#fff;
}
/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.container-fluid.main-slider{
  padding-left: 0px;
  padding-right: 0px;
}
.carousel-caption h1{
    font-size: 58px;
    font-weight: 700;
}
.carousel-caption{
  top: 30%;
}
.carousel-caption p{
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
    margin-top: 28px;
    font-size: 18px;
}
.carousel-caption .know-more{
    font-size: 24px!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    /*display: block;*/
    display:none;
    max-width: 284px;
    text-align: center;
    padding: 15px 0;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    background: #004576!important;
    background: #004576!important;
    margin: 0 auto;
}
.carousel-item{
	height: 600px;
}
.carousel-item img{
  height: 550px;
  object-fit: cover;
}
.main-slider p{
  color: #fff;
}
.slider-overlay {
    background-color: rgba(0,0,0,0.5);
    display:none;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
}
.carousel-caption h1, .carousel-caption p
{
    display:none;
}
/*---------------- Slider css end here-------------------*/
/*---------------- Blogs css start here-------------------*/
.about-desc {
    display: inline-block;
    width: 100%;
    padding-right: 40px;
    margin-top: 23px;
}
.about-sec .sec-title {
    margin: 0;
    text-align: left;
}
.sec-title ul{
 list-style: disc;   
}
.sec-title h1 {
    font-size: 38px;
    font-weight: 700;
    position: relative;
}
.sec-title h1 span {
    position: relative;
    color: #004576;
}
.sec-title p {
    margin-bottom: 40px;
    margin-top: 20px;
     font-family: open sans,sans-serif;
     line-height: 35px;
     font-size: 20px;
}
.abt-btn{
    background: #004576;
    padding: 15px 40px;
    border-radius: 5px;
    color: #fff;
}
.abt-btn:hover{
    color: #fff;
}
.about-us-img {
    position: relative;
    z-index: 2;
}
.sec-title ul{
   padding-left: 15px;
  
}
.sec-title ul li{
  font-size: 15px;
    line-height: 28px;  
}
.about-us-img img{
    width:100%;
}
.about-us-img::before {
    position: absolute;
    content: "";
    background: #004576;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 30px;
    z-index: -1;
}
.sec-title h1:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 18%;
    background-color: #004576;
    top: 45px;
}

.blog-section figure img {
    height: 250px;
    object-fit: cover;
}
.blog-section .card figure{
	margin-bottom: 0px;
}
.blog-section .card h4 a {
    font-size: 1.2rem;
    color: #333;
}
.blog-section .card h4 a:hover{
	text-decoration: none;
}
.post-auth{
	list-style: none;
	display: inline-flex;
	padding-left: 0;
	border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-auth li{
	margin-right:15px;
}
.post-auth .fa {
    margin-right: 7px;
}
.blog-section.inner-page .title {
    display: none;
}
.post-image img {
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.content-box .post-auth{
	margin-bottom: 0px;
}

.comment-form{
  width: 100%;
}
.success{
	display: none;
}
.form-control {
    border-radius: 0 !important;
    padding: 1.4rem .75rem !important;
}
.post-auth li a {
    color: #333;
}
.int-banner-title h1 {
    margin-bottom: 0;
}
/*---------------- Blogs css end here-------------------*/
/*---------------- Team css start here-------------------*/
.team figure img {
    height: 220px;
    object-fit: cover;
}
.team-section h4 {
    font-size: 18px;
}
.team-section ul {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
}
.team-icons ul li{
   background: #3e70af;
   margin: 0 5px;
}
.team-icons ul li:nth-child(2){
    background-color: #05acce;
}
.team-icons ul li:nth-child(3) {
    background-color: #e34c3c;
}
.team-icons ul li a {
    width: 35px;
    height: 35px;
    display: block;   
    color: #fff;
    line-height: 35px;
}
.team-section.inner-page .section-title {
    display: none;
}
.team-section h4 a {
    color: #333;
}
.team-detail figure{
  margin-bottom: 0px;
}
.team-detail ul{
     list-style: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 25px;
}
/*---------------- Team css end here-------------------*/
/*---------------- Gallery css start here-------------------*/
.gallery_section{

}
.gallery-section figure{
  margin-bottom: 0px;
}
.gallery-title{
	font-size: 1.2rem;
}
.card.gallery-item {
    margin-bottom: 20px;
}
.bg-image-section p {
    color: #fff;
}
/*---------------- Gallery css end here-------------------*/
/*---------------- Portfolio css start here-------------------*/
.card-items{
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin: 20px 15px 90px;
    box-shadow: 0 30px 15px #3333330c;
}
.portfolio-carousel .card-items {
    margin: 0 0 0px;
}
.card_imgs img {
    border-top-right-radius: 16px;
}
.card_imgs img{
   border-top-left-radius: 16px;
}
.our-service-content{
    padding: 15px 34px 35px;
}
.our-service-content h3{
   font-size: 24px; 
}
.our-service-content .lines{
  margin-bottom: 18px;  
}
.lines{
    height: 2px;
    width: 70px;
    background-color: #004576;
    display: inline-block;   
}
.our-service-content h3{
    
}
.our-service-content h3 a{
    color: #071c35;
}
.our-service-content p{
   margin-top: -20px;
}
.our-service-content .theme-btn {
    padding: 5px 25px;
}
.theme-btn, a.theme-btn {
    background: #004576;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    padding: 16px 50px;
    display: inline-block;
    font-weight: 600;
    transition: .5s;
    font-family: titillium web,sans-serif;
}
.our-service-content{
    position:relative;
    display:block;
}
.our-service-content::after {
    content: '';
    position: absolute;
    background:#004576;
    height: 5px;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    transition: .75s;
    border-radius: 0 0 10px 10px;
}
.br-20 {
    border-radius: 20px;
}
.page-section{
  width: 100%;
}
.portfolio-detail figure img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.portfolio-detail figure {
    margin: 0;
}
.stunning-text p{
  margin-bottom: 0px;
}
.card-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.card-item:hover .card_info{
    top: 0;
    border-radius: 5px !important;
}
.card_img img{
    border-radius: 5px;
    width: 100%;
}
.card_info {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -100%;
    color: #fff;
    height: 100%;
    width: 100%;
    transition: .3s;    
}
.card_info:before{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .7;
    content: "";
    border-radius: 5px;
}
.card_sec {
    position: absolute;
    left: 0;
    right: 0;
}
.card_title h3 {
    font-size: 17px;
    margin-top: 0px;
    color: #FFFFFF;
    background: #FFAB00;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 80px;
}
.card_title h3 a{
  color: #fff;
}
.card_title h3 a:hover{
  text-decoration: none;
}
.card_title li.read_more { 
    color: #FFAB00;
    list-style: none;
}
.card_title li.read_more a{
  color: #fff;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
button.owl-prev {
    width: 40px;
    height: 40px;
    background-color:#fbba42 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 35%;
    display:none;
}
button.owl-next {
    width: 40px;
    height: 40px;
    background-color:#fbba42 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: 35%;
    display:none;
}
.about-feature {
    background: #fafafa;
}
.area-padding {
    padding: 90px 0px;
}
.feature-icon {
    float: left;
    margin-right: 10px;
}
.feature-icon i {
    font-size: 50px;
    display: block;
    position: relative;
    color: #004576;
    transition: 0.4s;
    margin-bottom: 70px;
}

.color {
    color: #004576;
    font-weight: 900;
}
.feature-text p {
    font-size: 14px;
}
.text-enter{
    text-align:center;
}
p.description {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    max-width: 750px;
    display: block;
    margin: 28px auto;
        color: #000;
}
.align-center {
    text-align: center;
}
h2.box-header::after {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.box-header {
    font-size:32px;
}
.box-header::after {
    display: block;
    content: "";
    background: #004576;
    width: 30px;
    height: 2px;
    margin-top: 23px;
}
.image-wrapper {
    display: inline-block;
    max-width: 90%;
    min-width: 20px;
    height: auto;
    /*margin-top: 40px;*/
}
img.radius {
    max-width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}
.align-right {
    text-align: right;
}
.margin-top-30 {
    margin-top: 60px;
}
.border {
    border: 1px solid #EBEBEB;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.features-list li:first-child {
    margin-top: 0;
    margin-bottom: 50px;
}
.features-list li {
    /*float: left;*/
    display: flex;
    margin-top: 15px;
}
.features-list li .icon:before {
    font-size: 48px;
    color: #004576;
}
.features-diamond:before {
    content: "\27";
}
.features-list li p {
    padding-top: 0px;
    padding-bottom: 0;
        color: #303030;
        font-size: 15px;
}
[class^="features-"]::before, [class*=" features-"]::before {
    font-family: 'features';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.radius {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*---------------- Portfolio css end here-------------------*/
/*---------------- Testimonial css start here-------------------*/
.testimonial-bg{
background: #F6F6F6;
  padding-top: 40px;
}
.list-div img{
	width: 100px !important;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.testimonial-div{
    padding: 30px 20px;
    position: relative;
    background-color: #fff;   
}
.client-rating {
    padding-bottom: 10px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 18px;
}
.testimonial-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.testi-text a {
    color: #004576;
}
.list-div p{
    text-align:center;
}

/*---------------- Testimonial css end here-------------------*/

/*---------------- Other css start here-------------------*/
.heading-section {
    text-align: center;
}
.accordate .nav-tabs{
  border-bottom:none;
}
.faq{
  width: 100%;
}
.panel-title a {
    color: #333;
}
.accordion .card-title {
    color: #333;
}
.accordion .card-header {
    margin-bottom: 15px;
    padding: 15px 20px;
}
.accordion .card{
	border: none;
}
.page-content-banner{
	background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    height: 170px;
}
.page-content-banner h1{
    text-align: center;
    margin-top: 30px;
}
.bg-image-section{
  position: relative;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
/*.bg-image-section::before{*/
/*   content: '';*/
/*   position: absolute;*/
/*   width: 100%;*/
/*   height: 100%;*/
/*   background-color: #000;*/
/*   opacity: 0.5;*/
/*}*/
.bg-image-content{
  padding: 30px 30px;
  color: #fff;
  z-index: 9;
  background-color: #004576;
  /*margin-bottom: 30px;*/
  margin-top: 30px;
}
.contact-btn {
    font-size: 18px!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    max-width: 284px;
    text-align: center;
    padding: 10px 45px!important;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    background:#706456!important;
    background: #706456!important;
    margin: 0 auto;
}
.bg-image-section a{
     background:#706456!important;
}
.accordate .card{
	width: 100%;
}
.fade:not(.show) {
    opacity: 1 !important;
}
ul.nav.nav-tabs.tabss li a{
    margin-right: 10px;
    margin-bottom: 2px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
ul.nav.nav-tabs.tabss li a.active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

/*---------------- Other css end here-------------------*/
/*---------------- Logo carousel css start here-------------------*/
#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
	background-color: #fff;
  display: block;
  float: left;
  position: relative;
  width: 200px;
  line-height: 100px;
  text-align: center; margin:0 5px 0 5px; border:solid 1px #ccc;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
/*---------------- Logo carousel css end here-------------------*/
/*---------------- Footer css start here-------------------*/
.footer-section{
   /*background: url(https://themenick.in/project/air-conditioner/cms/resources/media/1643882824_footer-bg_0.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}
.footer-section::after {
    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-title{
   color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
}
.footer-contacts p span {
    color: #004576;
    font-weight: 700;
}
.footer-section p {
    color: #ddd;
}
.footer-logo figure img {
    /*max-width: 100px;*/
    height: auto;
}
.footer-section ul li a{
	color: #fff;
}
.footer-section ul li a:hover{
  text-decoration: none;
}
.footer-section ul li{
	margin-right: 10px;
	line-height: 2em;
}
.section-bottom-bar{
	background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    display:none;
}
.foo-social ul {
    display: inline-flex;
}
.foo-social ul li{
	width: 35px;
    height: 35px;
    display: block;
    background: #3e70af;
    line-height: 35px;
    text-align: center;
}
.foo-list .link-list li a {
    color: #ddd;
    padding: 4px 0px 4px 20px;
    display: block;
    position: relative;
    font-weight: 400;
}
.foo-list .link-list li a:before {
    content: "\f0da";
    font: normal normal normal 18px/1 FontAwesome;
    margin-right: 10px;
    position: absolute;
    content: "\e876";
    right: auto;
    top: 15px;
    font-family: cleaning;
    font-size: 11px;
    left: 0;
}
.foo-list .link-list li a:hover{
    color:#004576; 
}
.footer-icons {
    margin-top: 30px;
    display: inline-block;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons h5 {
    color: #ddd;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: #004576;
    border: 1px solid #004576;
    border-radius: 2px;
}
.footer-icons ul li a:hover {
    color: #004576;
    background: transparent;
    border: 1px solid #004576;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button:hover {
    background: transparent;
    color: #004576;
    transition: 0.4s;
}
.suscribe-input button {
    background: #004576;
    border: 1px solid #004576;
    color: #fff;
    font-size: 18px;
    padding: 11px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.foo-social ul li a:before {
    content: none;
}
.foo-social ul li:nth-child(2){
	    background-color: #05acce;
}
.foo-social ul li:nth-child(3){
	  background-color: #3fbde9;
}
.foo-social ul li:nth-child(4){
	background-color: #b8529e;
}
.foo-social ul li:nth-child(5){
	background-color: #e20017;
}

/*---------------- Footer css end here-------------------*/

/*---------------- Contact css start here-------------------*/
.contact-information ul {
	position: relative;
}
.contact-information ul {
    list-style: none;
    padding-left: 30px;
}
.contact-information ul li span {
    position: absolute;
    left: 0;
}
.contact-information ul li {
    margin-bottom: 30px;
}
.contact-information ul li:last-child {
    margin-bottom: 0;
}

/*---------------- Contact css end here-------------------*/

/*---------------- Portfolio filter css start here-------------------*/

.filtering {
    margin-bottom: 40px;
}
.filtering span {
    border-bottom: 2px solid transparent;
    color: #282b2d;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: #ccde02;
    color: #ccde02;
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 100%;
}
.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}
.portfolio-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.portfolio-content > a {
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}
.portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .portfolio-content p {
        font-size: 15px;
    }
    .portfolio-content > a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }
    .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
}
.grid .grid-item {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.grid .grid-item .portfolio-wrapper .portfolio-image img {
    transform: none;
    will-change: transform;
    transition: none;
    width: 100%;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.grid .grid-item .portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.grid .grid-item .portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.grid .grid-item .portfolio-content h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}
.grid .grid-item .portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.grid .grid-item .portfolio-content a {
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 15px;
    }
    .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
    }
    .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
/*---------------- Portfolio filter css end here-------------------*/
.icon img {
    width: 80px;
}
.sc_icon{
     color: #004576;
    border-color: #004576;
    margin-bottom: 2.2857em;
    width: 50px;
    height: 50px;
    line-height: 47px;
    z-index: 1000;
    float: right;
    /*margin-left: 2.2857em;*/
    /*margin-right: 0;*/
    border: 2px solid #004576;
    border-radius: 50%;
    display: block;
    /*margin: 0 auto;*/
    font-size: 25px;
    text-align: center;
}
.column_1 .sc_icon{
    margin-left: 30px;
    margin-right: 0;
}
.column_2 .sc_icon{
    margin-right: 30px;
    margin-left: 0;
}
.features-list h4{
    font-size: 18px
}
.column_1 .serv-icon{
    position: absolute;
    right: 0;
}
.column_2 .serv-icon{
    position: absolute;
    left: 0;
}
.column_1 .serv-item{
    position: relative;
    width: 215px;
    right: 20px;
}
.column_2 .serv-item{
    position: relative;
    width: 215px;
    left: 60px;
}
.about-sec .sec-title h2{
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.about-sec .sec-title h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 8%;
    background-color: #004576;
    top: 39px;
}
.about-sec .sec-title h2 span {
    position: relative;
    color: #004576;
}
.about-sec .sec-title p {
    margin-bottom: 40px;
    margin-top: 20px;
    font-family: open sans,sans-serif;
    line-height: 25px;
    font-size: 15px;
}