/*****
*
*
*Author Name : Mostafizur Rahman
*Author URI : http://mostafiz.me/
*Version : 1.1
*Description : This is a responsive HTML & Bootstrap template developed by Mostafizur Rahman
*Template URI : http://mostafiz.me/demo/doctor/
*
*
****/

@font-face{  font-family:WebFont-h5;
             src: url('css-font/UTM Androgyne.ttf') format("truetype");
             behavior:url(https://engarvn.com/wp-content/themes/suite/css/PIE.htc);
}

@font-face{  font-family:WebFont-title;
             src: url('css-font/UTM Androgyne.ttf') format("truetype");
             behavior:url(https://engarvn.com/wp-content/themes/suite/css/PIE.htc);
}	

@font-face{  font-family:WebFont-menu;
             src: url('css-font/UVNBaiSau_R.ttf') format("truetype");
             behavior:url(https://engarvn.com/wp-content/themes/suite/css/PIE.htc);
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'BenchNine', sans-serif;*/
    font-family: Arial, "Times New Roman", Georgia, Serif;
    /*    background-color: #666;*/
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    text-shadow: 1px 1px #333;
    color: #959595;
}
hr.style14 { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
hr.my-hr{    height: 12px;
             border: 0;
             box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);}



/*header area*/

.top-header {
    background:  #f0f0f0   !important;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;

}
.header-backup {
    width: 20px;
    height: 105px;
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 20px;
    margin-top: -15px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    width: 50%
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 8px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    margin-top: 50px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    color: #a6a4a4;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 14px 15px;
    font-weight: bold;
    /*font-family:  Arial, "Times New Roman", Georgia, Serif;*/
    font-family: WebFont-menu !important;
}
.navbar-default .navbar-nav>li>a:hover {
    color:  #5f5e5e;
    /*     text-decoration:#635f5f  underline ;*/
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
li a.active {
    color:  #5f5e5e !important;
    /*    text-decoration:#635f5f  underline ;*/
    cursor: default;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*slider area*/
.slider{
    padding-top:0px;
}
.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    /* background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(left, #000, blue); */
    /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(left, #000, blue); */
    /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to left, #000, blue); */
    /* Standard syntax */ 
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}

/*about area*/

/*.about h2 {
    font-size: 30px;
    margin-top: 30px;
}*/
.about p{
    padding-left: 10px;
}
.about h4 {
    font-size: 20px;
    color: #737373;
    margin-bottom: 45px;
    text-align: left;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
    border-radius: 3px;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #727171;
    /*border-top: 2px solid #fff;*/
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    /*edit*/
    cursor: pointer;
    padding-top: 10px;
    border-radius: 5px;
}
.about-details h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}
.about-details img {
    width: 80%;
    height:  180px;
}
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
    background: #afaeae;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #480101;
}

/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}
/*.service h2 {
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}*/
.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}
.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}
.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}
.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}
.service-img {
    width: 200px;
    height: 123px;
    background: #3a9ecb;
    position: relative;
    top: 1px;
    left: 2px;
}
.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #3a9ecb;
}
.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #3a9ecb;
    z-index: 999;
}
.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
}
.service-img img.heart {
    left: 20%;
    top: 18%;
}
.service-img img.brain {
    left: 26%;
    top: 11%;
}
.service-img img.knee {
    left: 38%;
}
.service-img img.bone {
    left: 25%;
    top: 14%;
}
.service-img img {
    position: absolute;
}

/*team section*/

.team {
    padding-bottom: 60px;
}
.team h2 {
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
    margin-bottom: 0;
}
.team h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 45px;
}
.single-member {
    margin: 0;
    padding: 0;
}
.person img {
    width: 100%;
}
.person-detail {
    padding: 10px;
    background: #3a9cc8;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail h3 {
    font-size: 30px;
    color: #fff;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail {
    background: #2a2a2a;
}
.single-member:hover .arrow-top {
    background: #2a2a2a;
}
.single-member:hover .arrow-bottom {
    background: #2a2a2a;
}

/*contact section*/

.contact-caption {
    background: #7a7979;
}

.contact-info {
    padding-left: 40px;
}
.contact-info h3{color: white}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 40px;
    /*background: #fff;*/
    font-size: 13px;
    /*color: #084a5c;*/
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #999;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #999;
    padding-top: 15px;
    text-align: right;
}
/*.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #333;
    background-color: #cb5907;
        background: url(../img/btn-bg.jpg);
        background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    border-radius: 5px;
}
.contact-form input.submit-btn:hover{
    background-color:#ad4c06;
    color: #fff;
}*/
.contact-form {
    padding-right: 40px;
}

/*gmap*/

#map {
    height: 830px;
}
.map {
    position: relative;
    overflow: hidden;
}
.contact-bg {
    /*    position: absolute;
        width: 100%;
        height: 830px;
        margin-top: 0px;
        left: 0;
        margin-top: -830px;*/

    background-color: #606060;
}
.contact-caption {
    margin-top: 20px;
}

/*footer*/

.footer-para {
    margin: 0;
    padding: 0;
}
.footer p {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
}

/*====================menu ======================================*/
/*my style*=======================================================================================================*/
.index-bg{
    background-image: url("../img/bg.jpg");/*
    background-image: url("../img/home-bg.jpg");*/
    /*        background-color: #FFF;*/
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,bababa+54*/ 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,bababa+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,969696+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,b7b7b7+34,969696+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+3,b7b7b7+34,969696+100 */
    /*background: red;  Old browsers */
    /*background: -moz-linear-gradient(top, #f7f7f7 3%, #b7b7b7 34%, #969696 100%);  FF3.6-15 
    background: -webkit-linear-gradient(top, #f7f7f7 3%,#b7b7b7 34%,#969696 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, #f7f7f7 3%,#b7b7b7 34%,#969696 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#969696',GradientType=0 );  IE6-9 */
}

.index-height{
    min-height:  635px;
}

#f1 label{
    color: white;
}

.f-error{
    color:  #b20202 !important;
}

div.about-content p:first-child:first-letter {
    float: left;
    padding: 4px 3px 0 0;
    display: block;
    color: #818080;
    font: 50px/50px  Georgia, Times, serif;
}

p.pdropcap:first-letter{
    /*    float: left;
        padding: 4px 3px 0 0;
        display: block;
        color: #818080;
        font: 50px/50px Georgia, Times, serif;*/
}
.have-table table{
    /*background-color: red;*/
    width: 100% !important;
}
.have-table table tr {
    border: 1px solid #13849c; 
}
.have-table table tr:nth-child(even){
    background-color: white !important;
}

.have-table table tr td{
    border-left:  1px solid #084a5c;
}
.more-link > span{
    display: none;
}
.more-link::after{
    content: "......";
}

.language-select{
    color:  #5f5e5e !important;
}

.index-logo{
    background-color:rgba(255, 255, 255, 0.6);
    border: 1px solid  #e9e9e9;
    border-radius: 5px;
}
.index-logo h3{
    color: #666;
}
.index-logo:hover{
    background-color:  transparent;
    border: 1px solid  transparent;
}
.index-logo:hover h3{
    color: #fff;
}
.my-btn{
    background-color:  #DC4E41;
    color: #FFF;
    width: 27%
}
.my-btn:hover{
    background-color: #cf0606;
    color: white;
}

.g-my-btn{
    background-color: #1C78BB;
    color: #FFF;
    width: 27%
}
.g-my-btn:hover{
    background-color:  #034faf;
    color: white;
}

.fixed{
    position: fixed;
    top:130px;
    width: 26.6%

}

.title-post{
    color:  #8c8989;
}
#space-language label{
    color:  #a6a4a4;
    cursor: pointer;
    height: 30px
}
#space-language label:hover{
    color: #480101;
}
#space-search{
    text-align: right; 
    padding-top: 10px
}

#space-search div {
    float: right;

}

.left-broder{
    border-left: 1px solid  #b9e2fd;
}

#div-menu-phone{
    display: none;
}
#phone-menu{
    cursor: pointer;
    color: #666;
    font-family: WebFont-title;
    /*font-size: 12px !important;*/
    /*text-shadow: 1px 1px #999;*/
}

.menu-sidebar{
    /*background-color: #b5e0fd*/

}
#div-menu ul{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 0px;
}

#div-menu h3{
    font-size: 15px;
    margin: 0 0 0 0;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: bold
}

ul.main-menu > li {
    min-height: 30px;
    /*background-color: #ae4004;*/
    margin-bottom: 20px;
    border-radius: 5px;
}
ul.main-menu > li > div {
    padding-left: 15px;
}
ul.main-menu > li > div a{
    color: white;
    text-transform: capitalize;
}
ul.main-menu > li{
    border-radius: 5px;
}

ul.sub-menu > li{
    min-height: 30px;
    background-color: #999 ;
    border-bottom: 1px  #fff  dotted;
    color: red
}
ul.sub-menu a {
    color: #FFF;
}
ul.sub-menu > li:hover{

    background-color: #cdcbcb;
}
ul.sub-menu > li:hover a{
    color:  #af0404;
}

ul.sub-menu li h3{
    padding-bottom: 10px;
}

.menu-selected {
    background-color:  #dedbdb        !important;
}
.menu-selected a{
    color: #FF1010 !important;
}

.e-main-bg{
    background-color: #DC4E41;
}




ul.g-main-menu > li {
    min-height: 30px;
    background-color: #1C78BB;
    margin-bottom: 20px;
    border-radius: 5px;
}
ul.g-main-menu > li > div {
    padding-left: 15px;
}
ul.g-main-menu > li > div a{
    color: white;
    text-transform: capitalize;
}
ul.g-main-menu > li{
    border-radius: 5px;
}


ul.g-sub-menu > li{
    min-height: 30px;
    background-color: #999 ;
    border-bottom: 1px  #fff  dotted;

}
ul.g-sub-menu > li >div{
    min-height: 40px;
}
ul.g-sub-menu a {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
ul.g-sub-menu > li:hover{
    background-color: #c7c7c8;
}
ul.g-sub-menu > li  :hover> a{
    color:  #1C78BB;
}

ul.g-last-menu{
    min-height: 50px;
    display: none;

}
ul.g-last-menu > li{
    background-color: #c5c3c3; 
    border-top: 1px dotted #d9dadb;
    height: 40px;
    padding-left: 20px;
}
ul.g-last-menu li a{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

}
ul.g-last-menu > li:hover{
    background-color: #e7e7e7;
}
ul.g-last-menu > li :hover a{
    color: #0672fc !important;
}

.g-menu-selected {
    background-color:  #dedbdb     !important;
}
.g-menu-selected a{
    color: #1C78BB !important;
}

/*.engar-product img ,gmc-product img{max-width: 500px}*/

/*==============================MYSTYLE========================*/
.space-top{
    padding-top: 30px;
}
.title-style{
    /*    font-family: WebFont-title;*/
    font-family: "Times New Roman", Georgia, Serif;
    text-transform:   capitalize;
}
/*.title-style{
    font-family: WebFont-title;
    text-transform:   capitalize;
}*/

.title-style-25{
    font-family: WebFont-title;
    text-transform:   capitalize;
    font-size: 25px;
}

.title-post{
    color:  #8c8989;
    text-transform:   capitalize;
    font-size: 25px;
    font-family: WebFont-title;
}

.contact-heading h2 {
    color: #fff;
    font-family: WebFont-title;
    /*    font-size: 2.5em;*/
    text-shadow: 1px 2px #999;
    text-transform:   capitalize;
}

.contact-info h3 {
    /*font-family: WebFont-title;*/
    font-family: "Times New Roman", Georgia, Serif;
    padding-left: 0;
    /*    font-size: 20px;*/
    color: #fff;
    text-transform:   capitalize;
    font-weight: bold;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    /*font-family: WebFont-title;*/
    font-family: "Times New Roman", Georgia, Serif;
    padding-left: 0;
    /*    font-size: 20px;*/
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 12px;
    margin-bottom: 0;
}

h3.text-pro-name{
    /*    font-family: WebFont-title;*/
    font-family: "Times New Roman", Georgia, Serif;
    text-transform: capitalize;
}
/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

/* html,
body, */
/* .carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
} */

/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .title-style{
        /*        color: #959595;*/
        font-family: WebFont-title;
        /*font-size: 12px !important;*/
        /*text-shadow: 1px 2px #999;*/
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    h2 {
        font-size: 75px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
    .slider{padding-top: 200px}
    .fixed{
        position:  fixed;
        top:130px;

    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .title-style{
        /*        color: #959595;*/
        font-family: WebFont-title;
        /*font-size: 12px !important;*/
        /*text-shadow: 1px 2px #999;*/
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 28px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    #map {
        height: 1050px;
    }
    /*    .contact {
            margin-top: -1050px;
            height: 1050px;
        }*/
    .contact-caption {
        margin-top: 110px;
    }
    .slider{padding-top:60px}
    .fixed{
        position:  fixed;
        top:130px;

    }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .title-style{
        /*        color: #959595;*/
        font-family: WebFont-title;
        /*font-size: 12px !important;*/
        /*text-shadow: 1px 2px #999;*/
    }
    .header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map {
        height: 1120px;
    }
    /*    .contact {
            height: 1120px;
            margin-top: -1120px;
        }*/
    h2 {
        font-size: 10px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    /*    .contact-info ul {
            margin-left: 4px;
        }
        .contact-info i.fa {
            width: 25px;
        }
        .contact-caption {
            margin-top: 140px;
        }*/
    .slider{padding-top: 800px}
}

/* XS Portrait */

@media (max-width: 479px) {
    h2{
        font-size: 20px;
    }
    .title-style{
        /*        color: #959595;*/
        font-family: WebFont-title;
        /*font-size: 2.5em;*/
        /*text-shadow: 1px 1px #999;*/
    }
    .top-header img.logo {
        margin: 10px 10px;
        width:  250px;
    }
    .header-logo {
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        /*        font-size: 50px;
                color: #42b3e5;*/
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-caption {
        margin-top: 38%;
    }
    #map {
        height: 950px;
    }
    /*    .contact {
            height: 950px;
            margin-top: -950px;
        }*/
    .contact-heading h2 {
        font-size: 30px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 20px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 10px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer p {
        font-size: 10px;
    }
    #div-menu{
        display: none;
    }
    #div-menu-phone{
        display: block;
    }
    .col-ssx-6{
        width: 100%
    }
    .slider{padding-top:45px}
}

/* poppup */
#popup_box { display: none; /* Hide the DIV */ position: fixed; _position: absolute; /* hack for internet explorer 6 */ height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.6); left: 0px; top: 0px; z-index: 10000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */ /*margin-left: 15px;*/ /* additional features, can be omitted */ /*border:2px solid #ff0000;*/ padding: 15px; font-size: 15px; -moz-box-shadow: 0 0 5px #ff0000; -webkit-box-shadow: 0 0 5px #ff0000; box-shadow: 0 0 5px #ff0000; }

#popup_content { width: 30%; height: 100px; color: #035C05; background-color: white; border: 1px gray; border-radius: 3px; box-shadow: 0px 0px 12px 2px #999; -moz-box-shadow: 0px 0px 12px 2px #999; -webkit-box-shadow: 0px 0px 12px 2px #999; -o-box-shadow: 0px 0px 12px 2px #999; -ms-box-shadow: 0px 0px 12px 2px #999; margin: 15% 30%; position: absolute; padding: 10px; }

/**** back to top****************************************************/
/* Back to Top */
#back-top-wrapper {
    width:100%;
    position:absolute;
    overflow:hidden;
}
#back-top {
    position: fixed;
    bottom: 180px;
    right: 0%;
    margin-right: 30px;
    display:none;
}

#back-top a {
    width: 35px;
    height:28px;
    padding:7px 0 0 0;
    border-radius:18px;
    display: block;
    text-align: center;
    font-size:12px;
    line-height:17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /*  font-family: 'Oswald', sans-serif; */
    font-weight:400;
    background:#c6250a;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {background:#353535;}

/* arrow icon (span tag)
#back-top span {
    width: 100%;
    height: 4px;
    display: block;
    margin-bottom: 0px;
    background: url(https://engarvn.com/wp-content/themes/suite/images/backtotop.png) no-repeat center top;

     rounded corners 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

     transition 
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
*/
a#back-top img{
    opacity: 0.6;
}
a#back-top img:hover{
    opacity: 1;
    cursor: pointer;
}

.langimg{
    width: 25px;
    opacity: 0.5;
}

.langimg:hover{
    opacity: 1;
}