/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/
html {
  scroll-behavior: smooth;
}



body
	{
    background: #ecf9ff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
	
p{
    
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0.5px;
    
}

/*
a {
	color: #47C6F8 !important;
}
*/

	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #e9f0ff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
		padding: 0px 0px 0px 0px;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 0px 0px 0px 0px;
	}
.navbar-default .navbar-nav li a
	{
		    font-weight: bolder;
    font-size: 13px;
    height: 70px;
    line-height: 40px;
    opacity: 0.8;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.navbar-brand{
    padding: 0;
    margin-top: 3%;
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home
	{height: 95vh;
    background-image: linear-gradient(to right bottom, #0066ff36,#004fffad), url(./images/home-bg.jpg);
    background-attachment: fixed;
		/*background: url('./images/home-bg.jpg') no-repeat;*/
		background-size: cover;
        background-position: top;
		padding-top: 100px;
		padding-bottom: 100px;
		/*min-height: 650px;*/
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		    background: #ffffff;
    border-color: transparent;
    color: #337ab7;
	}
.element {
	height: 60px;
	font-size: 16px;
    text-align: center;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		    border: 1px solid #228dca;
    border-radius: 2px;
    color: #372e7b;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 52px;
    color: #28a7e9;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		padding-bottom: 10px;
		-webkit-transition: 1s all;
		        transition: 1s all;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #576797;
	}
#service .active
	{
		background: #324886;
		padding: 40px;
	}
#service .active1
	{
		background: #4b5e95;
		padding: 40px;
	}
#service .active2
	{
		background:#253b7a;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		color: #fbfbfb;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact {
    background-image: linear-gradient(to right bottom, #ffffffb3,#1b46a5), url(./images/home-bg.jpg);
    background-attachment: fixed;
    /* background: url(./images/home-bg.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    color: #000;

}
#contact .form-control
	{
		    background: transparent;
    border: 1px solid #0957a7;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
    color: #000;
}
	
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}


#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact input[type="button"] {
    background: #134dcb;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact input[type="button"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: none;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #004581;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #000;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		margin-right: 10px;
		font-weight: 500;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */

/*  My custome css */

.navbar-default .navbar-nav>li>a {
    color: #363636;
    transition: .6s all;
}

.navbar-default .navbar-brand {
    color: #f5f5f5;
    font-weight: 600 !important;
}
.navbar-default .navbar-nav > li > a.current {
    color: #f5f5f5;
    font-weight: 800;
    opacity: 1;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f5f5f5;
    opacity: 1;
    background-color: transparent;
}

.solutions-des{
	text-align: center;
}

#portfolio .portfolio-thumb{
	overflow: hidden;
    padding: 0;
    margin: 10px auto;
}.element {
    height: 60px;
    font-size: 19px;
    color: #00bcd4;
}

.element {
        margin: 50px 0px 50px 0px;
    height: 60px;
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
}

.gallery_font{
    padding-left: 0;
    text-align: left;
    padding: 5px;
    color: #2196F3 !important;
    background-color: #ffffff;
    border-left: 6px solid;
    font-size: 28px;
    font-weight: 500;
}

/* OUR TEAM SECTION EDIT */

#team .team-wrapper1
	{
		background:#576797!important;
	}
#team .team-wrapper2
	{
		background:#4b5e95!important;
	}
#team .team-wrapper3
	{
		background:#324886!important;
	}
#team .team-wrapper4
	{
		background:#253b7a!important;
	}


/* BANNER CSS */

.sub-element{
    
    text-align: center!important;
    
}


.gallery_font{
        padding-left: 0;
    text-align: left;
    padding: 15px;
    color: #d9edf7b5 !important;
    background-color: #202664;
    border-left: 6px solid;
    font-size: 20px;
    font-weight: 600;
}

#erp-banner {
    background: url(./images/erp-system-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}
#webdesign-banner {
    background: url(./images/web-design-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#pathology-banner {
    background: url(./images/pathology-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#mobile-app-banner{
	
    background: url(./images/mobile-application-developement.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#digital-marketing-banner{
	
    background: url(./images/digital-marketing-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}
#brand-banner{
	background: url(./images/brand-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#hotel-banner{
	background: url(./images/hotel-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#gym-banner{
	background: url(./images/gym-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

#task-banner{
	background: url(./images/task-banner.jpg) no-repeat fixed center;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 450px !important;
}

footer{
    background-color: #a3c0ff;
    min-height: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
    
}

footer .social-icon {
    text-align: right;
}

footer span {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 4px;
}

footer .social-icon li a {
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #202664;
    background-color: transparent;
    font-weight: 600;
}

.media-p{
	 padding:0px;
}


.paraghp-bg{
	background: #00205a6e !important;
    padding: 13px !important;
    min-height: 292px !important;
}

.paraghp-bg2 {
    background: #324886 !important;
    padding: 12px !important;
    min-height: 292px !important;
}


/* Footer CSS */


.footer-bs {
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 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 {
    color: #333;
}

.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: rgb(39 30 112); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/* Portfolio PAge CSS */

.portfolio_main{
    
    background: #b1b1b133;
    padding: 40px 20px;
    border-radius: 10px;
    
}

.portfolio_main ul {
  list-style-image: url('images/rec-01.png');
    font-weight: 500;
}

.portfolio_main p {
    font-weight: 500;
}

.accrd-list{
	color: #1349ac !important;
	font-weight: 500;
}

.portfolio-button{
 
        color: white!important;
    border: 1.5px solid #ffffff73;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
    background-color: transparent;
    transition: 1s all;
    
    
}

.portfolio-button:hover{
    border: 1.5px solid transparent;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
    background-color: white;
    transition: 1s all;
    color: #324886!important;
    
}

.portfolio-latest img:hover{
    
    opacity: 0.5;
    
}

.bredcrumb span{
    
    font-weight: 700
    
}

.bredcrumb p{
    
    margin: 30px 0px;
    
}


.bredcrumb a{
    
        color: aliceblue!important;
    font-weight: 600;
    
}

.bredcrumb a:hover{
    
    text-decoration: none;
    font-weight: 600;
    
}

.bredcrumb{
    background-image: linear-gradient(to right bottom, #0066ff36,#004fffad), url(./images/home-bg.jpg);
    background-attachment: fixed;
    /* background: url(./images/home-bg.jpg) no-repeat; */
    background-size: cover;
    background-position: top;
    padding-top: 100px;
    padding-bottom: 100px;
    /* min-height: 650px; */
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
    text-align: center;
    
    
}

.technology{
    background-image: linear-gradient(to right bottom, #1b65d4a3,#0029c0e0), url(./images/home-bg.jpg);
    padding: 10px 20px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.marquee .marquee-content img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 45px;
    flex-shrink: 0;
    white-space: nowrap;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
    height: 75px;
    border-radius: 5px;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
    height: 75px;
    border-radius: 5px;
}

#ddl_subject option{
    
    color: #0722b4;
    
}
select {
    text-transform: none;
    min-height: 49px;
}
.cta_right {
    position: fixed;
    bottom: 5px;
    z-index: 20;
    right: 5px;
}
.cta_green {
    background-color: #59c980;
}
.cta_btn {
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}
.cta_left {
    position: fixed;
    bottom: 5px;
    z-index: 20;
    left: 5px;
}
.cta_blue {
    background-color: #2280af;
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-phone:before {
    content: "\f095";
}

.a-btn {
    color: #fbfbfb;
}
a h3 {
    color: #372e7b;
    text-align: center;
    margin-bottom: 20px;
}
span#submmission-status {
    color: red;
    font-weight: 600;
    font-size: 14px;
}




