@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 28, 2017 */

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('../fonts/kaushanscript-regular-webfont.woff2') format('woff2'),
    url('../fonts/kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayitalic';
    src: url('../fonts/raleway-italic-webfont.woff2') format('woff2'),
    url('../fonts/raleway-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

body {
    background: url(../img/patten.jpg) repeat;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-X: hidden;
}

.img {
    width: 100%;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

a {
    text-decoration: none;
    outline: none;
    outline: 0;
    border: 0;
    border: none;
}


/*======================================hder-top=====================================*/

.header_top {
    background: #fff;
    padding: 10px 0;
}

.hder_top_left ul li {
    list-style: none;
    float: left;
    padding: 0 0 0 15px;
    margin-top: 3px;
}

.hder_top_left ul li {
    color: #000;
    font: 18px 'robotolight';
    ;
}

.hder_top_left ul li span .fa-envelope {
    color: #d18c52;
    font-size: 25px;
    vertical-align: middle;
    padding: 0 3px 0 0;

}

.hder_top_left ul li span .fa-phone {
    color: #d18c52;
    font-size: 25px;
    vertical-align: middle;
    padding: 0 3px 0 0;
}



.hder_top_right {
    float: right;
}

.hder_top_right ul li {
    list-style: none;
    float: left;
    padding: 0 0 0 15px;
}

.hder_top_right ul li a {
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;

}

.hder_top_right ul li a span .fa-facebook {
    background: #3a589b;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
}

.hder_top_right ul li a span .fa-facebook:hover {
    background: #fff;
    color: #3a589b;
    border: 1px solid #3a589b;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.hder_top_right ul li a span .fa-twitter {
    background: #598dca;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 34px;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
}

.hder_top_right ul li a span .fa-twitter:hover {
    color: #598dca;
    background: #fff;
    border: 1px solid #598dca;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.hder_top_right ul li a span .fa-youtube {
    background: #FF0000;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
}

.hder_top_right ul li a span .fa-youtube:hover {
    color: #FF0000;
    background: #fff;
    border: 1px solid #FF0000;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.hder_top_right ul li a span .fa-google-plus {
    background: #e3411f;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
}

.hder_top_right ul li a span .fa-google-plus:hover {
    color: #e3411f;
    background: #fff;
    border: 1px solid #e3411f;
    outline: 0 !important;
    outline: none !important;
    -moz-outline-style: none;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/*======================================hder-top=====================================*/

/*===================start header======================*/

/*==============start header=====================*/

.header {
    width: 100%;
    float: left;
    background: #d18c52;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 20px 5px 20px;
    margin: 0 12px;
    font: 16px 'ralewaysemibold';
    text-transform: uppercase;
    /*border-bottom: 3px solid transparent;*/
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    /*border-bottom: 3px solid #fff;*/
}

/*.navbar-default .navbar-nav > li > a:active_one{
    background: transparent !important;
    border-bottom:3px solid #fff;
    
} */

.navbar-default .navbar-nav .active_one a {
    border-bottom: #fff 3px solid;
}

/*===============new header==============*/

.hder_col_both_part_one {
    width: 35%;
    float: left;
}

.hder_col_both_part_two {
    width: 65%;
    float: left;
    margin-top: 13px;
}

.hder_logo {
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 7px;
}

.hder_logo_left {
    width: 24%;
    float: left;
}

.hder_logo_right {
    width: 75%;
    float: left;
}

.text_part {
    margin-top: 21px;
}

.text_part h3 a {
    color: #fff;
    font: 27px 'roboto_condensedbold';
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}



.icon_part img {
    width: 59%;
    float: right;
    margin-right: 10px;
}

/*===============new header==============*/

#header_wrapper {
    padding: 0px 0px;
    border-top: bisque;
    -webkit-box-shadow: 1px 4px 4px rgba(60, 60, 60, 0.44);
    box-shadow: 1px 4px 4px rgba(60, 60, 60, 0.44);
    border-bottom: 0px solid #D2D2D2;

}

/* Individual effect styles */

.menu-shylock .menu_link {
    position: relative;
    margin: 0;
    color: #b5b5b5;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
    color: #d94f5c;
}

.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu--shylock .menu__item--current .menu__link::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
    color: #b5b5b5;
}

.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {

    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    /*-- w3layouts --*/
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--shylock .menu__link::before {
    background: #fff;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu--shylock .menu__link::after {
    background: #fff;
}

a.menu__link {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Individual effect styles */

/*===================start header======================*/

.section_hder {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
}

.section_hder h3 {
    font: 30px 'roboto_condensedbold';
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0 0 15px 0;
}

/*======================================*/

/*=========================merquee part========================*/

.merque_part {
    width: 100%;
    float: left;
    background: #f4f4f4;
}

.merque_part marquee {
    margin: 4px 0 4px 0;
    font: 18px 'robotolight';
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.merque_part marquee a {
    color: #2746e5;
}


/*=========================merquee part========================*/

/*==============slider============*/

.slider_part {
    width: 100%;
    float: left;

}

.slider_img {
    position: relative;
}

.slider_inner {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: 112px;
}

.slider_inner h1 {
    font: 22px 'roboto_condensedbold';
    text-transform: uppercase;
    margin: 28px 0 -10px 0;
    color: #fff;
}

.slider_inner h3 {
    font: 62px 'roboto_condensedlight';
    text-transform: uppercase;
    margin: -37px 0 0 0;
    letter-spacing: -5px;
}

.slider_inner h4 {
    font: 40px 'roboto_condensedbold';
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 -10px 0;
    text-shadow: 1px 0px 1px #4a4a4a;
}

.inner_btn {
    width: 100%;
    float: left;
    margin: 45px 0 0 0;
}

.inner_btn a {
    padding: 14px 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.8);
    font: 15px 'ralewaysemibold';
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.inner_btn a.btn2 {
    background: transparent;
    color: #fff;
    margin: 0 0 0 10px;
    border: 2px solid #fff;
}

/*==============slider============*/

/*======================================*/

/*========================About bidut bannerjee Start========================*/

.principal_desk {
    width: 100%;
    float: left;
}

.principal_desk_bg {
    background: url(../img/principal_desk_bg.jpg) repeat 0px 0px;
    position: relative;
}

.principal_desk_part {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.principal_desk_text {
    width: 100%;
    float: left;
}

.principal_desk_btn {
    width: 100%;
    float: left;
    padding-top: 32px;
}

.principal_desk {
    width: 100%;
    float: left;
    /*! margin-top: 10px; */
}


.principal_desk_text {
    width: 100%;
    float: left;
}

.principal_desk_text p {
    font: 18px 'robotolight';
    text-align: justify;
    text-align-last: left;
    line-height: 31px;
}

.principal_desk_btn a {
    padding: 15px 40px;
    /*background: #e52c27;*/
    color: #fff;
    font: 16px 'ralewaysemibold';
    text-transform: uppercase;
    -webkit-transition: 700ms;
    transition: 700ms;
}

.principal_desk_btn a:hover {
    /* background: #ff6f00;*/
}

.principal_desk_img img {
    width: 100%;
    display: block;
    height: 428px;
}

/*======effect=====*/

/* Radial In */

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #d18c52;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e52c27;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*=====effect======*/

/*========================About bidut bannerjee Start========================*/

/*================================happy_birthday=======================*/

.happy_birthday {
    width: 100%;
    float: left;
}

.happy_birthday_slider_part {
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 8px 0px (0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.happy_birthday_img{
    width: 100%;
    display: block;
    height: 129px;
}

.happy_birthday_img img{
    width: 45%;
    height: auto;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.our_partner_one {
    margin: 7px 7px;
}

.tips_of_the_day_part_all {
    width: 100%;
    float: left;
}

.tips_of_the_day_part_left {
    width: 7%;
    float: left;
}

.tips_of_the_day_part_right {
    width: 93%;
    float: left;
}

.tips_of_the_day_part_left span .fa-lightbulb-o {
    font-size: 30px;
    color: #e52e2a;
    margin-top: 5px;
}

.tips_of_the_day_part_right h4 {
    font: 20px 'ralewaysemibold';
    text-transform: capitalize;
}

.tips_of_the_day {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.tips_of_the_day_text {
    width: 100%;
    float: left;
}

.tips_of_the_day_text p {
    font: 18px 'robotolight';
    line-height: normal;
    text-align: justify;
    text-align-last: left;
    line-height: 31px;
}

.happy_birthday_hline {
    width: 100%;
    float: left;
}

.happy_birthday_hline h3 {
    text-align: center;
    margin-top: 7px;
    font: 18px 'ralewaysemibold';
    text-transform: uppercase;
}

.happy_birthday_para {
    width: 100%;
    float: left;
    margin-bottom: 10px;
	height: 98px;
}

.happy_birthday_para p {
    font: 16px 'robotolight';
    text-align-last: left;
    line-height: 20px;
    margin-top: 5px;
}

.happy_birthday_part {
    width: 100%;
    float: left;

}

.happy_birthday_all {
    width: 100%;
    float: left;
    background: #fff;
    padding: 5px 5px 5px 10px;
    margin-top: 6px;
	margin-bottom: 30px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 8px 0px (0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-theme .owl-controls {
    margin-top: -18px !important;
    text-align: center;
}

/*===============================happy_birthday========================*/

/*==================================footer frist==========================================*/

.footer_frist {
    width: 100%;
    float: left;
    background: #fff;
}

.footer_frist_bg {
    background: url(../img/backgroubd_bg.png) repeat-x 0px 0px;
    position: relative;
}

.footer_frist_part {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.footer_frist_hline {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer_frist_hline h3 {
    color: #000;
    text-transform: uppercase;
    font: 30px 'roboto_condensedbold';
    font-weight: bold;
}

.footer_frist_address_left {
    width: 15%;
    float: left;
}

.footer_frist_address_right {
    width: 85%;
    float: left;
}

.footer_frist_address_all {
    width: 100%;
    float: left;
}

.footer_frist_address_all:nth-child(1),
.footer_frist_address_all:nth-child(2),
.footer_frist_address_all:nth-child(3) {
    margin-bottom: 15px;
}

.footer_frist_address_icon .fa-map-marker {
    color:#D18C52;
    font-size: 30px;
}

.footer_frist_address_icon .fa-volume-control-phone {
    color: #D18C52;
    font-size: 30px;
}

.footer_frist_address_icon .fa-envelope {
    color:#D18C52;
    font-size: 30px;
}

.footer_frist_address_icon .fa-clock-o {
    color: #9e6e46;
    font-size: 30px;
}

.footer_frist_address_text p {
    color: #000;
    font: 18px 'robotolight';
}

.fter_frm {
    width: 100%;
    height: 35px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0 !important;
    margin-bottom: 7px;
    color: #000;
    padding: 0 0px 0 14px;
    font: 17px 'robotolight';
    text-transform: capitalize;
}

.fter_textarea {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0 !important;
    margin-bottom: 7px;
    color: #000;
    padding: 5px 14pxpx 5px 14px;
    resize: none;
    text-transform: capitalize;
    font: 17px 'robotolight';
}

.fter_btn {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.fter_submit_btn {
    padding: 12px 40px;
    font: 16px 'ralewaysemibold';
    text-transform: uppercase;
    -webkit-transition: 700ms;
    transition: 700ms;
    color: #fff;
}

.fter_submit_btn:hover {
    color: #fff !important;
}

/*==================================footer second==========================================*/

/*==================================footer second==========================================*/

.footer_second {
    background: #020202;
    padding: 20px 0;
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
}

.footer_text p {
    color: #fff;
    font: 17px 'robotolight';
    text-transform: capitalize;
}

.footer_text p a {
    color: #fff;
}

.color_bround {
    color: #e52e2a;
}

/*==================================footer second==========================================*/

/*--top-move--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 8%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../img/arr.png") no-repeat 0px 0px;
    background-size: 30px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.display_menu {
    display: none;
}


/*=====================contact us====================*/

.enquery_frm {
    width: 100%;
    float: left;
}

.input_enquery_frm {
    border-radius: 0px;
    height: 40px;
    color: #000;
    font: 18px 'robotolight';
}

.input_enquery_frm:nth-child(1),
.input_enquery_frm:nth-child(2),
.input_enquery_frm:nth-child(3) {
    margin-bottom: 20px;
}

.textarea_enquery_frm {
    height: 100px !important;
    border-radius: 0px;
    color: #000;
    font: 18px 'robotolight';
    resize: none;
}

.enquery_frm_btn {
    margin-top: 20px;
}

.frm_btn {
    padding: 10px 40px;

    font: 20px 'ralewaysemibold';
    color: #fff;
    text-transform: uppercase;
}

.enquery_frm_part {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

/*-----------enquery form-----------*/

.contact_banner {

    margin-top: 99px;

}

.contact-hder {
    width: 100%;
    float: left;
}

.contact-hder h3 {
    color: #000;
    font: 20px 'roboto_condensedbold';
    text-transform: uppercase;
    padding: 0px 0 0px 0;
}

.contact_info h3 {
    font: 25px 'roboto_condensedbold';
    text-transform: uppercase;
    margin-top: 21px;
}

.contact-info-left {
    float: left;
    width: 5%;
}

.ftr-address i {
    color: #0064d2;
    vertical-align: top;
    font-size: 1em;
    margin-top: 24px;
}

.contact-info:nth-child(3),
.contact-info:nth-child(2) {
    margin: 1.8em 0 2.5em 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    background: #e52e2a;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
}

.contact-info i:hover {
    background:#D18C52;
    color: #fff;
    cursor: pointer;
}

.contact-info-right {
    float: left;
    margin: 0 0 0 1em;
}

.contact-info-right:hover i {
    background: #f6d014;
    color: #000;
}

.contact-info-right h5 {
    color: #000000;
    font-size: 1em;
    margin: 0 0 .2em 0;
    font: 18px 'ralewaysemibold';
    text-transform: uppercase;
}

.contact-info-right p {
    letter-spacing: 1px;
    color: #000;
    line-height: 1.8em;
    margin: 1em 0 0 0;
    font-size: .9em;
    font: 18px 'robotolight';
}

.contact-info-right ul {
    padding: 0;
    margin: 0;
}

.contact-info-right ul li {
    display: block;
    letter-spacing: 1px;
    color: #000;
    font-size: .9em;
    margin-bottom: .4em;
    font: 18px 'robotolight';
}

.contact-info-right ul li {
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font: 18px 'robotolight';
}

.contact-info-left {
    width: 15%;
    float: left;
}

.contact_hline h3 {
    font: 25px 'roboto_condensedbold';
    text-transform: uppercase;
    margin-top: 21px;
}

.contc_frm {
    margin-top: 25px;
}

.contact_form {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.contact_info {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

/*=====================contact us====================*/

/*=====================About page====================*/

.about_wlcm {
    width: 100%;
    float: left;
}

.about_sec_part {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.about_sec_part p {
    font: 18px 'robotolight';
    text-align: justify;
    text-align-last: left;
    line-height: 31px;
}


/*=====================About page====================*/


/*===================services page===================*/
.services_sec_part{
    width: 100%;
    float: left;
}
.services_sec_part_all{
    width: 100%;
    float: left;
    margin: 7px 0 15px 0;
}
.services_sec_part_hline{
    width: 100%;
    float: left;
}
.services_sec_part_hline h3 {
    font: 22px 'roboto_condensedbold';
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    color: #000;
    text-decoration: underline;
}
.services_sec_part_para{
    width: 100%;
    float: left;
}
.services_sec_part_para p{
    font: 18px 'robotolight';
    text-align: justify;
    text-align-last: left;
    line-height: 31px;
    color:#000;
}
.important_link{
    width: 100%;
    float: left;
    margin: 30px 0;
}
.important_link_part{
    width: 100%;
    float: left;
	margin-top:8px;
}
.important_link_part h3{
     font: 20px 'robotolight';
}
.important_link_part h3 a{
    color:#000;
}
/*===================services page===================*/

@media (max-width:768px) {
    .hder_col_both_part_one {
        width: 100%;
    }
    .hder_col_both_part_two {
        width: 100%;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    /* =============== MENU AREA =============== */
    .navbar-header {
        padding-right: 0px;
    }
    .navbar-nav > li > a {
        padding: 15px 5px 5px;
        text-align: center;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover {
        border-color: #fff;
    }
    .nino-menuItem,
    .navbar-collapse {
        width: 100%;
    }
    .navbar-collapse {
        background: #9e6e46;
        border-color: #9e6e46;
        position: absolute;
        z-index: 9999;
        left: 0px;
        top: 76px;

    }
    .nino-iconsGroup {
        position: absolute;
        right: 50px;
        top: 0;
        margin: 0;
    }
    .nino-iconsGroup > li {
        display: inline-block;
    }
    .nino-iconsGroup li a {
        margin: 0 0 0 15px;
        padding: 15px 0 5px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        background: transparent;
    }
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    /* =============== MENU AREA =============== */
    .text_part h3 a {
        font: 23px 'roboto_condensedbold';
    }
    .hder_logo {
        margin-top: -43px;
    }
    .icon_part img {
        width: 24%;
    }
    .text_part {
        margin-top: 12px;
    }
	/*=============Footer Second===============*/
    .footer_second p {
        text-align: center;
        margin: 7px 0;
    }
    /*=============Footer Second===============*/
}
@media (max-width:480px) {
	.slider_inner {
		top: 15px;
		left: 60px;
		width: 80%;
		margin: 0 auto;
		display: none;
	}
	.slider_inner h4 {
    	font: 28px 'roboto_condensedbold';
	}
	.principal_desk_img img {
		width: 100%;
		display: block;
		height: auto;
	}
	.section_hder {
    	margin: 11px 0 0 0;
	}
	.principal_desk_part{
		margin-bottom: 16px;
	}
	.footer_frist_hline h3{
		font: 20px 'roboto_condensedbold';
	}
	
}
@media (max-width:320px) {
    
    /*============hder top==========*/
    .hder_top_right {
        text-align: center;
        margin: 6px 0 5px 50px;
        width: 100%;
        float: left;
    }
    
    /*============hder top========*/
    
    
    .hder_logo_left {
        width: 15%;
        float: left;
    }
    .icon_part img {
        width: 79%;
    }
    .text_part {
        margin-top: 8px;
    }
    .navbar-collapse {
        top: 64px;
    }
}
