/*
Theme Name:Ram laxman astro centre
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =========================================================== */
/* Common /* 
============================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Allura);

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Roboto Condensed', sans-serif;
  background: none; 
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 25px 17px 25px;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #222;
  font-weight: 700;
  text-transform: uppercase; letter-spacing:.5px;
}
#cssmenu > ul > li:hover > a {
  color: #FFF; background:#930408;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 190px;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background: #f2a604;
  z-index: 9999;text-transform: uppercase; letter-spacing:0.5px;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu .active a { color: #FFF; background:#930408;}
#cssmenu .active1  {font-weight:400; color: #8193ff;}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%; background:#171717; 
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #FFF;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu > ul > li > a {
  color: #b0b0b0;
}
#cssmenu > ul > li:hover > a {
  color: #FFF;
}
}

.lead {
    font-size: 21px !important;
}
.color1 {
	color:#930408 !important;
}
.color2 {
	color:#fbf01f !important;
}
.color3 {
	color:#798805;
}



body {background:#FFF; font-family: 'PT Sans', sans-serif;}
a {color:#4e4e4e; text-decoration: none;}
a:hover {color:#000;  text-decoration: none;}
a:link {text-decoration: none;}
*, *:before, *:after {box-sizing:  border-box !important;}

.clear {clear:both;}
.mag {margin-top:5px !important;}
.mag1 {margin-top:10px !important;}
.mag2 {margin-top:20px !important;}
.mag3 {margin-top:30px !important;}
.mag4 {margin-top:40px !important;}
.mag5 {margin-top:50px !important;}
.mag6 {margin-top:60px !important;}

.pt-0{padding-top:0px !important;}
.mt-0{margin-top:0px !important;}

.main_container {width:80%; margin:auto;}

h1, h2, h3, h4, h5, {font-family: 'Roboto Condensed', sans-serif;}
.top-bg { background-color:#b4b5b5; padding:5px 0px 0px 0px;}

.phone { margin-top:10px;}
.phone ul {list-style: none; text-align:right; padding-left:0px;}
.phone li {display: inline-block; margin-right:20px; font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:400;
 color:#e9ecef; vertical-align:middle;}
.phone i {color:#FFF; padding-right:3px;}
.phone li big {font-size:22px; font-weight:700; line-height:30px; color:#d5555d; text-align:right;}
.phone li strong {text-transform: uppercase; color:#2d2d2d;}
.phone li a {text-decoration: none; color:#FFF;}

.email { margin-top:28px;font-family: 'Roboto Condensed', sans-serif;}
.email ul {list-style: none; padding-left:0px; margin-bottom:0px; text-align: right;}
.email li {display: inline-block;  font-size:14px; font-weight:400; 
 color:#cc9900; vertical-align:middle;  padding:10px 15px 10px 15px; -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;}
.email li a { color:#d2d2d2; text-decoration: none;}
.email li a:hover {color:#fbf01f;}
.email li strong { color:#FFF;}
.email li i {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(193, 193, 193, 0.4);
    text-align: center;
    font-size: 24px;
    padding-top: 7px;
    color: #FFF;
    border-radius: 50%;
}
.email li  span{display: inline-block; float: left; margin-right:10px; }
.email ul:after {clear:both:}

header { background:#000 url(images/header-bg.png) no-repeat top center; background-size: cover; width:100%; height:auto; box-shadow:0px 0px 4px #a5a6a8;padding:4px 0px 4px 0px;z-index:9999;}
.affix {top: 0; width: 100%; z-index:9999;}

.affix + .container-fluid { padding-top: 20px;}

#soci ul {text-align:left; margin:0px 10px 7px 0px; padding-left:0px;}
ul.footer-social li{display: inline-block; margin:4px 3px 0px 3px;  text-align:center; color:#e0e0e0;}
#soci i.fa {height: 35px;width: 35px; border:2px solid rgba(256,256,256,0.1); font-size: 16px;padding: 9px 5px;border-radius: 50%; color: #FFF;transition: all 0.5s; background: rgba(256,256,256,0.1);}
#soci i.fa:hover{background: #e7bf3c;border-color: #e7bf3c;color: #ffffff; -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);}
	
.folow { margin-top:44px;}
.folow ul {list-style: none; padding-left:0px; text-align:right;}
.folow li {display: inline-block; font-family: 'Ubuntu', sans-serif; font-size:18px; font-weight:400;
 color:#FFF; vertical-align:middle;}
 .folow li:last-child {border-right:none;}
.folow i {color:#FFF; padding-right:3px; background:rgba(0,0,0,0.5); padding:4px; min-width:32px; min-height:30px; text-align: center; padding-top:9px; font-size:16px;}

.folow  li i.face {color:#FFF; background:#2d4191;}
.folow  li i.twi {color:#FFF; background:#0eb0cd;}
.folow  li i.gplu {color:#FFF; background:#cb6160;}
.folow  li i.inst {color:#FFF; background:#bc23e1;}

.folow  li:hover i.face {color:#FFF; background:#2d4191;}
.folow  li:hover i.twi {color:#FFF; background:#0eb0cd;}
.folow  li:hover i.gplu {color:#FFF; background:#cb6160;}
.folow  li:hover i.inst {color:#FFF; background:#bc23e1;}
	
.logo { text-align:center;}
.logo img { text-align:center;}

#cssmenu > ul > li a.colo   {color:#FFF !important;}

/*============================*/

.menu_bg { background:#fff200; margin-top:0px;}


/*========================*/
.banner_sec { position: relative;}
.banner_sec img { width:100%;}
/* .banner_sec:after {content:''; bottom:0px; left:0px; display: block;  background: #4e4f54; width:100%; height:40px;border-top:1px solid #000; box-shadow: inset 0px 0px 4px #292929;border-bottom:1px solid #FFF;}
 */
.banner_sec .banner-con {position: absolute; top:20%; left:30%;}
.banner_sec .banner-con h3 {font-family: 'Roboto Condensed', sans-serif; font-weight:400;  color:#FFF; font-size:32px; text-align: center;}

.banner_bg {width:100%; padding:10px 0px 0px 0px; background:#0e041c; margin-top:0px; position: relative; z-index:1;}

/* .banner_bg:after{position: absolute;  content:''; top:0px; left:0px;  background: rgba(7, 36,56,0.4); width:100%; height:100%;  display: block;z-index:-1;} */

.banner-section {
	background: url('images/sliderBg.jpg') no-repeat;
	width: 100%;
	/* background-position: center; */
	position: relative;
	height: auto;
	padding:50px 0px 50px 0px;
	background-size: 105%;
	animation-name:universe;
	animation-iteration-count: infinite;
	animation-duration:10s;
}

@keyframes universe {
	0% {background-size: 105%;}
	50% {background-size: 120%;}
	100% {background-size: 105%;}
}
.impx-slideshow {border:2px solid #ffae01;}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.glyphicon-chevron-right:before {
  content: "";

}
.glyphicon-chevron-right {
  width: 40px;
  height: 40px;
  background:#373737 url(images/large_right.png) no-repeat top;
}

.glyphicon-chevron-left:before {
  content: "";

}
.glyphicon-chevron-left {
  content: "";
  background:#373737  url(images/large_left.png) no-repeat top; width:40px; height:40px; 
}
.section-heading h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-bottom: 18px;
    position: relative; 
    text-transform: capitalize;font-family: 'Open Sans', sans-serif;  font-weight:700; color:#FFF;
}
.section-heading h2::after {
    background-image: url("images/section-border1.png");
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 64px;
}

.section-heading1 h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-bottom: 18px;
    position: relative; 
    text-transform: capitalize;font-family: 'Open Sans', sans-serif;  font-weight:700; color:#FFF;
}

.section-heading1 h2::after {
    background-image: url("images/section-border1.png");
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 64px;
}


/*===================================*/
 .gallery_sec {
 -moz-column-width: 16em;
 -webkit-column-width: 16em;
 column-width: 16em;
 -moz-column-gap: 20px;
 -webkit-column-gap:20px;
 column-gap:20px; transition: ease all 0.4s;
}

.gallery_sec > .co1 {
 display: inline-block;
 padding: 0;
 margin: 0;
 width:  100%; margin-top: 20px;
 vertical-align: top;transition: ease all 0.4s;
} 
.gallery_sec img{width:100%; transition: ease all 0.4s; z-index:99; position: relative;}


/*======================*/

.ser_title {}
.ser_title h2 {text-align:center; color:#222; font-size:45px; }
.ser_title h2:after {background: rgb(249, 225, 29);content: ""; display: block; height: 1px; margin: 25px auto 0px; width: 270px;}
.ser_title_border {background:#131313; width:80px; height:3px; margin:auto; position:relative; margin-top:-12px;}


/* ================================= */
.mg-image img {-webkit-transition: all 1s ease;-moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease;transition: all 1s ease; max-width: 100%;}
.mg-image:hover img { transform: scale(1.2) rotate(10deg);}
.mg-image {width:50%;overflow: hidden;margin: 0 auto; position:relative; background:#FFF;}

.ser_blog_sec {background:#0f1c3a;}
.ser_blog_sec:hover img {transform: scale(1.2) rotate(10deg); }

.ser_blog_img {float:left; width:50%;}
.ser_blog_img img {width:100%;-webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;}

.ser_blog {background:#0f1c3a; position:relative; padding:15px; text-align:center; float:right; width:50%; height:100%;}
.ser_blog:after {content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:9999;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #0f1c3a;
  transform: rotate(45deg);
  margin-left: -15px;
 }
  
.ser_blog h3 {color:#FFF; text-transform:uppercase; padding-top:20px;}
.ser_blog_right {background:#FFF; position:relative; padding:15px; text-align:center; float:left; width:50%; height:100%;} 
.ser_blog_right:after {content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  z-index:9999;
  background: #fff;
  transform: rotate(45deg);
 }
.ser_blog_right h3 {color:#7fb133; text-transform:uppercase; padding-top:10px;}

.ser_blog .no_mar {margin-top:0px; padding-top:0px;}
.ser_blog_right .no_mar {margin-top:0px; padding-top:0px;}

/*==========================*/
.hei {min-height:450px;}

.ser_box {
    border: 1px solid #800001;
    padding: 7px;
    background: #fff200;
	
}

.ser_box:hover {box-shadow:0px 0px 5px #e8e8e8;}

.ser_box h3 {
    font-weight: 700;
    color: #930408;
    text-transform: uppercase;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    font-size: 18px;
    min-height: 45px;
    text-align: center;
}
.ser_box:hover h3 {padding-left:20px; color:#000;} 

.ser_box p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    text-align: center;
    font-size: 16px;
}
.ser_box:hover p { color:#000;}

.ser_btn {
    border: 1px solid #000;
    border-radius: 20px;
    color: #f9f9f9;
    padding: 7px 20px 7px 20px;
    position: absolute;
    margin-bottom: -15px;
    background: #930408;
    margin-left: 30px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
}
.ser_box:hover .ser_btn {margin-left:0px; color:#FFF;}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #a2a2a2;
} 


/*=======================================*/

.no_marg {margin:0px;}
.no_padd {padding:0px;}
.bg_padd {padding:40px 0px 40px 0px;}
.bg_padd2 {padding:40px 0px 80px 0px;}

.bg1 {background:rgba(0,0,0,0.04) url(images/bg1.html) repeat;}
.bg2 {background:rgba(0,0,0,0.05);}
.bg3 {background:rgba(256,256,256,1);}
.bg4 {background:#798805;}
.bg5 {background:rgba(0,0,0,0.1);}
.bg6 {background:#8e0001;}
.bg7 {
    background: #798805;
}
.bg8 {background:#000;}
.bg9 {background:#fbf01f url(images/bg2.jpg) no-repeat; background-size: cover;}
.bg10 {
    background: #910000 url(images/bg3.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
}
.bg4 h2 {font-size:36px; color:#FFF; font-weight:600;}

.padd1 {padding:10px;}
.padd2 {padding:20px;}

.colo2{color:#4e4f54 !important;}

.box-shadow {box-shadow:0px 0px 3px #e6e6e6 !important;}

.btn-info {z-index:99999;}

.welcome_bg {padding:40px 0px 40px 0px; background:#4c3739 url(images/content.html) repeat; width:100%;}

.welcome_kittu {}
.welcome_kittu h1 {color:#4e4f54;  font-weight:400;  padding-bottom:7px;font-family: 'Roboto Condensed', sans-serif; font-size:32px; }
.welcome_kittu h2 {color:#4e4f54;  font-weight:700; font-family: 'Roboto', sans-serif;}
.welcome_kittu h3 {color:#4e4f54;  font-weight:700;  padding-bottom:7px;font-family: 'Roboto', sans-serif;}
.welcome_kittu h4 {color:#4e4f54; font-family: 'Roboto', sans-serif; font-weight:400;  padding-bottom:7px;}
.welcome_kittu h2.color {color:#009e58;}
.welcome_kittu h3.color {color:#009e58;}
.welcome_kittu h4.color {color:#009e58;}
.color2 {color:#d44049 !important;}
.color3 {color:#FFF !important;}
.color4 {color:#4bb76c !important;}
.line-height1{line-height:20px;}
.line-height2{line-height:24px;}

.welcome_kittu h1 i {font-size:18px; position:absolute; color:#2c3cd9;}

.welcome_kittu p {color:#2d2d2d; font-family: 'Open Sans', sans-serif; font-weight:400;  padding:10px 0pxp 10px 0px; font-size:14px;}
.welcome_kittu p strong {font-weight:700;}
.welcome_kittu p a {color:#0479bf;}
.welcome_kittu p a:hover {color:#1578a6;}

.welcome_kittu ul {list-style: none; }
.welcome_kittu li {color:#4c6572; font-size:15px; padding:4px 0px 4px 0px;}
.welcome_kittu li::before {content:"\f105"; font-family: fontAwesome; padding-right:5px; color:#009e58;}

.welcome_kittu1 {}
.welcome_kittu1 h1 {
    color: #930408;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
}
.welcome_kittu1 h1 {
    color: #930408;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
}

.welcome_kittu2 a {color:#fbf01f;}
.welcome_kittu2 a:hover {color:#ffffff;}

.welcome_kittu2 h4 {color:#fbf01f; font-family: 'Roboto', sans-serif; font-weight:400;  padding-bottom:7px;}
.welcome_kittu2 ul {list-style: none; padding:0px; margin:0px;}
.welcome_kittu2 li {color:#f0f0f0; font-size:15px; padding:4px 0px 4px 0px;}
.welcome_kittu2 li::before {content:"\f105"; font-family: fontAwesome; padding-right:5px; color:#f0f0f0;}
.welcome_kittu2 li a { color:#f0f0f0;}


.welcome_kittu1 h2 {color:#FFF; font-family: 'Roboto', sans-serif; font-weight:700;  padding-bottom:0px;}
.welcome_kittu1 h3 {color:#FFF; font-family: 'Roboto', sans-serif; font-weight:500;  padding-bottom:7px;}
.welcome_kittu1 h4 {color:#000; font-family: 'Roboto', sans-serif; font-weight:400;  padding-bottom:7px; font-size: 22px;}
.welcome_kittu1 h5 {color:#ffd200; font-family: 'Roboto', sans-serif; font-weight:400;  padding-bottom:7px; font-size:20px;}

.welcome_kittu1 p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px 0pxp 10px 0px;
    font-size: 16px;
    line-height: 24px;
}
.welcome_kittu2 p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px 0pxp 10px 0px;
    font-size: 16px;
    line-height: 24px;
}
.welcome_kittu2 h1 { color:#FFF;}
.welcome_kittu1 span {color:#86a75a;}
.welcome_kittu1 p strong {font-weight:700; color:#FFF;}
.welcome_kittu1 p a {color:#930408;}
.welcome_kittu1 p a:hover {color:#000; text-decoration:none;}

.welcome_kittu1 ul {list-style: none; padding-left:0px;}
.welcome_kittu1 li {color:#930408; font-size:15px; font-family: 'Open Sans', sans-serif; font-weight:400; margin-bottom:8px;}

.welcome_kittu1 li  a {color:#aaafb1; text-decoration: none;}
.welcome_kittu1 li  a:hover {color:#FFF;}
.welcome_kittu1 li::before {content:"\f105"; font-family: fontAwesome; padding-right:5px; color:#930408;}
.welcome_kittu1 h1.size1 {font-size:64px;}
.welcome_kittu1 h5.size2 {font-size:34px;}
.welcome_kittu1 h2.color1 {color:#FFF;}

.wel_im {margin-top:0px;}
.wel_im img { width:100%; height:248px;}

.services_img {float:left; width:20%; margin:10px 20px 5px 0px; border:1px solid #cacaca; padding:5px;}
.services_img img {width:100%;}

.services_img1 {float:right; width:30%; margin:10px 0px 5px 20px; border:1px solid #cacaca; padding:5px;}
.services_img1 img {width:100%;}

.services_img2 {float:right; width:40%; margin:10px 0px 5px 20px;}
.services_img2 img {width:100%;}
.btn{border-radius: 0px;}

.fixed_bg1 {background:#4e4f54; padding:60px 0px 40px 0px;}

.fixed_bg2 {background:#4f0000; padding:80px 0px 80px 0px; position: relative;z-index:99;}
.fixed_bg2:after { position: absolute; content:""; width:100%; height:100%; left:0px; right:0px; top:0px; bottom:0px; background:rgba(0,0,0,0.70); z-index:-1;}

.fixed_bg3 {background:#4e4e4e url(images/fix2.html) no-repeat fixed center center/cover; padding:100px 0px 100px 0px; position: relative;}
.fixed_bg3:after { position: absolute; content:""; width:100%; height:100%; left:0px; right:0px; top:0px; bottom:0px; background:rgba(0,0,0,0.70);}

.back1 {background: url(images/1.html) no-repeat center; width:100%; min-height:350px;}

.back1_img {}
.back1_img img {width:100%;}

.latest_news_img {position: relative;
	padding-bottom: 46.25%; 
	padding-top: 35px;
	height: 0; border:1px solid rgba(256,256,256,0.2); margin:5px 0px 5px 0px;}
.latest_news_img img {position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; padding:5px;}
	
.latest_news_img span {position:absolute; z-index:10; bottom:5px; right:5px; background:rgba(60,147,75,0.8); color:#FFF; font-size:14px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; padding:5px 15px 5px 15px; transition: ease all 0.4s; -webkit- transition: ease all 0.4s; -moz- transition: ease all 0.4s;}
.latest_news_img span b {font-weight:700;font-size:20px; display:block;}

.latest_cont { padding:15px;}
.latest_cont h3 {color:#FFF; font-family: 'PT Sans', sans-serif; font-weight:700; transition: ease all 0.4s; -webkit- transition: ease all 0.4s; -moz- transition: ease all 0.4s; font-size:22px; margin-top:0px;}
.latest_cont p {color:#d5d5d5; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:14px;}
.latest_cont p a {color:#FFF; font-size:14px;transition: ease all 0.4s; -webkit- transition: ease all 0.4s; -moz- transition: ease all 0.4s;padding-left:10px;}
.latest_cont p a:hover {color:#FFF; text-decoration:none;}

.latest_cont i {color:#000;}

.latest_cont1 {}
.latest_cont1 h3 {color:#57a763; font-family: 'PT Sans', sans-serif; font-weight:400; transition: ease all 0.4s; -webkit- transition: ease all 0.4s; -moz- transition: ease all 0.4s;}
.latest_cont1 p {color:#888888; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:14px;}
.latest_cont1 p a {color:#57a763; font-size:14px;transition: ease all 0.4s; -webkit- transition: ease all 0.4s; -moz- transition: ease all 0.4s;}
.latest_cont1 p a:hover {color:#57a763; text-decoration:none;}

.latest_cont1 i {color:#57a763;}

.category-title h1 {
  text-align: center;color:#FFF; font-weight:700;font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.category-title .under-line {
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
  background: #696a6d;
}
.category-title .under-line .line {
  display: block;
  position: relative;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #000;
}
.category-title:hover .under-line .line {
  animation-name: slide;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(60px);
  }
  40% {
    transform: translateX(-60px);
  }
  60% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(60px);
  }
  40% {
    -webkit-transform: translateX(-60px);
  }
  60% {
    -webkit-transform: translateX(60px);
  }
  80% {
    -webkit-transform: translateX(-60px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes slide {
  0% {
    -moz-transform: translateX(0px);
  }
  20% {
    -moz-transform: translateX(60px);
  }
  40% {
    -moz-transform: translateX(-60px);
  }
  60% {
    -moz-transform: translateX(60px);
  }
  80% {
    -moz-transform: translateX(-60px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes slide {
  0% {
    -o-transform: translateX(0px);
  }
  20% {
    -o-transform: translateX(60px);
  }
  40% {
    -o-transform: translateX(-60px);
  }
  60% {
    -o-transform: translateX(60px);
  }
  80% {
    -o-transform: translateX(-60px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
/*=================================================*/

.blog_sec {}
.blog_sec  ul { padding-left:0px; list-style: none;}
.blog_sec  li { padding:15px; margin:15px 0px 15px 0px; }
.blog_sec  li:nth-child(odd) { background:rgba(0,0,0,0.01); box-shadow: inset 0px 0px 12px #e9eff1;}
.blog_sec  li:nth-child(even) { background:FFF; }



/*=========================*/


.fix_back { background:#000 url(images/fixed_bg.html) no-repeat fixed center center / cover; padding:50px 0px 50px 0px;}

.retes {font-family: 'PT Sans', sans-serif;  color:#052b4a; text-align: center; font-size:14px; font-weight:400;  line-height:22px; margin-top:20px;}
.retes h1 {color:#06639b; text-align: center; font-size:20px; font-weight:900;}
.retes h2 {color:#FFF; text-align: center; font-size:20px; font-weight:300; text-transform: uppercase;}
.retes ul {list-style: none; margin-top:15px;}
.retes li {color:#9f91bf;}
.retes span {display: inline-block; width:70%; font-style:normal; padding:4px 0px 4px 10px; text-align:left;}
.retes ins {display:inline-block;width:30%; text-decoration:none;   padding:4px 0px 4px 0px;
 border-left:5px solid #10100f;}
.retes li:nth-child(odd) {background: #1f1438; color:#9f91bf;}



/*===============================*/

#backTop{
    width:50px;
    height:50px;
    padding:10px;
    border-radius:50%;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.red{
     background:#939393 url(images/uparr-48-w.png) no-repeat center center; 
    /*border:1px solid #fff;*/
}
#backTop.red:hover{
     background:#545454 url(images/uparr-48-w.png) no-repeat center center;
}


/*==============================*/
.btn-primary {background-color:#00174c; border:0px;}
.btn-primary:hover {background-color:#02143e;}
.number_sec {padding:60px 0px 40px 0px;  background-position:bottom; width:100%;}

.mapWrapper {position: relative;
	padding-bottom: 26.25%; 
	padding-top: 25px;
	height: 0;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; border:0px;
}

.video {position: relative;
	padding-top: 38px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; border:0px;
}
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
		
/*==============================*/	

.footer_up {background:#8e1018 url(images/ray.html) no-repeat top; padding:40px 0px 30px 0px;}

.line1 {background-color:#404040; width:1px; height:200px; margin:auto;}
.line2 {background-color:#6f5153; width:1px; height:200px; margin:40px auto 0;}

.footer_con h3 {color:#FFF;  font-weight:400; margin-top:0px; font-family: 'Roboto Condensed', sans-serif;}
.footer_con p {color:#A9A8A8; font-family: 'Roboto Condensed', sans-serif; font-weight:400;  padding:0px 0pxp 10px 0px; font-size:18px;}
.footer_con p strong {font-weight:700; color:#f0ad4e;}
.footer_con .color1 {color:#FFF;}

.footer_con ul {list-style: none; padding-left:0px;}
.footer_con li {color:#A9A8A8; font-size:15px;font-family: 'Didact Gothic', sans-serif;font-weight:400; padding-bottom:2px; transition: all 0.5s;}
.footer_con li a {color:#A9A8A8; transition: all 0.5s; background: rgba(0,0,0,0.3); display:block; padding:4px 0px 4px 0px;}
.footer_con li a::before {content:"\f105"; font-family: fontAwesome; padding:0px 5px 0px 15px; color:#9b8082;}
.footer_con li a:hover {text-decoration: none; color:#FFF; padding-left:5px;}

.footer_con li:nth-child(1) a {border-left:2px solid #00a0df;}
.footer_con li:nth-child(2) a{border-left:2px solid #00ad42;}
.footer_con li:nth-child(3) a{border-left:2px solid #ffc826;}
.footer_con li:nth-child(4) a{border-left:2px solid #f27037;}
.footer_con li:nth-child(5) a{border-left:2px solid #f23737;}
.footer_con li:nth-child(6) a{border-left:2px solid #8741d5;}

.footer_con1 {}
.footer_con1 h3 {color:#FFF;  font-weight:400; margin-top:0px; margin-bottom:20px; font-family: 'Roboto Condensed', sans-serif;}
.footer_con1 ul {list-style: none; padding-left:0px; column-count:2;}
.footer_con1 li {color:#A9A8A8; font-size:15px;font-family: 'Didact Gothic', sans-serif;font-weight:400; padding-bottom:2px; transition: all 0.5s;}

.copysec {margin-top:0px;}
.copyright p {color:#f1b5b9; font-family: 'Open Sans', sans-serif; font-weight:400; text-align:left; font-size:12px;}
.copyright p span {color:#FFF}


.copyright1 p {color:#6e6e6e; font-family: 'Open Sans', sans-serif; font-weight:400;  padding:10px 0pxp 10px 0px;
 text-align:right; font-size:12px;}
.copyright1 p a {font-weight:500; color:#FFF;}
.copyright1 p a:hover {color:#6e6e6e; text-decoration: none;}

.quick_link {}
.quick_link ul { list-style: none; padding-left:40px;}
.quick_link li { font-size:15px; color:#f8dfb4; margin:5px 0px 5px 0px; padding-bottom:5px;}
.quick_link li a { text-decoration: none;display:block; color:#f8dfb4;}
.quick_link li a:hover {color:#FFF}
.quick_link li a:before { content: "\f105"; font-family: FontAwesome; padding-right:5px;}

.quick_link p {color:#3675b6; font-size:15px;}
.quick_link p strong {color:#5c5c5c;}

.custom-title::after {border: 3px solid #f36639; content: " ";display: block;margin: 10px auto 0;width: 50px;}

.custom-title {font-family: 'Open Sans', sans-serif; font-size: 24px; text-align: center; font-weight:700; margin-bottom:30px; color:#FFF;}
.custom-title.color1 {color:#FFF; font-size: 24px; margin-bottom:40px;}

.form-con{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d0d0d0;
    background: rgba(0,0,0,0.4);
    border: 0px solid #343434;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-con:focus {border:1px solid #6f6f6f; box-shadow:0px 0px 5px #000;}
textarea.form-con{min-height:70px;}


.twiter_box {background-color:#333333; border:1px solid #535353; padding:10px;}

footer { border-top:1px solid rgba(0,0,0,0.5); padding:15px 0px 0px 0px; margin-top:30px;}

.heading_bg {background:#FFF url(images/heding_bg.html) no-repeat top  center; padding:30px 0px 30px 0px;}


.gal {position: relative;
	padding-bottom: 46.25%; 
	padding-top: 45px;
	height: 0; border:1px solid #a3a3a3;  margin:7px 0px 7px 0px;}
.gal img {position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; padding:5px;}


/*--------------*/

blockquote p {color:#59595F; font-size:16px; font-weight:400; font-family: 'Roboto Condensed', sans-serif; text-align: justify;}
blockquote  span {color:#ffde11; font-size:18px; text-align:center;font-weight:400; font-family: 'Roboto Condensed', sans-serif;}
.main_caro {min-height:390px;}
#fade-quote-carousel.carousel {
  padding-bottom: 20px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #777777;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}


/*-----------------------------*/

.promo_box {box-shadow:inset 0px 0px 6px #e6e6e6; padding:20px; border:1px solid #d0d0d0;}

.welco_sec { padding-bottom:20px;}
.promo h1 {font-weight:700; color:#ffde11; vertical-align:middle;}
.promo h1 small {font-weight:400; color:#0c0c0c;font-size:18px;}
.promo h2 {font-weight:700; color:#4e4e4e; text-transform: uppercase;}
.promo h3 {font-weight:700; color:#4e4e4e; font-size:22px;}

.promo p {color:#59595F; font-size:18px; font-weight:400; font-family: 'Roboto Condensed', sans-serif;}
.promo   span {color:#ffde11;}

.inpu1 {background:#000; border:0px; color:#FFF; border-radius:0px;}
.mt0 {
	margin-top:0px;
}
.testimonials-box {
    border: 1px solid #fff200;
    padding: 20px;
    background: #00000040;
    box-shadow: 0px 0px 26px #730000;
	-webkit-box-shadow: 0px 0px 26px #730000;
	-moz-box-shadow: 0px 0px 26px #730000;
	margin-bottom:40px;
}
.testimonials-box span {
	color:#FFF;
	display:inline-block;
	font-style:italic;
	font-size:16px;
}

.contact-no {
    width: 200px;
    top: 335px;
    right: -146px;
    position: fixed;
    z-index: 1111;
    background-color: #ffffff;
    webkit-transition: all 300ms, background-color 300ms;
    -moz-transition: all 300ms, background-color 300ms;
    -o-transition: all 300ms, background-color 300ms;
    transition: all 300ms, background-color 300ms;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(26, 27, 27, 0.84);
    padding: 1px;
    height: 54px;
}
.contact-no span i {
    background-color: #c50303;
    width: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.contact-no p {
    font-family: Tahoma;
    font-size: 16px;
    color: #060606;
    font-weight: bold;
    line-height: 10px;
    float: right;
    padding: 20px 5px 0 0px;
}
.contact-no:hover {
    right: 0px;
    webkit-transition: all 300ms, background-color 300ms;
    -moz-transition: all 300ms, background-color 300ms;
    -o-transition: all 300ms, background-color 300ms;
    transition: all 300ms, background-color 300ms;
}
#fixed-social {
   position: fixed;
   top: 355px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
#wrapper {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 1420px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 80px -40px #000;
}
.viber {
    width: 37px;
    height: 37px;
    border: 1px solid #7d7d7d;
    border-radius: 30px;
    padding: 5px;
    margin-right: 5px;
}

.color3 {
    color: #FFF !important;
}


li.current-menu-item a {
background:#930408;
color:#fff!important;
}

textarea.form-control {
    height: 110px;
}

.hser {
min-height:348px;
}

.mser {
min-height:550px;
}
