@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
    font-family: 'thinking_of_bettyregular';
    src: url('../fonts/thinking_of_betty-webfont.woff2') format('woff2'),
         url('../fonts/thinking_of_betty-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{ font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 300;  }

img{ max-width: 100%; }

.small-logo{ display: none !important;  }

.navbar-brand {
    padding: 12px 15px;
    font-size: 18px;
}
img.big-logo{ max-width: 100%; width: 200px; }

.navbar{ min-height: 100px; }

.navbar-nav .nav-item a.nav-link{ font-size: 16px; }
.navbar-default { background-color: #ffffff;  border-color: #E0e0e0; }
.navbar-right { margin-top: 20px; }
.navbar-default .navbar-nav > li > a {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased ; 
    -moz-osx-font-smoothing:  grayscale; 
    font-smoothing: antialiased;
    transition: all ease-in-out 0.3s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ff9600;
    /*background-color: #e7e7e7;
*/    -webkit-font-smoothing: antialiased ; 
    -moz-osx-font-smoothing:  grayscale; 
    font-smoothing: antialiased;
    font-weight: 400;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff9600;
    background-color: transparent;
 }

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: block;
	top: 0;
	right: 0;
	position: absolute;
}

.carousel-caption h1{ font-weight: 400; font-size: 30px ; word-spacing: 10px; margin: 15px 0; -webkit-font-smoothing: antialiased ; -moz-osx-font-smoothing: grayscale;   }

.carousel-caption{ top: 72%; }

.carousel-caption p{ font-size: 22px; }
.carousel-indicators .active {  background-color: #ff9600;  border-color: #ff9600; }

.sub-heading{ font-size: 22px; color: #666666; margin-bottom: 25px; }
.sub-heading h2{ font-size: 36px; color: #f24141; margin-bottom: 0; text-transform: uppercase; color: #ff9600; font-weight: 400; }
.sub-heading span{ text-transform: uppercase; color: #4b9600; font-weight: 400; font-size: 36px;}

#about{ margin: 60px 0; }
.info-box p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	-webkit-font-smoothing: antialiased ; 
	-moz-osx-font-smoothing:  grayscale; 
	font-smoothing: antialiased;
    padding: 0 180px;
    text-align: center;
}

/*process css start*/
.prcess-box{ background: #f5f5f5; padding: 60px 0; }

.stepwizard-step p {
    margin-top: 10px;    
}

.process-row {
    display: table-row;
}

.process {
    display: table;     
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    width: 85%;
    left: 8%;
}

button i{
    color: #ff9600;
}

.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
    width: 20%;
    padding: 0 6px;
}

.process-step p {
    margin-top:10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased ; 
    -moz-osx-font-smoothing:  grayscale; 
    font-smoothing: antialiased;
}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #4b9600;
    border-color: #4b9600;
    transition: all ease-in-out 0.4s;
}
.btn-default:hover i{
    color: #ffffff;
}
/*process css ends*/

/*services css start*/
#services{ margin: 60px 0; }
.mar30{ margin: 60px 0 0; }
.mar120{ margin: 80px 0 0; }
#services h3{ 
    text-transform: uppercase; 
    font-size: 36px; 
    color: #515151; 
    font-weight: 400;
    margin: 0 0 30px;
}
ul.services-list{
    list-style-type: disc;
    margin: 0 0 0 18px;
    padding:0;
}

ul.services-list li{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
	-webkit-font-smoothing: antialiased ; 
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
}
.content-left.services-list-box{
    padding: 70px 90px 0 0;
    float: right;
}

.content-right.services-list-box{
    padding: 70px 0 0 80px;
    float: left;
}

.services-list-box p{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
	-webkit-font-smoothing: antialiased ; 
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
}
/*services css ends*/

/*offers css start*/
#offers{ background: url("../images/offer_bg.png") no-repeat; padding: 80px 0; margin: 80px 0;  }
#offers .sub-heading h2,
#offers .sub-heading h2 span
{ color: #ffffff; margin: 0 0 30px; }
#offers p{ color: #ffffff; font-size: 18px; line-height: 36px; padding: 0 80px; margin: 0 0 30px; }
#offers p:last-child{ margin: 0 0 0; }
/*offers css ends*/

#eligibile{ margin: 100px 0; }
#eligibile h3{
    text-transform: uppercase;
    font-size: 36px;
    color:
    #515151;
    font-weight: 400;
    margin: 0 0 30px;
}

ul.address{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.address h4{
    color: #323232;
    font-weight: 400;
    margin: 0;
}

ul.address p{ font-size: 16px;  }
#contact{ margin: 120px 0 0; background: #f5f5f5; padding: 80px 0; }
#contact .content-right.services-list-box{ padding: 30px 0 0 80px; }

form.contact{ margin: 30px 0 0; }
form.contact .form-control {
    height: 46px;
    font-size: 16px;
    border-radius: 0px;
     -webkit-box-shadow: none; 
     box-shadow: none; 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #555555;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.contact textarea.form-control {
    height: auto !important;
}

.login-btn{
    color: #fff;
    background-color: #ff9600;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased ; 
    -moz-osx-font-smoothing:  grayscale;  
    font-smoothing: antialiased;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.login-btn:hover{
    background-color: #f08f05;
    color: #fff;
}

footer{
    padding: 40px 0;
    background: #325251;
}

footer p a{ color: #ffffff; }
footer p a i{ margin: 0 0 0 5px; }
footer p a:hover, footer p a:focus{ color: #ffffff; text-decoration: none; }
 
.address {
    margin: 20px 0 10px;
    color: #ffffff;
    font-size: 16px;
}
.copyright{
    background: #e6e6e6;
    padding: 10px 0;
    text-align: center;
}
.copyright p{ color: #333333; font-weight: 400; margin: 0; -webkit-font-smoothing: antialiased ; -moz-osx-font-smoothing:  grayscale;  font-smoothing: antialiased; }


/*media query start from here*/
@media(max-width: 1400px ){
    .carousel-caption h1 { font-size: 30px; }
    .carousel-caption{ top: 65%; }
    .navbar-right { margin-top: 25px; }
    #offers{ background-size: cover; }
}

@media(max-width: 1200px ){
    .images-thumbnails .col-md-6{ padding-left: 0; padding-right: 0; }
}

@media(max-width: 1100px){
}

@media(max-width: 1024px ){
    .carousel-caption h1 { font-size: 24px; margin: 10px 0; }
    .carousel-caption{ top: 60%; }
    .content-right.services-list-box {
      padding: 50px 0 0 30px;
      float: left;
    }
    .content-left.services-list-box {
      padding: 50px 70px 0 0px;
      float: right;
    }
	.info-box p{ padding: 0 120px; }
}

@media(max-width: 991px ){
    .navbar-default .navbar-nav > li > a{ font-size: 16px; }
    .carousel-caption { top: 55%;}
    .carousel-caption h1 { font-size: 30px;}
    .carousel-caption p { font-size: 18px; }
    #menu { padding: 60px 0 0; margin: 60px 0 0; }
    #about { margin: 60px 0; }
    #contact{ margin: 60px 0 0; }
    .info-box p{ padding: 0 40px; }
    .process-step p{ font-size: 15px; }
    .services-list-box p {
      font-size: 16px;
      line-height: 28px;
    }
    .content-right.services-list-box{ padding: 0; }
    #services h3, #eligibile h3{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .content-left.services-list-box {
      padding: 0px 0px 0 0;
      float: left;
    }
    ul.services-list li {
      font-size: 16px;
      line-height: 28px;
    }
    #offers p{ padding: 0 0; }
   #contact .content-right.services-list-box {
    padding: 30px 0 0 30px;
   }
}

@media(max-width: 768px){
    .carousel-caption { top: 52%; }
    .carousel-caption h1{ font-size: 22px; }
    .sub-heading h2{ font-size: 30px; }
    .sub-heading span{ font-size: 30px; }
}

@media(max-width: 767px){
    .navbar-toggle { margin-top: 28px; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }
    .navbar-default .navbar-toggle {  border-color: #f08f05; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { margin-top: 10px; }
    #navbar.collapse.in .navbar-nav { margin: 0px -15px 0; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #f08f05; }
    .small-logo{ display: none !important;  }
    #services img{ width: 100%; }
    .content-left.services-list-box {
        padding: 0px 0px 20px 0;
    }
    .content-right.services-list-box { margin: 30px 0 0 0; }
    #eligibile{ margin: 40px 0;  }
    #eligibile img{ width: 100%;  }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { margin-top: 30px; }
    .nav > li{
        border-bottom: 1px solid #E0e0e0;
    }
    #services { margin: 0 0; }
    #eligibile{ margin: 60px 0 60px 0 ;  }
    .content-right.services-list-box { margin: 0 0 20px 0; }
    .change-order{ display: flex; flex-direction: column; }
    .image-order{ order: 2; }
    .content-order{ order: 1; }
    .mar120 { margin: 60px 0 0; }
    .carousel-caption h1 { word-spacing: 0; font-size: 18px; }
    .carousel-caption { top: 65%; }
    .carousel-indicators{ display: none; }
}

@media(max-width: 640px){
    .carousel-caption h1 { font-size: 16px; }
    .carousel-caption { top: 60%; }
    .carousel-caption p { display: none; }
    .carousel-indicators { display: none; }
    .images-thumbnails .col-sm-6 .thumbnail img{ max-width: 100%; width: 100%;}
    .thumbnail { margin-bottom: 0px; }
    .thumbnail img{ max-width: 100%; width: 100%; }
    .sub-heading h2{ font-size: 24px; }
    form.contact { margin: 30px 0 0; }
    /*.small-logo{ display: block !important;  }*/
    /*.big-logo{ display: none !important;  }*/
    img.big-logo {  max-width: 100%;  width: 150px; }
    /*.navbar { min-height: auto;}*/
    .navbar-toggle { margin-top: 15px; }
    .navbar-brand {  padding: 8px 15px; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { margin-top: 0px;}
    #navbar.collapse.in .navbar-nav { margin: 0px -15px 0; }
    .navbar { min-height: 70px; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { margin-top: 15px; }
    .sub-heading span { font-size: 24px; }
    .info-box p { padding: 0 0; }
    .services-list-box p{
      -webkit-font-smoothing: antialiased ; 
      -moz-osx-font-smoothing:  grayscale; 
      font-smoothing: antialiased;
      font-weight: 400;
    }
    ul.services-list li{
      -webkit-font-smoothing: antialiased ; 
      -moz-osx-font-smoothing:  grayscale; 
      font-smoothing: antialiased;
      font-weight: 400;
    }
}

@media(max-width: 600px){
   
    #about { margin: 30px 0; }
    .sub-heading { margin-bottom: 15px;}
    .sub-heading h2 { font-size: 24px;}
    .sub-heading { font-size: 18px;}
}

@media(max-width: 580px){
    .process-row::before{ display: none; }
    .process-step{ display: block; width: 100%; margin: 0 0 30px 0; }

}

@media(max-width: 480px){
    .sub-heading h2{ font-size: 18px; }
    .sub-heading span{ font-size: 18px; }
    #services h3, #eligibile h3{ font-size: 24px; }
    #contact .sub-heading h2{ font-size: 24px; }
    #contact .sub-heading span{ font-size: 24px; }
    #contact{ padding: 60px 0; }
    .carousel-caption h1 { font-size: 14px; }
    .carousel-caption { top: 40%; }
    .carousel-inner{ margin: 70px 0 0 ; }
}



