html 
{
  box-sizing: border-box;
}
a{
cursor: pointer;
}
body*
{
    margin:0px;
    padding:0px;
}
a:focus, a:hover {
    text-decoration: none;
}
.banner
{
    background-image:url('../images/banner-bg2.jpg');
    background-repeat:no-repeat;
background-size:cover;  
}
.sec1
{
    padding:60px 0px;
}
.sec-new
{
	 padding:60px 0px;
}
.sec2
{
    padding:0px 0px 0px;
}
.sec3
{
    padding:60px 0px 60px;
}
.heading-main
{
    font-size: 3.7em;
    font-weight:800;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:40px;
    margin-top: 0px;
}
.white-heading
{
    color:#fff;
    padding-top:0px
}
.about-section
{
    background: #e6e6e6;
}
.contact-section 
{
    background-image:url('../images/contact-bg.jpg');
    background-repeat:no-repeat;
background-size:cover;
}
.inside-content
{
    font-size:16px; 
    color:#03225C;
}
.inside-sub
{
font-size: 3.7em;
font-weight: 600;
letter-spacing: 0px;
line-height: 48px;
margin-bottom: 30px;
text-align: center;
margin-top: 60px;
text-transform: uppercase;
color:#fff;
}
.text-container p {
    text-align: center;
    font-size: 3.7em;
    line-height: 56px;
    color: #f88016;
    margin: 20% 0px;
}
.text-container h3, .text-container p{
padding-left: 10%;
padding-right:10%;
}
.inside-inner .row
{
    margin-left:0px !important;
    margin-right:0px !important;
    background-color:#fff;
}
.left-inside, .right-inside
{
    padding-right:0px;
    padding-left:0px;
}

@media only screen and (max-width:767px)
{
    .text-container h3, .text-container p
    {
    padding-left:5%;
    padding-right:5%;
    }
    .text-container p 
    {
    margin: 10% 0px;
    }
    .left-inside,.right-inside
    {
        padding-right:15px;
        padding-left:15px;
    }   
    .inside-inner .row
    {
        margin-left:-15px !important;
        margin-right:-15px  !important;
    }
    body
    {
        font-size: 0.5em;   
    }
    .heading-main{
        font-size: 5em;
    }
    .text-container p 
    {
        font-size:5.7em;
        line-height: 41px;
        font-weight: bold;
    }
    .inside-inner .row
    {
        border-top: 1px solid #f88016;
        border-bottom: 1px solid #f88016;
    }
    .inside-sub 
    {
        margin-bottom: 0px;   
        margin-top: 30px;
    }
    .icons-menu li
    {
        list-style:none;
    }
    .icons-menu .fa
    {
        color:#fff;
    }
    .handle-image
    {
        z-index:1;
        position:relative
    }
    .icons-menu 
    {
        position: absolute;
        z-index: 2;
        bottom: 0%;
    }
    .btn-div .btn-default 
    {
    padding:2px 40px !important;
    
    }
    
}
  
.contact-section .btn-primary {
    color: #fff;
    background-color: #f58120;
    border-color: #f58120;
}
.contact-section .btn-primary:hover {
    color: #fff;
    background-color: #e6710e;
    border-color: #e6710e;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}
.item.active.handle-image {
    bottom: -150px;
    margin-top: -90px;
}
.top-logo img
{
    width: 300px;
    margin: 45px 0px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;

}
.overlay li {
    width: 300px;
    background: #f58020;
    border-radius: 48px;
    text-align: center;
    list-style: none;
    padding: 10px;
    color: #fff;
    margin:0px auto;
}
.overlay li .fa{
    margin-right:5px;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-btn
{

margin:50px 30px 0px;
color: #fff;
font-size:3rem;
line-height:77px;
}
.about-content {
    font-size:4em;
    text-align:center;
}
.btn-div btn
{
    background
}
.btn-div .btn-default {
    color: #fff;
    background-color: #f58120;
    border-color: #f58120;
    padding:2px 60px;
    font-size:20px;
    margin:20px 5px;
}
.btn.btn-default:hover {
    color: #fff;
    background-color: #e6710e !important;
    border-color: #e6710e;
}
.btn-div .btn-default .fa{
        font-size: 2em;
}

#footer {
          /*height: 150px;*/
          background-color: #353535;
          margin-top:0px;
          padding-top:20px;
          padding-bottom:20px;
          color:#fff;
          font-size: 1.4rem;
        }
        .social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
    .text-muted {
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer a:hover, #footer a:hover
 {
    color:#F58120;
}
  #social-fb,  #social-tw,  #social-gp, #social-em
  {
      color:#F58120;
  } 
 #social-fb:hover {
     color: #3B5998;
     
 }
 #social-tw:hover {
     color: #4099FF;

 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 .image-container img{
     argin-left:-15px;
     width:100%
 }
 /*--- slider --*/
 /* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-indicators .active img
{
        -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
#quote-carousel .carousel-indicators li
{
    -webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: inherit;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: inherit;
    text-align: center;
    list-style: none;
}
#quote-carousel .carousel-indicators {
    right: inherit;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.img-responsive.blur-image {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
	opacity: 0.8;
}
.logo1 img {
    max-height: 200px;
}
.my-btn
{
	padding:0px;
	margin:0px;
}
.new-my-btn a
{
	margin:10px;
}
.inner-banner
{
    background-image: url('../images/inner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height:100px;
    background-position: center;
}
.footer-ul
{
   padding-left: 0px !important;
}
.footer-ul li
{
    list-style:none;
    margin-bottom:5px;
}
.inner-page-heading
{
    font-size: 32px;
    font-weight: 600;
}
.inner-content-text
{
    font-size: 1.2em;
    padding:10px 0px 20px;
}
@media only screen and (max-width:767px)
{
    .inner-content-text
{
    font-size: 1.5rem;
}
}