@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
   p {
    margin-bottom: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;

}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #777 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #777 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #777 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #777 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 30px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.fs_btn{
    background-color: #4a90e2;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn:hover{
    background-color: #57a2f9;
    color: #fff;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn.btn_2:hover{
    background-color: transparent;
    color: #fff;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 380px;
}
.slider_content h1 {
    color: #343a46;
    font-size: 43px;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 2px;
    font-weight: bold;
}
.slider_content p{color: #343a46; font-family: 'Roboto Slab', serif; font-weight: bold;}

.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #fff;
    width: 60px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
} 

/* ==========================================================================
   About section
   ========================================================================== */
.about_section{}      
.about_section img{
      margin-top: 50px;
}
.about_content{
   
}
.about_content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    color: #2c3238;
}   
.about_content h4 {
    font-family: 'Roboto', sans-serif;
    color: #2c3238;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
.about_content p{} 

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}

.service_section h2 {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.finace-sec { }
.finace{ height: 100px}
.finace-sec:hover{ background: #f1f1f1;
    -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;}
/* ==========================================================================
  Counter Section
   ========================================================================== */
.counter_section{
background: #2e364f;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.counters{}
.counter_section h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 28px;
}
.sec-btn {
    background: #232b41;
    padding: 16px 30px 17px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 39px;
    font-weight: bold;
    outline: none;
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{
   background-image: url(../images/services-bg.png);
    background-size: cover
}

.service-one {
    background: #fff;
    text-align: center;
    padding: 7px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    height: 290px; 
}

.service-one h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px 0px 0px;
    letter-spacing: 1px;
}
.service-one p {
    text-align: center;
    font-size: 14px;
    color: #000;
}



.service-two {
    border: 1px solid #0c4e62;
    text-align: center;
    padding: 7px;
    margin-bottom: 30px;
    height: 290px; background: #0475b182; 
}

.service-two h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px 0px 0px;
    letter-spacing: 1px;
    color: #fff;
}
.service-two p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
       background: #b9c9d6;
    padding: 50px 0;
}
.testimonial{
    display: block;
    text-align: center;
}
.testimonial .client_thumb {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    margin: 0 0 15px;
}
.testimonial .client_thumb li{
    display: inline-block;
    width: 80px;
    text-indent: inherit;
    height: 80px;
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li.active{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li img{
    width: 100%;
}
.testimonial .testi_content{
    color: #fff;
}
.testimonial .testi_content h3{
        font-size: 17px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: 'Roboto', sans-serif;
}
.testimonial .testi_content p{
        font-size: 14px;
    margin: 0;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}
.testi_control{}
.testi_control a{
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: -70px;
    top: calc(50% - 15px);
    opacity: 0.3;
}
.testi_control a:hover,
.testi_control a:focus{
    opacity: 1;
}
.testi_control a.right_arrow{
    right: -70px;
    left: auto;
}
.testimonial .testi_content p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonial .testi_content p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
}
/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_table{
    padding: 30px 50px;
    text-align: center;
}
.pricing_table i{
    font-size: 42px;
    color: #4a90e2;
    margin-bottom: 20px;
}
.pricing_table h3{
    color: #444;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}
.pricing_table span.price{
    display: inline-block;
    padding: 0px 30px;
    color: #4a90e2;
    font-size: 46px;
font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.pricing_table.mid{
    border: 1px solid #4a90e2;
}
.pricing_table ul{
    padding: 35px 0;
}
.pricing_table ul li{
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section .blog_posts{}
.blog_section .blog_posts .blog_post{}
.blog_section .blog_posts .blog_post .post_thumb{
	position: relative;
}
.blog_section .blog_posts .blog_post .post_thumb img{
	width: 100%;
}
.blog_section .blog_posts .blog_post .post_thumb .date{
	background-color: #4a90e2;
	display: inline-block;
	font-size: 12px;
    font-weight: 700;
	color: #fff;
    text-transform: uppercase;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog_section .blog_posts .blog_post h3{
	margin: 10px 0 5px;
}
.blog_section .blog_posts .blog_post h3 a{
    text-transform: uppercase;
	color: #282828;
}
.blog_section .blog_posts .blog_post h3 a:hover{
	color: #111;
    text-decoration: underline;
}
.blog_section .blog_posts .blog_post .posted_by{
    text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}
.blog_section .blog_posts .blog_post p{
	margin: 0 0 10px;
}
.blog_section .blog_posts .blog_post .read_more{
    text-transform: uppercase;
	color: #777;
}
.blog_section .blog_posts .blog_post .read_more:hover{
	color: #111;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{ background-image: url(../images/contact-bg.jpg); 
  background-size: cover;   padding: 50px 0px;
}
.contact_section .contact_info{
    background-color: #fff;
    border: 1px solid #4a90e2;
    padding: 60px;
    border-radius: 5px;
    text-align: center;
}
.contact_section h4 {
    font-size: 26px;
}
.section_heading{
    margin-left: 25px;
}
.contact_wrap{
	padding-left: 25px;
}
.contact-txt{font-family: 'Roboto', sans-serif;
    color: #2c3238;
    font-size: 19px;
    font-weight: bold;
}

/*==========================================================================
   Widget Section
  ========================================================================== */
.widget_section{
        background: #242c42;
    z-index: 1;
}
.footer_content{padding: 50px;}
.footer_content h3{
       margin: 0 0 10px;
    color: #e3e5e8;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.footer_content p.address a,
.footer_content p{
	color: #fff;
    text-align: center;
    padding-top: 20px;
}
.footer_content p.address{
	line-height: 28px;
}
.footer_content p.address i.fa{
    font-size: 16px;
	color: #4a90e2;
}
.footer-content1 {
    padding: 20px;
    text-align: center;
}
hr {
    border-top: 1px dashed #464f6a;
    margin-top: 30px;
    margin-bottom: 30px;
}

.links{}
.links li{
    display: block;
    padding: 3px 0;
}
.links li a{
       color: #ddd;
    text-decoration: none;
    font-size: 14px;    line-height: 35px;
    font-family: 'Roboto', sans-serif;
}
.links li a:hover{
    color: #fff;    
}
.social_links{text-align: center}
.social_links li{
	display: inline-block;
}
.social_links li a{
	    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #333b55;
    border-radius: 100%;
    font-size: 14px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.social_links li a:hover{
    background-color: transparent;
    color: #fff;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    padding: 20px 0;
}
.footer_section .copyright{
    font-size: 12px;
    color: #ddd;
}  
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    color: #ddd;
    font-size: 12px;
    margin-left: 15px;
}
.footer_social li a:hover{
    color: #fff;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #4a90e2;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 55px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}


/****** New  Code *****/
.service-box {
    margin-bottom: 20px;
    margin-top: 20px;
}
.service-box > div:first-child {
    padding: 0;
}
.service-icon-left-more .service-icon {
    float: left;
}
.service-icon-left-more .service-content {
    padding-left: 65px;
}
.service-box h4 {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2c3238;
}
.service-content p {
    text-align: left; font-size: 14px;
}

/***** About us *******/
.page-banner {
    padding:80px 0;
    background: url(../images/about-breadcrum.jpg) center;
    border-bottom: 1px solid #eee; margin-top: 86px;
}

.page-banner h2 {
    font-weight: 500;
    text-transform: uppercase;
    color: #1bcce1; 
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;   
    }

.breadcrum-txt {
       color: #fff;
margin-top: 4px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    letter-spacing: 3px;
}
.no-padding{ padding: 0px}

#inner-page h2{    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0px; padding-bottom: 10px;}

#inner-page { padding: 20px;}

ul.list-item { list-style-image: url(../images/list-img.png);    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 34px;  margin-left: 25px;}

.lead {font-size: 14px !important; color: #000;}

/****** Contact *******/

.heading{color: #272f46 !important;
    font-family: 'Roboto Slab', serif !important;
    margin-top: 20px;
    font-weight: bold; }


.form-control, textarea.form-control {
   height: 45px;
    padding: 6px 0px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    border: 1px solid #272f46;
    border-width: 0 0 1px;
    color: #272f46;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    font-family: 'Roboto', sans-serif;
    outline: none;
    font-size: 13px;
}
.contact-btn {
    background: #272f46;
    border-radius: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 15px 46px;
    letter-spacing: 1px;
    border:1px solid #272f46;
}
.contact-btn:hover{border:1px solid #272f46; background: transparent; color:#272f46;}
.address{    background: #272f46;
    padding: 30px 20px;
    position: absolute;
    left: 50%;
    width: 300px;
    z-index: 99;
    color: #fff;
    margin-top: 58px;
    font-family: 'Roboto', sans-serif;}

.address h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.address p {
    color: #fff;
}


