@charset "utf-8";
/* CSS Document */
/* Sticky footer styles
-------------------------------------------------- */
.privacy_policy_text > p ,.privacy_policy_text > li {
  text-align: left !important;
  color: rgb(128,128,128);
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    
    margin-bottom: 100px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    
    height: auto;
    background-color: #1c1c1c;
}
footer p {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}
footer p img {
    display: inline-block;
    float: none;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

footer {
    padding: 22px 0;
}
body > .container {
    padding: 60px 15px 0;
}
footer .tbl-cell {
    width: auto;
}
footer p img {
    display: inline-block;
    float: none;
}
.copy-txt {
    color: rgba(255, 255, 255, 0.5);
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 4px 0 0;
    width: 100%;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.social-links {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    text-align: right;
    width: 100%;
}
.social-links > li {
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.social-links > li:last-child {
    margin-right: 0;
}
.social-links a {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
}
.social-links a:hover {
    background-position: 0 -31px !important;
}
.social-links a.facebok {
    background: url(../images/social-fb.png) no-repeat scroll 0 0;
}
.social-links a.tweeter {
    background: url(../images/social-tweet.png) no-repeat scroll 0 0;
}
.social-links a.linkin {
    background: url(../images/social-in.png) no-repeat scroll 0 0;
}
.social-links a.insta {
    background: url(../images/social-insta.png) no-repeat scroll 0 0;
}
.social-links a.google {
    background: url(../images/social-google.png) no-repeat scroll 0 0;
}
/* Common CSS
---------------------------------------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    float: left;
    width: auto;
}
body {
    font-family: 'Roboto', sans-serif;
}
.noPadd {
    padding: 0 !important;
}
.tbl-block {
    display: table;
    padding: 0px;
}
.tbl-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.btn-grp {
    display: block;
    float: left;
    text-align: left;
}
.btn-grp {
    display: block;
    float: left;
    text-align: left;
}
.btn-grp .btn {
    display: inline-block;
    float: none;
    margin-right: 10px;
}
/* Header Style 
---------------------------------------------- */

header.container-fluid {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
header.affix {
    background: #FBE0B7;
}
header .navbar-brand .logo-affix {
    display: none;
}
header.affix .navbar-brand .logo-img {
    display: none;
}
header.affix .navbar-brand .logo-affix {
    display: block;
    width: 150px;
}
.privacy_policy_text li {
  color: rgb(128, 128, 128);
  text-align: left !important;
}
.privacy_policy_text h5 {
  text-align: left !important;
}
.main-nav.navbar-nav > li > a {
    background-color: rgba(0, 0, 0, 0);
    color: #303545;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 15px 1px;
    text-decoration: none;
}
.main-nav.nav > li > a:hover {
    color: #be500a;
    outline: none;
}
.main-nav.nav > li > a:focus,
.main-nav.nav > li > a:active {
    color: #303545;
    outline: none;
}
.main-nav.nav > li.active > a {
    color: #be500a;
    font-weight: bold;
}
/* Hover Effects */

.main-nav.nav > li > a::before {
    content: "[";
    margin-right: 5px;
    transform: translateX(20px);
}
.main-nav.nav > li > a::before,
.main-nav.nav > li > a::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.main-nav.nav > li > a::after {
    content: "]";
    margin-left: 5px;
    transform: translateX(-20px);
}
.main-nav.nav > li > a::before,
.main-nav.nav > li > a::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.main-nav.nav > li > a:hover::before,
.main-nav.nav > li > a:hover::after,
.main-nav.nav > li > a:focus::before,
.main-nav.nav > li > a:focus::after {
    opacity: 1;
    transform: translateX(0px);
}
/*.main-nav.nav > li > a {
    height: 1em;
    overflow: hidden;
    padding: 0 4px;
}

.main-nav.nav > li > a span::before {
    content: attr(data-hover);
    font-weight: 700;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.main-nav.nav > li > a span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease 0s;
}
.main-nav.nav > li > a span::before {
    content: attr(data-hover);
    font-weight: 700;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.main-nav.nav > li > a:hover span, .main-nav.nav > li > a:focus span {
    transform: translateY(-100%);
}*/
/* HOver Effects ends */
/* Nav-Bar Toggle Icon */

#nav-icon4 {
    width: 35px;
    height: 0px;
    padding: 13px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

            .container-fluid.promotionalVideoContainer .innertext {
    background: url("../images/patter_img.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.headingsubmain {    color: #d28733;    font-size: 28px;}
.headingmain {    font-size: 28px;    color: #313131;}
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 85%;
    background: #D73A16;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon4.open span {
    width: 90%;
}
#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}
#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 8px;
}
/* Nav-Bar Toggle Icon Ends */
/* Header Style Ends
---------------------------------------------- */

.home-banner {
    background: rgba(0, 0, 0, 0) url("../images/banner-home.png") no-repeat scroll center bottom / cover;
    padding-top: 105px;
    position: relative;
    z-index: 50;
}
.inner-banner {
    background: rgba(0, 0, 0, 0) url("../images/innerbg.jpg") no-repeat scroll center bottom / cover;
    padding: 125px 0 25px 0;
    position: relative;
    z-index: 50;
}
.header-caption h4 {
    color: #29282b;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 25px;
}
.header-caption h4 strong {
    font-weight: 500;
}
.header-caption p {
    color: #29282b;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 25px;
}
.banr-cntnt {
    display: table;
}
.header-caption {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.caption-box {
    display: inline-block;
    float: none;
    margin-top: -105px;
    width: 100%;
}
.hdr-btn.btn {
    margin-right: 20px;
    padding: 0;
}
.navbar.gur-navbar {
    margin-bottom: 0;
}
.img-cap.header-caption {
    text-align: center;
}
.img-cap.header-caption img {
    display: inline-block;
    float: none;
    height: 620px;
    margin-left: 35px;
}
/* Center Blocks Style */

.gray-bg {
    background: url(../images/bg-center.jpg);
}
.home-block-2.gray-bg {
    margin-top: -190px;
    padding-top: 275px;
    padding-bottom: 70px;
}
.content-sec {
    padding: 60px 0 30px 0;
}
.innertext {
    padding-top: 35px;
}
.innertext.text-left {
    background: rgba(0, 0, 0, 0) url("../images/home_top.jpg") 18px 0 no-repeat;
}
.innertext.text-center {
    background: rgba(0, 0, 0, 0) url("../images/home_top.jpg") top center no-repeat;
    margin-top: 50px;
}
.innertext h4 {
    color: rgb(26, 26, 26);
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 25px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px;
}
.innertext.normal-txt h4 {
    text-transform: none;
}
.innertext h4 strong {
    color: rgb(210, 135, 51);
    font-weight: 400;
}
.innertext p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}
.innertext.text-left ul {
    margin: 0px;
    padding: 0px;
}
.innertext.text-left ul li {
    margin: 0px;
    padding: 0 0 10px 20px;
    float: left;
    width: 100%;
    background: url(../images/mark.jpg) 0 5px no-repeat;
    font-size: 14px;
    color: #808080;
    list-style: none;
}
.contactText {
    margin: 70px 0 30px 0;
}
.contactText h4 {
    color: rgb(12, 12, 12);
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px;
}
.contactText p {
    color: rgb(118, 118, 118);
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}
.contactText a {
    color: rgb(210, 135, 51);
}
.contactFrom.noPadd > h4 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px;
}
.contactFrom label input {
    height: auto;
}
.contactFrom input {
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    height: 46px;
    margin-bottom: 30px;
    color: #767676;
}
.contactFrom textarea {
    height: 130px;
    margin-bottom: 30px;
    resize: none;
    box-shadow: none;
    max-width: 100%;
    padding: 10px 15px;
    color: #767676;
    border-radius: 2px;
}
.contactFrom button {
    border: 2px solid rgb(181, 118, 48);
    color: rgb(98, 98, 98);
    font-size: 17px;
    padding: 10px 25px;
    border-radius: 0px;
}
.Donradio {
    margin-bottom: 20px;
}
.Donradio label {
    color: rgb(106, 106, 106);
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 5px;
}
.Donradio input {
    margin-top: 7px;
}
.appText h4 {
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 0px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}
.appOut {
    padding: 50px 0;
}
.appText {
    padding-top: 120px;
}
.appText h4 strong {
    font-weight: 400;
    font-size: 27px;
}
.appText h3 {
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: 25px;
    letter-spacing: 1px;
}
.noPaddL {
    padding-left: 0px;
}
.noPaddR {
    padding-right: 0px;
}
.footerTop {
    margin-bottom: 25px;
    margin-top: 25px;
}
.footerTop:nth-child(2) {
    margin-top: 40px;
}

.footerTopbg {
    background: url(../images/bg_fnew.jpg) repeat;
    padding: 48px 15px;
}
.footerTopbg p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    /* margin-bottom: 15px; */
    
    margin-bottom: 0;
    line-height: 28px;
}
.footerTopbg button {
    padding: 12px 25px;
    color: #626262;
    font-size: 17px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: none;
    float: right;
    width: 100%;
    border-radius: 0px !important;
}
.footerTopbg button:hover {
    color: #fff;
    background: #CE2B27;
    border-color: #CE2B27;
}
.contactLinks h3 {
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.contactLinks h3 strong {
    font-weight: 400;
}
.contactLinks ul {
    margin: 0px;
    padding: 0px;
}
.ftr-links {
    float: left;
    width: 33%;
}
.contactLinks ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}
.contactLinks ul li a {
    background: url(../images/li_bg.jpg) 0px 6px no-repeat;
    font-size: 14px;
    color: #878787;
    padding: 0 0 8px 20px;
    float: left;
}
.contactus h3 {
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.contactus h3 strong {
    font-weight: 400;
}
.contactus a {
    font-size: 14px;
    color: #878787;
    padding: 0 0 8px 30px;
    float: left;
    width: 100%;
}
.phone {
    background: url(../images/phone.jpg) 0 6px no-repeat;
}
.email {
    background: url(../images/email.jpg) 0 6px no-repeat;
}
.Subscribe h3 {
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.Subscribe h3 strong {
    font-weight: 400;
}
.Subscribe p {
    font-size: 14px;
    color: #878787;
    float: left;
    width: 100%;
}
.Subscribebox {
    border: 1px solid #8d8d8d;
    padding: 0px;
}
.Subscribebox input {
    border: 0px;
    width: 67%;
    border-radius: 0px;
    float: left;
    background: rgba(0, 0, 0, 0) url("../images/email-icon.png") no-repeat scroll 11px 16px;
    padding: 7px 8px 0 36px;
    box-shadow: 0 0 0 !important;
}
.Subscribebox button {
    border: 0px;
    width: 33%;
    background: #d28733;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
    float: right;
    padding-top: 12px;
    padding-bottom: 11px;
}
.Subscribebox button:hover {
    background: rgb(206, 43, 39) none repeat scroll 0 0;
    border-color: rgb(206, 43, 39);
    color: rgb(255, 255, 255);
}
/*.donate {
	border-bottom: 1px solid #e6e6e6;
}*/

.prson-sec {
    margin: 80px 0 30px;
}
.prson-sec .innertext.text-left {
    background: rgba(0, 0, 0, 0) url("../images/home_top.jpg") no-repeat scroll 2px 0;
}
.prson-sec .innertext h4 {
    margin: 40px 0 25px;
}
.img-in-wrap > img {
    float: right;
}
.common-para {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}
/* Sub Foter Style Ends */
/*slider*/

.g-app {
    margin-bottom: 50px;
}
.c-links {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.c-links > a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    margin: 0 20px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
}
.c-links > a:hover,
.c-links > a:focus {
    text-decoration: none;
    background: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.wheel-slider-sec {
    background: rgba(0, 0, 0, 0) url("../images/slide_bg.jpg") no-repeat scroll 0 bottom / 100% auto;
    padding: 180px 15px 0;
    background-size: 100%;
}
#carousel img {
    margin-top: -110px;
    opacity: 1 !important;
}
.wheel-slider {
    margin-top: 0px;
    min-height: 0px;
}
#carousel {
    float: left;
    height: 500px;
    width: 100%;
}
/*owl slider */

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation {
    text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-div {
    position: relative;
}
.btn.prev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
}
.btn.next,
.btn.prev {
    box-shadow: none;
}
.btn.next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
}
.charity-sec {
    border-top: solid 1px #ddd;
}
.client-logo {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}
.fisrt-last-arrow {
    background: rgba(0, 0, 0, 0) url("../images/testimonial2.png") no-repeat scroll 0 0;
    display: inline;
    margin-left: 10px;
    padding: 0 30px 4px;
}
.fisrt-test-arrow {
    background: rgba(0, 0, 0, 0) url("../images/testimonial1.png") no-repeat scroll 0 0;
    display: inline;
    padding: 0 16px 4px;
}
.contactus {
    padding-left: 40px !important;
}
h1.tst-name {
    color: #d28733;
    font-size: 20px;
    text-transform: uppercase;
}
/* Testimonial Slider */

.tstimonial-sec {
    margin-bottom: 40px;
}
#testimonial-slider .carousel-control.right,
#testimonial-slider .carousel-control.left {
    background-color: rgb(255, 255, 255);
    background-image: none;
    opacity: 1;
}
.left-arrow {
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 50%;
}
.right-arrow {
    display: inline-block;
    left: 15%;
    position: absolute;
    top: 50%;
}
#testimonial-slider .carousel-control {
    width: 6%;
}
#testimonial-slider .carousel-control span {
    opacity: 0.6;
}
#testimonial-slider .carousel-control:hover span {
    opacity: 1;
}
#testimonial-slider.carousel {
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
#testimonial-slider.carousel {
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
#testimonial-slider.carousel .carousel-indicators li {
    background-color: rgb(251, 224, 183);
    border: 1px solid rgb(251, 224, 183);
}
#testimonial-slider.carousel .carousel-indicators .active {
    background-color: rgb(255, 166, 17);
    border-color: rgb(255, 166, 17);
}
/* Testimonial Slider Ends */


/* Video Testimonials Style
---------------------------------------- */

.video-gallry {
    margin-top: 30px;
}
.video-gallry ul {
    float: left;
    list-style: none;
    width: 100%;
}
.video-gallry ul li {
    float: left;
    list-style: none;
    text-align: center;
    width: 33.3%;
}
.video-gallry ul li button.vdo-trig {
    background-color: #000;
    border: medium none;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    display: inline-block;
    float: none;
    /* height: 250px; */
    
    height: auto;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    width: 345px;
}
.video-gallry ul li button.vdo-trig::before {
    background-image: url('../images/vdo-play-icon2.png');
    background-position: 0 0;
    background-size: 100% auto;
    content: "";
    height: 54px;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);    /* IE 9 */    
    -webkit-transform: translate(-50%, -50%);    /* Chrome, Safari, Opera */    
    transform: translate(-50%, -50%);
    width: 54px;
    z-index: 1;
}
.video-gallry ul li button.vdo-trig img {
    float: left;
    opacity: .5;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
}
.video-gallry ul li button.vdo-trig:hover::before {
    background-position: 0 -56px;
}
.video-gallry ul li button.vdo-trig:hover img {
    opacity: 1;
    -ms-transform: scale(1.1);    /* IE 9 */
    -webkit-transform: scale(1.1);    /* Chrome, Safari, Opera */    
    transform: scale(1.1);
}
.thumb-txt {
    color: #333333;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.thumb-txt h2 {
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    width: 100%;
}
.thumb-txt p {
    float: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    width: 100%;
}
.video-modal .modal-dialog {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.video-modal.modal .modal-dialog .close {
    background: #fbe0b7 none repeat scroll 0 0;
    border-radius: 100px;
    opacity: 1;
    padding: 10px 11px;
    position: absolute;
    right: -20px;
    top: -20px;
}
.video-modal.modal .modal-dialog .close span {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icon-cross-pop.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 18px;
}
.video-modal.modal .modal-dialog .close:hover span, .video-modal.modal .modal-dialog .close:focus span, .video-modal.modal .modal-dialog .close:active span {
    background-position: 0 -21px;
}
 .img-in-wrap.img-margn > p {float: left; margin-left: 37%;margin-top:10px;}
            .img-in-wrap.img-margn > img {margin-top: 54px;}

/* Video Testimonials Style Ends
---------------------------------------- */


/* Media Responsive Syle
------------------------------------------------ */

@media screen and (min-width: 1604px) and (max-width: 1920px) {
    .home-banner {
        background: rgba(0, 0, 0, 0) url("../images/bg-large.png") no-repeat scroll center bottom / cover;
        padding-top: 160px;
    }
    .inner-banner {
        background: rgba(0, 0, 0, 0) url("../images/innerbg_l.jpg") no-repeat scroll center bottom / cover;
    }
    .img-cap.header-caption img {
        height: 654px;
    }
    .home-block-2.gray-bg {
        margin-top: -273px;
        padding-top: 348px;
    }
}
@media screen and (max-width: 1600px) {
    .img-cap.header-caption img {
        margin-left: 10%;
    }
}
@media screen and (max-width: 1199px) {
header .container {
  width: 100% !important;
}
.navbar-right {    margin-right: -25px;}
.main-nav.navbar-nav > li > a {    font-size: 12px;}
.main-nav.navbar-nav > li > a {
  padding: 15px 0px !important;
}
    .header-caption h4 {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .header-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hdr-btn.btn > img {
        width: 180px;
    }
    .img-cap.header-caption img {
        margin-left: 28%;
    }
    .innertext p br {
        float: left;
    }
    .Subscribe h3,
    .contactus h3,
    .contactLinks h3 {
        font-size: 19px;
    }
    .Subscribe p,
    .contactus a,
    .contactLinks ul li a {
        font-size: 13px;
    }
    .Subscribebox input {
        background: rgba(0, 0, 0, 0) url("../images/email.jpg") no-repeat scroll 10px 13px;
        font-size: 11px;
        padding: 3px 8px 0 32px;
    }
    .Subscribebox button {
        font-size: 10px;
        padding-bottom: 11px;
    }
    .phone {
        background: rgba(0, 0, 0, 0) url("../images/phone.jpg") no-repeat scroll 0 3px;
    }
    .email {
        background: rgba(0, 0, 0, 0) url("../images/email.jpg") no-repeat scroll 0 5px;
    }
    #hand > img {
        width: 120%;
        display: none;
    }
    .left-img-sec {
        background: rgba(0, 0, 0, 0) url("../images/curve-ph-mobile.png") no-repeat scroll center center;
        display: block;
        height: 100%;
        min-height: 579px;
        width: 100%;
    }
    .contactus-empty.noPadd {
        display: none;
    }
    .main-nav.navbar-nav > li > a {
        padding: 15px 5px;
    }
/*    .img-in-wrap.img-margn > p {
  float: left;
  margin-left: 15%;
  margin-top: 10px;
}*/
}
@media screen and (max-width: 1024px) {
.img-in-wrap.img-margn > p {
  float: left;
  margin-left: 15%;
  margin-top: 10px;
}

}
@media screen and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    #nav-icon4.navbar-toggle {
        display: block;
        margin-top: 20px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: visible !important;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-collapse.collapse.in .nav.main-nav,
    .navbar-collapse.collapsing .nav.main-nav {
        background: rgb(251, 224, 183) none repeat scroll 0 0;
    }
    .navbar-collapse {
        border: medium none;
        box-shadow: none;
        overflow: visible;
        position: absolute;
        right: 0;
        top: 100%;
        width: 290px;
    }
    .navbar-collapse .nav.main-nav {
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav.main-nav::before {
        border-bottom: 8px solid #fbe0b7;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        bottom: 100%;
        content: "";
        height: 0;
        position: absolute;
        right: 25px;
        width: 0;
    }
    .navbar-collapse .nav.main-nav li {
        float: left;
        width: 100%;
    }
    .main-nav.navbar-nav > li > a {
        padding: 15px !important;
    }
    .navbar-brand {
        width: 130px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .main-nav.navbar-nav > li > a {
        padding: 15px 10px !important;
    }
    .img-cap.header-caption img {
        height: 530px;
        margin-left: 35%;
    }
    .header-caption h4 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .header-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .hdr-btn.btn > img {
        width: 140px;
    }
    .innertext {
        margin-bottom: 25px;
    }
    .content-sec {
        padding-bottom: 0px;
    }
    .prson-contnt {
        margin: 30px 0 0;
    }
    .footerTop {
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .img-in-wrap.img-margn > p {
  float: left;
  margin-left: 0%;
  margin-top: 10px;
}
}

@media screen and (max-width: 768px) {
    body {
        margin-bottom: 155px;
    }
    .home-banner {
        background: rgba(0, 0, 0, 0) url("../images/bg-large.png") no-repeat scroll 45% bottom / cover;
        padding-top: 105px;
    }
    .inner-banner {
        background: rgba(0, 0, 0, 0) url("../images/innerbg_l.jpg") no-repeat scroll 45% bottom / cover;
        padding-top: 105px;
    }
    .img-cap.header-caption img {
        height: 315px;
        margin-left: 0;
        margin-top: -20px;
    }
    .header-caption h4 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .header-caption p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .hdr-btn.btn > img {
        width: 121px;
    }
    .main-nav.nav > li > a::before,
    .main-nav.nav > li > a::after {
        display: none;
    }
    .home-block-2 .img-wrap {
        text-align: center;
    }
    .home-block-2 .img-wrap img {
        float: none;
        display: inline-block;
    }
    .home-block-2.gray-bg {
        padding-top: 275px;
        padding-bottom: 20px;
    }
    footer .tbl-cell {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    footer img {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        width: 300px;
    }
    .social-links {
        display: inline-block;
        float: none;
        margin: 5px 0 0;
        width: auto;
    }
    .noPaddL {
        padding-left: 0px;
    }
    .noPaddR {
        padding-right: 0px;
    }
    .footerTopbg button {
        width: auto;
    }
    .contactText {
        margin: 30px 0 0 0;
    }
    .footerTopbg {
        text-align: center;
    }
    .footerTopbg button {
        display: inline-block;
        float: none;
        margin-top: 10px;
        padding: 10px 40px;
        width: auto;
    }
    .Subscribe h3,
    .contactus h3,
    .contactLinks h3 {
        font-size: 22px;
    }
    .Subscribe p,
    .contactus a,
    .contactLinks ul li a {
        font-size: 14px;
    }
    .Subscribebox input {
        background: rgba(0, 0, 0, 0) url("../images/email.jpg") no-repeat scroll 15px 15px;
        font-size: 14px;
        padding: 7px 8px 0 36px;
    }
    .Subscribebox button {
        font-size: 13px;
    }
    .phone {
        background: rgba(0, 0, 0, 0) url("../images/phone.jpg") no-repeat scroll 0 3px;
    }
    .email {
        background: rgba(0, 0, 0, 0) url("../images/email.jpg") no-repeat scroll 0 5px;
    }
    .wheel-slider-sec {
        overflow-x: hidden;
    }
    .img-in-wrap {
        display: block;
        text-align: center;
        width: 100%;
    }
    .img-in-wrap > img {
        float: none;
    }
    .c-links > a {
        border: 2px solid #c26326;
        color: #000;
    }
    .noPaddR,
    .noPaddL {
        padding: 0;
    }
    .thumb-txt h2 {
        font-size: 17px;
    }
    .thumb-txt p {
        font-size: 15px;
    }
    .img-in-wrap.img-margn > p {
  float: left;
  margin-left: 0;
  margin-top: 10px;
}
}
@media screen and (max-width: 667px) {
    .contactus {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 640px) {
    .caption-box {
        margin-top: -60px;
    }
    .header-caption h4 {
        font-size: 22px;
        margin: 0 0 12px;
    }
    .header-caption p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .hdr-btn.btn {
        margin-right: 15px;
    }
    .hdr-btn.btn > img {
        width: 110px;
    }
    .img-cap.header-caption {
        text-align: left;
    }
    .img-cap.header-caption img {
        height: 250px;
        margin-left: 15px;
        margin-top: -10px;
    }
    .home-block-2.gray-bg {
        margin-top: -200px;
    }
    .video-gallry ul li {
        margin-bottom: 20px;
        width: 100%;
    }
    .video-modal .modal-dialog {
	    left: 48%;
	    margin: 40px auto;
	    position: absolute;
	    top: auto;
	    transform: translate(-50%, 0px) !important;
	    width: 90%;
	}
}
@media screen and (max-width: 480px) {
    .navbar-brand > img {
        width: 130px;
    }
    .navbar-header {
        position: relative;
    }
    #nav-icon4 {
        height: auto;
        position: absolute;
        right: 0;
        top: 50%;
        width: 35px;
    }
    #nav-icon4.navbar-toggle {
        margin-top: -15px;
    }
    /*.home-banner {
		background: rgba(0, 0, 0, 0) url("../images/bg-responsive.jpg") no-repeat scroll center bottom / cover ;
	}*/
    
    .home-banner {
        background: rgb(253, 207, 147) none repeat scroll 0 0;
    }
    .inner-banner {
        background: rgb(253, 207, 147) none repeat scroll 0 0;
    }
    .btn-grp {
        float: none;
        text-align: center;
    }
    .caption-box {
        text-align: center;
    }
    .banr-cntnt {
        display: table;
        padding-bottom: 15px;
    }
    .caption-box {
        margin-top: 0;
        padding-bottom: 20px;
    }
    body {
        margin-bottom: 133px;
    }
    footer img {
        margin-bottom: 10px;
        width: 150px;
    }
    .social-links {
        margin: 0;
    }
    .social-links > li {
        margin: 0 3px;
    }
    .social-links a {
        background-size: 100% auto !important;
        height: 24px;
        width: 24px;
    }
    .social-links a:hover {
        background-position: 0 -26px !important;
        background-size: 100% auto;
    }
    .copy-txt {
        font-size: 11px;
        margin: 5px 0 0;
    }
    .contactLinks ul li {
        width: 100%;
    }
    .left-img-sec {
        background: rgba(0, 0, 0, 0) url("../images/curve-ph-mobile.png") no-repeat scroll center center / 85% auto;
        display: block;
        height: 100%;
        min-height: 519px;
        width: 100%;
    }
    .img-in-wrap > img {
        float: none;
        width: 100%;
    }
    .header-caption {
        float: left;
    }
    .img-cap.header-caption {
        text-align: center;
    }
    .img-in-wrap.img-margn > p {
  float: left;
  margin-left: 0%;
  margin-top: 10px;
}
}
@media screen and (max-width: 375px) {
    .left-img-sec {
        min-height: 430px;
    }
    .ftr-links {
        float: left;
        width: 100%;
    }
.img-in-wrap.img-margn > p {
  float: left;
  margin-left: 0%;
  margin-top: 10px;
}
}
@media screen and (max-width: 320px) {
    .left-img-sec {
        min-height: 380px;
    }
.img-in-wrap.img-margn > p {
  float: left;
  margin-left: 0%;
  margin-top: 10px;
}
    
}
/* Media Responsive Syle Ends
------------------------------------------------ */
