@import "../logo-color.css";


.top-hdr {
	display:table;
	width:100%;
	background:#000;
	padding:0px;
	color:#fff
	}
.top-hdr li{
	display:table;
	float:left;
	padding:0px 0px;
}
.top-hdr li a{
	color:#afafaf
}

.top-hdr li i{
	margin-right:5px;
}

.top-hdr li:last-child{
	background:#3976bc;

}

.top-hdr li:last-child a{
	color:#fff
}
.top-hdr a{
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	display:table;
}
.bullet li{
		padding:5px 0px 10px 30px;
		border-bottom:1px solid #eaeaea;
		line-height:20px;
		font-size:14px;
		position:relative;
		 margin-bottom: 10px;
	}
.bullet li:before{
	content:'';
	background:url(../../images/bullet.png) no-repeat;
	display:table;
	width:44px;
	height:44px;
	position:absolute;
	left:0px;
	    top: 6px;
	   
	}
	
	


#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}
#myCarousel h4 {
	font-size: 2.5rem;
	margin-bottom: 15px;
    color: #4376ba;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#myCarousel p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d5d5d5;
}
#myCarousel .carousel-item a {
	background: #0c0c0c;
	font-size: 14px;
	color: #FFF;
	    padding: 5px 29px;
    display: inline-block;
    border-radius: 41px;
}
#myCarousel .carousel-item a:hover {
	background: #394fa2;
	text-decoration: none;
}
#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
#myCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#myCarousel .container {
	max-width: 1140px;
}
#myCarousel .carousel-item {
	height: 100%;
	min-height: 460px;
}
#myCarousel {
	position: relative;
	z-index: 1;
	background: url(assest/images/banner-bg.png) center center no-repeat;
	background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #0c0c0c;
}
/**.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
 .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

**/
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
.dtl h2{
	margin: 25px 0px 0px 0px;
	color: #3976bc;
}
.dtl p{
	    margin-bottom: 3rem;
}
.img-fluid {
        max-width: 80%;
    }
    .card-image{
    	    text-align: left;
			font-weight:bold;
			font-size:16px;
    }
	
	.card-image img {
		width:25px;
		vertical-align:top;
		}
    /*.ad-btn{
    	float: left;
    }
    .ad-btn1{
    	float: right;
    }*/
    .ad-btn1{
    	color: #736f6d;
    }
    .ad-btn{
    	margin: 0px 50px 0px 0px;
    }
    .top{
    	    border-top: 5px solid #588b35;
    }
    .top1{
    	  border-top: 5px solid #2f6d99;
    }
    .top2{
    	  border-top: 5px solid #2f6d99;
    }
    .top5{
    	  border-top: 5px solid #7e8798;
    }
    .top6{
    	  border-top: 5px solid #f8991c;
    }
    .top7{
    	  border-top: 5px solid #7e1416;
    }
    body {
           font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
  }
  #boxshadow {
border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  background: white;
  position:relative;
  padding:20px 10px ;
  transition: transform .3s ease,box-shadow .3s ease;
  margin-bottom:30px;
}

#boxshadow:hover{
	    transform: translateY(-3px);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 3px 0 rgba(0,0,0,.11), 0 3px 3px -1px rgba(0,0,0,.1), 0 20px 30px -3px rgba(0,0,0,.1)
}
.boxshadow::before{
	content: '';
    position: absolute;
    top: -8px;
	left:0px;
    width: 130px;
    height: 6px;
    background: #676767;
	}

.col-lg-3:nth-child(1) .boxshadow::before{
	    background: #659035;
	}
.col-lg-3:nth-child(2) .boxshadow::before{
	    background: #4b5320;
	}
.col-lg-3:nth-child(3) .boxshadow::before{
	    background: #196fb2;
	}
.col-lg-3:nth-child(4) .boxshadow::before{
	    background: #445469;
	}
.col-lg-3:nth-child(5) .boxshadow::before{
	    background: #7d8796;
	}
.col-lg-3:nth-child(6) .boxshadow::before{
	    background: #ff9900;
	}
	
	.col-lg-3:nth-child(7) .boxshadow::before{
	    background: #800000;
	}
.col-lg-3:nth-child(8) .boxshadow::before{
	    background: #583f82;
	}
.m-auto p{
	text-align: justify;
}

.boxshadow .card-image {
	margin-bottom:10px
	}
	
.boxshadow p{
		color:#686868;
		font-size:14px;
		margin-bottom:20px;
		text-align:justify;
		padding:20px 0px;
		    height: 110px;

		
	}
	
.boxshadow-btn a{
		color:#676767;
		font-weight:bold;
		font-size:12px;		
	border:0px solid #00;
	padding:5px 10px;
	border-radius:4px;
	text-transform:uppercase
			}
.boxshadow-btn a:hover{
	border:0px solid #ccc

}


.btn.focus, .btn:focus{
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25)}
.time-counter{
	    background: #000000;
	    margin: 40px 0px 0px 0px;
}
.dtls p {
   margin-bottom: -1rem;
    color: white;
}
.dtls h2 {
   margin: 12px 0px 0px 0px;
    color: #3976bc;
}
.feature-box-style-one {
   padding: 10px 0;
    background: #f1f0f0a1;
  }
  .single-feature-style-one h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
  }
  .border-gradient { 
   border-bottom: 8px solid;
   -moz-border-image: -moz-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
   -webkit-border-image:  -webkit-gradient(left top, right top, color-stop(0%, rgba(92,7,52,1)), color-stop(12%, rgba(134,29,84,1)), color-stop(47%, rgba(255,93,177,1)), color-stop(100%, rgba(83,0,30,1)));
   -webkit-border-image:  -webkit-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
   -o-border-image: -o-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%); 
       border-image: linear-gradient(to right, rgb(66, 116, 183) 0%, rgb(104, 139, 54) 12%, rgb(55, 102, 122) 33%, rgba(255,93,177,1) 46%, rgb(247, 134, 0) 61%, rgb(118, 0, 11) 103%);
       border-image-slice: 1;
}
.post-slide13{
    padding: 0 15px;
}
.post-slide13 .post-img{
    position: relative;
}
.post-slide13 .post-img > a{
    display:block;
}
.post-slide13 .post-img img{
    width: 100%;
    height:auto;
}
.post-slide13 .post-img:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(220, 0, 90, 0.6);
}
.post-slide13 .post-img:after{
    content: "\f065";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top:17px;
    right:20px;
    color:#fff;
    opacity: 0;
    transform: scale(0.8);
    transition:all 0.3s linear 0s;
}
.post-slide13 .post-img:hover:after{
    opacity: 1;
    transform: scale(1);
}
.post-slide13 .post-title{
    margin-top: 20px;
}
.post-slide13 .post-title > a{
    color:#222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-slide13 .post-title > a:hover{
    text-decoration: none;
    color:#dc005a;
}
.post-slide13 .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide13 .post-bar > li{
    display: inline-block;
}
.post-slide13 .post-date,
.post-slide13 .author,
.post-slide13 .author > a{
    color:#8f8f8f;
    font-size: 12px;
    margin-right: 16px;
    text-transform: uppercase;
    font-style: italic;
}
.post-slide13 .post-date > i,
.post-slide13 .author > i{
    margin-right: 5px;
}
.post-slide13 .author > a:hover{
    color:#dc005a;
}
.post-slide13 .post-description{
    color:#8f8f8f;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}
.post-slide13 .post-description:before{
    content: "";
    display: block;
    border-top: 4px solid #dc005a;
    padding-bottom: 12px;
    width: 50px;
}
.owl-theme .owl-controls .owl-page span{
    width: 52px;
    height:5px;
    border-radius: 0;
    opacity: 0.5;
    margin-bottom: 0;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
    opacity: 1;
}

.wht-make {
	padding:50px 0px;
	}

.count{
  /*line-height: 100px;*/
  color:#818181;
      font-weight: 600;
    font-size: 50px;
font-family:Roboto Condensed;
}
.counters{
	    margin-top: 45px;
}


/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.blog
{
	margin-bottom: 50px;
}
.mgf{
	position:relative
	}
.mgf img{
	    width: 100%;
}

.psn-mgf{
	position: absolute;
    right: 4px;
    bottom: -10px;
    display: table;
	}
.rdmr-sl {
	background:#000;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 30px;
padding:5px 20px;
color:#fff;
font-weight:bold;
	}

.rdmr-sl:hover{
	background:#3976bc;
	color:#fff
}
.mgf:before, .mgf:after{
	content:'';
	background:#3976bc;
	width:100px;
	height:5px;
	display:table
	}
	
	.mgf:after {
		width:5px;
		height:120px;
		position:absolute;
		top:0px;
		left:-5px;
		}
	
.mfg-text h5{
	margin-top: 12px;
}

.mfg-text a{
	font-size:16px;
	color:#000;
	font-weight:bold;
	}
	
	.mfg-text a:hover{
		color:#3976bc
	}
	.blog .carousel-indicators li{
		background:none;
		width:auto;
		height:auto;
		color:#c1c1c1;
		font-size:25px;
		margin:20px 20px 0px 0px
		}
		
	.blog .carousel-indicators li:hover{
		color:#000
	}
		
		.blog .carousel-indicators .active{
			background:none;
			color:#3976bc
			}
.carousel-indicators li{
	    text-indent: inherit;}
	
.footer-bottom1 {
        padding: 20px 0 0px;
    border-top: 1px solid #666;
    background: #1b1c1e;
}

.social-link li {
    display: inline-block;
    margin: 0 18px;
}
.social-link li a {
    color: #ccc;
    /*border: 1px solid #ccc;*/
    /*width: 40px;
    height: 40px;*/
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
        margin-bottom: 10px;
    transition: .5s;
}
.social-link span{
	font-size: 18px;
    font-weight: 600;
}
.social-link img{
	margin-right: 10px;
    margin-bottom: 10px;
}
.container-fluid {
    width: 97%;
    }
    .order-txt{
    	color: #000 !important;
    }
    .banner-style-five {
   
    min-height: 460px;
    z-index: -9999;
    position: relative;
   /* background: transparent url(../images/vector_all_page/home-5/bg.png) right bottom no-repeat;*/
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-style-five .banner-content .banner-btn {
background: #0c0c0c;
    font-size: 14px;
    color: #FFF;
    /*padding: 5px 29px;*/
    display: inline-block;
    border-radius: 41px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 55px;
}
.video-box-style-three {
  padding-top: 60px;

  }

 .banner-content h4{
        font-size: 2.5rem;
    margin-bottom: 15px;
    color: #3975bb;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  .video-box-style-three .title-box h4 {
    color: #3975bb;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.video-box-style-three .title-box p {
    
    text-align: center;
   
}
.single-service-style-one h3 {
    color: #333333;
    font-size: 16px;
     text-align: center; 
    font-weight: 600;
    margin-top: 35px;
    }
    .title-box h4{
    color: #3975bb;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.about-icon{
    text-align: center;
}
.service-style-one.home-five {
    padding-top: 40px;
    background: #efefef;
    }
    .cta-style-two.home-five {
    margin: 0;
    margin-bottom: 60px;
}
.home-five1{
    background: #efefef;
}
.cta-content{
    margin-top: 20%;
}
.cta-style-two .cta-content .tag-line {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    }
    .cta-style-two .cta-content h3 {
    color: #3975bb;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 47px;
}
.cta-style-two .cta-content .line {
    display: block;
    height: 3px;
    width: 100px;
    background: #060606;
    margin-top: 35px;
    margin-bottom: 50px;
}
.banner-style-five .banner-content {
    max-width: 575px;
    margin-left: auto;
    width: 100%;
    padding-top: 100px;
}
.banner-style-five .banner-content p {
    color: #707070;
    font-size: 17px;
    line-height: 30px;
}

.img-cptn {
	background:#f2f2f2;
	padding:5px;
	color:#676767;
	font-size:16px;
	text-align:left;
	-webkit-box-shadow: 2px 4px 12px 0px rgba(199,199,199,1);
-moz-box-shadow: 2px 4px 12px 0px rgba(199,199,199,1);
box-shadow: 2px 4px 12px 0px rgba(199,199,199,1);
	}
.img-cptn a{
	font-weight:bold;
}
.video-box-style-three .title-box p {
    color: #707070;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 60px;
}
.faq-style-two .title-box {
    text-align: center;
    margin-bottom: 70px;
}
.faq-style-two .title-box h3 {
    margin: 0;
   font-size: 2.5rem;
    color: #3975bb;
}
.single-faq-two p {
    color: #707070;
    font-size: 15px;
    line-height: 30px;
    margin-top: 7px;
}
.service-style-one {
  /*  background: #F2FBFD;*/
    padding: 120px 0;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
     background: #3976bc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#349ded', endColorstr='#8453ef', GradientType=1);
}
a {
    color: #676767;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.scroll-to-top.home-five {
    background: #3976bc;
    }
    a, a:active, a:hover, a:focus, a:visited {
    border: none;
    outline: none;
    text-decoration: none;
}
.single-faq-two h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}
/*.single-faq-two:hover {
    border: 1px solid #59D8FD;
}*/
.inner-banner.style-two {
    /* margin-top: 100px; */
    padding: 134px 0;
    background-image: url(assest/images/contact-us.png);
	margin-bottom:40px;
   
}

.inner-banner.style-two:before{
	content:'';
	background:rgba(0,0,0, 0.7);
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:100%;
	z-index:-100
	}
.inner-banner.style-two .cont{
	font-weight:bold;
	color:#fff;

	}
.inner-banner {
    background: #F2FBFD;
    text-align: center;
    padding-top: 230px;
    padding-bottom: 130px;
}
.contact-page {
    padding: 60px 0;
}
.contact-page .sec-title-box h3, .google-map-wrapper .sec-title-box h3 {
    font-size: 40px;
    font-weight: 600;
    color: #131418;
    letter-spacing: .02em;
    margin-bottom: 24px;
}
.contact-page .sec-title-box p, .google-map-wrapper .sec-title-box p {
    color: #707070;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .02em;
}
.contact-page .contact-form-wrapper {
    padding: 70px 40px;
    margin-right: 70px;
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-form-wrapper .title-box h3 {
    margin: 0;
    color: #131418;
    font-size: 26px;
    margin-bottom: 18px;
}
.contact-page .contact-form label {
    display: block;
    margin: 0;
    color: #707070;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact-page .contact-form input, .contact-page .contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #D2D2D2;
    height: 40px;
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
}
.contact-page .sec-title-box, .google-map-wrapper .sec-title-box {
    text-align: center;
    margin-bottom: 70px;
}
.contact-page .sec-title-box, .google-map-wrapper .sec-title-box {
    text-align: center;
    margin-bottom: 70px;
}
.contact-page .contact-form-wrapper {
    padding: 70px 40px;

    margin-right: 70px;

    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-form-infos {
    width: 100%;
   box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
   
    margin-left: -30px;
    padding-left: 70px;
    padding-top: 45px;
    padding-bottom: 38px;
}
.contact-page .contact-form-infos .title-box h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-page .contact-form-infos ul li + li {
    margin-top: 35px;
}
.contact-page .contact-form-infos ul li {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
}
.contact-page .contact-form-infos ul li i {
    font-size: 19px;
    position: absolute;
    top: 3px;
    left: 0;
}
.inner-banner .breadcrumb li + li a:before {
    content: '-';
    color: #707070;
    font-size: 18px;
    margin-left: 6px;
    margin-right: 6px;
}
.contact-page .contact-form-infos .title-box {
    margin-bottom: 36px;
}
.contact-page .contact-form-infos .title-box .line {
    width: 110px;
    height: 1px;
    position: relative;
}
.inner-banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
}
.contact-page .contact-form-infos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-page .contact-form-infos ul li span {
    text-transform: uppercase;
}
.cont{
    font-size: 2.5rem;
    margin-bottom: 15px;
  
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.details p{
    padding: 15px;
}
.conts{
        z-index: -999;
    position: relative;
}
.btns{
    text-align: center;
}
.counter{
        font-size: 35px;
    font-weight: 600;
        color: #3976bc;
}
.inner-box h3{
     color: #3976bc;
}
.inner-box p{
     color: #787878;
}
.single-fun-fact-one{
       margin-top: 50px;
}
.d-block{
        float: left;
   
}
.carousel-item h6{
    margin-top: 15px;
}
.product{
       background: #f7f7f7;
           height: 70px;
}
.opn{
      margin-top: 15px !important;
}
 .single-feature-style-one img{
       float: left;
    width: 35px;
    height: auto;
    margin-right: 15px;
    margin-top: 8px;
  }


.client img{
    width: 112px;
    height: auto;
    padding: 6px;
}

/*slider start*/

.jssorl-009-spin img{animation-name:jssorl-009-spin;animation-duration:1.6s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes jssorl-009-spin{from{transform:rotate(0);}to{transform:rotate(360deg);}}.jssorb051 .i{position:absolute;cursor:pointer}.jssorb051 .i .b{fill:#fff;fill-opacity:.5}.jssorb051 .i:hover .b{fill-opacity:.7}.jssorb051 .iav .b{fill-opacity:1}.jssorb051 .i.idn{opacity:.3}.jssora051{display:block;position:absolute;cursor:pointer}.jssora051 .a{fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10}.jssora051:hover{opacity:.8}.jssora051.jssora051dn{opacity:.5}.jssora051.jssora051ds{opacity:.3;pointer-events:none}

/*slider end*/

.demo > ul> li {
    color: #676767;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
      
}
#sticky-social li{
        line-height: 5px;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px 'Roboto', sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 45px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
       width: 100px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="google"],
#sticky-social a[class*="google"]:hover,
#sticky-social a[class*="google"] span { background: #dd4b39; }

#sticky-social a[class*="sap"],
#sticky-social a[class*="sap"]:hover,
#sticky-social a[class*="sap"] span { background: #607d8bc7; }
.d-block{
        width: 35px;
    height: auto;
   /* margin-top: 8px;*/
}
.top4 {
    border-top: 5px solid #4c586d;
}

/*index client logo css start*/



/*index client logo css end*/

.h2, h2 {
   /* font-size: 25px !important;*/
    font-weight: 600;
}
/*.score img{
    width: 100%;
}*/
.card {
    margin-top: 12px;
}
.order-1 img{
        margin: 100px 0px 0px 0px;
}
/*.carousel-inner{
    height: 540px;
}*/



.sitemap h2{
	font-size:20px;
	margin-bottom:20px;
	    color: #676767;
	}

/**indust**/
  
.product-list-generic .product-img-holder {
  border: 2px solid #d4d4d4;
  border-bottom: 0;
  min-height: 200px;
  max-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.2);
}

.product-description .product-description-title {
  padding: 10px 0;
      background: #4578bb;
  position: relative;
}

.product-description .product-description-title:before,
.product-description .product-description-title:after {
  content: "";
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
     background: #4578bb;
}

.product-description .product-description-title:before {
  left: -10px;
}
.product-description .product-description-title:after {
  right: -10px;
}

.product-description .product-description-title .product-description-title-in {
  position: relative;
}

.product-description
  .product-description-title
  .product-description-title-in:before,
.product-description
  .product-description-title
  .product-description-title-in:after {
  content: "";
  border-top: 0 solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  bottom: -22px;
}

.product-description
  .product-description-title
  .product-description-title-in:after {
     border-right: 10px solid #4578bb;
  right: -10px;
}
.product-description
  .product-description-title
  .product-description-title-in:before {
     border-right: 10px solid #4578bb;
  left: -10px;
}

.product-description .product-description-title h3 {
  margin: 0;
  font-size: 17px;
  color: #f7f7f7;
  font-weight: 600;
  line-height: 1;
  padding: 0 10px;
}

.product-description .product-description-par {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #d4d4d4;
}

.product-description .product-description-par p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: justify;
}

@media screen and (max-width:1200px) {
    /*.score img{
        width: 0%
    }*/
    /*.slider-banner{
        height: 540px;
    }*/
}
@media screen and (max-width:575px) {
    .score img{
        width: 100%
    }
    .slider-banner{
        height: auto;
    }
}
@media screen and (max-width:424px) {
     .score img{
        width: 100%
    }
    .slider-banner{
        height: auto;
    }
}
    .ind{
         padding: 50px 0;
    text-align: center;
    background: #f3f0f0;
    box-shadow: 2px 2px 14px #d2cfcf;
	margin-bottom:50px
    }
    .inds{
        margin-top: 40px;
    }
font {
    font-size: 20px;
}


.ftr-box {
	position: relative;
	overflow: hidden;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	border: 1px solid rgba(0,0,0,0.05);
	background:#fff;
	color: #fff 
}
.ftr-box img {
	height: 60px;
	width: auto
}
.box-ftr-lst .col-md-4 {
	padding: 0px;
	margin: 0px;
}
.ftr-box-icon {
	width: 100%;
	height: 220px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
}
.ftr-box-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 220px;
	padding: 20px;
	text-align: center;

	transition: all .5s ease;
	background-color: #272727;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	-moz-transform: translateY(110px) rotateX(-90deg);
	-ms-transform: translateY(110px) rotateX(-90deg);
	-o-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
}
.ftr-box .ftr-box-icon .front-content {
	position: relative;
	top: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ftr-box .ftr-box-icon .front-content h3 {
	font-size: 18px;
	color: #676767;
	text-align: center;
	margin-top: 15px;
}
.ftr-box .ftr-box-content h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.ftr-box .ftr-box-content p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}
.ftr-box:hover .ftr-box-icon {
	opacity: 0;
	-webkit-transform: translateY(-110px) rotateX(90deg);
	-moz-transform: translateY(-110px) rotateX(90deg);
	-ms-transform: translateY(-110px) rotateX(90deg);
	-o-transform: translateY(-110px) rotateX(90deg);
	transform: translateY(-110px) rotateX(90deg);
}
.ftr-box:hover .ftr-box-content {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}

.sap-partner-logo img {
	width:125px;
	margin:10px 0px 0px 0px;
	}

.left-menu h2 {
	font-size:14px !Important;
	margin-bottom:20px;
	
	}
.left-menu li {
	font-weight:bold;
	}
	
.left-menu li a {
	display:table;
	width:100%;


	}

.left-menu li a:hover{
	color:#000}
	
.left-menu li {
	color:#3976bc
}

.left-menu li:last-child, .rp-bt li:last-child{
	border:0px;
}
.rp-bt li:before{
	content:"";
	background: none 
	}
.rp-bt li {
	padding-left:0px;
	}
.rp-bt li img {
	width:25px;
	vertical-align:middle;
	margin-right:5px
	}

.ic-text h2{
	font-size:20px !important;
	}
.ic-text h3{
	font-size:18px !important;
	font-weight:bold;
	margin-bottom:20px;
	}
	
.left-img {
	width: 50%;
    float: left;
    margin: 0px 20px 20px 0px;
	}
.left-img img, .right-img img {
	width:100%
}

.right-img {
	width: 50%;
    float: right;
    margin: 0px 20px 20px 0px;
	}
.left-img img{
	width:100%
}

.ic-text {
	font-size:16px;
	line-height:25px;
	}

iframe{
	width:100%;
	}
.address-info {
	background:#fff;
	padding:40px;
	-webkit-box-shadow: -2px 2px 20px 0px rgba(214,214,214,1);
-moz-box-shadow: -2px 2px 20px 0px rgba(214,214,214,1);
box-shadow: -2px 2px 20px 0px rgba(214,214,214,1);
	}
	
.address-info h3, .contact-form h2{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form h2{
	color: #3976bc;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px;
	}

.address-info li{
	padding-bottom: 20px;
    font-size: 16px;
    position: relative;
    padding: 0px 0px 20px 37px;
	}
	
.address-info li i {
    margin-right: 10px;

    float: left;
    font-size: 18px;
    color: #dcdcdc;
    position: absolute;
    top: -4px;
    left: -6px;
    padding: 10px;
}

.address-info li a {
	color:#3976bc
}

.blue-btn{
webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 50px;
    background: #3976bc;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	border:0px;
	cursor:pointer
 
}

.blue-btn:hover{
	background:#000
}


/****share icon ***/

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 50%;
   z-index:200
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 10px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-google{
 	background-color: #ea4335;
 }
 .fixed-google span, .fixed-sap span{
	background-color: #fff;
 }
 
  .fixed-google span img, .fixed-sap span img{
	  width:80px;
	  padding:5px;

 }
 .fixed-sap{
	background-color: #003366;

 }
 
 /** right slide panel ***/
 /* Button */
.righ-panel {
	position:fixed;
	right:0px;
	z-index: 200;
    top: 61%;

}
.dwn-fix {
	top:50%
	}
	
.dwn-fix .open-panel {
    background: #4a576a;
	 font-size: 14px;
	
}


.dwn-fix .open-panel:hover{
    background: #1e2735;
}
.open-panel{
background: #0b2850;
    padding: 15px;
    color: #fff;
	cursor:pointer;
	font-weight:bold;
    
    font-size: 12px;
    /* z-index: 9999; */
    border-bottom: 3px;
	text-align:center;
	border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
}

.open-panel:hover{
background: #04142a;
}
.open-panel i {
	font-size:20px;
	display:block;
	margin-bottom:0px
	}



.pannel-cont{
	text-align:center;
	font-weight:bold;
	font-size:25px;
	color:#fff;
	 padding:40px;

	}
	
.pannel-cont a{
	color:#fff
}

.pannel-fotr {
	background:#f2f2f2;
	padding:20px;
	 border-bottom-left-radius: 100px;
		border-bottom-left-radius: 100px;
		color: #676767;
    font-size: 14px;
	text-align:center;
	font-weight:normal;
	-webkit-box-shadow: -5px -7px 26px -9px rgba(15,64,120,1);
-moz-box-shadow: -5px -7px 26px -9px rgba(15,64,120,1);
box-shadow: -5px -7px 26px -9px rgba(15,64,120,1);
	}
.pannel-fotr a{
	color:#3976bc;
	font-weight:bold;
}

/* Slidein */
.slidein {
  display: none;
  position: fixed;
  background: #0b2850;
  width: 450px;
  padding:0px;
 
  border-bottom-left-radius:70px;
  text-align:center;
  
  font-weight:bold;
  top: 40%;
  right: 0;
  z-index: 999;
 
}


.overlay {
	position:fixed !important;
	background: rgba(0, 0, 0, .0) !important;
	}
/* Close button */
.close {
  font-size: 130%;
  color:#29bbf2;
}
.close:hover {
  cursor: pointer;
}

/* Overlay */
.overlay {
  display: none;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-bg {
	background: url(../../images/download-banner.jpg) no-repeat;
    background-size: cover;
    height: 241px;
    padding: 120px 0px 0px;
    color: #fff;
    background-position: -0px -30px;
	margin-bottom:30px;
	
	}
	
.btn-download {
	background:#3976bc;
	padding:20px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: 10px -8px 51px -8px rgba(104,159,222,1);
-moz-box-shadow: 10px -8px 51px -8px rgba(104,159,222,1);
box-shadow: 10px -8px 51px -8px rgba(104,159,222,1);
border:10px solid #eaf4ff;
display:table;
width:100%;
text-align:center
	}
	
	.btn-download i{
		margin-right:10px;
		color:#94c2f7
	}
	
	.btn-download:hover{
		background:#144781;
		border:10px solid #eaf4ff;
		color:#fff
	}
	
	
	.dwn-text {
		background:#f9f9f9;
		padding:40px 20px;
		font-size:16px;
		line-height:30px;
		}
		
	.dwn-text h2{
		margin-bottom:10px;
		font-size:25px
	}
		
		
	.dwn-text:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 12px solid transparent;
    border-left: 19px solid #f9f9f9;
       bottom: 50%;
    right: -30px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


	.dwn-box{
		background:#fff;
		-webkit-box-shadow: 1px 1px 11px 1px rgba(179,179,179,1);
-moz-box-shadow: 1px 1px 11px 1px rgba(179,179,179,1);
box-shadow: 1px 1px 11px 1px rgba(179,179,179,1);
    display: table;
    width: 100%;
	text-align:center;
	color:#676767;
	margin-bottom:30px;

		}
		
			.dwn-box h2{
				font-size:16px;
				padding:50px;
				
			}
			.dwn-box h2 img{
				width:40px;
				margin-bottom:20px;
			}
	
	.clk-btm{
		background:#0d1f33;
		color:#fff;
		padding:10px;
		font-size:18px;
		font-weight:bold;
		cursor:pointer
		}
		
		.clk-btm:hover{
		background:#3976bc;
		}
		
/**modal**/
.modal-dialog {
    max-width: 70%;
}
.modal-header{
	padding:20px;
	background:#0d1f33;
	border-top-left-radius: 0px;
	border-top-right-radius:0px;
	
	}
	
	.hding-logo{
		    width: 24px;
    margin-right: 7px;
    vertical-align: sub;
	}
	
.modal-header h4{
color: #fff;
    font-weight: bold;
    font-size: 20px;
	display:table;
	width:100%;
}
.modal-header h4 span{
	color:#5b6b7c;
	font-size:16px;
	float:right
}

.modal-header .close {
	padding: 0px;
    margin: 0px;
    position: absolute;
    top: 2px;
    right: 8px;
    color: #fff;
}

.modal-header .close:hover{
	color:#fff !important
}

.dwn-lst {
	font-size:16px;
	font-weight:bold;
	}
.dwn-lst small{
	color:#676767;
	font-weight:bold;
}

.dwn-lst li{
	padding: 10px;

    border-bottom: 1px dotted #cfcfcf;
	position:relative;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
	}
.dwn-lst li:nth-child(odd){
	background:#fcfcfc
}
.dwn-lst li:last-child{
	border:0px;
	margin:0px;

}

.dwn-lst li:hover{
	background:#ebf2f9;
	color:#0d1f33;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.dwn-lst span{
	float: right;
	
	}
.dwn-lst i{
	color: #0b5f00;
	}
	
.dwn-lst span img{
	width:16px	;
	margin-right:10px;
}

.dwn-lst i:hover{
	color:#0d1f33
}

/****/

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
	text-align:center
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}


/*== pointer tip ==*/
.tool::before {
  width: 0;
height: 0;
border-style: solid;
border-width:0 0px 0px 0px;
border-color: transparent transparent #0d1f33 transparent;
    bottom: 0px;
    content: "";
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    bottom: 0px;

    color: #3976bc;
    content: attr(data-tip);
    padding: 10px;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 350px;
	font-size:14px
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}






.client-list .client{
	padding:20px;
	text-align:center;
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	  height:100px;
	}
	
	

/****Banner ***/
 /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
  .carousel-caption{
	      position: absolute;
    right: 15%;
    top: 18%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 500px;
	  
	  }
	  
  .carousel-caption h2{
	  font-size:30px;
	  color:#073572
  }
  
  .carousel-caption ul{
	  background:#4376ba;
	  -webkit-box-shadow: 3px 0px 27px 0px rgba(173,197,229,1);
-moz-box-shadow: 3px 0px 27px 0px rgba(173,197,229,1);
box-shadow: 3px 0px 27px 0px rgba(173,197,229,1);
border-radius: 189px 189px 189px 189px;
-moz-border-radius: 189px 189px 189px 189px;
-webkit-border-radius: 189px 189px 189px 189px;
border: 0px solid #000000;
display:table;

text-align:center;
margin:20px auto
  }
  
    .carousel-caption ul li{
		display:inline;
		float:left;
		padding:15px 55px;
		border-right:1px solid rgba(255,255,255, 0.1);
		font-family:bold;
		font-size:20px;
	
	}
	
	    .carousel-caption p{
			margin-bottom:20px;
			color:#333;
			font-weight:300;
			}
			
				    .carousel-caption a{
					    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: #0b2850;
    padding: 10px 20px;
    border-radius: 10px;
					}


/*  */

footer {
	background: #000;
	padding-top: 25px;
	padding: 50px 0px 100px;
	position: relative
}
footer, footer p {
	font-size: 14px;
}
footer, footer a {
	color: #b0b0b0;
}
footer li a {
	display: block
}
footer a:hover {
	color: #3976bc
}
footer li {
	padding-bottom: 10px;
	border-bottom: 1px solid #212121;
	margin-bottom: 10px;
}
footer li:last-child {
	border: 0px;
}
.ftr-log img {
	margin-bottom: 20px;
	width: 175px
}
.ftr-log p {
	line-height: 25px;
	font-size: 14px;
}
footer h2 {
	font-size: 16px !important;
	margin-bottom: 30px;
}
.contact-wrapper p {
	margin-bottom: 5px;
}
.contact-wrapper a {
	color: #3976bc
}
.contact-wrapper a:hover {
	color: #fff
}
.ftr-btm {
	border-top: 1px solid #212121;
	margin-top: 20px;
	padding-top: 20px;
}
.ftr-btm li {
	border: 0px;
	display: inline;
	padding-left: 10px
}
.ftr-btm, .ftr-btm li a {
	color: #454545
}
.ftr-btm li a {
	display: inherit;
}
.ftr-btm li a:hover {
	color: #fff;
}
.cpyrht-txt {
	text-align: right
}
.sahaj-icon {
	width: 200px;
	height: 190px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.15;
	bottom: 0px;
	left: -120px;
}
.social-link img {
	width: 30px;
	margin: 10px 5px 0px 0px;
}
.sahaj-icon-clr, .sahaj-icon {
	background: url(../images/sahaj-icon.png) no-repeat;
	position: absolute;
}
.sahaj-icon-clr {
	background: url(../images/sahaj-icon-1.png) no-repeat;
	width: 40px;
	height: 100px;
	right: 0px;
}

.grd-line {
	background: rgba(57,118,188,1);
	background: -moz-linear-gradient(left, rgba(57,118,188,1) 0%, rgba(102,144,53,1) 15%, rgba(75,83,32,1) 28%, rgba(25,112,178,1) 41%, rgba(68,84,105,1) 55%, rgba(125,135,150,1) 66%, rgba(255,153,0,1) 77%, rgba(128,0,0,1) 89%, rgba(88,63,130,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,118,188,1)), color-stop(15%, rgba(102,144,53,1)), color-stop(28%, rgba(75,83,32,1)), color-stop(41%, rgba(25,112,178,1)), color-stop(55%, rgba(68,84,105,1)), color-stop(66%, rgba(125,135,150,1)), color-stop(77%, rgba(255,153,0,1)), color-stop(89%, rgba(128,0,0,1)), color-stop(100%, rgba(88,63,130,1)));
	background: -webkit-linear-gradient(left, rgba(57,118,188,1) 0%, rgba(102,144,53,1) 15%, rgba(75,83,32,1) 28%, rgba(25,112,178,1) 41%, rgba(68,84,105,1) 55%, rgba(125,135,150,1) 66%, rgba(255,153,0,1) 77%, rgba(128,0,0,1) 89%, rgba(88,63,130,1) 100%);
	background: -o-linear-gradient(left, rgba(57,118,188,1) 0%, rgba(102,144,53,1) 15%, rgba(75,83,32,1) 28%, rgba(25,112,178,1) 41%, rgba(68,84,105,1) 55%, rgba(125,135,150,1) 66%, rgba(255,153,0,1) 77%, rgba(128,0,0,1) 89%, rgba(88,63,130,1) 100%);
	background: -ms-linear-gradient(left, rgba(57,118,188,1) 0%, rgba(102,144,53,1) 15%, rgba(75,83,32,1) 28%, rgba(25,112,178,1) 41%, rgba(68,84,105,1) 55%, rgba(125,135,150,1) 66%, rgba(255,153,0,1) 77%, rgba(128,0,0,1) 89%, rgba(88,63,130,1) 100%);
	background: linear-gradient(to right, rgba(57,118,188,1) 0%, rgba(102,144,53,1) 15%, rgba(75,83,32,1) 28%, rgba(25,112,178,1) 41%, rgba(68,84,105,1) 55%, rgba(125,135,150,1) 66%, rgba(255,153,0,1) 77%, rgba(128,0,0,1) 89%, rgba(88,63,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3976bc', endColorstr='#583f82', GradientType=1 );
	height: 7px;
}


/* scrolling */
/* width */
::-webkit-scrollbar {
    width: 6px;
   }

/* Track */
::-webkit-scrollbar-track {
    background: #dbdbdb;
   }
    
   /* Handle */
   ::-webkit-scrollbar-thumb {
    background: #656565;
   }
   
   /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
    background: #363636;
   }


   .contactlist{padding: 20px;
    margin: 50px 0px 50px;
    background: #fff;
    border-radius: 10px;   }

   .contactbox{
    background: #ffeacc;
    margin: 0px;
    text-align: left;
    border: 1px solid #9d9d9d !important;
    border-radius: 10px;
    padding: 40px;
    height: 100%;
    color: #000;

   }

   

   .contactbox .text-secondary, .contactbox li, .contactbox a{
    color: #000 !important;
    font-size: 16px;
    line-height: 20px;
   }

   .title{
    font-weight: bold;
    font-size: 20px;
   }
   /*  */

   .cardicon {
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.cardicon img{height:44px;}
.contactdtl {margin-top: 20px;}

.contactdtl li{    padding:5px 0px;}
.contactdtl li a:hover{color: #3976bc !important;}
.stdgn{background:#ffeacc}
.stdgn .cardicon {background: #fff4e5;}
.sldgn{background:#e5cccc}
.sldgn .cardicon {background: #f2e5e5;}
.gidgn{background: #ddd8e6;}
.gidgn .cardicon {background: #eeebf2;}
.pr{position: relative;}
.contactdotted {
    position: absolute;
    top: -100px;
    z-index: -100;
    right: -100px;
}


.map{
    height: 400px;
    border-radius: 10px;
}


.formdgn{
    background: #3976bc;
    padding: 40px;
    border-radius: 10px;
}



.formdgn .title{color: #fff;font-size: 25px;}

/*  */

  .form-main .main-wrapper .form-wrapper .form-card {
    position: relative;
    width: 100%;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-input {
    padding: 20px 10px;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    outline: none;
    margin-bottom: 20px;
   
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-input:valid, .form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
    border: 1px solid #e5cccc;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-input:valid ~ .form-label, .form-main .main-wrapper .form-wrapper .form-card .form-input:focus ~ .form-label {
    color: #fff;
    top: 7px;
    transform: translateY(-70%);
    font-size: 14px;
    line-height: 23px;
    background: #3976bc;
    padding: 4px 10px;
    left: -7px;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button, .form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-label {
    position: absolute;
    left: 15px;
    top: 35px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    
    transition: 0.3s;
    margin: 0;
    font-size: 14px;
    
    font-weight: bold;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-textarea {
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    resize: none;
    box-sizing: border-box;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
    border: 1px solid #fff;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid ~ .form-textarea-label, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus ~ .form-textarea-label {
    color: #fff;
    top: 18%;
    transform: translateY(-82%);
    color: #fff;
    top: 7px;
    transform: translateY(-70%);
    font-size: 14px;
    line-height: 23px;
    background: #3976bc;
    padding: 4px 10px;
    left: -7px;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
  }
  .form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
    position: absolute;
    left: 15px;
    top: 30%;
    transform: translateY(-70%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 14px;
   
    font-weight: bold;
    color: #fff;
  }
  

  /*  */

  
  
  .blob-btn {
    z-index: 1;
    position: relative;
    padding: 10px 50px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3976bc;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
  }
  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #3976bc;
    border-radius: 30px;
  }
  .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
  }
  .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
  }
  .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
  }
  .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ffffff;
  }
  .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
  }
  .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 45%;
    height: 100%;
    background: #000;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }
  @supports (filter: url("#goo")) {
    .blob-btn__blob {
      transform: translate3d(0, 150%, 0) scale(1.4);
    }
  }
  .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
  }
  @supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
      transform: translateZ(0) scale(1.4);
    }
  }


  .contactlist .slick-arrow{display: none !important;}
  .contactlist .slick-slide {padding: 0px 3px ;}

  /*  */

.loadingdgn{
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
}
  .flag {
	animation: flag-zoom 0.5s 2s linear forwards;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flag .color-one {
	animation: translate-color 1s linear forwards;
	background-color: #ff9933;
	top: 0;
	transform-origin: left;
}

.flag .color-one,
.flag .color-two {
	height: 33vh;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	width: 100%;
}

.flag .color-two {
	animation: translate-color 1s 1s linear forwards;
	bottom: 0;
	background-color: #138808;
	transform-origin: right;
}

.flag .chakra {
	animation: fade-in 0.5s 3s linear forwards;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
    
	transform: translate(-50%, -50%) scale(5);
	z-index: 1;
}

.flag .chakra img {
	animation: rotate 20s linear infinite;
	height: 34vh;
	margin-top: 0.5vh;
}

@keyframes flag-zoom {
	to {
		transform: rotateZ(-15deg) scale(1.5);
	}
}

@keyframes translate-color {
	to {
		transform: scaleX(1);
	}
}

@keyframes fade-in {
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes rotate {
	to {
		transform: rotateZ(1turn);
	}
}



/*  */
.textdgn {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border-top: 4px double rgba(255, 255, 255, 0.25);
  border-bottom: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;

  width: 40em;
  margin: 0px auto;
  text-align: center;
}


.textdgn span {
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  
  font-weight: bold;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto 15px;
  
  /* Clip Background Image */
  background: url(../../images/animated-text-fill.jpg) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: textanimation 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes textanimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.subtilte{
  color: #06038d;
  font-size: 20px;
}


.fade-in {
  opacity:0;  /* make things invisible upon start */
  animation:fadeIn ease-in 1;
  animation-fill-mode:forwards;
  animation-duration:5s;
 }

 

 .armyimage{
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity:0;  /* make things invisible upon start */
  animation:fadeIn ease-in 1;
  animation-fill-mode:forwards;
  animation-duration:0.4s;
 }

 /*  */

 .loadingicon{
    position: relative;
    z-index: 99999;
 }


 .plane {
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    animation: flying 6s infinite; 
  }
  .plane1 {
    position: absolute;
    top: 10px;
    left: 20px;
    animation: flying 11s infinite;
    color: rgba(0, 0, 0, 0.05);
  }
  .plane2 {
    position: absolute;
    top: 20px;
    left: 40px;
    animation: flying 10s infinite;
    color: rgba(0, 0, 0, 0.05);
  }
  .plane3 {
    position: absolute;
    top: 50px;
    left: 10px;
    animation: flying 8s infinite;
    color: rgba(0, 0, 0, 0.05);
  }

  .plane4 {
    position: absolute;
    top: 80px;
    left: -200px;
    animation: flying 11s infinite;
    color: rgba(0, 0, 0, 0.05);
  }

  .plane5 {
    position: absolute;
    top: 150px;
    left: -550px;
    animation: flying 11s infinite;
    color: rgba(0, 0, 0, 0.05);
  }

  .plane6 {
    position: absolute;
    top: 200px;
    left: -650px;
    animation: flying 11s infinite;
    color: rgba(0, 0, 0, 0.1);
  }

  .plane-one, .plane-two {
    position: relative;
    color: #ff0000;
    animation: flying 6s infinite; 
    left: -100px;
    top: 520px;
    color: rgba(0, 0, 0, 0.1);
  }
      @keyframes flying {
          0% {
              bottom: -45%;
          }
          10% {
              bottom: 30%;
          }
          20% {
              transform: scale(1.0) rotateZ(-5deg);
              bottom: 15%
          }
          25% {
              transform: scale(1.3) rotateZ(10deg);
          }
          40% {
              transform: scale(0.5) rotateZ(-5deg);
          }
          50% {
              transform: scale(0.3) rotateZ(0deg);
          }
          100% {
              left: 110%;
              bottom: 30%;
              transform: scale(1.5) rotateZ(0deg);
          }
        
      }
    
  
      /*  */

      #myCanvas {
        height: 400px;
        width: 100%;
        max-width: 99%;
        min-width: 800px;
        position: absolute;
        bottom: 0;
        z-index: 999;
        right: 0;
        

      }

      /*  */


      .contactbox{padding: 0px; height: 350px;}

      .contactbox .card-body, .cardicon{
        -webkit-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        
      }
      .contactbox:hover {
        padding: 0px;
      }
      
      .contactbox:hover .cardicon {transform: scale(1);  
        transform: scale(1);
        
        width: 100%;
        border-radius: 0px;
        position: relative;
        top: -2px;
        left: 0px;
        border-radius: 10px 10px 0px 0px;
        margin: 0px 0px 41px;
        display: flex;
        box-shadow: 0px 3px 10px -3px #afafaf;
      }

            
      div:nth-child(1) .contactbox .cardicon {background: #ffe0b2;}
      div:nth-child(2) .contactbox .cardicon {background: #d8b2b2;}
      div:nth-child(3) .contactbox .cardicon {background: #ccc5d9;}

      div:nth-child(1) .contactbox:hover .cardicon {background: #ffe0b2;}
      div:nth-child(2) .contactbox:hover .cardicon {background: #d8b2b2;}
      div:nth-child(3) .contactbox:hover .cardicon {background: #ccc5d9;}



      

      .contactbox .cardicon{margin: 20px 30px 20px 30px; }
      .contactbox .title, .contactbox .text-secondary, .contactbox .contactdtl{padding: 0px 30px;}
      .contactbox:hover .title, .contactbox:hover .text-secondary, .contactbox:hover .contactdtl{
        padding: 0px 30px;
      }
      .contactbox:hover  .title, .contactbox .cardicon .title{display: none      }

      .contactbox:hover .cardicon .title{display: block;padding: 14px 0px 0px 20px;}