@charset "utf-8";
/* CSS Document */


*body
{
	margin:0px;
	padding:0px;
	width:100%;
}




.hder1
{
	background:#03136b;
	width:100%;
	padding: 2px;
    margin: 0px;
    height: 100%;
    border-bottom: 1px solid white;
}

.hedr1st-p
{
	text-align:justify;
	color:#fafafa;
	    font-size: 18px;
		padding-left:20px;
}
.cls1
{
	float:right;
	color:#fafafa;
	font-size: 18px;
}


.stl1
{
	font-family: 'Merienda', cursive;
	font-size:28px;
}
.navcarbox {
    padding-left:5px;
    display: block; 
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f7941d;
    
}
.navbar-brand img {
    float: left;
    transition: all .5s ease-out;
    margin: 0;
}

/* Slider CSS */
/* Carousel Styles */

/* Carousel Styles */

.carousel-control {color: #e2e2e2;}

.carousel-indicators .active {background-color: #ff5900;}
.carousel-inner img {width: 100%;max-height:645px;}
.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {margin-left: 50px;}
.carousel-control.right span {margin-right: 50px;}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
	
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: none;
	
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size:18px;
    letter-spacing:1px;
}

.header-text h2 {font-size: 60px;color:#fff; font-weight:600;}
.header-text h2 span {padding: 10px; color:orange;}
.header-text h3 span {padding: 15px;}

.btn-min-block {min-width: 170px;line-height: 26px;}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #f7941d;
    border-color: #fff;
}
.navbar {
    margin-bottom:0px;
}

.mrg
{
	margin-top:20px;
	margin-bottom:20px;
}
.hd
{
	font-family: 'Vidaloka', serif;
}
.pr
{
	text-align:justify;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
	padding: 6px;
	border-bottom:2px solid #990000;
}


.box{
    padding:25px 0px;
}

.box-part{
    background:#eee;
    border-radius:10px;
    padding:60px 10px;
    margin:30px 0px;
	box-shadow: 5px 5px #990000;
}

.box-part:hover{
    background:#990000;
}

.box-part:hover .fa , 
.box-part:hover .title , 
.box-part:hover .text ,
.box-part:hover a{
    color:#FFF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.text{
    margin:20px 0px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #990000;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #990000 !important;
}
.timeline-badge.info {
  background-color: #990000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    display: none;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
 background-image: url("../images/ftr-bcg.jpg ");
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #dd4a2d;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #dd4a2d;
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
}

.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
    text-align: justify !important;
    font-size: 15px;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 7px 0;
/*	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;*/
}
/*#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}*/
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.navbar-collapse
{
    margin-top: 47px;
}
}
.navbar {
    
      min-height: 96px; 
      border-bottom: 6px solid #ed6a2a;
      
}
.nav-mrgn
{
    margin-top: 20px !important;
}
@media (min-width: 768px){
.navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 20px !important;
}
 
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ed6a2a;
    font-weight: 800;
}

.navbar-default .navbar-nav>li>a {
    color: #02178c;
    font-weight: 800;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ed6a2a;
    background-color: transparent;
}

.btns-viewmore
{
    background-color: rgba(221,74,45,1.00);
    border-color: rgba(0,0,0,1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 25px 11px 22px;
    color: white;
    font-size: 14px;
    font-weight: 800;
}

.main-hedr
{
    text-align:center;
    font-weight: 900;
        color: #dd4a2d;
    font-size: 26px;
    margin-top: 25px;
}

.sectn-margn
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.p-abt-pars
{
    text-align: justify;
    color: #03136b;
    font-size: 18px;
    font-size: 17px;
    line-height: 31px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.index-abt-imgmrgn
{
    margin-top: 27px;
}

.sectn-bckgrnd
{
    background-color: #f5f6f6;
}

.chose-us
{
    text-align: center;
    padding: 50px;
    background-color: white;
        font-size: 16px;
    font-weight: 800;
    color: #03136b;
    border-bottom: 2px solid #dd4a2d;
}

.choose-sectn-mrgn
{
        margin-bottom: 40px;
    margin-top: 39px;
}
.service-content
{
    padding: 20px;
    background-color: #03136b;
    color: white;
    text-align: start;
}
.readmre-em
{
    color: #dd4a2d;
    font-weight: 600;
}
.service-hed
{
    font-weight: 600;
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 73%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.brnd-pdng
{
  background-color: #f5f6f6;
    padding: 16px;  
}

.p-abt-pars-ftr {
    text-align: justify;
    color: #f5f6f6;
    font-size: 18px;
    font-size: 17px;
    line-height: 31px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ftr-brdr
{
    border-bottom: 1px solid white;
}

.img-abt
{
        width: 100%;
}
.pdng-margn
{
    padding: 0px;
    margin: 0px;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select
{
    background-color: #fff;
    border: 2px solid #eaeaea;
    color: #9b9b9b;
    padding: 0 18px;
    height: 71px;
    line-height: normal;
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 100%;
    outline: none;

}

.contact-form-mrgn
{
    margin-top: 52px;
    margin-bottom: 25px;
}

.inpt-mrgn
{
        margin-top: 35px;
}

.contct-adrs
{
    background-color: #03136b;
       padding: 15px;
    border-bottom: 7px solid #dd4a2d;
      
}

.heds-contct
{
    color: white;
    font-size: 21px;
    font-weight: 700;
}
.heds-p-contct
{
      color: white; 
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

@media only screen and (max-device-width: 480px) {
   .inpt-mrgn-mob {
    margin-top: 35px !important; 
}
.main-hedr {
    text-align: center;
    font-weight: 900;
    color: #dd4a2d;
    font-size: 15px;
    margin-top: 25px;
}
.arow-mrgn
{
    margin-top: 48px !important;
}
.sectn-margn {
    margin-top: 1px !important;
    margin-bottom: 25px !important;
}

.choose-sectn-mrgn {
    margin-bottom: 24px;
    margin-top: 15px;
}
.qucklnksss
{
       padding: 0px 15px !important;
}
 
}
  

.arow-mrgn
{
    margin-top: 277px
}
.qucklnksss
{
        padding: 0px 12px 11px 27px ;
}

.servce-hedr
{
text-align: center;    
font-size: 22px;
font-weight: 700;
color: #031d74;
}

.servce-img-mrgn 
{
   margin-top: 25px;
}
.servce-row
{
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
       background: #fff;
           margin-top: 42px;
    margin-bottom: 42px;
    border-bottom: 4px solid #ed6a2a;
}
