/* CSS Document */

/**Reset CSS Start Here**/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover,
a:active {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**Reset CSS End Here**/

body {
    margin: 0 auto;
    padding: 0;
    font-family: MyriadPro;
    font-size: 14px;
    padding-top: 100px;
    color: #474646;
    top: inherit !important;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro/MYRIADPRO-BOLD.OTF');
    src: url('../fonts/MyriadPro/MYRIADPRO-BOLD.OTF') format('embedded-opentype'),
        url('../fonts/MyriadPro/MYRIADPRO-REGULAR.OTF') format('woff2'),
        url('../fonts/MyriadPro/MYRIADPRO-REGULAR.OTF') format('woff'),
        url('../fonts/MyriadPro/MYRIADPRO-REGULAR.OTF') format('truetype'),
        url('../fonts/MyriadPro/MYRIADPRO-REGULAR.OTF') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
    box-sizing: border-box;
}

/**Header Start**/

/**Header Top Links Start**/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.top-Links {
    background: #560f02;
    padding: 10px 0;
}

.top-Links ul {
    margin: 0 auto;
    padding: 0;
}

.top-Links ul li {
    list-style: none;
    display: inline;
    color: #fff;
    padding: 0 12px 0 12px;
}

.top-Links ul li:last-child {
    padding-right: 0;
}

.top-Links ul li .fa-map-marker,
.top-Links ul li .fa-envelope,
.top-Links ul li .fa-phone,
.footer-links ul li .fa-map-marker,
.footer-links ul li .fa-envelope,
.footer-links ul li .fa-phone,
.footer-links ul li .fa-home,
.footer-links ul li .fa-user {
    color: #80b435;
    padding: 0 10px 0 0;
}

.fa-map-marker,
.fa-arrow-right {
    position: relative;
    left: -4px;
    top: -11px;
}

.fa-map-marker:before,
.fa-map-marker:after,
.fa-arrow-right:before,
.fa-arrow-right:after {
    position: absolute;

}

.fa-map-marker::before {
    animation: 1s linear 0s normal none infinite running mapping;
}

@-webkit-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

/**Added For Select Lenguage**/
.tempLangDropDown{
    float: right; 
    position: relative;
}
.header .navbar.navbar-default .languageElement,
.header .navbar.navbar-default.fixed-theme .languageElement{
    right: 15px;
    position: absolute;
    z-index: 9;
}

.header .navbar.navbar-default .languageElement .skiptranslate:after,
.header .navbar.navbar-default.fixed-theme .skiptranslate:after {
    width: 100%;
    background: #fff;
    content: '';
    display: inline-block;
    height: 15px;
    position: absolute;
    left: 0;
}
.tooltip,
.VIpgJd-suEOdc{
        display: none !important;
    }

/**Added For Select Lenguage**/

/**Header Top Links End**/

/**Header Navbar Logo Start**/




.navbar-brand {
    height: inherit;
}

.logo .navbar-brand {
    float: left;
    padding: 0 10px;
}

.header .navbar.fixed-theme .logo .navbar-brand {
    padding: 10px 15px;
    margin-left: -2px;
}

.header .navbar.fixed-theme .header-nav ul li {
    padding: 32px 15px;
}

/**Header Nav CSS Start Here**/

.header-nav ul li {
    list-style: none;
}

.header-nav ul li a {
    font-size: 16px;
    /* font-weight: bold; */
    padding: 18px 15px;
    text-transform: uppercase;
    /* color: #474646; */
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #80b435;
    background-color: transparent;
    transition: all 0.25s ease 0s;
}

.fixed-theme .header-nav ul li a {
    padding: 0;
    /* color: #fff; */
}

.header-nav ul li a:hover,
.header-nav ul li a.active {
    color: #80b435;
}

.header-nav ul li a:hover,
.header-nav ul li a:focus {
    background: none;
}

.header-nav ul li {
    position: relative;
    text-align: center;
}


.fixed-theme .header-nav ul li a:hover:before,
.fixed-theme .header-nav ul li a:hover:after,
.fixed-theme .header-nav ul li a.active:before,
.fixed-theme .header-nav ul li a.active:after {
    display: none;
}

.logo-header-fixed,
.fixed-theme .logo-header {
    display: none !important;
}

.fixed-theme .logo-header-fixed {
    display: block !important;
}



.header-nav ul li a:hover:before,
.header-nav ul li a.active:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #80b435;
    border-style: solid;
    border-top: 0 solid transparent;
    border-width: 0 4px 4px;
    bottom: 1px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    /* top: 126%; */ /**For Old Logo**/
    top: 121%;
    transition: all 0.25s ease 0s;
    width: 0;
    -webkit-animation: fadeInUp 400ms ease-in-out;
    -moz-animation: fadeInUp 400ms ease-in-out;
    -ms-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
}

.header-nav ul li a:hover:after,
.header-nav ul li a.active:after {
    border-style: solid;
    border-width: 3px 0 0;
    /* bottom: -22px; */  /**For Old Logo**/
    bottom: -19px;
    content: " ";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 50px;
    transition: all 0.25s ease 0s;
    border-color: #80b435;
}

/* .header .navbar.fixed-theme{
background:#474646;
border-color:#323232;
box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
} */

.header .navbar.fixed-theme {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header .navbar {
    border-radius: 0;
}

/**For Old SFI Logo**/
/* .navbar-container {
    padding: 10px 0;
} */

.navbar-container {
    padding: 4px 0 7px 0;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.header-nav.topNav ul {
    float: right;
    /* margin-top: 15px; */
    margin-top: 25px; /**Added For Select Language Time**/
}

/**Header Nav CSS Ends Here**/




/**Header End**/

/**Banner CSS Start Here**/

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.8s ease 0s;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.bs-slider:hover .carousel-control.left {
    left: 28px;
}

.bs-slider:hover .carousel-control.right {
    right: 28px;
}



.control-round .carousel-control.right {
    right: 1%;
}

.bs-slider .bs-slider-overlay:hover .carousel-control.right {
    left: 48px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 102px;

}

.slide-text>h1 {

    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    /*background: #00bfff;*/
    background: #d73732;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/**Bullet Point CSS Starts Here**/
.contentList{
    margin: 8px 0;
}

.arrowRight::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #474646;
    transform-origin: 0 50%;
    transition: transform .25s;
    left: 0;
    top: 1px;
  }

.contentList ul li{
    position: relative;
    padding-left: 12px;
    margin-bottom: 9px;
    position: relative;
}

/**Bullet Point CSS Starts Here**/

.containerSection{
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrapperSection{
    margin-bottom: 30px;
}

.videoSection{
    background-image: linear-gradient(white, #d7d7d7);
}

/**Quote Section CSS Starts Here**/

.quoteBg{
    background: url(../images/quoteBg.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    height: 90px;
    position: relative;
   
}

.quoteBg .quoteSection{
    display: table;
    height: 90px;
    overflow: hidden;width: 100%;
}

.quoteBg .quoteSection h2{
    display: table-cell;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 6px;
}

/**Quote Section CSS Ends Here**/

.overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .6;
}

/**Breadcrumb Section Starts Here**/
.breadcrumbSection{
    background: url(../images/breadcrumbBg.jpg);
    padding: 70px 0 40px 0;  
    display: inline-block;
    width: 100%; 
    text-align: center; 
}

.breadcrumbSection h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.breadcrumbSection ul {
    float: none;
    padding: 20px;
}

.breadcrumbSection li {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.breadcrumbSection li::after {
    content: "/";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: 30px;
}

.breadcrumbSection li:last-child::after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: auto;
}

.breadcrumbSection li a{
    color: #9E9E9E;
}

.breadcrumbSection li a:hover{
    color: #fff;
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

.breadcrumbSection li.active {
    color: #fff;
}
/**Breadcrumb Section Starts Here**/
/**Testimonial Section Css Starts Here**/
.sectionTestimonial {
    background: #fff;
    border: #e1e1e1 1px solid;
    border-radius: 9px;
    margin-bottom: 40px;
}

.sectionTestimonial .carousel-inner .item {
    padding: 15px;
}

.bs-slider.sectionTestimonial>.carousel-inner>.item>img {
    width: 100px !important;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16), 0 1px 1px 0 rgba(0, 0, 0, .1) !important;
}

.sectionTestimonial .testimonialContent {
    margin: 20px 0;
    line-height: 21px;
    text-align: center;
    padding: 0 30px;
}

.sectionTestimonial .fbUrl {
    text-align: center;
    border-top: #e1e1e1 1px solid;
    padding: 25px 0;
}

.sectionTestimonial.control-round .carousel-control {
    opacity: inherit;
    color: #474646;
}

.sectionTestimonial.control-round:hover .carousel-control {
    opacity: 1;
    color: #474646;
}

.sectionTestimonial.bs-slider:hover .carousel-control.left {
    left: 0;
}

.sectionTestimonial.bs-slider:hover .carousel-control.right {
    right: 0;
}

.sectionTestimonial.control-round .carousel-control .fa-angle-left,
.sectionTestimonial.control-round .carousel-control .fa-angle-right {
    font-size: 35px;
}

.sectionTestimonial.control-round .carousel-control.left:hover,
.sectionTestimonial.control-round .carousel-control.right:hover {
    color: #80b435;
    background: inherit;
    border: none;
}

/**Testimonial Section Css Ends Here**/

/**Contact Page CSS Starts Here**/
.contactSection .input-group {
    margin-top: 25px;
}

.contactSection .input-group:first-child {
    margin-top: 0;
}

.input-group {
    width: 100%;
}

.btnColor {
    background: #474646;
    transition: all 1s ease 0s;
    padding: 10px 30px;
    border: 1px solid #342a2a;
}

.btnColor:hover {
    background: #80b435;
    border: 1px solid #659322;
}

.footer-links .contactLinks ul li {
    color: #474646;
}

.contactLinks {
    border: 1px solid #e2e2e2;
    border-radius: 9px;
    padding: 15px;
    /* padding: 25px; */
}

.contactLinks li.noHoverBorder a:hover{
    text-decoration: none;
}

.footer-links .contactLinks ul {
    margin-bottom: 0;
}

/**Contact Page CSS Ends Here**/

/**Animate CSS Starts Here**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  @-webkit-keyframes zoomInRight {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInRight {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }

  @-webkit-keyframes zoomInLeft {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  @keyframes zoomInLeft {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  
  .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }

  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
/**Animate CSS Ends Here**/






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    /* .control-round .carousel-control {
        display: none;
    } */    

}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

}



/**Banner CSS End Here**/

/**Middle Content Start Here**/

/**Mobile Section CSS Start Here**/

.mobile-Box {
    background: #f5f5f5;
    padding: 20px;
}

.mobile-Box .box1 {
    position: relative;
    overflow: hidden;
}


.mobile-Box .box1:before,
.mobile-Box .box2:before {
    content: url(../images/bg-mobile-priceTag1.html);
    position: absolute;
    left: -1px;
    z-index: 9;
}

.mobile-Box .box1 .align-box {
    position: absolute;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    z-index: 99;
}

.mobile-Box .offer-Box {
    height: 22px;
    top: 15px;
    background: #60ac01;
}

.mobile-Box .offer-Box:after {
    content: url(../images/offer-box.png);
    left: 11px;
    position: relative;
}

.mobile-Box .offer-Box span {
    bottom: 5px;
    display: inline-block;
    font-weight: bold;
    left: 7px;
    position: relative;
}

.text-mobile-collection {
    font-size: 23px;
    left: 25px;
    line-height: 28px;
    top: 51px;
}

.text-mobile-collection span,
.text-buy-now span {
    display: block;
}

.text-buy-now {
    bottom: 20px;
    left: 20px;
}

.text-buy-now span a {
    color: #fff;
}

.text-buy-now span a {
    text-decoration: none;
}

.fa-arrow-right {
    left: 4px;
    top: -12px;
}

.fa-arrow-right::before {
    animation: 1s linear 0s normal none infinite running mapping1;
}

@-webkit-keyframes mapping1 {
    0% {
        left: 0;
    }

    50% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes mapping1 {
    0% {
        left: 0;
    }

    50% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

@-keyframes mapping1 {
    0% {
        left: 0;
    }

    50% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

.mobile-Box .box2:before {
    content: url(../images/bg-mobile-priceTag2.html);
}

.boxImage {
    transition: all 0.3s ease 0s;
    max-width: 100%;
}

.boxImage:hover {
    transform: scale(1.1);
}

.box1:hover .text-mobile-collection span {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    -moz-animation: fadeInUp 400ms ease-in-out;
    -ms-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
}


/**Mobile Section CSS End Here**/

/**Title Start Here**/

.title {
    color: #80b435;
}

.title {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.title .line_title::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-style: solid;
    border-top: 0 solid transparent;
    border-width: 0 4px 4px;
    bottom: 1px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 34px;
    width: 0;
}

.title .line_title::after {
    border-style: solid;
    border-width: 3px 0 0;
    bottom: -14px;
    content: " ";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 50px;
}

.title h3 span,
.txtBlue {
    color: #474646
}

.title h3 span+span {
    color: #80b435;
}

/**Title End Here**/



.service-box {
    border: #e1e1e1 1px solid;
}

.service-box .service-content-box {
    padding: 15px;
}

.service-box .service-content-box {
    max-width: 100%;
    height: 300px;
}

.service-box .service-content-box p {
    display: block;
    text-align: justify;
    line-height: 21px;
    margin: 9px 0 0 0;
}

.service-box .arrow-bg {
    background: #474646;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}

.service-box .fa-chevron-up,
.service-box .fa-chevron-down {
    color: #fff;
}

/* .best-seller-box .control-round .carousel-control.left, .best-seller-box .control-round .carousel-control.right{
display:none;
} */

.service-box .box-title-top,
.service-box .box-title-middle {
    top: 0;
    background: #474646;
    width: 100%;
    display: block;
    z-index: 9;
    padding: 10px;
}

.service-box .box-title-middle {
    top: 35%;
    right: -2%;
    width: 30%;
}

/*.service-box .box-title-middle:after{
border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #414335;
    bottom: -12%;
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(134deg);
}*/

.service-box .box-title-bottom {
    bottom: 0;
    background: #2f312f;
    opacity: 0.8;
    margin: 10px;
    width: 95%;
    margin-right: 0;
    display: block;
    z-index: 9;
    padding: 10px;
}

.box-partner {
    padding: 20px 20px 0 20px;
}

.box-partner .logo-toursTravels {
    display: inline-block;
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #d73732;
}


.box-partner img {
    margin-bottom: 20px;
}


/**Art BG CSS Slider Start Here**/

.art-bg {
    height: 44px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.art-bg>div {
    height: 200px;
    width: 5000px;
    background: url(../images/img-art.html);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.art-bg .art-bg-mover {
    animation: moveSlideshow 90s linear infinite;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-66.6666%);
    }
}

/**Art BG CSS Slider End Here**/

/*.art-bg{
background:url(../images/img-art.jpg) left top;
height:44px;
}*/

/**Extra Classes**/
.p0 {
    padding: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.pb9 {
    padding-bottom: 9px;
}

.flr {
    float: right;
}


.txtBlue {
    font-weight: bold;
    font-size: 16px;
}

.contentBatabase p {
    line-height: 21px;
    text-align: justify;
}

.titleMargin {
    margin-top: 35px;
}

.innerTxtSmall {
    margin-top: 6px;
    margin-bottom: 3px;
}

.back-to-top {
    background: #474646;
    border: medium none;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    transition: all 0.5s ease 0s;
    padding: 5px 10px;
}

.back-to-top:hover {
    background: #80b435;
}


/***Tours**/
#sg-carousel {
    position: relative;

}

/*#sg-carousel .carousel-inner .item {
    height: 100vh;
}
*/
/*.teeeest .carousel-caption{top:50%;}*/

.teeeest .item p,
.teeeest .item a,
.teeeest .item h1,
.service-box .box-title-bottom,
.service-box .box-title-top,
.service-box .box-title-middle {
    position: absolute;
    color: #fff;
}

.teeeest .item p,
.teeeest .item h1,
.teeeest .item a {
    bottom: 7%;
    width: 100%;
    font-size: 20px;
    z-index: 99;
    text-align: center;
}

.teeeest .item a {
    right: 3%;
    text-align: right;
    top: 39%;
    font-size: 14px;
    text-decoration: none;
    transition: all 1s ease 0s;
}

.teeeest .item a:hover {
    color: #80b435;
}

.teeeest .item h1 {
    top: 2%;
    margin: 0;
    padding: 0;
}

#sg-carousel .carousel-control.left {
    top: 48%;
    z-index: 9999;
}

#sg-carousel .carousel-control.right {
    top: 48%;
    z-index: 9999;
}

.teeeest .uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}

#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}

.teeeest .carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}

.teeeest .fa-angle-right,
.teeeest .fa-angle-left {
    font-size: 80px;
}

#sg-carousel:hover .carousel-control.left {
    left: 18px;
    transition: all .2s ease 0;
}

#sg-carousel:hover .carousel-control.right {
    right: 205px;
    transition: all .2s ease 0;
}

#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}

.teeeest .carousel-inner>.item>a>img,
.teeeest .carousel-inner>.item>img,
.teeeest .img-responsive,
.teeeest .thumbnail a>img,
.teeeest .thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.teeeest .item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}

.teeeest.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.teeeest.carousel-fade .carousel-inner .next.left,
.teeeest.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.teeeest.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}

.teeeest .carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.teeeest .carousel-caption h1 {
    font-family: raavi;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}

.teeeest .carousel-caption>p {
    font-size: 30px;
    color: #fff;
}

.teeeest .carousel-caption>a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}

.teeeest .button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teeeest .button--border-thick {
    border: 3px solid;
}

.teeeest .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

.teeeest .button--tamaya::before {
    padding-top: 1em;
    top: 0;
}

.teeeest .button--tamaya::before,
.teeeest .button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}

.teeeest .button--tamaya::after {
    bottom: 0;
    line-height: 0;
}

.teeeest .button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}

.teeeest .button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}

.teeeest .button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}

.teeeest .carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}

.teeeest .carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}

#sg-carousel h1 {
    animation-delay: 1s;
}

#sg-carousel p {
    animation-delay: 2s;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 25px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .teeeest.carousel-fade .carousel-inner>.item.next,
    .teeeest.carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .teeeest.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);
    }

    .teeeest.carousel-fade .carousel-inner>.item.next.left,
    .teeeest.carousel-fade .carousel-inner>.item.prev.right,
    .teeeest.carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



/**Footer CSS Start Here**/

.footer {
    background: url(../images/footer-bg.png);
    /* background:url(../images/footer-bg.png) 0 0 no-repeat; */
    padding: 40px 0;
}

.footer h3 {
    border-bottom: #fff 1px solid;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: bold;
}

.footer-links ul {
    margin-bottom: 20px;
}

.footer-links ul li {
    display: block;
    color: #fff;
    line-height: 30px;
}

.footer-links ul li .fa-map-marker {
    left: 3px;
}

.quick-links ul li a,
.box-amazing-places p,
.input-box p,
.footer-sociallinks ul li a .fa {
    color: #fff;
}

/* .footer-links ul li:first-child{padding:0 0 0 13px;} */

.quick-links ul li:first-child {
    padding: 0;
}

.quick-links ul li:before {
    position: relative;
    top: -2pt;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

.quick-links ul li a:hover,
.quick-links ul li a.active {
    color: #80b435;
    text-decoration: none;
}

.quick-links ul li a:hover::before {
    border-color: #80b435;
}

.box-amazing-places {
    margin: 0 0 5px 0;
}

.box-amazing-places img {
    float: left;
    margin: 0 9px 0 0;
    transition: all 0.5s ease 0s;
}

.box-amazing-places img:hover {
    opacity: 0.7;
}

.box-amazing-places p {
    line-height: 21px;
}

.input-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.input-box .input,
.input-box .submit {
    display: inline-block;
    padding: 10px 15px;
}

.input-box .input {
    border: none;
    width: 86%;
    border-radius: 2px 0 0 2px;
    float: left;
}

.input-box .submit {
    background-color: #474646;
    border-radius: 0 2px 2px 0;
    border: none;
    padding: 15px 15px 8px 15px;
    transition: all 1s ease 0s;
}

.input-box .submit:hover {
    background-color: #80b435;
}

.input-box span {
    position: relative;
    left: -3px;
}

.input-box .fa-paper-plane {
    left: 7px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: -12px;
}

.input-box p {
    margin: 20px 0 40px 0;
}

.footer-sociallinks {
    border-top: #fff 1px solid;
    padding: 20px 0 0 0;
}

.footer-sociallinks ul li {
    display: inline-block;
    background: #474646;
    border-radius: 3px;
    width: 35px;
    text-align: center;
    transition: all 1s ease 0s;
    margin: 0 3px 0 0;
}

.footer-sociallinks ul li:hover {
    background: #80b435;
}

.footer-sociallinks ul li a {
    padding: 10px;
    display: inline-block;
}

.icon-institute{
    background: url(../images/icon-institute.png) 1px 0 no-repeat;
    display: inline-block;
    padding-left: 27px;
    background-position-y: center;
}

.footer-links ul li .fa-home,
.footer-links ul li .fa-map-marker,
.footer-links ul li .fa-phone{
    font-size: 16px;
}



/**Footer CSS End Here**/

/**Copyright CSS Start Here**/

.copyright {
    background: #474646;
}

.copyright p {
    color: #fff;
    padding: 15px 0;
    font-size: 13px;
}

/**Copyright CSS End Here**/

.languageElement .skiptranslate.goog-te-gadget span, .goog-te-banner-frame {
    display: none;
}

/**Font Awsome CSS Start Here**/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwsome/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/FontAwsome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/FontAwsome/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/FontAwsome/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/FontAwsome/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/FontAwsome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-home:before {
    content: "\f015";
}

.fa-user:before {
    content: "\f007";
}


/**Font Awsome CSS End Here**/

/*---------- MEDIA 445px ----------*/
@media (max-width: 445px) {
    .title .line_title.line_titleM::before {
        top: 60px;
    }
}

@media only screen and (max-width:767px) {
    .top-Links,
    .mobile-Box, .noisplayM {
        display: none !important;
    }
    /* .navbar-default{
        background-color: inherit; 
        border-color: inherit;
        border: none;
    }
    .navbar-default .collapse.in{
        background-color: #f8f8f8;
    border-color: #e7e7e7;
    } */

    .fixed-theme .topNav{
        display: none;
    }

    .logo{
        text-align: center;
    }

    .logo .navbar-brand{
        float: inherit;
    }

    .logo .logo-header{
         display: inline-block;
    }

    .navbar-container {
        padding: 6px 0;
    }

    .navbar-toggle {
        margin-right: 30px;
        /* margin-top: 25px; */ /**Added before Language**/
        margin-top: 58px;
        position: absolute;
        right: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .service-box  .box-title-middle,
    .service-box  .item a{
        display: none;
    }

    .header-nav.topNav ul {
        float: left;
        width: 100%;
    }

    .header-nav.topNav ul li {
        text-align: left;
    }

    .header-nav.topNav ul li a{
        padding: 10px 15px;
    }
    
    .header-nav ul li a:hover:before,
    .header-nav ul li a:hover:after, 
    .header-nav ul li a.active:after,
    .header-nav ul li a.active:before {
        display: none;
    }

    .footer {
        /* background: #474646; */
        padding: 15px 0;
    }

    .footer h3 {
        margin-bottom: 25px;
    }

    .footer-links img {
        display: none;
    }

    .service-box .box-title-top,
    .service-box .box-title-middle,
    .service-box .box-title-bottom {
        padding: 16px;
    }

    .service-box .box-title-middle {
        width: 20%;
        right: -1%;
    }

    .teeeest .item a {
        top: 38%;
    }

    .service-box .box-title-middle::after {
        bottom: -8%;
    }

    .teeeest .item p,
    .teeeest .item h1,
    .teeeest .item a {
        bottom: 7%;
    }

    .section-banner.mt20 {
        margin: 0;
    }

    /**Commented It before Added language**/
    /* .header .navbar.fixed-theme {
        display: none;
    } */

    /**Addded For Language**/
    .header .navbar.fixed-theme .logo {
         display: none;
    }

    .header .navbar.navbar-default .languageElement{
        position: absolute;
        right: 5px;
    }

    .header .navbar.navbar-default.fixed-theme .languageElement{
        text-align: center;
        position: inherit;
        margin-top: 10px;
    }

    .tempLangDropDown{
        float: left; 
    }

    .header .navbar.navbar-default.fixed-theme .skiptranslate:after {
        background: #000;
        height: 12px;
    }

    .header .navbar.fixed-theme {
        background: #000;
        border-color: inherit;
    }
    
    /**Addded For Language**/

}