body{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
font-size:14px;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after{
  clear: both;
}
a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
html,
body {
  height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
    background-color:#434343;

}



        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('img/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }

        /* jssor slider thumbnail navigator skin 01 css */
        /*
        .jssort01 .p            (normal)
        .jssort01 .p:hover      (normal mouseover)
        .jssort01 .p.pav        (active)
        .jssort01 .p.pdn        (mousedown)
        */
        .jssort01 .p {
            position: absolute;
            top: 0;
            left: 0;
            width: 72px;
            height: 72px;
        }
        
        .jssort01 .t {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
     .jssort01 .w {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 100%;
    height: 72%;
}
        
        .jssort01 .c {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
            box-sizing: content-box;
            background: url('img/t01.png') -800px -800px no-repeat;
            _background: none;
        }
        
        .jssort01 .pav .c {
            top: 2px;
            _top: 0px;
            left: 2px;
            _left: 0px;
            width: 68px;
            height: 68px;
            border: #000 0px solid;
            _border: #fff 2px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p:hover .c {
            top: 0px;
            left: 0px;
            width: 70px;
            height: 70px;
    border: #0a0a0a 1px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p.pdn .c {
            background-position: 50% 50%;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
        }
        
        * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {

        }

/*testimonial*/

.contactt {
    padding: 50px 50px 24px 50px;

}



#quote-carousel {
    padding: 0 10px 30px 10px !important;
    margin-top: 30px !important;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none !important;
    color: #CACACA !important;
    font-size: 2.3em !important;
    text-shadow: none !important;
    margin-top: 30px !important;
}
#quote-carousel .carousel-control.left {
    left: -60px !important;
}
#quote-carousel .carousel-control.right {
    right: -60px !important;
}
#quote-carousel .carousel-indicators {
    right: 50% !important;
    top: auto !important;
    bottom: 0px !important;
    margin-right: -19px !important;
}
#quote-carousel .carousel-indicators li {
    width: 50px !important;
    height: 0px !important;
    margin: 5px !important;
    cursor: pointer !important;
    border: 4px solid #CCC !important;
    border-radius: 50px !important;
    opacity: 0.4 !important;
    overflow: hidden !important;
    transition: all 0.4s !important;
}
#quote-carousel .carousel-indicators .active {
    background: #333333 !important;
    width: 128px !important;
    height: 128px !important;
    border-radius: 100px !important;
    border-color: #37b8ef !important;
    opacity: 1 !important;
    overflow: hidden !important;	
	
}



.carousel-inner {
    min-height: 300px !important;
}
.item blockquote {
    border-left: none !important;
    margin: 0 !important;
}
.item blockquote p:before {
    content: "\f10d" !important;
    font-family: 'Fontawesome' !important;
    float: left !important;
    margin-right: 10px !important;
}

/*/testimonial*/































































































































































































































/* Images
 	* ------------------------------------------------------- */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
.img_fleft {
  float: left;
  margin-right: 20px;
}
.img_fright {
  float: right;
  margin-left: 20px;
}
.full_width {
  width: 100%;
  margin-bottom: 25px;
}
.nav-tabs {
    border-bottom: 1px solid #434343 !important;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.castom_btn {
  background: none;
  color: #363636;
  display: inline-block;
  font: 700 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.castom_btn:hover {
  background: none;
  color: #ffffff;
  text-decoration: underline;
}
/* Indents
	 * ------------------------------------------------------- */
/*p {
  margin-bottom: 12px;
}*/
p.second {
  margin-bottom: 50px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
	font-weight: bold !important;

color:#343635;
text-align:left;
font: 700 39px/42px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
h2 {
	padding:0px 90px 2px 90px;
color:#343635;
text-align:left;
font: 700 39px/42px "Trebuchet MS", Arial, Helvetica, sans-serif!important;

}
h3 {
  font: 500 23px/28px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  color: #3e3e3e;
  margin-top: 0;
  margin-bottom: 0px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
h5 {
  font: 700 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
}
h6 {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #74889a;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  overflow: hidden;
}
.list.list_m {
  margin-bottom: 45px;
}
.list li {
  font: 700 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  color: #ffffff;
  margin-top: 1px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  display: block;
  padding: 6px 5px 5px 48px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/list_marker.png) 0 -32px no-repeat #b09042;
}
.list li a:hover {
  color: #b09042;
  text-decoration: none;
  background-color: #fff;
  background-position: 0 0;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
#header .header_hr {
  border: none;
  border-bottom: 9px solid #434343;
  margin-top: 0;
  margin-bottom: 12px;

}
.header_bg {
  background: #4e4e4e;
  overflow: hidden;
}
.headertwo{
    padding: 22px 0px 22px 0px;
	}

/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== GENERAL MENU ========== */
.menuheader {
    margin-top: -35px;
    margin-right: 0;
    list-style: none;
    padding-left: 197px;
    overflow: hidden;
    /* margin-bottom: 18px; */
    padding-top: 65px;
    /* width: 103px; */
    text-align: right;
}

.menuheader li {
  float: left;
  margin-left: 23px;
}
.menuheader li:first-child {
  margin-left: 0;
}
.menuheader a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuheader a:hover {
  color: #747474;
}



/*single slider*/


.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}​


/*/single slider*/
marquee>a, marquee>a:hover{color:#000; text-decoration:none;}
.productbox {
    width:200px;
    height:auto;
    background-color:#ffffff;
    padding:10px;
	margin-bottom:10px;
	 padding: 10px;
        -webkit-border-radius: 3px;
      border-radius: 3px;
        background-color: #fff;
        transition: all .20s ease-in-out;
}
.productbox img{
    width:235px;
    height:214px;
    }
.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0; 
   width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    
}
.producttitle a{
   color:#000;
   text-decoration:none;
    }
.producttitle .btn{
    background-color:#EDEEF0;
}
/*/single slider*/







.tm_navbar {
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  background: none;
  border: none;
  min-height: 20px;
}
.tm_navbar .nav {
  float: none;
  position: relative;
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 38px;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  text-align: left;
  font: 700 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  padding: 0;
  margin-left: 0;
  position: relative;
  zoom: 1;
  margin-top: 3px;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
  margin-top: 0;
}
.tm_navbar .nav > li a {
  text-align: left;
  position: relative;
  text-decoration: none;
  color: #c8a34b;
  background: none;
  padding: 2px 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm_navbar .nav > li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 5px;
  left: 0px;
  top: 9px;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/menu_marker.png) no-repeat 0 0;
}
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover {
  color: #8b8787;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 12px;
}
.tm_navbar .nav > li a:hover:before,
.tm_navbar .nav > li.active > a:before,
.tm_navbar .nav > li.active > a:hover:before {
  width: 3px;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 36px;
  left: 139px;
  width: 139px;
  padding: 15px 0 11px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #4e4e4e;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: 700 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  text-align: left;
  width: 150px;
  padding: 0;
  margin: 7px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #c8a34b;
  background: none;
}
.tm_navbar .nav ul a:before {
  top: 9px;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  padding-left: 12px;
  text-decoration: none;
  color: #8b8787;
  background: none;
}
.tm_navbar .nav ul a:hover:before,
.tm_navbar .nav ul li.sfHover a.sf-with-ul:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 5px;
  left: 0px;
  top: 7px;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/menu_marker.png) no-repeat 0 0;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 15px 0 11px;
  left: 124px;
  top: -14px;
  width: 113px;
  background: #4e4e4e;
  border: none;
}
.tm_navbar .nav ul ul li {
  font: 700 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  text-align: left;
  width: 150px;
  padding: 0;
  margin: 6px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #c8a34b;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #8b8787;
  background: none;
}
.select-menu {
  display: none !important;
  outline: none;
}
.header_soc {
    list-style: none;
    padding-left: 42px;
    overflow: hidden;
    margin-bottom: 18px;
    padding-top: 65px;
    width: 103px;
    text-align: right;
}

.header_soc li {
  float: left;
  margin-left: 23px;
}
.header_soc li:first-child {
  margin-left: 0;
}
.header_soc a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_soc a:hover {
  color: #747474;
}
.banner_box .left_side {
  padding: 14px 10px 9px 18px;
  float: left;
  width: 170px;
  background:#38b8ef;
  position: relative;
  font-size:12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
.banner_box .left_side h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.banner_box .left_side h4 span {
  display: block;
  font-weight: 700;
}
.banner_box .left_side:after {
  display: block;
  position: absolute;
  content: '';
  width: 71px;
  height: 51px;
  right: -7px;
  top: -7px;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/left_side_marker.png) 0 0;
  z-index: 10;
}
.banner_box .right_side {
  overflow: hidden;
  position: relative;
  background: #fff;
/*  padding: 20px 9px 20px 8px;
*/  color: #000;
  font-size: 14px;
}
.banner_box .right_side p {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 0;
  color: #000;
}
.white .btn {
    display: block;
    position: absolute;
    right: 22px;
    bottom: -43px;
	width: 30px;
    height: 30px;
    background:
	url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/ver-2/img/arrow.jpg)
	 no-repeat center center #38b8ef;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
    /* margin-left: -69px; */
}
.banner_box .right_side .btn:hover {
  background-color: #d5d5d5;
  text-decoration: none;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
 
.qrcode{ padding:10px 10px 10px 10px;
}
.wel1{padding: 7px 63px 7px 63px;
}

a:focus, a:hover {
    color: #389fcb !important;
} 
 
.nav-tabs>li {
    float: left !important;
    margin-bottom: -1px !important;
    font-size: 11px !important;
} 
#content {
  width: 100%;
  margin-top: 8px;  
}
.weltext{
    background: #389fcb;
	  text-align:left;
	  font-size:12px;
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
.leftcots{
    padding: 57px 0px 9px 41px;
}
.rightcots{
	text-align:right !important;
    padding: 0px 44px 56px 10px;
}
.weltext h1{    padding: 0px 80px 2px 80px;s
color:#343635;
text-align:left;
}
.weltext p{padding:0px 90px 2px 90px;
color:#fff;
text-align:left;
font-size:14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;

}

.1{text-align:left;
}
.2{text-align:right;
}

.slide_box {
  overflow: hidden;
  display: block;
}
.slide_box .img_box {
  float: left;
  width: 700px;
}
.slide_box .img_box img {
  width: 100%;
}
.slide_box .slogan_box {
  float: right;
  width:470px;
  padding:50px 90px 50px 90px[
  background: #37b7ee;
 
}
.slide_box .slogan_box .qoutes {
  position: relative;
}
.slide_box .slogan_box .qoutes:before {
  display: block;
  position: absolute;
/*  content: '"';*/
  color: #363636;
  font-family:Narkisim;   
  font-size: 150px;
  line-height: 100px;
  top: 42px;
  left: 25px;
  width: 100px;
  height: 100px;
}
.slide_box .slogan_box .qoutes:after {
  display: block;
  position: absolute;
/*  content: '"';*/
  color: #363636;
  font-family: Narkisim;   
  font-size: 150px;
  line-height:100px;
  bottom:30px;
  right: 6px;
  width: 100px;
  height: 80px;
}
.slide_box .slogan_box .qoutes h2 {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    line-height: 40px;
  font-size: 36px;
  color: #363636;
  margin-bottom: 35px;
  margin-top: 20px;
}
.slide_box .slogan_box .qoutes p {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.row_1 {
  background: #c8a34b;
  border-top: 1px solid #bc9a4a;
  border-bottom: 9px solid #b09042;
  padding-top: 37px;
  padding-bottom: 36px;
}



.testimoniall{
    display: inline-block;
    padding: 20px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ficon {
   background: #f5ebec;
}
.icons1{
    text-align: center;
    padding: 23px 20px 5px 20px;
    color: #909696;
    border: 2px solid #434343;
	
}

.ficon icons:first-child {
  border-left: none;
}
.ficon icons:first-child a {
  border-left: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ficon icons:first-child a:hover {
  border-left: 1px solid #4e4e4e;
}
.ficon a hover  {
	background-color:#666;
/*    padding-top: 27px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 36px;
    margin-right: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #434343;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: center;
    color: #909696;	*/
}
.ficon icons a:hover {
    background: #4e4e4e;
		}
		
.ficon icons .active a {
    background: #434343;
    border-left: 1px solid #434343;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}






















.tab-content {
  background: #4e4e4e;
  margin-top: 0 !important;
  border-top: 1px solid #5e5e5e;
  padding-top: 20px;
}
.tab-content h3 {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    font-size: 36px;
  line-height: 36px;
  text-transform: none;
  color: #d6a73a;
}
.tab-content p {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 20px;
}
.tab-content .tab-pane {
  padding-top: 17px;
  padding-bottom: 30px;
  position: relative;
}
.tab-content .btn_wrap {
  position: absolute;
  display: block;
  right: 0;
  top: -21px;
  bottom: 0px;
  width: 69px;
}
.tab-content .btn_wrap .tab_btn {
  display: block;
  background: #656565;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.tab-content .btn_wrap .tab_btn:hover {
  background: #c8a34b;
}
.dotted_btn {
  display: inline-block;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dotted_btn:hover {
  color: #363636;
}
.img_box {
  overflow: hidden;
}
.img_box .img_box_cont {
  overflow: hidden;
}
.qoutes_box {
  overflow: hidden;
  margin-bottom: 20px;
}
.qoutes_box .qoute {
  position: relative;
  float: left;
  width: 60px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.qoutes_box .qoute:after {
  display: block;
  position: absolute;
  content: '"';
  right: 13px;
  top:10px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.qoutes_box .qoute_cont {
  overflow: hidden;
}
.blog_item {
  margin-bottom: 32px;
}
.blog_item h3 {
  margin-bottom: 5px;
}
.blog_item .blog_p {
  color: #e8dabe;
  margin-bottom: 23px;
}
.blog_item .blog_p a {
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog_item .blog_p a:hover {
  color: #fff;
  text-decoration: none;
}
.gallery_item {
  margin-bottom: 37px;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 26px;
}
#thumbs .touch_img img {
  width: 100%;
  display: block;
}
#thumbs .touch_img span.expand {
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -27px;
  margin-left: -30px;
  width: 60px;
  height: 55px;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/zoom_icon.png) no-repeat 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
#thumbs .touch_img span.bg {
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/img_hover.png) repeat 0 0;
  position: absolute;
  display: block;
  height: 100%;
  bottom: -100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#thumbs .touch_img:hover span.expand {
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -30px;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/zoom_icon.png) no-repeat 0 0;
}
#thumbs .touch_img:hover span.bg {
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/img_hover.png) repeat 0 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.mail_link {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mail_link:hover {
  text-decoration: none;
  color: #3e3e3e;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  background-color:#CCC;
}

#footer .copyright {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;
    font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #656565;
}
#footer .copyright a {
  color: #656565;
}
#footer .copyright a:hover {
  text-decoration: none;
  color: #c8a34b;
}
#footer .footer_box {
  padding-left: 100px;
}
#footer .footer_box .footer_logo {
  display: inline-block;
  margin-bottom: 10px;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 42px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 411px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/nav/img/to_top.png) no-repeat 0 0;
  height: 26px;
  width: 52px;
  right: 50% !important;
  margin-right: -720px !important;
  bottom: 220px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  background-position: 0 -26px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
























 

 
/* 
 
 
 
 
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  
  
  
}
@media (min-width: 1200px) and (max-width: 1220px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 204px;
  }
}
@media (max-width: 1220px) {
  .slide_box .img_box {
    width: 670px;
  }
  .banner_box .left_side {
    padding: 18px 10px 38px 18px;
  }
  .slide_box .slogan_box .qoutes {
    position: relative;
    padding: 75px 35px 105px 98px;
  }
  #myTab li a {
    padding-left: 28px;
    padding-right: 29px;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 187px;
    margin-right: 17px;
  }
  .contact-form .coll-3 {
    margin-right: 0;
    width: 188px;
  }
  #footer .footer_box {
    padding-left: 0;
  }
  .content_indent {
    padding-left: 15px;
    padding-right: 15px;
  }
.white1 img{ display:none;
}
  h1 {
    margin-top: 50px;
    margin-bottom: 35px;
    padding-left: 25px;
  }
  .slide_box .img_box {
    width: 470px;
  }
  .slide_box .slogan_box .qoutes {
    padding: 25px 35px 91px 45px;
  }
  .slide_box .slogan_box .qoutes:before {
    font-size: 100px;
    line-height: 100px;
  }
  .slide_box .slogan_box .qoutes:after {
    font-size: 100px;
    line-height: 100px;
    bottom: 0px;
    right: -15px;
  }
  .slide_box .slogan_box .qoutes h2 {
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  #myTab li a {
    padding-left: 13px;
    padding-right: 11px;
    border-left: none !important;
    width: 157px;
  }
  #myTab li:first-child a {
    width: 155px;
  }
  .tab-content h3 {
    padding-left: 30px;
  }
  h3 {
    font: 700 18px/24px 'Roboto Slab', serif;
  }
}
/*------------Stuck menu ------------*/*/





/*
@media (max-width: 991px) {
  .banner_box .left_side {
    padding: 18px 10px 18px 18px;
    float: left;
    width: 125px;
  }
.skyblue1 {
    margin: 8px 15px 10px 15px;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
}

.contactt {
    padding: 50px 50px 50px 50px;
    background-color: #4e4e4e;
}
  
  
  .banner_box .left_side h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .banner_box .right_side {
    padding: 0px 0px 0px 0px;
  }

.sosocialicons{
	padding-top:3px;
	text-align:center;
}
.logo {
    padding: 1px 0px 14px 45px;
    color: #39b9f0;
    font-family: "PMNCaeciliaW01-75Bold";
    font-weight: normal;
    font-style: normal;
}  

  .slide_box .img_box {
    width: 370px;
  }
  .slide_box .slogan_box {
    width: 350px;
  }
  .slide_box .slogan_box .qoutes {
   padding: 29px 15px 19px 15px;
  }
  .slide_box .slogan_box .qoutes:before,
  .slide_box .slogan_box .qoutes:after {
    display: none;
  }
  .slide_box .slogan_box .qoutes h2 {
    margin-bottom: 5px;
  }
  #myTab li a {
    width: 120px;
  }
  #myTab li a img {
    width: 100%;
  }
  #myTab li a:first-child {
    width: 120px;
  }
  .tab-content p {
    padding-left: 30px;
  }
  .tab_btn img {
    padding-top: 60px;
  }
  .row_1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .castom_btn {
    margin-bottom: 40px;
  }
.white .btn {
    display: block;
    position: absolute;
    right: 39px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(file:///F|/Teslin%20Mathew/projects/SB%20Satheesan/ver-2/img/arrow.jpg)
 no-repeat center center #38b8ef;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
    /* margin-left: -69px; */
}  
  
  
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
/*  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }*/
  .logo a img {
    width: 100%;
  }
.banner_box .right_side img{
	  display:none;
  }  
/*.contactt {
    padding: 40px 40px 40px 40px;
    background-color: #4e4e4e;
}  */
}
@media (max-width: 1000px) {
  .header_bg {
    padding-top: 0;
  }
.contactt {
    padding:21px 40px 0px 40px;
    background-color: #4e4e4e;
}  
  
  h1 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .header_soc {
    text-align: center;
  }
  
.banner_box .right_side img{
	  display:none;
  }  
  .header_soc li {
    float: none;
    display: inline-block;
  }
  .tm_navbar {
    padding: 0 15px 20px 15px;
  }
  .tm_navbar .select-menu {
    color: #c8a34b !important;
  }
  .banner_box .left_side:after {
    right: 0px;
  }
  .banner_box .left_side {
    float: none;
    width: 100%;
  }
  .banner_box .right_side {
    padding: 15px 25px 30px 10px;
  }
  .sf-menu {
    display: none !important;
  }
  .select-menu {
    display: block !important;
    border: 1px solid #343434;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .select-menu option {
    padding: 0;
  }
  .slide_box .img_box {
    width: 100%;
  }
  .slide_box .slogan_box {
    width: 100%;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33.333333%;
  }
  #myTab li a:first-child {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab-content .tab-pane {
    padding-right: 20px;
  }
  .map iframe {
    width: 100%;
    height: 250px;
  }
/*  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }*/
  .form-404 {
    width: 100%;
  }
  .form-404 input {
    display: block;
    float: left;
    width: 88%;
  }
  .searchicon {
    display: block;
    float: right;
    margin-right: 4px;
  }
}









@media only screen and (max-width: 768px){
.resp-tabs-list li {
    background-color: #389fcb !important;
	color:#000 !important;
}
	
.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
    border: 0 !important;
    margin-bottom: 0px !important;
    padding: 6px 11px !important;
    background-color: #f4f4f4 !important;
	color:#000;
}	
	
section {
    background-color: #ffffff !important;
}	
h2.resp-accordion {
    background: #389fcb !important;
    height: 65px!important;
    text-align: center!important;
}

.VerticalTab.tabs_ver_1 .resp-tab-content {
    border: 0 !important;
    padding: 0px 0px !important;
}

.VerticalTab.tabs_ver_1 .resp-tabs-list li {
    display: block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: none;
    color: #fff !important;
    border: none;
    padding: 15px 63px !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    line-height: 24px;
    border-radius: 0;
    margin-bottom: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}


}




















@media (max-width: 480px) {
  .form-404 input {
    width: 80%;
  }
.banner_box .right_side img{
	  display:none;
  } 
  
.headertwo {
    padding:27px 0px 1px 0px;
} 
.contactt {
    padding: 10px 10px 10px 10px;
    background-color: #4e4e4e;
}  
  

h2.resp-accordion {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding: 0.32em 0em 0.32em 0.70em;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background: #303030;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	line-height: 0px;
	cursor: pointer;
	padding: 10px 15px;
	border-left: 0 !important;
	border-right: 0 !important;
	height:30px !important;
}
h2.resp-tab-active {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0 !important;
    padding: 34px 41px !important;
	background: rgba(59, 89, 152, 0.8) !important;
	border-left: 0 !important;
	border-right: 0 !important;
}  
  
  
  
  
  
  
  
  
  
}
/*Core variables and mixins*/
*/