h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
.no_space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
body {
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
/*responsive-menu-css*/
#menulink {
    /* width: 20%; */
    background: #181818;
    /* color: #fff; */
    /* line-height: 40px; */
    /* text-indent: 10px; */
    cursor: pointer;
    position: fixed;
    right: 15px;
    z-index: 9999999999;
    top: 40px;
    padding: 0px 3px;
	display:none;
}
#left-menu {
    width: 212px;
    height: 100%;
    position: fixed;
    background: #181818;
    margin-left: -212px;
    z-index: 9999999999;
}
#left-menu ul{margin:0px;padding:10px 0px;width:100%;list-style:none;}
#left-menu ul li{}
#left-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 10px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}
#left-menu ul li a:hover{background:#000;}
/*responsive-menu-css*/
.home-bg{
   float:left;
   width:100%;
   background:url(../images/banner.png);
   background-size: cover;
   height:100vh;
}
.top-bar p {
    font-size: 12px;
    color: #fff;
    margin: 14px 0 0 0;
}
.top-bar p i {
    margin: 0px 5px 0 0;
    color: #fbe432;
}

.top-bar p a {
    font-size: 12px  !important;
    color: #fff  !important;
    margin:0 !important;
    background:none !important;padding:0 !important;
}

.top-bar {
    float: left;
    width: 100%;
    border-bottom: solid 1px #434a51;
}
.top-bar a {
    background: #fbe432;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    color: #00335d;
	transition:0.5s;
}
.top-bar a:hover {
    background: #01335c;
    color: #fff;
}
.header {
    float: left;
    width: 100%;
    padding: 18px 0 0 0;
}
ul.navigation {
    float: right;
    width: auto;
    margin: 20px 0 0 0;
}
ul.navigation li {
    float: left;
    list-style: none;
    padding: 0 0 0 22px;
}
ul.navigation li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	transition:0.4s;
	padding-bottom:5px;
}
ul.navigation li a:hover {
    color: #fbe432;
    border-bottom: solid 2px #fbe432;
}
.banner-bot {
    float: left;
    width: 100%;
    background: #fbe432;
    padding: 16px 0;
}
.banner-bot h1 {
    font-size: 18px;
    font-weight: bold;
    color: #00335d;
    margin: 14px 0 0 0;
}
.banner-bot a {
    float: right;
    background: #01335c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
}
.banner-bot a span {
    color: #fbe432;
    margin: 0 0 0 15px;
}
.mid-sec {
    float: left;
    width: 100%;
    margin: 45px 0;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 190px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		top: 150px;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img {
    z-index: 4;
    width: 100%;
}
	.cuadro_intro_hover .caption {
    position: absolute;
    top: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
	.cuadro_intro_hover .blur{
		background-color: rgba(26, 63, 93, 0.86);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:0px;
		width: 100%;
	}
.caption-text img {
    width: auto;
    margin: 0px 5px 0 0;
}
.banner-text2 h1 {
    color: hsl(0, 0%, 100%);
    font-size: 81px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 81px;
    margin: 60px 0 63px;
    padding: 0;
    position: relative;
}

.banner-text2 h1 span{font-weight:600; font-size: 60px;color:hsl(53, 96%, 59%) ;}

.banner-text2 h1:after {
    top: 119px;
    position: absolute;
    content: url(../images/border-bot2.png);
    left: 0;
}



.logo{text-align:left;}

.banner-text3 h1 {
    color: hsl(0, 0%, 100%);
    font-size: 81px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 81px;
    margin: 60px 0 63px;
    padding: 0;
    position: relative;
}

.banner-text2 h1 span{font-weight:600; font-size: 60px;color:hsl(53, 96%, 59%) ;}

.banner-text2 h1:after {
    top: 119px;
    position: absolute;
    content: url(../images/border-bot2.png);
    left: 0;
}


.home-service {
    background: hsla(0, 0%, 0%, 0) url("../images/services-banner.jpg") repeat scroll 0 0 / cover !important;
    float: left;
    height: auto;
    width: 100%;
}



.home-port {
    background: hsla(0, 0%, 0%, 0) url("../images/home-port.jpg") repeat scroll 0 0 / cover !important;
    float: left;
    height: auto;
    width: 100%;
}


.home-cont {
    background: hsla(0, 0%, 0%, 0) url("../images/home-cont.jpg") repeat scroll 0 0 / cover !important;
    float: left;
    height: auto;
    width: 100%;
}





.banner-text2 p {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
}
.banner-text2 {
    float: left;
    width: 100%;
    padding: 0 30px;
}
.caption-text h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
}
.caption-text p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
}
.banner-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8% 0 0 0;
}
.banner-text h1 {
    font-size: 80px;
    font-weight:900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-text h1 span{font-weight:600;font-size:50px;}
.banner-text a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: solid 2px #fff;
    padding: 6px 15px;
	transition:0.5s;
}
.banner-text a:hover {
    background: #fbe432;
    color: #00335d;
	border:none;
}
.banner-text p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0 50px 0;
}
.main-services {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 60px 0;
    text-align: center;
}
.main-services h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #01335c;
    display: inline-flex;
    position: relative;
	margin-bottom:10px;
}
.main-services h1::after {
    content: url(../images/border-bot.png);
    position: absolute;
    top: 25px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.service-cont {
    float: left;
    width: 100%;
    text-align: left;
    margin: 60px 0 0 0;
}
/*.service-cont img {*/
/*    width: 100%;*/
/*}*/
.paddng-lft-rght{
   padding-left:0;
   padding-right:0;
}
.service-cont h2 {
    font-size: 14px;
    font-weight: bold;
    color: #00335d;
    text-transform: uppercase;
    text-align: left;
    margin: 5px 0;
}
.service-cont p {
    color: #00335d;
    font-size: 13px;
    text-align: left;
}
.portfolio-main {
    float: left;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.portfolio-main h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #01335c;
    display: inline-flex;
    position: relative;
	margin-bottom:10px;
}
.portfolio-main h1:after {
  content: url(../images/border-bot.png);
position: absolute;
top: 25px;
width: 100%;
display: block;
}
.portfolio-main .carousel {
    position: relative;
    float: left;
    width: 100%;
    margin: 45px 0 0 0;
}
.portfolio-main .carousel-indicators {
    position: static;
    bottom: 10px;
    left: unset;
    /* z-index: 15; */
    width: 100%;
    /* padding-left: 0; */
    margin-left: 0;
    text-align: center;
    /* list-style: none; */
}
.portfolio-main .carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 4px 10px 4px;
    text-indent: unset;
    cursor: pointer;
    background-color: transparent;
    border: 3px solid #01335c;
    border-radius: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #01335c;
	text-transform:uppercase;
}
.portfolio-main .carousel-indicators .active {
    background-color: #01335c;
	color:#fff;
	width:auto;
	height:auto;
	margin: 0 4px;
}
.portfolio-main .item img {
    width: 100%;
}
.button-1 {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}
.fieldo {
    background: #c9c9c9;
    border-radius: 0;
    padding: 10px 10px;outline: none;
}
.btn-l {
    background: #01335c;
    color: #fff;
    border: 1px solid #01335c;
    padding: 10px 80px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
	text-decoration:none;

}
.gre-he{min-height:391px !important;}
.btn-l:hover{ background: hsl(53, 96%, 59%) ; color: #01335c !important;}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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: -35px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: 15px !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;
}
.img-circle {
    border-radius: 0%;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}
.testimonial-1 h3 {
    font-size: 20px;
}
.item blockquote img {
    margin-bottom: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
}

.test-header h2:after {
    content: "";
    font-family: 'Fontawesome';
    margin-right: 10px;
    border: 3px solid;
    display: block;
    width: 40px;
    margin: 10px auto;
    color: #fbe432;
}
.test-header h2 {
    color: #01335c;
    font-weight: 700;
}

/**
  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;
    }
}
.testimonial {
    width: 100%;
    padding: 0px 0 35px 0;
    float: left;
}
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 95px;
}
.carousel-control{
	
	width: 0%;
}
i.fa.fa-chevron-left {
    padding: 2px 8px;
    border: solid 2px;
}
i.fa.fa-chevron-right {
    padding: 2px 8px;
    border: solid 2px;
}
.testimonial-1 strong {
    font-size: 16px;
    color: #7c7c7c;
}
.testimonial-1 h3 {
    font-size: 20px;
    color: #00335d;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
	display:none;
}
.col-sm-6.testimonial-1 p {
    font-size: 12px;
    color: #01335c;
    padding: 25px 0 0 0;
}

.logo-section {
    width: 100%;
    background: #f2f2f2;
    float: left;
    padding: 24px 0 10px 0;
}
.request-section {
    float: left;
    width: 100%;
    padding: 60px 0 60px 0;
    background: #272727;
}
.logo-1 img{
    MARGIN: 0 AUTO;
    text-align: center;
    display: block;
}
.res h1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
}
.res h1:after {
    content: "";
    font-family: 'Fontawesome';
    margin-right: 10px;
    border: 3px solid;
    display: block;
    width: 40px;
    text-align: left;
    color: #fbe432;
    margin: 10px 0 10px 0;
}
.res p {
    color: #d7d7d7;
    padding: 9px 0 0 0;
}
.res strong {
    color: #fff;
    font-weight: 400;
    bottom: 5px;
    position: relative;
}
button.btn.btn-sm:hover {
    color: #fff;
}
a.btn-l:hover {
    color: #fff;
}
.form-control-c {
    display: block;
    width: 100%;
    height:auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:placeholder{
	color:#000;
	
}
.form-control::placeholder {
    color: #272727;
    font-weight: 500;
}


.btn-sm {
    display: inline-block;
    padding: 7px 24px 7px 16px;
    background: #01335c;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.728571;
    text-align: left;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
}
.request-css {
    background: #f2f2f2;
}
button.btn.btn-sm i {
    padding: 0px 0px 0 25px;
    color: #ddca37;
    font-weight: 900;
}
footer.footer-bs {
    float: left;
    width: 100%;
    background: #01335c;
}
.social li a {
    background: #00a79d;
    padding: 0px 6px 15px 33px;
}
.footer-brand ul li {
    padding: 0 0px 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-brand ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
	transition:0.5s;
}
.footer-brand ul li a:hover {
    color: #fbe432;
}
.footer-brand ul li {
    margin-top: 0px;
    list-style: none;
}
.portfolio-upper {
    float: left;
    width: 100%;
    position: relative;
	transition:0.4s;
}
.portfolio-inner h1 {
    font-size: 24px;
    font-weight: bold;
    color: #01335c;
    letter-spacing: 1px;
    margin: 100px 0 0 0;
}
.portfolio-inner p{
	font-size:16px;
	font-weight:400;
	color:#01335c;
	margin:10px 0 0 0;
}
.quotes {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.portfolio-inner h1::after{display:none}
.portfolio-inner {
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    border: solid 10px #01335c;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
	transition:ease-out 0.5s;
}
.portfolio-upper:hover .portfolio-inner {visibility: visible;
	opacity: 1;}
.footer-brand.animated.fadeInLeft li {
    padding: 20px 0px 5px 0;
}
.footer-bs {
    padding:65px 0 25px 0;
    color: #fff;
}
.logo2 {
    padding: 0px 0 10px 0;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    padding: 0px 25px;
}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p {
    font-size: 12px;
    color: #fff;
}

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }



.adress li, .contact li, .social li {
    padding: 10px 0px;
    list-style: none;
}


/*AREEB*/

.ser {
    margin: 48px 0 60px;
}

.border-before{ width:30px; height:5px; background:#fbe432; margin:22px 0 15px;}

.min-ser h4{ font-size:18px; font-weight:bold; color:#01325b; margin:0 0 12px;}

.min-ser p {
    font-size: 13px;
    color: #01335c;

}

.servi-top{ margin-top:50px;}

.padding-life{    padding-left: 0;}

.center{ display:block;margin:0 auto; float:none;}


/*-----------------------1---------------------------*/
.ser-hover{ background:url(../images/hover01bg.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px;}
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;    line-height: 25px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
    margin-top: 45px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover h4{     display: flex;}
.ser-hover  span{ color:#fbe432; font-size:18px; font-weight:bold;     margin: 20px 10px 0;}
/*-----------------------end---------------------------*/









/*-----------------------2---------------------------*/
.ser-hover2{ background:url(../images/b-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px;    position: relative;
    left: 217px;}
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;    line-height: 25px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 6px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover2 h4{     display: flex;}
.ser-hover2 span {
    color: #fbe432;
    font-size: 17px !important;
    font-weight: bold;
    margin: 22px 2px 0 ;
}
/*-----------------------end---------------------------*/






/*-----------------------3---------------------------*/
.ser-hover3{ background:url(../images/v-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px;    position: relative;
    left: 77%;}
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;    line-height: 25px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 6px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover3 h4{     display: flex;}
.ser-hover3 span {
    color: #fbe432;
    font-size: 17px !important;
    font-weight: bold;
    margin: 22px 10px 0 ;
}
/*-----------------------end---------------------------*/











/*-----------------------4---------------------------*/
.ser-hover4{ background:url(../images/d-banenr.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px;    position: relative;
     left: 56%;}
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;    line-height: 25px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 6px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover4 h4{     display: flex;}
.ser-hover4 span {
    color: #fbe432;
    font-size: 17px !important;
    font-weight: bold;
    margin: 22px 10px 0 ;
}
/*-----------------------end---------------------------*/














/*-----------------------5---------------------------*/
.ser-hover5{ background:url(../images/a-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px;  
   }
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;        line-height: 22px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 6px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover5 h4{     display: flex;}
.ser-hover5 span {
    color: #fbe432;
    font-size: 17px;
    font-weight: bold;
    margin: 22px 5px 0 ;
}
/*-----------------------end---------------------------*/






/*-----------------------6---------------------------*/
.ser-hover6{ background:url(../images/we-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px; position:relative; left:38%;  
   }
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;        line-height: 22px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 10px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover6 h4{     display: flex;}
.ser-hover6 span {
    color: #fbe432;
    font-size: 17px;
    font-weight: bold;
    margin: 22px 5px 0 ;
}
/*-----------------------end---------------------------*/











/*-----------------------7---------------------------*/
.ser-hover7{ background:url(../images/web-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px; position:relative;    left: 77%; 
   }
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:13px; color: #fff;        line-height: 22px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 10px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover7 h4{     display: flex;}
.ser-hover7 span {
    color: #fbe432;
    font-size: 17px;
    font-weight: bold;
    margin: 22px 5px 0 ;
}
/*-----------------------end---------------------------*/









/*-----------------------8---------------------------*/
.ser-hover8{ background:url(../images/hos-banner.png); height:327px;    background-repeat: no-repeat;
    width: 100%;    display: none;transition-duration:0.5s;    padding: 14px 15px; position:relative; left:45%; 

   }
	
	.min-ser:hover {
 
    box-shadow: 0px 0px 10px 0px #00000045;
    background: #fff;
    padding: 8px;
}


.das ul {
    list-style: none;
    padding-left: 0;
   
    margin-top: 36px;
}


.das ul li{ font-size:12px; color: #fff;        line-height: 22px;}


.das ul li:before {
    content: "";
    background: #fbe432;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
}
.das ul li { position:relative;}

.das ul li a{ color:#fff; padding-left: 20px;}

.bton button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    background: #fbe432;
    border: none;
       margin-top: 10px; color:#01335c;
}

.bton i {
    font-weight: bold;
    padding-left: 9px;
    font-size: 15px;
    font-weight: 900;
}

.side-pic img {
    margin: 2px 0 10px;
}

.ser-hover8 h4{     display: flex;}
.ser-hover8 span {
    color: #fbe432;
    font-size: 17px;
    font-weight: bold;
    margin: 22px 5px 0 ;
}
/*-----------------------end---------------------------*/



.navigation{ margin:10px 0 20px;}

.navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
}


.navigation ul li {
    padding: 8px 29px 6px;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #01335c;
    font-size: 18px;
    background: transparent;
    
    display: block;
    margin: 0 auto;
    float: none;
}


.porpic img{     
    transition: 0.3s;
    margin: 0 0 30px;  
}

.porpic img:hover{filter: grayscale(100%);     box-shadow: 0 1px 5px rgba(1,51,92,0.5);}


.porpic2 img:hover{filter: grayscale(100%);     box-shadow: 0px 10px 10px rgba(1,51,92,0.5);}

.porpic2 img{     
    transition: 0.3s;
  
}


.displayblock{
	display:block !important;
}

.pic:hover {
    background: url(../images/pichover2.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

	.box1:hover .img-none { display: none;   transition: 1s }
	.box1:hover .img-block { display: block !important; transition: 1s;  }



.top-pic{ margin-top:30px !important;}

.navigation ul por{ text-align:center;}

.navigation ul li a{ color: #01335c; font-weight:bold;}
.navigation .active{ background:#01335c;}
.navigation .active a{ color:#fff;}

.navigation {
    margin: 50px 0 60px;
}


.navigation ul li:hover{ background:#01335c; color:#fff;    transition-delay: 0.2s;}
.navigation ul li:hover a{ color:#fff;    transition-delay: 0.2s;}
/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* 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;
    }
}
.footer-ns input.form-control {
    background-color: #FFF;
    border-color: #FFFF;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    height: 50px;
    font-size: 13px;
}
button.btn.btn-default {
    padding: 10px 16px 13px 10px;
    background-color: #fbe432;
    border-color: #fbe432;
    color: #eee;
}
.icon a {
    text-decoration: none;
    color: #fff;
}
i.fa.fa-diamond {
    color: #00a79d;
	    font-size: 20px;
    padding: 0 10px 0px 0;
}
i.fa.fa-globe{
	  color: #00a79d;
	    font-size: 20px;
    padding: 0 10px 0px 0;
}
i.fa.fa-phone {
    color: #00a79d;
    font-size: 20px;
    padding: 0 10px 0px 0;
}
i.fa.fa-envelope-o {
    color: #000;
	     font-size: 20px;
padding: 0 10px 0px 0;}
.imges img {
    width: 64px;
}
.img-1 img {
    width: 65px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    height: 50px;
}




.mymodal .modal-header {
    border-radius: 5px 5px 0 0;
    padding: 8px;
    border: none !important;
    background: #fbe432;
}

.mymodal .modal-body {
    padding: 20px 15px;
}

.mymodal .modal-body {
    background: #00243c;
}

.mymodal input[type="email"], .mymodal input[type="text"], .mymodal textarea, .mymodal input[type="tel"], .mymodal select {
    width: 100%;
    border: 1px solid #fbe432;
    background: #fff;
    color: #000;
    padding: 8px;
    resize: none;
}

.modal input[type="button"] {
    background: #fbe432;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 40px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 19px;
}

.mymodal .modal-header .close {
    margin-top: -24px;
    position: absolute;
    right: -12px;
    padding: 5px 8px;
    background: #00243c;
    opacity: 1;
    border-radius: 34px;
    color: #fff;
    font-size: 17px;
    top: 15px;
}




.arow i {
    background: #000;
    padding: 29px 0 37px;
    font-size: 56px;
    width: 36px;
    /* height: 133px; */
    position: relative;
    top: 270px;
}



span.righ-aroow i{
	
 background: #000;
    padding: 29px 0 37px;
    font-size: 56px;
    width: 36px;
    /* height: 133px; */
    position: relative;
    top: 270px;    position: absolute;    left: -36px;	
	
	
}
.social li a {
    background: #00a79d;
    padding: 5px;
    width: 30px;
    float: left;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
}
.footer-bottom {
    background: #222222;
    text-align: center;
    color: #5b5b5b;
    float: left;
    width: 100%;
    padding: 15px 0 15px 0;
}
.social {
    margin: 10px 0 0 0;
}


.btn-default i {padding:0 !important}

<!--slider-->
.jk-slider{
    width:100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 40px;
    margin: 0;
    font-family: 'GFS Didot', serif;
    padding: 0;
    font-style: italic;
    text-transform: lowercase;
}
.hero h3 {
    font-size: 46px;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 55px;
    font-family: 'raleway';
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
section.jk-slider {
    float: left;
    width: 100%;
}
.carousel-control2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    color: #fff;
    text-align: center;
   
    top: 207px;
    font-size: 100px;
    font-weight: 100;
;
}
.carousel-control3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    color: #fff;
    text-align: center;
   
    top: 207px;
    font-size: 100px;
    font-weight: 100;
	
}
.right.carousel-control3:hover {
    color: #fff !important;
}
.left.carousel-control2:hover {
    color: #fff !important;
}
.fa.fa-angle-right:hover {
    color: #fff !important;
}
.fa.fa-angle-left:hover {
    color: #fff !important;
}
.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.62);
}
.imges img{margin-bottom:5px;}
.hero p {
    font-family: 'Raleway', sans-serif !important;
font-size: 35px;
    text-transform: lowercase;
    line-height: 41px
}
.blog h3 {
    font-size: 20px;
    font-weight: 500;
}
.blog h6 {
    padding: 15px 0 0 0;
    font-size: 12px;
    font-weight: 400;
}
.blog h6:before {    content: url(../images/clock.png);
    font-family: 'Fontawesome';
    margin-right: 10px;
    top: 2px;
    position: relative;
}
.blog h3:after {
    content: "";
    font-family: 'Fontawesome';
    margin-right: 10px;
    border: 1px solid;
    display: block;
    margin: 10px 0px 0px 0px;
    color: #FFF;
}
.field2 {
    border: none;
    padding: 14px 10px;
}
textarea{
    resize:none;
}
.field2::placeholder{
    color:#adadad;
	font-weight:500;
	font-size:14px;
}
.contact-css p {
    color: #01335c;
    font-size: 14px;
}
.bottom-footer {
    border-top: 1px solid;
    margin: 30px 0px 0px 0px;
}
.bottom-footer p {
    padding: 10px 0 0 0;
}
.bottom-footer li {
    float: left;
    text-decoration: none;
    list-style: none;
    padding: 0 5px;
}
.social-icons {
    float: right;
    margin: 8px 0 0 0;
}
.social-icons-c {
    margin: 8px 0 0 0;
}
.social-icons li a {
    color: #fff;
}
.social-icons li a:hover{color:hsl(53, 96%, 59%)}

.fa-envelope:before {
    content: "\f0e0";
    color: #01325b;
    font-size: 15px;
    position: relative;
    top: 3px;
}
iframe {
    float: left;
    width: 100%;
}
.home-about {
    float: left;
    width: 100%;
    background: url(../images/about-banner.jpg);
    background-size: cover;
    height:auto;
}
.mid {
    float: left;
    width: 100%;
    padding: 70px 0 50px 0;
    background: #f2f2f2;
}
.box {
    background: #fff;
    padding: 15px 30px 15px 30px;
    border-left: solid 5px #fde32c;
    margin: 20px 0 0 0;
}
.social-icons-c a {
    color: #02335c;
    font-size: 16px;
}
.after-css {
    padding: 25px 0px 0px 15px;
}
.after-css p {
    font-size: 12px;
    color: #02335c;
    margin: 10px 0 0 0;
}
.after-css p:nth-child(1):before {
    content: url(../images/location.png);
    font-family: 'Fontawesome';
    margin-right: 10px;
    top: 2px;
    position: relative;
}
.after-css p:nth-child(2):before {
    content: url(../images/phone.png);
    font-family: 'Fontawesome';
    margin-right: 10px;
    top: 2px;
    position: relative;
}
.request-css h1 {
    color: #01335c;
    font-weight: 700;
    font-size: 28px;
    padding: 30px 0 0 0;
}
.request-css h1:after {
    content: "";
    font-family: 'Fontawesome';
    margin-right: 10px;
    border: 2px solid;
    display: block;
    width: 40px;
    margin: 10px 0 10px 0;
    color: #fbe432;
}

.mid p {
    color: #02335c;
}
.about-us h1 {
    font-size: 28px;
    float: left;
    margin: 40px 9px 0px 0px;
    text-transform: uppercase;
    color: #01335c;
    font-weight: bold;
}
.service-cont1 h2 {
    font-size: 18px;
    color: #00335d;
    line-height: 18px;
    font-weight: 600;
}
.request-css {
    padding: 30px 0 30px 0px;
}
.contact-css{
    padding: 30px 0 30px 0;
}
.mission-css {
    float: left;
    width: 100%;
}

.service-cont1 img {
    text-align: center;
    float: left;

}
.service-cont1 {
    float: left;
    width: 100%;
    text-align: left;
    margin: 40px 0 0 0;
}
.about-us h1:after {
    content: url(../images/border-bot.png);
    display: block;
}
.about-us h2:after {
    content: url(../images/border-bot.png);
    display: block;
}
.service-cont1 p {
    font-size: 12px;
    color: #01335c;
    padding: 10px 0 0 0;
    font-weight: 400;
}
.about-us {
    float: left;
    width: 100%;
    padding: 20px 0 40px 0;
}

.mission-css h1 {
    font-size: 28px;
    color: #02335c;
    padding: 30px 0px 25px 50px;
	font-weight: bold;
}
.mission p {
    color: #fff;
    padding: 0px 10px 25px 50px;
    width: 75%;
    font-size: 12px;
}
.mission h1 {
    color: #fff;
}
.col-md-6.grey p {
    color: #01335c;
    padding: 0px 30px 30px 0px;
    width: 77%;
    float: right;
    font-size: 13px;
    font-weight: 400;
}
.grey h1 {
    font-size: 28px;
    color: #02335c;
    padding: 30px 0px 25px 150px;
}
.grey {
    background: #f2f2f2;
    float: left;
}
}
.grey h1 {
    float: right;
    width: 80%;
    padding: 30px 0px 25px 30px;
}
.contact-css h1:after {
    content: "";
    font-family: 'Fontawesome';
    margin-right: 10px;
    border: 2px solid;
    display: block;
    width: 40px;
    margin: 10px 0 10px 0;
    color: #fbe432;
}
.border {
    border: 2px solid #02335c;
    margin: 25px 0 25px 0;
}
.after-css p:before {
    content: url(../images/clock.png);
    font-family: 'Fontawesome';
    margin-right: 10px;
    top: 2px;
    position: relative;
}
.social-icons-c li {

    float: left;
    text-decoration: none;
    list-style: none;
    padding: 0 5px
}

.contact-css h2 {
    color: #01335c;
    font-size: 20px;
    padding: 10px 0 10px 0;
    font-weight: 600;
}
.contact-css h1 {
    color: #01335c;
    font-weight: 700;
    font-size: 28px;
    padding: 30px 0 0 0;
}
.contact {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
}
.mission {
    background: url(../images/img-sec.png) center;
    background-repeat: no-repeat;
    background-color: white;
    float: left;
    width: 100%;
    background-size: cover;
    height: 391px;
}
.grey h1:after {
    content: url(../images/border-bot.png);
    display: block;
}
.mission h1:after {
    content: url(../images/border-bot.png);
    display: block;
}
}
