/*
Impulse Template
http://www.templatemo.com/tm-469-impulse
*/
html {
    scroll-behavior:smooth;
  }

  img {
	max-width: 100%;
	height: auto;
  }
body {
	background: #ffffff;
	color: #606060;
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima Bold";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none geat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #eb5424;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* home section */
#home {
	background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}
#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	 background: #3824eb;           /*3824eb 2966eb*/
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #2966eb;
	transition: all 0.4s ease-in-out;
}
/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #eb5424;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #eb5424;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #eb5424;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
}
#intro h4 {
	padding-bottom: 16px;
}
/* about section */
.about_section {
	padding-top: 50px;
	position: relative;
  }
  
  .about_section::before {
	content: "";
	position: absolute;
	top: 35%;
	left: 320px;
	width: 60px;
	height: 40%;
	transform: translateY(-55%);
	background-image: url(../images/Trending.png);
	background-size: cover;
	
  }
  
  
  
  
  .about_section .col-md-6 .col-sm{
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .about_detail-container {
	position: relative;
	padding-bottom: 2.5%;
	z-index: 0;
   
  }
  .about_detail-container1 {
	width: 80%;
	margin: auto;
	
   
  }
  .leftal{
	text-align: left;
}
.about_detail-container1::before {
	content: "";
	position: absolute;
	width: 80%;
	top: 0;
	left:0;
	z-index: -1;
  }
  .about_detail-container::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background-color: #0c88db;
	z-index: -1;
  }
  .paraclr{
	  color: white;
  }
  
  .about_detail-box {
	padding: 25px 20px;
	padding-right: 10%;
	padding-bottom: 3%;
  }
  
  .about_detail-box h3,
  .about_detail-box p {
	text-align: left;
  }
  
  .about_detail-box h3 {
	color: #fff;
	font-weight: normal;
  }
  
  .about_detail-box p {
	margin: 20px 0;
  }
  
  
  .about-btn img {
	margin: 0;
	margin-right: 5px;
	transform: rotate(180deg);
  }
  
  .about_img-box {
	position: relative;
	padding-bottom: 3%;
	
  }
  
  /* .about_img-box::before {
	content: "";
	width: 18%;
	height: 10%;
	background-color: #F0A500;
	position: absolute;
	right: 0;
	bottom: 25%;
  
  } */
  /* 
  .about_img-box::after {
	content: "";
	position: absolute;
	width: 18%;
	height: 10%;
	right: 0;
	bottom: 25%;
	background-image: url(../images/white-next.png);
	background-size: 20px;
	background-position: 15px;
	background-repeat: no-repeat;
  } */
  
  /* end about section */
  
  .read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;

  color: #fff;
 
}

.read-btn {
  background-color: #FF9F45;
 
}

.quote-btn {
  background-color: hwb(244 3% 47%);

}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
 
}
  
  /*choose section*/
  
  
  .choose_section {
	width: 100%;
	padding-bottom: 90px;
	background-color: #fff;
	height: auto;
  }
  .choose_taital{
	width: 100%;
	float: left;
	font-size: 50px;
	color: #0E3EDA;
	font-weight: 600;
	text-align: center;
  }
  .choose_taital1
  {
	  color:#0E3EDA;
  }
  .choose_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
  }
  .choose_section_2{
	width: 100%;
  }
  .choose_box{
	width: 100%;
	float: left;
	border: 1px solid #4D77FF;
  }
  .client_taital {
	width: 100%;
	float: left;
	font-size: 50px;
	color: #56BBF1;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
  }
  .client_text {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
  }
  .think{
	
	  width: 100%;
	  text-align: center;
	  padding-top: 70px; 
  
  }
  
  .layout_padding {
	padding-top: 90px;
	padding-bottom: 0px;
  }
  @media (max-width: 768px) {

	.layout_padding3 {
		padding-top: 100px !important;
		
	  }
    }
  
  /* client section */
  
  
  .slider span:hover img{
	transform:translate(-50px) scale(1.2);
  
  }
  .swiper {
	width: 100%;
	height: 200px;
  }
  /* Section: Services */
  .section-services .subheading-text {
	margin-bottom: 90px;
  }
  
  .section-services .col-md-3:nth-child(n+5) .service {
	margin-top: 60px;
  }
  
  .service {
	min-height: 250px;
  }
  
  .service-title {
	margin: 35px 0 25px;
	font-size: 13px;
	text-transform: uppercase;
  }
  
  .service-info {
	font-size: 13px; 
  }
  
  /* service section */
  
  /* project section */
  
  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  .portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
  }
  .portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 18px 10px 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #fafafc;
	border-radius: 50px;
  }
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #414c64;
	background: #0ed3da;
  }
  .portfolio #portfolio-flters li:last-child {
	margin-right: 0;
  }
  .portfolio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
  }
  .portfolio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -50px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #0d58b9;
	padding: 15px 20px;
  }
  .portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
  }
  .portfolio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
  }
  .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: rgba(255, 255, 255, 0.7);
	transition: ease-in-out 0.3s;
  }
  .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #fff;
  }
  .portfolio .portfolio-item .portfolio-info .details-link {
	right: 15px;
  }
  .portfolio .portfolio-item:hover img {
	top: -30px;
  }
  .portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
	padding-top: 40px;
  }
  .portfolio-details .portfolio-details-slider img {
	width: 100%;
  }
  .portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #ffc107;
  }
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ffc107;
  }
  .portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(65, 76, 100, 0.08);
  }
  .portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
  }
  .portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
  }
  .portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
  }
  .portfolio-details .portfolio-description {
	padding-top: 30px;
  }
  .portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  .portfolio-details .portfolio-description p {
	padding: 0;
  }
  
  
  
  
  /* client section */
  .client_section {
	padding-bottom: 125px;
  }
  
  .client_box {
	position: relative;
	margin-top: 150px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
  }
  
  .c-b-1 {
	background-image: url(../images/client1-bg.png);
  }
  
  .c-b-2 {
	background-image: url(../images/client2-bg.png);
  }
  
  .client_detail {
	padding: 20px 30px;
	padding-left: 50px;
  }
  
  .client_detail h5 {
	padding-left: 20%;
	color: #FF9F45;
  }
  
  .client_detail p {
	padding-top: 20px;
	color: #fff;
  }
  
  .client_box .client_img {
	position: absolute;
	top: -40%;
  }
  
  .client_section .carousel-indicators {
	position: absolute;
	top: 115%;
	left: 33%;
	bottom: auto;
	right: auto;
  }
  
  
  .client_section .carousel-indicators li {
	width: 21px;
	height: 10px;
	background-color: #EA5C2B;
	background-clip: padding-box;
	margin: 0;
	border: none;
	opacity: 1;
	transition: background-color 0.6s;
  }
  
  .client_section .carousel-indicators .active {
	background-color: #FF9F45;
  }
  
  /* end client section */
  
  /* company section */
  .company_section {
	background-color: #12b2e2;
	padding: 3%;
  }
  
  .company-detail h3 {
	color: #060000;
	font-weight: bold;
	text-align: left;
  }
  
  .company-detail p {
	color: #fff;
	width: 85%;
	
	text-align: left;
	
  }
  
  /* end company section */
  
  /* contact_section */
  
  .contact_section .col-md-6 {
	padding: 0;
   
  }
  
  .contact_form-container {
	padding: 60px;
	background-color: #12b2e2;
	position: relative;
  }
  @media (max-width: 1200px)
  {
	.contact_form-container{
	  max-width: 100%;
	  height: auto;
	  width: auto\5;
	} 
  }
  
  .contact_form-container form {
	width: 100%;
  }
  
  .contact_form-container form input {
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
  
	background-color: #fcfcfc;
	margin: 10px 0;
  }
  
  .message_input {
	height: 100px;
  }
  
  .contact_form-container button {
	border: none;
	display: inline-block;
	padding: 8px 40px;
	background-color: #EA5C2B;
	color: #fff;
  
	margin-top: 20px;
  }
  .mapwidth{
	width:590px;
	height:490px;
	max-width: 100%;
	 
  }
  
  @media (max-width: 768px) {
	.maphide {
	  
	  display: none;
	}
  }
  
  
  /* end contact_section */
  
  /* info section */
  .info-margin {
  text-align: center;
  }
  /* .info_section {
	padding-top: 150px;
	padding-bottom: 1px;
	margin: auto;
	color: rgb(0, 0, 0);
	background-image: url(../images/info-bg.png);
	background-size: 100% 101%;
  
	background-repeat: no-repeat;
	font-family: "Poppins", sans-serif;
  }
   */
  .info_section h5 {
  
	font-size: 22px;
  
  }
  
  .info_section a,
  .info_section a:hover {
	color: rgb(0, 0, 0);
  }
  
  .info_logo .logo-box {
	padding-top: 0;
	margin-top: -10px;
  }
  
  .info_logo .logo-box img {
	width: 65px;
  }
  
  .info_logo .logo-box span {
	color: rgb(0, 0, 0);
  }
  
  .info_section .col-md-4 {
	padding: 0 30px;
  }
  
  .info_news {
	padding-right: 8%;
  }
  
  .info_news input {
	border: none;
	width: 100%;
	height: 40px;
	margin: 5px 0;
	background-color: #fff;
	outline: none;
	padding-left: 20px;
  }
  
  .info_news button {
	border: none;
	background-color: #ffffff;
	color: #fff;
	padding: 7px 12px;
	margin-top: 10px;
  }
  
  .info_nav nav {
	width: 70%;
	margin: 0 auto;
  }
  
  .info_nav ul {
	display: flex;
	flex-direction: column;
  }
  
  .info_nav ul li {
	list-style-type: none;
  }
  
  .info_nav ul li a {
	color: rgb(0, 0, 0);
  }
  
  .info_social {
	display: flex;
	justify-content: space-between;
	width: 150px;
  }
  
  .info_social a img {
	width: 30px;
  }
  
  /* end info section */
  /* footer section*/
/*   
  .footer_section {
	background-color: #12b2e2;
	padding: 20px 0;
	font-family: "Roboto", sans-serif;
  }
  
  .footer_section p {
	color: rgb(0, 0, 0);
	margin: 0;
	text-align: center;
  }
  
  .footer_section a {
	color: rgb(0, 0, 0);
  }
   */
  /* end footer section*/
  
  
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #2c67d3;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
  }
  .back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
  }
  .back-to-top:hover {
	background: #ffcb30;
	color: #fff;
  }
  .back-to-top.active {
	visibility: visible;
	opacity: 1;
  }
  .back-to-top img{
	  position: relative;
	  top: 8px;
  }
  
  @media (max-width: 768px) {
	.breadcrumbs .d-flex {
	  display: block !important;
	}
	.breadcrumbs ol {
	  display: block;
	}
	.breadcrumbs ol li {
	  display: inline-block;
	}
  }
/* footer section */
footer {
	background: #12b2e2;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #0E3EDA;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #0E3EDA;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
#intro h2 {
	font-size: 32px;
}
#work .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
}
@media (max-width:382px) {
.navbar-brand {
	font-size:25px !important;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#intro h2 {
	font-size: 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}
.spacer{
	aspect-ratio: 960/300;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.layer1 {
	background-image: url(../wave1.svg);
	
}
.layer2{
	background-image: url(../wave2.svg);
}
.clr{
	background-color: skyblue;
}

.fontsize{
	font-size: 2rem;
	
}
.fontsize1{
	font-size: 4rem;
	
}

.linespace{
	line-height: 1.2;
	
	font-size: 1.5rem;
}
.pad{
	position: relative;
	bottom: 100px;
}
.pad1{
	padding-top: 70px;

}
.pad2{
	padding-bottom: 130px;
}
.pad3{
	padding-bottom: 5%;
}
.pad4{
	padding-top:205px;
}
.logoclor{
	color: #12b2e2;
}
.padd{
	padding-top: 10px;
}
#form{
	height: 370px;
}
.field {
	margin-bottom: 10px;
  }
  
  .field label {
	display: block;
	font-size: 12px;
	color: rgb(0, 0, 0);
  }
  
  .field input {
	display: block;
	min-width: 250px;
	line-height: 1.5;
	font-size: 14px;
  }
  #button{
	margin: auto;
	width: 20%;
	border-radius: 2%;
  }
  input[type="submit"] {
	display: block;
	padding: 6px 30px;
	font-size: 14px;
	background-color: #4460AA;
	color: rgb(0, 0, 0);
	border: none
  }