@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 28, 2017 */

@font-face {
    font-family: 'ralewaybold_italic';
    src: url('../fonts/raleway-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/raleway-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontleroy_brown_nfregular';
    src: url('../fonts/fontleroybrownnf-webfont.woff2') format('woff2'),
    url('../fonts/fontleroybrownnf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'laurenscriptregular';
    src: url('../fonts/laurenscript-webfont.woff2') format('woff2'),
    url('../fonts/laurenscript-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: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.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;
}

/*---------header---------*/

.banner {
    width: 100%;
    float: left;
}

.banner_info {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    top: 27%;
    left: 18%;
    padding: 40px 30px;
    background: rgba(0, 0, 0, .3);
}

.banner_info h1 {
    font: 50px 'montserratbold';
    text-transform: uppercase;
    color: #ffc81c;
    margin: 0 0 20px 0;
    text-shadow: 0px 1px 3px #000;
    letter-spacing: 2px;
}

.banner_info h2 {
    font: 46px 'montserratbold';
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px 0;
    text-shadow: 0px 1px 3px #000;
}

.thim-click-to-bottom {
    position: absolute;
    bottom: 10%;
    left: 48%;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #000;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 25px;
    margin-left: .5em;
    background: #f4cf14;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

h5.w3l-posi {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 1.1em;
    position: absolute;
    top: 47%;
    left: -3%;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 500;
}

h5.w3l-posi span {
    color: #31bdfd;
    background: #fff;
    padding: .5em .8em;
    text-transform: lowercase;
}

/*---------heade----------*/

/*----------------menu start-------------------*/

/*--top-nav--*/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.header {
    width: 100%;
    float: left;
    background: #0093e3;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}

.navbar-brand {
    float: left;
    height: 90px !important;
    padding: 5px 15px 0px 15px !important;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    width: 50%;
}

.navbar-nav > li {}






.hder_col_both_part_one {
    width: 42%;
    float: left;
}

.hder_col_both_part_two {
    width: 58%;
    float: left;
}

.hder_logo_left {
    width: 22%;
    float: left;
}

.hder_logo_right {
    width: 78%;
    float: left;
}

.icon_part img {
    width: 96%;
    float: right;
    margin-top: -9px;
}

.text_part h3 {
    font-size: 29px;
    margin-top: 50px;
    font-family: 'laurenscriptregular';
}

.text_part h3 a {
    color: #fff;
}




.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-default {
    color: #333;
    background-color: transparent;
    border: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: transparent;
    background-color: transparent;
    border-color: transparent;

}

.navbar-right {
    float: right !important;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 25px 20px 20px 20px !important;
    font: 17px 'ralewaysemibold';
    text-transform: uppercase;
}

.menu_active {
    background: #fff !important;
    color: #000 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    /*background: #FD6239;*/
    outline: 0;
    outline: none;
}

.navbar-nav > li > a {}

.navbar-default {
    background-color: transparent;
    border-bottom: 1px solid #444;
    border-radius: 0px;
    border: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0px;
}





.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: :#f8f8f8;
    border-color: :#f8f8f8;
    color: #000;
}

.open > .dropdown-menu {
    display: block;
    background: #0093E3;
}


.dropdown-menu > li > a {
    display: block;
    padding: 14px 20px !important;
    font: 17px 'ralewaysemibold';
    text-transform: uppercase;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff !important;

    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #000 !important;
    text-decoration: none;
    background: #fff !important;
}

.dropdown-menu > li > a:active {
    background: #fff !important;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0px;

    /*border-top: 2px solid #f8f8f8;*/
}

.menu_active .admin_color {
    color: #000 !important;
    background: #fff !important;

}

.menu_active {
    color: #000 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -6px !important;
}



/*===============effect===============*/

/* Bounce To Right */

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #000;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*---------------------hder-top--------------------*/

.header_menu {
    width: 100%;
    float: left;
    background: #fff;
}

.header_top {
    width: 100%;
    float: left;
    background: #339bda;
    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: #fff;
    font: 16px 'robotolight';
}

.hder_top_left ul li span .fa-envelope {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

.hder_top_left ul li span .fa-phone {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

.hder_top_left ul li span .fa-clock-o {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

.hder_top_left {
    margin-right: 19px;
}

.hder_top {
    width: 100%;
    float: left;
    margin-bottom: 7px;
}

.display_menu {
    display: none;
}

/*----------------------header-top----------------------------------*/

/*-----------------menu end-------------------*/

/*==========================*/

.slider_part {
    width: 100%;
    float: left;
    margin-top: 100px;
}




.slider_img {
    position: relative;
}

.slider_inner_one {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: 113px;
}

.slider_inner {
    position: absolute;
    z-index: 99;
    top: 120px;
    right: 213px;
}

.slider_inner h1 {
    font: 20px 'roboto_condensedbold';
    text-transform: uppercase;
    margin: 28px 0 -10px 0;
    color: #593741;
}

.slider_inner h3 {
    font: 62px 'roboto_condensedlight';
    text-transform: uppercase;
    margin: -37px 0 0 0;
    letter-spacing: -5px;
}

.slider_inner h4 {
    font: 45px 'montserratbold';
    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;
}



/*==========================*/

/**************start header***********************/

.section_hder {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
}

.section_hder h3 {
    font-family: 'ralewaybold_italic';
    font-size: 34px;
    text-transform: capitalize;
    font-weight: bolder;
    margin: 0 0 15px 0;
    color: #593741;
}

.color_whit {
    color: #fff !important;
}

.sec_hdr_line {
    width: 220px;
    height: 3px;
    background: #fabb15;
}

.sec_hdr_line_two {
    width: 180px;
    height: 3px;
    background: #51c8ea;
}

.sec_hdr_line_three {
    width: 120px;
    height: 3px;
    background: #fabb15;
}

.welcome_part {
    width: 100%;
    float: left;
    /*! margin-bottom: 40px; */
    /*! margin-top: 40px; */
}

.about_mcl {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 20px 0;
}

.why_people_choose_us_part {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.why_people_choose_us_img {
    width: 100%;
    float: left;
}

.why_people_choose_us_img img {
    margin: 0 auto;
}

.why_people_choose_us_text p {
    font: 18px 'robotolight';
    line-height: normal;
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
    width: 100%;
    margin-top: 15px;
}

.why_people_choose_us_text a {
    color: #0093e3;
    font-weight: bold;
}

.why_people_choose_us_text a:hover {
    text-decoration: underline;
}

.wlcm_bg {
    background: url(../img/pattan.jpg) repeat 0px 0px;
    position: relative;
    min-height: 414px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*-----------welcome start-----------*/

/*----------Our Services----------*/

.blog_slider {
    width: 100%;
    float: left;
}

.blog-slider_bg {
    background: url(../img/pattan-two.jpg) repeat 0px 0px;
    position: relative;
    min-height: 414px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.our_project_part {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0;
    background: #0093e3;
    transition: all 700ms;
}

.our_project_part:hover {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.our_project_part_green:hover {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.our_project_part_green {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0;
    background: #fabb15;
    transition: all 700ms;
}

.our_project_hline h3 {
    color: #fff;
    font: 19px 'roboto_condensedbold';
    text-transform: uppercase;
    padding: 12px 0 15px 0;
}

.color_blue_text a:hover {
    color: #0093e3 !important;
}

.color_yellow_text a:hover {
    color: #fabb15 !important;
}

.our_project_hline h3 span.our_project_hline_clor {
    color: rgb(14, 160, 23);
}

.our_project_img {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.our_project_img img {
    margin: 0 auto;
}

.our_project_text {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.our_project_text p {
    font: 18px 'roboto_condensedlight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
    padding: 0 20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 46%;
    right: 1px;
    border-radius: 0px !important;
    font-size: 40px !important;
    padding: 5px 12px !important;
    background: #fff !important;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    width: 45px;
    height: 55px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 46%;
    left: 1px;
    border-radius: 0px !important;
    font-size: 40px !important;
    padding: 4px 12px !important;
    background: #fff !important;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    width: 45px;
    height: 55px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next .fa-angle-right {
    color: #000;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev .fa-angle-left {
    color: #000;
}

.blog_slider_one {
    margin: 0px 12px;
}

.our_project_ancher {
    width: 100%;
    float: left;
    margin: 10px 0 16px 0;
}

.our_project_ancher a {
    padding: 12px 20px;
    font: 15px 'ralewaysemibold';
    color: #000;
    text-transform: uppercase;
}


/*----------effect------------*/

/* Rectangle In */

.hvr-rectangle-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;
    background: #0093e3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fabb15;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: #000;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*-----------effect-------------*/

/*----------effect------------*/

/* Rectangle In */

.hvr-rectangle-in-one {
    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;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

.hvr-rectangle-in-one:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fabb15;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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-rectangle-in-one:hover,
.hvr-rectangle-in-one:focus,
.hvr-rectangle-in-one:active {
    color: #000;
}

.hvr-rectangle-in-one:hover:before,
.hvr-rectangle-in-one:focus:before,
.hvr-rectangle-in-one:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*-----------effect-------------*/

/*----------effect------------*/

/* Rectangle In */

.hvr-rectangle-in-two {
    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;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

.hvr-rectangle-in-two:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0093e3;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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-rectangle-in-two:hover,
.hvr-rectangle-in-two:focus,
.hvr-rectangle-in-two:active {
    color: #000;
}

.hvr-rectangle-in-two:hover:before,
.hvr-rectangle-in-two:focus:before,
.hvr-rectangle-in-two:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*-----------effect-------------*/

/*------------------why chose us-----------------------*/

.Why_Chose_Us {
    width: 100%;
    float: left;
}

.Why_Chose_Us_bg {
    background: url(../img/Why-Chose-Us-bg.jpg) fixed no-repeat center 100%;
    background-size: cover;
    min-height: 400px;
}

.Why_Chose_Us_part {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.what_we_do_para h3 {
    color: #fff;
    font: 34px 'montserratbold';
    text-transform: uppercase;
}

.what_we_do_para p {
    color: #fff;
    font: 25px 'ralewaysemibold';
    text-transform: capitalize;
    margin: 10px 0;
}

/*----------effect------------*/

.imgs {
    vertical-align: bottom;
    margin: 16px auto;
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 2em;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #EFA52C;
    background: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 3 */

.hi-icon-effect-3 .hi-icon {
    -webkit-box-shadow: 0 0 0 4px #fabb15;
    box-shadow: 0 0 0 4px #fabb15;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #0093e3;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

/* Effect 3b */

.hi-icon-effect-3b .hi-icon {
    color: #fabb15;
}

.hi-icon-effect-3b .hi-icon:hover {
    color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after,
.Why_Chose_Us_part:hover .hi-icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hi-icon .fa-inr {
    width: 115px;
    height: 115px;
    color: #fabb15;
    font-size: 65px;
    line-height: 114px;
    border-radius: 50%;
}

.hi-icon .fa-briefcase {
    width: 115px;
    height: 115px;
    color: #fabb15;
    font-size: 51px;
    line-height: 117px;
    border-radius: 50%;
}

.hi-icon .fa-volume-control-phone {
    width: 115px;
    height: 115px;
    color: #fabb15;
    font-size: 65px;
    line-height: 114px;
    border-radius: 50%;
}

.hi-icon-effect-3b .hi-icon .fa-briefcase:hover,
.hi-icon-effect-3b .hi-icon .fa-inr:hover,
.hi-icon-effect-3b .hi-icon .fa-volume-control-phone:hover {
    color: #fff;
}

.Why_Chose_Us_part:hover i {
    color: #fff;
}

.Why_Chose_Us_part:hover {
    cursor: pointer;
}

/*----------effect------------*/

/*------------------why chose us-----------------------*/

/*------------------Our Achivement start-----------------------*/

.our_achivment {
    width: 100%;
    float: left;
}

.our_achivment_bg {
    background: url(../img/count-up-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 1em 0;
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.our_achivment_part {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
}

.our_achivment_icon .fa-smile-o {
    color: #ffc81c;
    font-size: 70px;
    margin: 4px 0
}

.our_achivment_para h3 {
    color: #fff;
    font: 30px 'ralewaysemibold';
    text-transform: capitalize;
    margin: 15px 0;
}

.our_achivment_text p {
    color: #fff;
    font: 30px 'roboto_condensedbold';
    margin: 15px 0;
}

.our_achivment_icon img {
    margin: 10px 0;
}

/*------------------Our Achivement end-----------------------*/

/*-----------enquery form-----------*/

.enquery_bg {
    background: url(../img/pattan.jpg) repeat 0px 0px;
    position: relative;
    min-height: 414px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.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),
.input_enquery_frm:nth-child(4) {
    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 0;
    color: #fff;
    font: 20px 'ralewaysemibold';
    color: #000;
    text-transform: uppercase;
}

.enquery_frm_part {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

.facebook_link {
    width: 100%;
    float: left;
    background: #fff;
    min-height: 405px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
}

/*-----------enquery form-----------*/

/*------------footer---------------*/

.footer {
    background: #353535;
    padding: 20px 0;
    width: 100%;
    float: left;
}

.footer_text p {
    color: #fff;
    font: 18px 'robotolight';
    text-transform: capitalize;
}

.footer_text p a {
    color: #fff;
}

/*------------footer---------------*/

/*---------------------------------------------*/

/*------------------------------------------------*/

/*--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);
}

/*=====================contact us====================*/

.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: #FABB15;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
}

.contact-info i:hover {
    background: #0093e3;
    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 us=====================*/

.about_info {
    width: 100%;
    float: left;
}

.about_info p {
    font: 18px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
}

.boys_area_left .fa-hand-o-right {
    font-size: 20px;
    color: #29c4f8;
    margin-left: 8px;
    margin-top: 12px;
}

.boys_area_left {
    width: 6%;
    float: left;
}

.boys_area_right {
    width: 90%;
    float: left;
}

.boys_area {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.boys_area_right p {
    font: 18px 'robotolight';
    margin-top: 7px;
}

.about_product {
    width: 100%;
    float: left;
}

.about_product h3 {
    font: 20px 'ralewaysemibold';
    color: #000;
    margin-bottom: 15px;
}

.about_product_hdr {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 35px 0;
}

.about_product_hdr h3 {
    font-family: 'ralewaybold_italic';
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.about_part_one {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.about_part_two {
    width: 100%;
    float: left;
}

.about_bg {
    background: url(../img/pattan.jpg) repeat 0px 0px;
    position: relative;
    min-height: 414px;
    padding-bottom: 20px;
}

/*======================about us=====================*/

/*====================services=======================*/

.service_bg {
    background: url(../img/pattan.jpg) repeat 0px 0px;
    position: relative;
    min-height: 414px;
    padding-bottom: 20px;
}

.services_info {
    width: 100%;
    float: left;
}

.services_info p {
    font: 18px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
}

.services_info_two {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.service_product_hdr {
    width: 100%;
    float: left;
    text-align: left;
    margin: 40px 0 35px 0;
}

.service_product_hdr h3 {
    font-family: 'ralewaybold_italic';
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.color_blue {
    background: #0093e3;
}

/*====================services=======================*/

/*=============product=================*/

.product_part_hdr {
    width: 100%;
    float: left;
    text-align: center;
}

.product_part_hdr h3 {
    font-family: 'ralewaybold_italic';
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.product-info p {
    font: 18px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
}

.our_product {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our_product h3 {
    background: #fabb15;
    text-align: center;
    padding: 12px 0;
    font: 20px 'montserratbold';
    text-transform: uppercase;
    color: #000;
}

.our_product ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #0093E3;
}

.our_product ul li a {
    font: 17px 'robotolight';
    text-transform: capitalize;
    color: #000;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.our_product ul li a:hover {
    margin-left: 5px;
}

.our_product ul li span .fa-arrow-right {
    color: #0093E3;
    margin-right: 3px;
    margin-left: 11px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    font: 18px 'roboto_condensedbold';
    text-transform: uppercase;
    color: #000;

}

.tab_part {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.nav-tabs-custom > .nav-tabs > li.active a {
    border-top-color: #0093e3;
    !important;
    text-transform: uppercase !important;
    border-bottom-color: #fabb15 !important;
}

.jumbo_bag_part {
    width: 100%;
    float: left;
}

.jumbo_bag_text p {
    font: 18px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
}

.jumbo_bag_img {
    width: 100%;
    float: left;
}

.jumbo_bag_img img {
    margin-top: 60px;
}

.small_bags {
    width: 100%;
    float: left;
    text-align: center !important;
    margin: 0 auto !important;
}

.small_bags img {
    text-align: center !important;
    margin: 0 auto !important;
}


.jumbo_bag_text {
    width: 100%;
    float: left;
}

.bags_detals_all {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #000;
}

.padding_narrow {
    padding: 0;
}

.bag_detals {
    width: 97%;
    margin: 0 15px;
}

.bag_detals_top-hder {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.bag_detals_top-hder h5 {
    font: 15px 'robotolight';
    color: #000;
}

.bag_detals h3 {
    font: 20px 'roboto_condensedbold';
    text-transform: uppercase;
    padding: 12px 0 15px 0;
}

.bag_detals p {
    font: 17px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
    margin-bottom: 15px;
}


.bag_detals_part_second_hline {
    width: 100%;
    float: left;
    margin: 15px 0;
}


.bag_detals_part_second_hline h3 {
    font: 26px 'roboto_condensedbold';
    text-transform: uppercase;
    padding: 12px 0 15px 0;
    color: #00109d;
}

.bag_detals_part_second_detals_text p {
    font: 18px 'robotolight';
    line-height: 30px;
    color: #000;
    text-align: justify;
    text-align-last: left;
    width: 83%;
}

.bags_detals_all_second {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #000;
    min-height: 200px;
}

.bag_detals_part_second_img_part_all {
    width: 100%;
    float: left;
}

.bag_detals_part_second_img_part {
    width: 97%;
    margin: 0px auto;
}

.bag_detals_part_second_detals_text {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.bag_detals_part_third {
    width: 100%;
    float: left;
}

.jumbo_bag_part_hder {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.jumbo_bag_part_hder h3 {
    font: 26px 'roboto_condensedbold';
    text-transform: uppercase;
    padding: 12px 0 15px 0;
    color: #00109d;
}

.product_Enquery {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

.product_Enquery a {
    padding: 10px 20px;
    color: #fff;
    font: 17px 'ralewaysemibold';
    text-transform: uppercase;
}

.product_Enquery a:hover {
    color: #fff;
}

.only_under_construction {
    width: 100%;
    float: left;
    min-height: 200px;
}

.product_margin {
    margin: 10px 0 40px 0;
}

/*===============product==============*/

/*====================================*/

.da-slide .da-link {
    top: 270px;
    /*depends on p height*/
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #000 !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    border: 4px solid rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase !important;
    font-size: 18px;
    line-height: 30px;
    width: 200px !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 30px !important;
}

/*================================*/

@media (max-width:1024px) {
    .text_part h3 {
        font-size: 23px;
        margin-top: 55px;
        font-family: 'laurenscriptregular';
    }
    .icon_part img {
        width: 100%;
        margin-top: 1px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 23px 13px !important;
        font: 17px 'ralewaysemibold';
    }
    .hder_top_left {
        margin-right: 4px;
    }
    .icon_part img {
        width: 91%;
    }
    .our_project_part {
        min-height: 368px;
    }
    .our_project_part_green {
        min-height: 368px;
    }

    /*============product===============*/
    .bags_detals_all {
        min-height: 245px;
    }

    /*================slider==================*/
    .slider_part {
        margin-top: 101px;
    }
    .slider_inner {
        top: 67px;
        right: 60px;
    }
    .slider_inner_one {
        top: 52px;
        left: 78px;
    }
    /*================slider==================*/
}

@media (max-width:960px) {
    .navbar-default .navbar-nav > li > a {
        padding: 23px 6.5px !important;
        font: 14px 'ralewaysemibold';
    }
    .hder_top_left ul li span .fa-phone {
        font-size: 18px;
    }
    .hder_top_left ul li span .fa-envelope {
        font-size: 18px;
    }
    .hder_top_left ul li {
        font: 12px 'robotolight';
    }
    .text_part h3 {
        font-size: 18px;
        margin-top: 58px;

    }
    .icon_part img {
        width: 100%;
        margin-top: 15px;
    }
    .slider_part {
        margin-top: 93px;
    }
    .contact_banner {
    margin-top: 93px;
}

}

@media (max-width:768px) {
    .display_menu {
        display: block;
        float: right;
        margin-top: 10px;
        font: 18px 'robotolight';
        font-weight: normal;
        text-transform: capitalize;
        font-weight: bold;
        margin-right: 10px;
        color: #fff;
    }
    .navbar-toggle {
        background-color: #fff !important;
        border: 1px solid #fff !important;
    }
    .navbar-header {
        border-top: 1px solid #fff;

    }
    .navbar-default .navbar-nav > {
        float: left;
    }
    .navbar-nav > li {

        text-align: center;
        display: block;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-nav > li {
        margin-bottom: 2px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 12px 15px !important;
        font: 17px 'ralewaysemibold';
    }
    .navbar-nav {
        margin: 0.5px -15px !important;
    }
}

@media (max-width:480px) {
    .hder_col_both_part_one {
        width: 100%;
        margin-top: -21px;
    }
    .hder_top {
        display: none;
    }
    .hder_col_both_part_two {
        width: 100%;
        float: left;
    }
    /*==================slider====================*/
    .da-slide-current h2 {
        font-size: 22px !important;
    }
    .da-slide-current p {
        font-size: 18px !important;
    }
    .da-img img {
        text-align: center;
        width: 100% !important;
        top: 70px;
        height: 200px;
        line-height: 320px;
        left: 110%;
    }
    .da-slide p {
        width: 50% !important;
        ;
        top: 90px !important;
        color: #916c05;
        font-size: 18px;
        line-height: 26px;
        height: 130px !important;
        overflow: hidden;
        font-style: italic;
        font-family: 'Economica', Arial, sans-serif;
        font-weight: 400;
        font-style: italic;
    }
    /*==================slider====================*/
    .enquery_frm_part {
        margin: 0px 0 20px 0;
    }
    .enquery_bg {
        background: url(../img/pattan.jpg) repeat 0px 0px;
        position: relative;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer_text p {
        text-align: center !important;
        margin: 4px 0;
    }
    .why_people_choose_us_img img {
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }
    .blog_slider_one {
        margin: 0px 0px;
    }
}

@media (max-width:414px) {
    .text_part h3 {
        font-size: 22px;
        margin-top: 69px;

    }


    .slider_part {
        margin-top: 133px;
    }
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 34% !important;
    }
    .slider_inner {
        top: 11px;
        right: 0px;
        width: 79%;
    }
    .slider_inner h4 {
        font: 22px 'montserratbold';
    }
    .slider_inner h1 {
        font: 13px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 19px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .contact_banner {
        margin-top: 133px;
    }
    .section_hder {
        margin: 20px 0 !important;
    }
    .wlcm_bg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .what_we_do_para h3 {
        font: 29px 'montserratbold';
    }
    .what_we_do_para p {
        font: 23px 'ralewaysemibold';
        margin: 10px 0;
    }
    .contact_hline h3 {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    /*================product=================*/
    .jumbo_bag_img img {
        margin-top: 0px;
        margin: 0 auto;
    }
    .jumbo_bag_part_hder h3 {
        text-align: center;
        font: 20px 'roboto_condensedbold';
        padding: 0px 0 0px 0;
    }
    .bag_detals_part_second_hline h3 {
        font: 20px 'roboto_condensedbold';
        padding: 0px 0 0px 0;
        text-align: center;
    }
    .bag_detals_part_second_detals_text p {
        width: 100%;
    }
    /*=================================*/
    .boys_area_left {
        width: 12%;
    }
    .boys_area_right {
        width: 88%;
    }
    .boys_area_right p {
        margin-top: 0px;
    }
}

@media (max-width:412px) {
    .text_part h3 {
        font-size: 21px;
        margin-top: 67px;

    }


    .slider_part {
        margin-top: 133px;
    }
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 30% !important;
    }
    .slider_inner {
        top: 11px;
        right: 0px;
        width: 79%;
    }
    .slider_inner h4 {
        font: 22px 'montserratbold';
    }
    .slider_inner h1 {
        font: 13px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 19px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }
}

@media (max-width:384px) {
    .text_part h3 {
        font-size: 21px;
        margin-top: 63px;

    }
.contact_banner {
    margin-top: 127px;
}
    .slider_part {
    margin-top: 127px;
}
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 30% !important;
    }
    .slider_inner {
        top: 11px;
        right: 0px;
        width: 79%;
    }
    .slider_inner h4 {
        font: 22px 'montserratbold';
    }
    .slider_inner h1 {
        font: 13px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 19px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }
}




@media (max-width:375px) {

    .text_part h3 {
        font-size: 21px;
        margin-top: 64px;
    }




    .slider_part {
        margin-top: 124px;
    }
    .contact_banner {
        margin-top: 124px;
    }
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 30% !important;
    }
    .slider_inner {
        top: 11px;
        right: 0px;
        width: 79%;
    }
    .slider_inner h4 {
        font: 19px 'montserratbold';
    }
    .slider_inner h1 {
        font: 12px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 19px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }
}

@media (max-width:360px) {


    .slider_part {
        margin-top: 121px;
    }
    .contact_banner {
        margin-top: 121px;
    }
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 30% !important;
    }
    .slider_inner {
        top: 11px;
        right: 0px;
        width: 79%;
    }
    .slider_inner h4 {
        font: 19px 'montserratbold';
    }
    .slider_inner h1 {
        font: 12px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 19px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .text_part h3 {
        font-size: 19px;
        margin-top: 59px;
    }
}

@media (max-width:320px) {
    .text_part h3 {
        font-size: 17px;
        margin-top: 55px;

    }

    .why_people_choose_us_text a {
        display: block;
    }


    .slider_part {
        margin-top: 112px;
    }
    .slider_inner_one {
        top: 20px;
        left: 0px;
    }
    .slider_inner_one img {
        width: 30% !important;
    }
    .slider_inner {
        top: 0px;
        right: 0px;
        width: 74%;
    }
    .slider_inner h4 {
        font: 19px 'montserratbold';
    }
    .slider_inner h1 {
        font: 12px 'roboto_condensedbold';
        margin: 8px 0 -25px 0;
        color: #593741;
        line-height: 15px;
    }
    .inner_btn a {
        padding: 6px 16px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.8);
        font: 10px 'ralewaysemibold';
        border-radius: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .flex-direction-nav .flex-prev i {
        background: transparent !important;
        color: #0093E3 !important;
    }
    .flex-direction-nav .flex-next i {
        background: transparent !important;
        color: #0093E3 !important;
    }


    /*=======================*/
    .contact_banner {
        margin-top: 112px;
    }

    .boys_area_left {
        width: 14%;
    }
    .boys_area_right {
        width: 83%;
    }
    .about_product h3 {
        font: 18px 'ralewaysemibold';
    }

}