@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* general start*/

body {
    background: #fff;
    color: #000 !important;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: 10px;
    left: 10px;

}

sub {
    bottom: 10px;
    right: 10px
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    color: #2a375e;
}

h2 {
    font-size: 36px;
    line-height: 38px;
    color: #2a375e;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    color: #b34404;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    color: #b34404;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    color: #2f7780;
}

p {
    padding: 0 0 20px 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #04a45c;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    outline: none !important;
}

a > img {
    line-height: 0;
}

select,
button,
input {
    box-shadow: none;
    outline: none;
}

select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
    box-shadow: none;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(images/seclect-arrow.png);
    background-repeat: no-repeat;
    background-position: 80% center;
}

ul.inline_b li {
    display: inline-block;
    vertical-align: middle;
}

.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.nomar {
    margin: 0;
}

.nomar_R {
    margin-right: 0;
}

.nomar_L {
    margin-left: 0;
}

.nomar_B {
    margin-bottom: 0;
}

.nopad {
    padding: 0;
}

.nopad_R {
    padding-right: 0;
}

.nopad_L {
    padding-left: 0;
}

.nopad_B {
    padding-bottom: 0;
}

.nobor {
    border: none;
}

.nobor_L {
    border-left: none;
}

.nobor_R {
    border-right: none;
}

.nobor_T {
    border-top: none;
}

.nobor_B {
    border-bottom: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.middle {
    margin: 0 auto;
}

.alignleft {
    text-align: left;
    margin: 0;
}

.alignright {
    text-align: right;
    margin: 0;
}

.aligncenter {
    text-align: center;
    margin: 0;
}

.wrapper {
    width: 100%;
}

.header,
header {
    width: 100%;
    background: #00CCFF;
    padding: 20px 0;
}

.footer,
footer {
    width: 100%;
    background: #000;
    padding: 0 0;
}

.site,
.site-branding {
    margin: 0;
}

.site-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.site-header {
    padding: 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
    height: auto;
}

.site-branding,
.site-header-menu,
.header-image {
    margin-bottom: 0;
    margin-top: 0;
}

.main-navigation,
.site-main {
    margin: 0;
}

.site-header-main {
    display: block;
}

.site-content {
    padding: 0;
}

.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

.site-footer {
    display: block;
    padding: 0;
}

.widget {
    font-size: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    margin: 0;
}

/* general end*/

header.header {
    padding: 10px 0 0 0;
    background: #fff;
    margin-bottom: 20px;
}

.home header.header {
    margin-bottom: 35px;
}

.logo {
    display: inline-block;
    margin-left: 28px;
}

.logo img {
    width: 141px;
}

.hdr_inner {
    position: relative;
    border-bottom: 10px solid #642602;
    padding-bottom: 10px;
}

.hari_arw {
    position: absolute;
    right: 200px;
    bottom: 8px;
}

.home .hari_arw {
    display: none;
}

.hari_arw img {
    height: 95px;
    width: auto;
}

.sil_logo {
    position: absolute;
    right: 88px;
    top: -5px;
    z-index: 5;
}

.home .sil_logo {
    display: none;
}

.sil_logo img {
    width: 215px;
}

.arw_down {
    position: absolute;
    top: 115px;
    right: 18px;
    z-index: 1;
}

.arw_down img {
    width: 146px;
}

.hdr_social {
    position: absolute;
    right: 10px;
    top: 47px;
    z-index: 5;
    width: 50px;
    height: 50px;
}

.hdr_social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    border: 8px solid #fff;
    font-size: 20px;
}

.hdr_social a:hover {
    border-color: #b34404;
    z-index: 1;
}

.hdr_social a.fa-facebook {
    position: relative;
    top: 18px;
    right: 38px;
}

.hdr_social a.fa-twitter {
    position: relative;
    top: -10px;
    right: 0;
}

.hdr_social a.fa-linkedin {
    position: relative;
    top: -32px;
    right: 38px;
}

.feedback-from {
    margin-top: 15px;
    padding: 4px 15px;
}

label.error {
    font-size: 12px;
    color: red;
}

.footer_con {
    background: #212e33;
    padding: 10px 0;
    color: #7e8385;
    font-size: 16px;
    line-height: 20px;
}

.footer_con a {
    font-family: Arial, Helvetica, sans-serif;
    color: #c0c0c0;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    margin: 5px;
}

.footer_con a:hover {
    color: #fff;
}

.cpy_right {
    margin-top: 5px;
    color: #c0c0c0;
    font-size: 13px;
    line-height: 17px;
}

.block-gp {
    width: 75px;
    float: left;
}

.modal-backdrop {
    background-color: #fff;
}

#modalPortfolio .input-group-addon {
    background: #3494a3;
    border: 1px solid #3494a3;
    color: #fff;
    border-radius: 0;
}

#modalPortfolio .form-control {
    border: 1px solid #3494a3;
    box-shadow: none;
    border-radius: 0;

}

#modalPortfolio h3 {
    margin-bottom: 20px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .2;
}

#modalPortfolio .modal-dialog {
    width: 400px;

}

.portfolio-link {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

#modalPortfolio label.error {
    font-size: 12px;
    color: red;
    position: absolute;
    width: 100%;
    top: 92%;
    left: 0;
}

.mnu_sec {
    position: absolute;
    right: 310px;
    bottom: 15px;
    z-index: 5;
}

.home .mnu_sec {
    right: 335px;
}

.mnu_sec ul li {
    display: inline-block;
    margin: 0 10px;
}

.mnu_sec ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.mnu_sec ul li a:hover {
    color: #000;
}

.thumb1 {
    float: left;
    width: 33.333%;
    padding: 0 30px 0 0;
}

.thumb1 a {
    display: block;
    border-radius: 15px;
}

.thumb1 a.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=155, Color=#575656)";
    /*IE 8*/
    -moz-box-shadow: 6px 13px 3px #575656;
    /*FF 3.5+*/
    -webkit-box-shadow: 6px 13px 3px #575656;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 6px 13px 3px #575656;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=155, Color=#575656);
    /*IE 5.5-7*/
    -moz-animation: bouncebox 1s;
    -ms-animation: bouncebox 1s;
    -o-animation: bouncebox 1s;
    -webkit-animation: bouncebox 1s;
    animation: bouncebox 1s;
}

@-webkit-keyframes bouncebox {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    80% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

@-moz-keyframes bouncebox {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    80% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

@-o-keyframes bouncebox {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    80% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

@-ms-keyframes bouncebox {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    80% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

@keyframes bouncebox {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    80% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

.thumb1 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_img {
    border: 6px solid #622502;
    border-radius: 15px 15px 0 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_img:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_con {
    border-top: 1px solid #fff;
    padding: 75px 20px 20px 20px;
    min-height: 230px;
    background: #b34404;
    text-align: center;
    position: relative;
    border-radius: 0 0 15px 15px;
}

.thumb1_con h3 {
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_con span {
    position: absolute;
    left: 0;
    z-index: 2;
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    opacity: 0.3;
    width: 100%;
    bottom: 107%;
    padding: 0 20px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    direction: rtl;
    unicode-bidi: bidi-override;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_wrp > .thumb1:nth-child(2) .thumb1_img {
    border-color: #445618;
}

.thumb1_wrp > .thumb1:nth-child(2) .thumb1_con {
    background: #97ac2c;
}

.thumb1_wrp > .thumb1:nth-child(3) .thumb1_img {
    border-color: #1a5c65;
}

.thumb1_wrp > .thumb1:nth-child(3) .thumb1_con {
    background: #3494a3;
}

.thumb1 a.active .thumb1_con span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1 a.active .thumb1_img:after {
    -moz-transform: rotate(0deg) scale(0.1, 0.1) skewX(0deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(0.1, 0.1) skew(0deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(0.1, 0.1) skew(0deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(0.1, 0.1) skew(0deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(0.1, 0.1) skew(0deg, 0deg) translate(0px, 0px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1 a.active .thumb1_img img {
    -moz-animation: zoomimg 5s;
    -ms-animation: zoomimg 5s;
    -o-animation: zoomimg 5s;
    -webkit-animation: zoomimg 5s;
    animation: zoomimg 5s;
}

@-webkit-keyframes zoomimg {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes zoomimg {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes zoomimg {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes zoomimg {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoomimg {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.zoom_hov {
    display: block;
}

.zoom_hov:hover {
    -moz-animation: zoomimgtxt 0.5s;
    -ms-animation: zoomimgtxt 0.5s;
    -o-animation: zoomimgtxt 0.5s;
    -webkit-animation: zoomimgtxt 0.5s;
    animation: zoomimgtxt 0.5s;
}

@-webkit-keyframes zoomimgtxt {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes zoomimgtxt {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes zoomimgtxt {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes zoomimgtxt {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoomimgtxt {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.thumb1 a.active .thumb1_con h3 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb1_wrp {
    margin: 0 -30px 80px 0;
}

.thumb2_wrp {
    margin: 0 -30px 50px 0;
}

.thumb2 {
    float: left;
    width: 33.333%;
    padding: 0 30px 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb2_inner {
    position: relative;
}

.thumb2_inner:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #f47321;
    left: 100%;
    top: 60%;
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    content: '';
    position: absolute;
}

.thumb2_wrp > .thumb2:nth-child(2) .thumb2_inner:after {
    border-color: transparent transparent transparent #5d4037;
}

.thumb2_wrp > .thumb2:nth-child(3) .thumb2_inner:after {
    display: none;
}

.thumb2_inner {
    min-height: 160px;
    border-radius: 15px;
    background: #f47321;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb2 .thumb2_img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -25px;
    top: -30px;
    z-index: 1;
    text-align: center;
}

.thumb2 .thumb2_img img {
    width: 40px;
    line-height: 100px;
}

.thumb2 a {
    display: block;
}

.thumb2_con {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb2_con h3 {
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb2_con h3:after {
    position: absolute;
    top: 100%;
    height: 1px;
    left: 0;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 200px;
    background: #fff;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.thumb2:hover .thumb2_con h3 {
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#000000)";
    /*IE 8*/
    text-shadow: 0px 0px 2px #000000;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#000000);
    /*IE 5.5-7*/
}

.thumb2:hover .thumb2_con h3:after {
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    left: 0;
    transform: none;
    width: 100%;
}

.thumb2_con p {
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    padding: 0 0;
    color: #fff;
    position: relative;
}

.thumb2:hover .thumb2_con p {
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    visibility: visible;
}

.thumb2:hover .thumb2_con {
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    top: 0;
    transform: translateY(0);
    width: 100%;
}

.thumb2_wrp > .thumb2:nth-child(2) .thumb2_inner {
    background: #5D4037;
}

.thumb2_wrp > .thumb2:nth-child(3) .thumb2_inner {
    background: #303F9F;
}

.inner_tit {
    background: #97ac2d;
    padding: 10px 184px 10px 0;
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    text-align: right;
    margin-bottom: 30px;
}

.con_wrp {
    padding: 0 30px;
    width: calc(100% - 164px);
    margin-bottom: 30px;
    overflow: hidden;
}

.title2 {
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    background: -moz-linear-gradient(0deg, #3494a3 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #3494a3), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #3494a3 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #3494a3 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #3494a3 0%, #ffffff 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3494a3', endColorstr='#ffffff', GradientType='1');
    /* for IE */
    background: linear-gradient(90deg, #3494a3 0%, #ffffff 100%);
    /* W3C */
}

.title2 i {
    margin-right: 10px;
}

.abt_con h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.abt_con h4 a {
    text-decoration: underline;
    color: #b34404;
}

.abt_con h4:after,
.abt_con h4:before {
    clear: both;
    content: '';
    display: table;
}

.abt_con h4 a.btnlnkk {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #3494a3;
    padding: 6px 16px;
    display: inline-block;
    float: right;
}

.abt_con h4 a:hover {
    color: #000;
}

.abt_con ul {
    margin-left: 15px;
}

.abt_con ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.abt_con ul li a {
    color: #4d4d4d;
}

.abt_con ul li a:hover {
    color: #000;
}

.abt_con ul li i {
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.arw_img {
    padding: 50px 0 120px;
    background: url(../images/image_bg1.png) no-repeat center top;
    margin-top: 50px;
}

.arw_img img {
    border: 3px solid #3494a3;
}

table {
    border: 1px solid #3494a3;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: 1px solid #3494a3;
}

.brdr_sq {
    margin-bottom: 20px;
}

.brdr_sq h4 {
    padding: 10px;
    color: #fff;
    margin: 0;
}

.brdr_sq ul {
    padding: 10px;
    margin: 0;
}

.brdr_sq p {
    padding: 10px;
}

.no-min-h ul {
    min-height: inherit;
}

.left-inner-addon {
    position: relative;
    margin-bottom: 10px;
}

.left-inner-addon input {
    padding-left: 35px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
    top: -2px;
}

.frm {
    padding: 15px;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.frm label {
    font-weight: normal;
    font-style: normal;
}

.left-inner-addon > span {
    margin-bottom: 5px;
    display: block;
}

.chk_bx {
    margin-left: 15px;
}

.chk_bx input {
    margin: 0 5px 0 0;
}

.frm textarea.form-control {
    padding-left: 35px;
}

.btn_set {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.btn1 {
    background: #97ac2d;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #97ac2d;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-family: 'robotoregular';
    text-transform: uppercase;
}

.btn1:hover,
.btn1:focus {
    background: #fff;
    color: #000;
}

.btn2 {
    background: #b34404;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #b34404;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-family: 'robotoregular';
    text-transform: uppercase;
}

.btn2:hover,
.btn2:focus {
    background: #fff;
    color: #000;
}

.map {
    border: 1px solid #3494a3;
}

.thmb a.thumbnail {
    padding: 0;
    text-align: center;
}

.thmb a.thumbnail img {
    padding: 4px;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thmb a.thumbnail h5 {
    padding: 5px;
    background: #ddd;
    font-size: 14px;
    line-height: 16px;
    min-height: 42px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thmb a.thumbnail:hover,
.thmb a.thumbnail:focus {
    border: 1px solid #3494a3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thmb a.thumbnail:hover h5,
.thmb a.thumbnail:focus h5 {
    background: #3494a3;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thmb a.thumbnail:hover img,
.thmb a.thumbnail:focus img {
    opacity: 0.3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hari_arw_btm {
    position: absolute;
    right: 100px;
    top: 100%;
    display: none;
}

.up_dwn_lgo {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 2;
    display: none;
}

.home .up_dwn_lgo {
    display: block;
}

.up_dwn_lgo img {
    width: auto;
    height: 240px;
}

.gry_bg {
    background: #d6d6d6;
}

.zigzag_con.abt_con h4 {
    background: 0 0;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 0;
    color: #000;
}

.gry_bg {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.gry_bg:after {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 95px;
    content: '';
    background: url(../images/zigzag_left_arw.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 5;
}

.gry_bg:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 95px;
    content: '';
    background: url(../images/zigzag_right_arw.png) no-repeat center top;
    background-size: 100% 100%;
}

.zigzag_wrp {
    margin-bottom: 30px;
    overflow: hidden;
}

.zigzag_wrp .col-md-6 {
    position: relative;
}

.zigzag_wrp .col-md-6 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 152%;
}

.con_wrp > .zigzag_wrp:last-child {
    margin-bottom: 0;
}

.con_wrp .table {
    margin-bottom: 0;
}

.abt_con.brdr_sq {
    margin-bottom: 0;
}

#emailForm {
    width: 300px;
    margin: 0 auto;
}

.brochure_pop .modal-dialog {
    width: 430px;
}

.brochure_pop h3 {
    margin-bottom: 20px;
}

.brochure_pop .input-group-addon {
    background: #3494a3;
    border: 1px solid #3494a3;
    color: #fff;
    border-radius: 0;
}

.brochure_pop .form-control {
    border: 1px solid #3494a3;
    box-shadow: none;
    border-radius: 0;
}

.brochure_pop .input-group {
    position: relative;
}

.brochure_pop .input-group label.error {
    position: absolute;
    top: 99%;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #f00;
    font-size: 12px;
    left: 0;
}

.btn-success {
    background: #97ac2d;
    border-radius: 0;
    color: #fff;
    border: 2px solid #97ac2d;
}

.btn-success:hover {
    background: #fff;
    color: #97ac2d;
    opacity: 1;
}

.btn-danger {
    background: #f00;
    color: #fff;
    border-radius: 0;
    border: 2px solid #f00;
}

.btn-danger:hover {
    background: #fff;
    color: #f00;
    opacity: 1;
}

.msg-succ {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #f00;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li + li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    background-color: #e6e9ed;
    border: 1px solid #e6e9ed;
    transition: none;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #e6e9ed;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #3494a3;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #3494a3;
    border: 1px solid #3494a3
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #3494a3
}

.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}

.breadcrumb-arrow li span {
    color: #434a54
}

.breadcrumb-arrow li a:hover {
    color: #fff;
}

.modal.in .modal-dialog {
    transform: translate(0px, 100%);
}

.abt_con ul li i.fa-envelope {
    font-size: 16px;
}

.sibs_img {
    position: relative;
    border: 2px solid #000;
}

.brochure_pop {
    position: fixed;
    left: 50%;
    top: 65%;
    -moz-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    z-index: 10;
}

.btn3 {
    text-decoration: underline;
    display: inline-block;
    margin-left: 20px;
}

.btn3 img {
    position: static !important;
    width: auto !important;
    display: inline-block;
    vertical-align: top;
}

.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501;
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.popup {
    opacity: 1;
}

.thmb a.thumbnail:focus img.popup {
    opacity: 1;
}


/* Media Query*/

@media only screen and (min-width: 993px) and (max-width: 1293px) {
    .thumb1_con h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .thumb1_con {
        min-height: 172px;
        padding: 30px 20px 20px;
    }

    .thumb1_con span {
        font-size: 22px;
        line-height: 24px;
        padding: 0 20px;
    }

    .hari_arw img {
        height: 60px;
    }

    .thumb2 .thumb2_img img {
        line-height: 135px;
        width: 56px;
    }

    .thumb2 .thumb2_img {
        height: 70px;
        line-height: 66px;
        right: -30px;
        top: -30px;
        width: 70px;
    }

    .thumb2 .thumb2_img img {
        width: 42px;
    }

    .thumb2_inner {
        min-height: 195px;
    }

    .thumb2:after {
        border-width: 30px 0 30px 20px;
    }

    .footer_con a {
        font-size: 14px;
    }

    .container {
        width: 95%;
        margin: 0 auto;
    }

    .map iframe {
        height: 646px;
    }

    .thumb2_con h3 {
        font-size: 22px;
    }

    .thumb2:hover .thumb2_con h3 {
        font-size: 22px;
    }

    /*.thumb1_wrp {

	margin:0 auto 50px

}*/

    .thumb2_wrp {
        margin: 0 -30px 50px 0;
    }

    .thumb2:hover .thumb2_con h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .logo img {
        width: 100px;
    }

    .up_dwn_lgo img {
        height: 180px;
        width: auto;
    }

    .mnu_sec {
        right: 294px;
    }

    .hdr_social {
        top: 18px;
    }

    .arw_down {
        top: 90px;
    }

    .inner_tit {
        padding: 10px 205px 10px 0;
    }

    .home .mnu_sec {
        bottom: 10px;
        right: 270px;
    }
}

@media screen and (max-width: 992px) {
    .thumb1_con h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .thumb1_con {
        min-height: 172px;
        padding: 30px 20px 20px;
    }

    .thumb1_con span {
        font-size: 22px;
        line-height: 24px;
        padding: 0 20px;
    }

    .hari_arw img {
        height: 60px;
    }

    .thumb2 .thumb2_img img {
        line-height: 135px;
        width: 56px;
    }

    .thumb2 .thumb2_img {
        height: 70px;
        line-height: 66px;
        right: -20px;
        top: -10px;
        width: 70px;
    }

    .thumb2 .thumb2_img img {
        width: 42px;
    }

    .thumb2_inner {
        min-height: 350px;
    }

    .thumb2:after {
        border-width: 30px 0 30px 20px;
    }

    .thumb2_con h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .footer_con a {
        font-size: 14px;
    }

    .con_wrp {
        width: calc(100% - 113px);
    }

    .home .hari_arw,
    .home .sil_logo {
        display: block;
    }

    .up_dwn_lgo img {
        display: none;
    }

    .home .header {
        margin-bottom: 20px;
    }

    .home .mnu_sec {
        right: 185px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sil_logo img {
        width: 120px;
    }

    .hdr_inner {
        padding-bottom: 5px;
    }

    .hari_arw {
        bottom: 5px;
        right: 88px;
    }

    .mnu_sec {
        right: 180px;
        bottom: 10px;
    }

    .hdr_social a {
        border: 5px solid #fff;
        font-size: 12px;
        height: 30px;
        line-height: 20px;
        width: 30px;
    }

    .hdr_social a.fa-linkedin {
        right: 25px;
        top: -22px;
    }

    .hdr_social a.fa-facebook {
        top: 9px;
        right: 25px;
    }

    .hdr_social {
        right: 0;
        width: 39px;
        top: 35px;
    }

    .arw_down {
        top: 75px;
    }

    .arw_down img {
        width: 95px;
    }

    .logo img {
        width: 90px;
    }

    .mnu_sec ul li a {
        font-size: 14px;
    }

    .sil_logo {
        right: 60px;
    }

    .thumb1_con h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .thumb1_con {
        min-height: 145px;
        padding: 30px 20px 20px;
    }

    .thumb1_con span {
        font-size: 16px;
        line-height: 18px;
        padding: 0 20px;
    }

    .hari_arw img {
        height: 56px;
    }

    .thumb2 .thumb2_img img {
        line-height: 135px;
        width: 56px;
    }

    .thumb2 .thumb2_img {
        height: 70px;
        line-height: 66px;
        right: -30px;
        top: -30px;
        width: 70px;
    }

    .thumb2 .thumb2_img img {
        width: 42px;
    }

    .thumb2_inner {
        min-height: 195px;
    }

    .thumb2:after {
        border-width: 30px 0 30px 20px;
    }

    .thumb2_con h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 90%;
    }

    .footer_con a {
        font-size: 14px;
    }

    .thumb2_con {
        padding: 20px 10px;
    }

    .thumb2_con h3::after {
        width: 100px;
    }

    .thumb2:hover .thumb2_con h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        width: 90%;
    }

    .thumb2:hover .thumb2_con p {
        font-size: 14px;
        line-height: 18px;
    }

    .inner_tit {
        font-size: 32px;
        line-height: 34px;
        padding: 10px 100px 10px 0;
        width: 90%;
    }

    .arw_img {
        background-size: 90% auto;
    }

    .map iframe {
        height: 628px;
    }
}

@media screen and (max-width: 767px) {
    .sil_logo img {
        width: 96px;
    }

    .hdr_inner {
        padding: 15px 0;
    }

    .hari_arw {
        display: none
    }

    header.header {
        padding: 0;
    }

    .mnu_sec {
        right: 100px;
        bottom: 14px;
    }

    .hdr_social a {
        font-size: 14px;
        height: 30px;
        line-height: 24px;
        width: 30px;
    }

    .hdr_social a.fa-linkedin {
        right: inherit;
        top: inherit;
    }

    .hdr_social a.fa-facebook {
        top: inherit;
        right: inherit;
    }

    .hdr_social a {
        position: static !important;
        border: 3px solid #000;
    }

    .hdr_social {
        right: 108px;
        width: 98px;
        top: 10px;
    }

    .arw_down {
        display: none;
    }

    .arw_down img {
        width: 95px;
    }

    .logo img {
        width: 102px;
    }

    .mnu_sec ul li a {
        font-size: 14px;
        color: #4d4d4d;
    }

    .sil_logo {
        right: 10px;
        top: 3px;
    }

    .logo {
        margin-left: 10px;
    }

    .thumb1,
    .thumb2 {
        margin: 0 auto 30px !important;
        max-width: 282px;
        width: auto;
        float: none;
    }

    .thumb1_con h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .thumb1_con {
        min-height: 145px;
        padding: 30px 20px 20px;
    }

    .thumb1_con span {
        font-size: 16px;
        line-height: 18px;
        padding: 0 20px;
    }

    .hari_arw img {
        height: 56px;
    }

    .thumb2 .thumb2_img img {
        line-height: 135px;
        width: 56px;
    }

    .thumb2 .thumb2_img {
        height: 70px;
        line-height: 66px;
        right: -20px;
        top: -20px;
        width: 70px;
    }

    .thumb2 .thumb2_img img {
        width: 42px;
    }

    .thumb2_inner {
        min-height: 175px;
    }

    .thumb2:after {
        border-width: 30px 0 30px 20px;
    }

    .thumb2_con h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 90%;
    }

    .footer_con a {
        font-size: 14px;
    }

    .con_wrp {
        padding: 0 15px;
    }

    .thumb1_wrp {
        margin: 0 auto 30px;
    }

    .con_wrp {
        width: 100%;
    }

    .thumb2_con {
        padding: 30px 10px;
    }

    .thumb2_con h3::after {
        width: 100px;
    }

    .thumb2:hover .thumb2_con h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        width: 90%;
    }

    .thumb2:hover .thumb2_con p {
        font-size: 14px;
        line-height: 18px;
    }

    .thumb2_wrp {
        margin: 0 auto;
    }

    .thumb2::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #1a5c65 transparent transparent transparent;
        top: 100%;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .thumb2_wrp > .thumb2:nth-child(2)::after {
        border-color: #e26f2d transparent transparent transparent;
    }

    .thumb2 {
        margin-bottom: 30px;
    }

    .inner_tit {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 10px 15px;
        width: 100%;
    }

    .title2 {
        background: #3494a3;
        margin-bottom: 15px;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .brdr_sq ul {
        min-height: inherit;
    }

    .map iframe {
        height: 200px;
    }

    .map {
        margin-bottom: 15px;
    }

    .thmb {
        width: 300px;
        margin: 0 auto;
    }

    .home .hari_arw {
        display: none;
    }

    .home .mnu_sec {
        right: 100px;
    }

    .thumb2_wrp > div.thumb2:last-child {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 390px) {
    .mnu_sec ul li {
        margin: 0 5px;
    }

    .mnu_sec ul li a {
        font-size: 12px;
    }

    .logo img {
        width: 80px;
    }

    .mnu_sec {
        bottom: 13px;
        right: 96px;
    }

    .sil_logo img {
        width: 81px;
    }

    .hdr_social {
        right: 100px;
    }
}
