@font-face {
    font-family:'Montserrat-Regular';
    src: url(fonts/montserrat/Montserrat-Regular.otf);
}
@font-face {
    font-family:'Poppins-Regular';
    src: url(fonts/poppins/Poppins-Regular.ttf);
}

/* =============================================================================
    1. CSS RESET
    ========================================================================= */
:focus, a:active, a:focus {
  text-decoration: none;
  outline: 0; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
/*  vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================
    2. BASE STYLES
    ========================================================================= */
body {
  font-family:'Poppins-Regular';
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color:#606060;
  background-color: #fff;
}

/*  
    2.1. TYPOGRAPHY
    ========================================================================= */
/*  2.1.1. HEADINGS
    ------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family:'Poppins-Regular';
  font-weight: 400;
  color:#282828;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: 36px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
  line-height: 23px;
}

/*  2.1.2. LINKS
    ------------------------------------------------------------------------- */
a {
  font-weight: 500;
  position: relative;
  color:#282828;
}
  a:hover {
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
  }
a:visited {
    -webkit-transition: color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
    transition: color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
:-moz-placeholder {
  color: #000;
  font-size: 14px;
}
::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}

/*  2.1.3. TEXT LEVEL ELEMENTS
    ------------------------------------------------------------------------- */
p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.text-colored {
  font-weight: 500;
}

.text-highlighted {
  color: #fff;
  padding: 0 5px;
}

strong, b {
  font-weight: 700;
}

pre {
  border-color: #eee;
  background-color: #eff2f7;
}

/*  
    LISTS   
*/
ul,
ol {
  list-style-position: outside;
  padding-left: 20px;
}

ul li,
ol li {
  padding-bottom: 6px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
}


.section-title{
    position:relative;
    padding-bottom:10px;
   // margin-bottom:50px;
    text-align:center;
    //background:url(images/icons/separator-green.png) center bottom no-repeat;	
}
.section-title h1{
    font-size:36px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 12px;
}
.section-title strong{
    font-weight: normal;
    display: block;
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    margin-top: 10px;
}
.center{
text-align: center;
}

/*=============== col padding ================*/

.col-zero{
    padding-left: 0px;
    padding-right: 0px;
}
.col-lr-5{
    padding-left: 5px;
    padding-right: 5px;
}
.col-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.col-lr-15{
    padding-left: 15px;
    padding-right: 15px;
}

/*=============== col margin ================*/

.m-top10{
    margin-top: 10px;
}
.m-top20{
    margin-top: 20px;
}
.m-top30{
    margin-top: 30px;
}
.m-top40{
    margin-top: 40px;
}
.m-top50{
    margin-top: 50px;
}


/*=============== button style ================*/

.btn-y-bordered{
    background-color: transparent;
    color: #fdc029;
    border: 2px solid #fdc029;
    border-radius: 3px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-table;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-y-bordered:hover{
    background-color: #fdc029;
    color: #fff;
    border: 2px solid #fdc029;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



/*=============== page wrapper ================*/
#page{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

/*=============== preloader ================*/
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(images/icons/preloader.gif); 
    overflow:hidden;
}

/*====================================================================
                            header home style
====================================================================*/
.topbar{
    position: relative;
    padding: 10px 0px;
    display: block;
   // background-color: rgba(255,0,0,1);
    background-color: #174fa5;
}
.topbar .topbar-left{
    padding: 3px 0px;
}
.topbar-left ul {
    padding: 0px 0px;
    list-style-type: none;
}
.topbar-left ul li {
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
}
.topbar-left ul li:first-child {
    padding-left: 0px;
}
.topbar-left ul li i {
    padding-right: 10px;
    color: #fff;
    font-size: 18px;
}
.topbar-left ul li a {
    color: #fff;
}
.topbar-left ul li a:hover {
    color: #fff;
}
.topbar .topbar-right{
    padding: 0px 0px;
}
.topbar-right ul {
    padding: 0px 0px;
    list-style-type: none;
    text-align: right;
}
.topbar-right ul li {
    margin: 0px 2px;
    display: inline-block;
    color: #fff;
}
.topbar-right ul li:last-child {
    margin-right: 0px;
}
.topbar-right ul li i {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}
.topbar-right ul li i:hover {
    color: #fff;
}

/*====================================================================
                            header home style
====================================================================*/
.header-section{
    position: relative;
    padding: 0px 0px;
    display: block;
    background-color: #fff;
}

/*
site-branding logo style
====================================================================*/
.site-branding {
    position: relative;
    padding: 20px 0px;
}

/*
header-widgets style
====================================================================*/
.header-widgets{
    padding: 34px 0px;
    float: right;
}
.header-widgets ul{
    list-style-type: none;
}
.header-widgets ul > li{
    list-style-type: none;
    float: left;
    padding-left: 30px;
    margin-left: 30px;
    padding-bottom: 0;
}
.header-widgets ul > li .icon-area {
    float: left;
    padding-right: 15px;
}
.header-widgets ul > li .icon-area i {
    font-size: 24px;
    color: #174fa5;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 2px solid #e1e1e1;
}
.header-widgets ul > li .text-area {
    float: right;
}
.header-widgets ul > li .text-area span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-widgets ul > li .text-area p, .header-widgets ul > li .text-area a {
    font-size: 14px;
    padding-bottom: 0;
    font-weight: normal;
}

/*
menu style
====================================================================*/
.navbar-header h4{
display:none;
}
.main-menu{
    position: relative;
    width: 100%;
    display: block;
   // background-color: rgba(36,200,166,1);
  background-color: #174fa5;
    padding: 0px 0px;
}
.navbar-brand {
    float: right;
}
.navbar-toggle {
    float: left;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}
.navbar {
    margin-bottom: 0px;
    border-radius: 0;
}
.navbar-nav {
    float: none;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}
.navbar-right > li > a > i {
    color:#fff;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar .nav, .navbar .nav > li {
    display:inline-block;
    padding: 0px;
    margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
   //padding: 12px 20px;
    color:#fff;
    padding-right: 33px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a.active {
    color: #ffe200;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffe200;
}
.navbar-nav > li:hover {
    background-color: transparent;
    color: #ffe200;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffe200;
}
.dropdown-menu {
    background-color: #174fa5;
}
.dropdown-menu > li > a {
    padding: 15px 20px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px solid #0b111e;
    text-transform: uppercase;
}
.dropdown-menu > li:last-child a {
    border-bottom: none;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #d2d7e0;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color:#212836;
    padding: 3px 5px;
    text-transform: capitalize;
}
.mega-dropdown-menu > li > ul > li > a:hover {
    color: rgba(53, 152, 219, 1);
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color:#212836;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}
.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}
.left.carousel-control {
    right: 30px;
    left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}


/*===============================================
                banner-section
=================================================*/

.banner-section{
    position: relative;
	padding:0px 0px;
        display: block;
}
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background:url(images/icons/b12.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div {
    background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}
.jssorb05 .av {
    background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background:url(images/icons/a19.png)center center no-repeat;
    overflow: hidden;
}
.jssora22l {
    background-position: -10px -31px;
}
.jssora22r {
    background-position: -70px -31px;
}
.jssora22l:hover {
    background-position: -130px -31px;
}
.jssora22r:hover {
    background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

    


/*====================================================================
                    content wrapper style
====================================================================*/

.section-wrapper{
    position: relative;
    padding: 0 0;
}


/*
parallax-about style
==============================================================*/

.parallax-offer{
    position: relative;
       padding: 0px 0px 60px 0px;
    background-color: #fff;
}
.parallax-offer .parallax-offer-content{
    padding: 0px 0px;
    position: relative;
}
.offer-item{
    padding: 0px 0px;
    background-color: #f7f7f7;
    transition: all 0.5s ease-in-out 0s;
}
.homepage-section{
    overflow: hidden;
 position: relative;  
 margin-top: 45px;

}
.homepage-section-inner{
 position: relative;
    padding: 0px 0px;
   // overflow: hidden;

}

.offer-item:hover a{
    color: #fff;
}
.offer-item .offer-item-image{
    padding: 0px 0px;
}
.offer-item .offer-item-image img{
    padding: 0px 0px;
   height: 292px;
    width: 100%;
     -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.offer-item:hover .offer-item-image img {
    transform: scale(1.1);
}

.offer-item .offer-item-detail{
       position: absolute;
    bottom: 0;
   background-color: #174fa5;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    transition: .4s;
}
.offer-item .offer-item-detail h4{
         margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
      color: #fff;
}
.offer-item:hover .offer-item-detail{
        
         background-color: rgba(58, 124, 221, .9);
}
.offer-item-detail a{
    color:#282828;
}
.offer-item-detail i{
    padding-right: 10px;
    font-size: 30px;
}


/*
parallax-services style
==============================================================*/

.parallax-services{
    position: relative;
    padding: 60px 0px;
   // background-color: #f7f7f7;
}
.parallax-services .parallax-services-content{
    padding: 0px 0px;
    position: relative;
}
.services-item{
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-bottom: 30px;
  //  padding: 0px 10px;
   // margin: 15px 0px;
    transition: all 0.5s ease-in-out 0s;
}
.services-item-icon{
  //  padding: 0px 10px;
    background-color: #f7f8fa;
    width: 85px;
    height: 180px;
    float: left;
    text-align: center;
    line-height: 180px;
    border-right: 1px solid #e9e9e9;
}
.services-item-icon img{
  //  width: 100%;
  
    
  //  border: 5px solid #e8e8e8;
}
.services-item:hover .services-item-icon img{
   // border: 5px solid #fa9928;
    transition: all 0.5s ease-in-out 0s;
}
.services-item:hover .services-item-icon i{
    background-color: #48c7ec;
    transition: all 0.5s ease-in-out 0s;
}
.services-item a {
    //color: #282828;
    //padding-left: 28%;
    position: relative;
}
.services-item .services-item-icon {
    padding-bottom: 15px;
}
.services-item-icon i {
    padding: 0px 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #fa9928;
}
.services-item .services-item-text {
    padding: 0px 0px;
        padding-top: 20px;
}
.services-item-text a:hover{
color: #3a7cdd;
}
.services-item:hover .services-item-text h3{
   color: #3a7cdd;
    transition: all 0.5s ease-in-out 0s;
}
.services-item-text h3 {
    padding: 0px 0px;
   font-size: 18px;
    padding-left: 28%;
    font-weight: 600;
}
.services-item-text h3: hover {
 color: #3a7cdd;
}
.services-item-text p {
    padding-left: 28%;
        padding-right: 18px;
}
.btn-blue{
    padding-left: 6%;
    font-size: 17px;
    color: #174fa5;
   
    font-weight: 600;
}
.services-item a:hover{
 color: #3a7cdd;
}

/*
parallax-about style
==============================================================*/

.parallax-about{
    position: relative;
    padding: 0px 0px;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.parallax-about .parallax-about-content{
    padding: 60px 0px;
    position: relative;
}
.parallax-about-content .title-about{
    padding-bottom: 10px;
}
.title-about h3{
    font-size: 20px;
    font-weight: 600;
}
.parallax-about-content .about-detail{
    padding: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}
.parallax-about-content .faq-detail{
    padding: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}




/*
parallax-testimonial style
==============================================================*/

.parallax-testimonial{
    position: relative;
    padding: 0px 0px;
    background-image: url(images/bg001.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-testimonial:before{
    position: absolute;
    content: '';
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.parallax-testimonial-content{
    padding: 40px 0px;
    position: relative;
}

.parallax-testimonial-text{
    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.carousel-indicators .active{
    background: #31708f;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.content{
    margin-top:0px;
}
.adjust1{
    float:left;
    width:100%;
    margin-bottom:0;
}
.adjust2{
    margin:0;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li{
    border :1px solid #ccc;
}
.carousel-control{
    color:#31708f;
    width:5%;
}
.carousel-control:hover, .carousel-control:focus{
    color:#31708f;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.media-object{
    margin:auto;
    margin-top:15%;
}
.testi-title {
    padding: 9px;
    text-align: center;
    font-size: 22px;
    //font-weight: 700;
    color: #fff;
}
.testi-text {
    padding: 5px 150px;
    text-align: center;
    color: #fff;
}
.testi-text p {
    padding: 0px 0px;
}




/*====================================================================
                            footer style
====================================================================*/

.footer-section{
    position: relative;
    padding: 0px 0px;
    display: block;
    background-color: #174fa5;
}
.footer-section .footer-contant{
    padding: 50px 0px 0px 0px;
    color: #acb4b5;
}

.footer-contant .footer-branding{
    padding: 0px 0px;
    margin-bottom: 15px;
}
.footer-contant .footer-items{
    padding: 0px 0px 30px 0px;
}
.footer-items .item-footer{
    padding: 0px 0px;
}

.footer-section-info{
position: relative;
}

.item-footer .footer-title{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: none;
}
.item-footer .footer-detail{
    font-size: 14px;
    color: #fff;
}
.footer-detail p {
    font-size: 14px;
}
.footer-detail a {
    color: #fff;
    font-size: 16px;
}
.footer-detail h3 {
    color: #fff;
        font-size: 16px;
}
.footer-detail .imp-links{
    font-size: 14px;
}
.imp-links ul{
    list-style-type: none;
}
.imp-links ul li{
    display: block;
    padding: 5px 0px;
}
.imp-links ul li a:hover{
     color: #ffe200;
}
.footer-detail .social-links{
    color: #fff;
    font-size: 14px;
}
.social-links ul{
    list-style-type: none;
}
.social-links ul li{
    display: inline-block;
    padding: 0px 5px;
}
.social-links ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    color: #acb4b5;
    border: 2px solid #acb4b5;
    border-radius: 50%;
    text-align: center;
}
.social-links ul li i:hover{
    background-color: #acb4b5;
    color: #0b111e;
    border: 2px solid #acb4b5;
}
.footer-detail .rating{
    font-size: 14px;
    margin-top: 20px;
}
.footer-detail .rating i{
    color: #ffd255;
}
.footer-contant .footer-copy{
    padding: 15px 0px;
    background-color: #0d3c86;
}
.footer-copy .copy-text{
    padding: 0px 0px;
    color: #fff;
        font-size: 12px;
}
.copy-text ul{
    list-style-type: none;
}
.copy-text ul li{
    padding: 0px 10px;
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 700;
}
.copy-text ul li:last-child{
    border-right: none;
}
.footer-copy .copy-powered{
    padding: 0px 0px;
    color: #fff;
        font-size: 12px;
    text-align: right;
}
.copy-powered a{
    color: #fff;
}


/*====================================================================
                    default section style
====================================================================*/

.section-default{
    position: relative;
    padding: 0px 0px;
    background-color: #fff;
}
.section-default .default-content{
   padding: 47px 0px;
}
.section-default h1{
    font-size: 36px;
    font-weight: 700;
}




/*===============================================
                inrernal banner-section
=================================================*/

.internal-banner{
    position: relative;
    padding:0px 0px;
    background-image: url(https://themenick.com/temp/loan/resources/media/1524900950_Untitled-2_0.jpg);
    //background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.internal-banner:before{
      position: absolute;
    content: '';
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    
}

.internal-banner .internal-banner-content{
    position: relative;
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.internal-banner-content .int-banner-title {
    padding-bottom: 7px;
    color: #fff;
    font-size: 30px;
text-transform: capitalize;
}
.internal-banner-content .banner-breadcrumb {
    padding:0px 0px;
    color: #fff;
    font-weight: 700;
}
.banner-breadcrumb a{
  color: #ffe200;
    font-weight: 600;
}
.banner-breadcrumb a:hover{
    color: #fff;
}


/*===============================================
                contact page style
=================================================*/

.contact-details {
    position: static;
    padding: 20px 0px;
}
.contact-details-left {
    border: solid 1px #f1f1f1;
    padding: 0px 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.contact-heading1 {
}
.contact-heading1 h1 {
    font-size: 18px;
    text-transform: uppercase;
}
.contact-heading-link1 {
}
.contact-heading-link1 ul {
    list-style-type: none;
}
.contact-heading-link1 ul li {
    line-height: 30px;
}
.contact-heading-link1 i {
    padding-right: 10px;
    font-size: 18px;
}
.contact-heading-link1 span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-heading-link1 p {
    font-size: 14px;
    padding-left: 20px;
}
.contact-heading2 {
    padding-top: 40px;
    padding-bottom: 10px;
}
.contact-heading2 h1 {
    font-size: 18px;
}
.contact-heading-link2 {
}
.contact-heading-link2 ul {
    list-style-type: none;
}
.contact-heading-link2 ul li {
    line-height: 30px;
}
.contact-heading-link2 ul li a {
}
.contact-heading-link2 i {
    padding-right: 10px;
    font-size: 18px;
}

.contact-details-right {
    border: solid 1px #f1f1f1;
    padding: 0px 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.contact-details-right p{
padding-top: 30px;
padding-bottom: 10px;

}
.contact-details-right label {
    width: 100%;
    padding: 13px 0px;
    font-weight: 700;
}
.contact-details-right label span {
    color: #f00;
}
.contact-details-right input[type="text"] {
    padding: 8px 10px;
    width: 100%;
    color: #000;
}
.contact-details-right input[type="email"] {
    padding: 8px 10px;
    width: 100%;
    color: #000;
}
.contact-details-right textarea {
    padding: 8px 10px;
    width: 100%;
    color: #000;
}
.contact-details-right input[type="submit"] {
    margin-top: 20px;
    padding: 10px 40px;
    border-radius: 3px;
  background-color: #174fa5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 700;
}
.contact-details-right input[type="submit"]:hover {
    opacity: 0.8;
}

/*===============================================
               gallery
=================================================*/


.gallery-item{
    padding: 0px 0px;
    background-color: #f7f7f7;
    transition: all 0.5s ease-in-out 0s;
}
.gallery-item:hover{
    background-color: #fa9928;
    transition: all 0.5s ease-in-out 0s;
}
.gallery-item:hover a{
    color: #fff;
}
.gallery-item .gallery-item-image{
    padding: 0px 0px;
}
.gallery-item .gallery-item-image img{
    padding: 0px 0px;
    min-height: 215px;
    max-height: 215px;
    width: 100%;
}
.gallery-item .gallery-item-detail{
    padding: 15px 15px;
    color:#282828;
    font-size: 20px;
    text-align: center;
    color:#282828;
}
.gallery-item-detail a{
    color:#282828;
}
.gallery-item-detail i{
    padding-right: 10px;
    font-size: 30px;
}


/*===============================================
                contact page style
=================================================*/
.feature-item{
    position: relative;
    padding: 0px 0px;
}
.feature-item figure {
    padding-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
 .feature-item figure img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.feature-item h4{
   font-size: 18px;
   text-align: center;
   padding: 0px 0px;
}
.feature-item p{
   
   text-align: center;
   padding: 2px 0px;
}
.feature-item a{
   
   text-align: center;
   padding: 0px 0px;
    color: #fa9928;
    font-weight: bold;
}
.feature-item a:hover{
   color: #000;
}

/*===============================================
                portfolio-grid
=================================================*/


.gallery-item {
    position: relative;
    margin: 20px 0px;
   
}
.gallery-item-image{
    
    position:relative;
}

.gallery-item img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.gallery-item .gallery-title {
    padding: 15px 10px;
    font-weight: normal;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.gallery-item .gallery-title a {
    color: #000;
}
.gallery-item:hover .gallery-item-overlay {
    display: block;
}

.gallery-item-overlay {
        position: absolute;
      top: 6%;
       left: 5%;
      padding: 76px 0px;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        width: 90%;
        height: 90%;
        transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 9999;
    transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content ul {
    list-style-type: none;
    text-align: center;
    z-index: 99999;
}
.gallery-item-overlay .overlay-content ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0px 0px;
}
.gallery-item-overlay .overlay-content ul li a {
    color: #fff;
    padding: 5px 20px;
    display: inline-table;
}


/* =============================================================================
    22. blog-grid
    ========================================================================= */

.blog-post {
    position: relative;
    margin-bottom: 50px;
}
.blog-post .post-image {
    display: block;
    overflow: hidden;
}
.blog-post .post-image img {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.blog-post .post-image:hover img{
    transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);	
}
.full-image {
    width: 100%;
    margin-bottom: 30px;
}
.blog-post h4 a {
    color: #242424;
}
.blog-post h4 a:hover {
    color: rgba(36,200,166,1);
}
.blog-post .post-detail {
    position: relative;
    margin-bottom: 15px;
}
.blog-post .post-detail li {
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.blog-post .post-detail li a {
    color: #666666;
    font-size: 12px;
    font-style: italic;
}
.blog-post .post-detail i {
    color: rgba(36,200,166,1);
}
.btn-style-6 {
       background-color: rgba(36,200,166,1);
    border: 2px solid rgba(36,200,166,1);
    padding: 7px 25px;
    text-transform: capitalize;
    color: #fff;
    display: inline-table;
}

/*  22.2. blog pagination styles
    ------------------------------------------------------------------------- */

.blog-pagination {
    position: relative;
}
.blog-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 1px;
}
.blog-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 13px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 40px;
    border: 1px solid #fa9928;
    color: #999999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.blog-pagination li a:hover, .blog-pagination li a.active {
    color: #ffffff;
    background-color:  #fa9928;
}


/*  22.1. blog comments section styles
    ------------------------------------------------------------------------- */

.comment-sec {
    position: relative;
}
.comment-title {
    margin: 0px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-title i {
    color: #60c926;
}
.comment-box {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 110px;
    border-bottom: 1px solid #f1f1f1;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #f1f1f1;
}
.comment-box .author-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #666;
}
.comment-box .comment-info a {
    color: #60c926;
}
.comment-form {
    position: relative;
}
.comment-form input[type="text"], textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 12px 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}



/*  22.1. banner-image
    ------------------------------------------------------------------------- */


.banner-image{
    background: url(http://laxmicapitalsales.com/resources/media/1524113242_header_home_0.jpg);
    background-repeat: no-repeat;
   background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    //background-position: fixed;
    position: relative;
}
.banner-image:before{
    position: absolute;
    content: '';
    background-color: rgba(186, 188, 204, 0.5);
    width: 100%;
    height: 100%;
}

.banner-text{
    margin-top: 15%;
    color: #fff;
}
.banner-text h1{
    color: #fff;
    padding-bottom: 17px;
    font-size: 45px;
}
.banner-text p{
    color: #fff;
    padding-bottom: 15px;
    font-size: 15px;
}
.banner-text h2{
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 700;
}
.banner-text h2 span{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.banner-form{
    position: relative;
    padding: 20px 10px 40px 10px;
    background-color: #fff;
    height: auto;
    margin-top: 7%;
    margin-bottom: 7%;
    overflow: hidden;
    padding: 20px 25px 20px 25px;
}
.banner-form-title{
   position: relative;
}
.banner-form-title h2{
   color: #15549A;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0px;
}
.banner-form-title p{
    color: #15549A;
    text-align: left;
    font-weight: 400;
    font-size: 17px;
}
.d-form{
    position: relative;
    margin-bottom: 10px;
    
}
.d-form input[type="text"]{
    position: relative;
    padding: 7px;
    width: 100%;
    border: 3px solid #ddd;
    font-size: 15px;
    border-radius: 4px;
    
}
.d-button{
      position: relative;
}
.d-button button{
     background-color: #174fa5;
         font-weight: 600;
        border: none;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
        padding: 7px 17px;
  
}
.d-button button:hover{
     background-color: #4782de;
     
  
}


/*
parallax-process style
==============================================================*/

.parallax-process {
    position: relative;
    padding: 60px 0px;
        background-color: #f7f8fa;
        margin-top: 24px;
}
.parallax-process  .parallax-process -content{
    padding: 0px 0px;
    position: relative;
}
.single-process{
position: relative;

}
.proces-icon{
position: relative;
    margin-bottom: 20px;



}
.proces-icon img{
position: relative;
background-color:#e8ebf2;
margin: 0 auto;
    padding: 17px;
border-radius: 50%;

}
.proces-icon img:hover{
 background-color: #3a7cdd;

}


/*==============================================================================
                               clients logo section css
================================================================================*/

.client-logos{
	position:relative;
	padding:30px 0px;
	 // background-color: rgba(36,200,166,0.8);
}
.client-logos li{
	display:block;
	text-align:center;	
}

.client-logos li img{
	position:relative;
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;	
}
.client-logos .owl-controls{
	display:none !important;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}


/*==============================================================================
                              project-done section css
================================================================================*/


.project-done{
    position:relative;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e5fab+0,000000+74,000000+87,000000+100 */
background: #2e5fab; /* Old browsers */
background: -moz-linear-gradient(top, #2e5fab 0%, #000000 74%, #000000 87%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2e5fab 0%,#000000 74%,#000000 87%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2e5fab 0%,#000000 74%,#000000 87%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fab', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   padding: 60px;
   margin-bottom: 60px;
}
.project-done-item{
     position:relative;
}
.project-done-icon{
      position:relative;
      float: left;
}
.project-done-icon img{
        width: 60px;
    height: 60px;
}
.project-done-content{
     position:relative;
     color: #fff;
   padding-top: 10px;
  
}
.project-done-content span{
     font-size: 30px;
     color: #fff;
         padding-left: 27px;
     font-weight: 600;

  
}
.project-done-content h3{
     font-size: 15px;
     color: #fff;
 padding-left: 89px;
  
}
.bank-patnr{
margin-top: 20px;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #e6e5e5;
}

.bank-patnr img{
margin: 0 auto;
    height: 76px;
}

.cal-all{
padding-top: 87%;
position: relative;
}
.cal-all1{
padding-top: 73%;
position: relative;
}
.cal-img{
position: relative;

}
.cal-img img{
width:120px;
height: 120px;
margin: 0 auto;

}
.cal-title{
position: relative;
padding-top: 5px;
}
.cal-title span{
font-size: 18px;

color: #fff;
}
.cal-all3{
text-align: center;
position: relative;
padding-top: 58%;
}
.cal-aa{
    overflow: hidden;
    padding-top: 20%;
    position: relative;
}
.cal-aa .item-banner{
    padding: 15px 0px;
    text-align: center;
}
